@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/open-sans/normal.eot");
  src: local(OpenSans), url("/static/fonts/open-sans/normal.ttf") format("truetype"), url("/static/fonts/open-sans/normal.eot") format("embedded-opentype"), url("/static/fonts/open-sans/normal.woff") format("woff"); }

@font-face {
  font-family: OpenSansExtraBold;
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/open-sans/extra-bold.eot");
  src: local(OpenSansExtraBold), url("/static/fonts/open-sans/extra-bold.ttf") format("truetype"), url("/static/fonts/open-sans/extra-bold.eot") format("embedded-opentype"), url("/static/fonts/open-sans/extra-bold.woff") format("woff"); }

@font-face {
  font-family: CustomArialRoundedMTBold;
  font-style: normal;
  font-weight: bold;
  src: url("/static/fonts/arial-rounded-mt/bold-ce.ttf");
  src: local(CustomArialRoundedMTBold), url("/static/fonts/arial-rounded-mt/bold-ce.ttf") format("truetype"); }

@font-face {
  font-family: KaushanScript;
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/kaushan-script/kaushan-script.ttf");
  src: local(KaushanScript), url("/static/fonts/kaushan-script/kaushan-script.ttf") format("truetype"); }

* {
  max-width: 100%;
  /* not breaking-line for print*/ }
  @media only print {
  * {
    max-width: initial; } }

html {
  height: 100%; }

body {
  font-family: OpenSans, sans-serif;
  font-size: 1rem;
  min-width: 15rem;
  color: #525252;
  overflow-x: hidden;
  /*
Block elements with bottom margins only
---------------------------------------
*/ }
  body .page {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative; }
    body .page > #container {
      padding-top: 1rem;
      flex-grow: 1;
      margin: auto;
      width: 100%; }
      body .page > #container > .content {
        padding: 1rem;
        margin: auto;
        box-sizing: border-box;
        max-width: 100%;
        background-color: #fff;
        box-shadow: 0px 1px 2px 1px #aaa;
        z-index: 1; }
        @media only screen and (min-width: 60rem) {
  body .page > #container > .content {
    padding: 2rem 3.5rem;
    width: calc(100% - 7rem); } }
        @media only screen and (min-width: 75rem) {
  body .page > #container > .content {
    margin: 1rem auto 2rem;
    max-width: 75rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem; } }
    @media not print {
    body .page .box {
      background-color: white;
      border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      box-shadow: 0px 1px 2px 1px #aaa;
      width: 100%; } }
  body.modal-opened {
    overflow: hidden; }
  @media only print {
  body {
    background: none; } }

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, #top-eva-agregator .h1-like, h2, #home #container .content .right .right-item.eshop .price, 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: inherit;
  cursor: pointer; }
  a:hover, .a:hover {
    text-decoration: underline; }
    a:hover *, .a:hover * {
      text-decoration: none; }

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

h1, #top-eva-agregator .h1-like {
  font-family: CustomArialRoundedMTBold, sans-serif;
  font-size: 1.5rem; }
  @media only screen and (min-width: 60em) {
  h1, #top-eva-agregator .h1-like {
    font-size: 2rem; } }
  h1.homepage, #top-eva-agregator .h1-like.homepage {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-start;
    align-items: baseline; }

h2, #home #container .content .right .right-item.eshop .price {
  font-family: CustomArialRoundedMTBold, sans-serif;
  font-size: 1.25rem;
  color: #9552a1; }
  h2.box-purple, #home #container .content .right .right-item.eshop .price.box-purple {
    font-family: OpenSans, sans-serif;
    border-bottom: 1px solid #9552a1;
    font-size: 1rem;
    padding: 1rem 2rem;
    width: calc(100% - 4rem); }
    @media only screen and (min-width: 60em) {
  h2.box-purple, #home #container .content .right .right-item.eshop .price.box-purple {
    font-size: 1rem; } }

h3 {
  font-family: OpenSans, sans-serif;
  font-size: 1rem; }
  h4 {
    font-family: OpenSans, sans-serif;
    font-size: 0.825rem; }
  @media only screen and (min-width: 60em) {
  h4 {
    font-size: 1rem; } }

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

h6 {
  font-family: OpenSans, sans-serif;
  font-size: 0.75rem; }
  @media only screen and (min-width: 60em) {
  h6 {
    font-size: 0.825rem; } }

input, select, #eventFilters .filter-wrap .select-like, textarea {
  font: inherit;
  max-width: 100%;
  box-sizing: border-box; }

img {
  max-width: 100%; }

p {
  word-wrap: break-word; }

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

.sticky-wrapper {
  position: relative;
  flex-grow: 1;
  margin: auto; }

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

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

@media not print {
  .only-print {
    display: none !important; } }

#cookiesAgreement {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #343434;
  color: white;
  padding: 10px;
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  z-index: 20; }
  #cookiesAgreement p {
    margin-right: 10px;
    margin-bottom: 0px !important; }
    #cookiesAgreement p a {
      text-decoration: underline;
      margin: 0px 5px; }
  #cookiesAgreement button {
    margin-bottom: 0px; }
  @media screen and (max-width: 68.5rem) {
  #cookiesAgreement p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.8rem; }
  #cookiesAgreement button {
    font-size: 0.8rem; } }
  @media only print {
  #cookiesAgreement {
    display: none; } }

#emailCatch {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  background-color: #343434;
  color: white;
  padding: 10px;
  padding-right: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
  transition: top 0.3s;
  z-index: 20; }
  @media (max-width: 68.5rem) {
  #emailCatch {
    font-size: 0.8rem; }
    #emailCatch input {
      width: 9rem;
      font-size: 0.8rem;
      height: 1.5rem; }

    #emailCatch button {
      width: 8rem;
      font-size: 0.8rem;
      height: 1.5rem;
      padding: 0; } }
  #emailCatch > * {
    margin-bottom: 0.5rem; }
  #emailCatch p {
    margin-right: 10px; }
    #emailCatch p a {
      text-decoration: underline;
      margin: 0px 5px; }
  #emailCatch input {
    margin-left: 10px;
    margin-right: 10px; }
  #emailCatch .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;
    border: none;
    padding: 0;
    width: 1rem;
    height: 1rem;
    right: 0.5rem;
    top: 0.5rem;
    background-image: url("/static/img/krizek.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: transparent;
    z-index: 201; }
    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.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      background-color: #9552a1;
      border: none;
      font-family: OpenSans;
      font-size: 1rem;
      padding: 0.5rem 1.5rem;
      color: #fff;
      margin-bottom: 1rem; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover {
    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.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 #9552a1;
  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 #9552a1; }
  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: 201; }
    .datePicker .box .tools {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: solid 1px #d1d1d1;
      padding: 0.5rem 0.5rem;
      line-height: 1;
      color: black; }
      .datePicker .box .tools .month-year {
        text-align: center;
        flex-grow: 1; }
    .datePicker .box .days {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      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: 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; }

#emailSent {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  background-color: #343434;
  color: white;
  padding: 10px;
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  transition: top 0.3s;
  z-index: 20; }
  #emailSent p {
    margin-right: 10px; }
    #emailSent p a {
      text-decoration: underline;
      margin: 0px 5px; }

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.mce-textbox) {
  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: OpenSans;
  font-size: 1rem;
  border: solid 1px #9552a1;
  margin-bottom: 1rem;
  padding: 0.1rem 0.5rem;
  height: 2rem;
  color: #000;
  outline: none;
  max-width: 100%;
  box-sizing: border-box; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.mce-textbox)::selection {
    background-color: #9552a1;
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.mce-textbox):focus {
    box-shadow: 0 0 5px 1px #9552a1; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.mce-textbox).error {
    border-color: #e91c1c; }
    input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.mce-textbox).error:focus {
      box-shadow: 0 0 5px 1px #e91c1c; }
    input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.mce-textbox).error::selection {
      background-color: #e91c1c;
      color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.mce-textbox):disabled {
    border-color: #d1d1d1; }

label {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: start;
  max-width: 100%; }
  label > input {
    flex: 0 0 auto; }
  label > div, label > h1.homepage, label > #top-eva-agregator .h1-like.homepage, #top-eva-agregator label > .h1-like.homepage {
    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 #9552a1;
  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 #9552a1; }
  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: #9552a1;
      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, #eventFilters .filter-wrap .select-like {
  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;
  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 #9552a1;
  font-size: 0.85rem;
  padding: 0.125rem 2.5rem 0 1rem;
  height: 2.25rem;
  outline: none; }
  select:focus, #eventFilters .filter-wrap .select-like:focus {
    box-shadow: 0 0 5px 1px #9552a1; }
  select::-ms-expand, #eventFilters .filter-wrap .select-like::-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, #eventFilters .filter-wrap .select-like select, #eventFilters .filter-wrap .select-like #eventFilters .filter-wrap .select-like, #eventFilters .filter-wrap #eventFilters .filter-wrap .select-like .select-like, select #eventFilters .filter-wrap .select-like, #eventFilters .filter-wrap select .select-like {
    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: OpenSans;
  font-size: 1rem;
  border: solid 1px #9552a1;
  margin-bottom: 1rem;
  padding: 0.1rem 0.5rem;
  height: 4rem;
  line-height: 1.25rem;
  outline: none;
  overflow: auto;
  resize: none; }
  textarea::selection {
    background-color: #9552a199; }
  textarea:focus {
    box-shadow: 0 0 5px 1px #9552a1; }
  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; }

#rapingFox {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  color: white;
  padding-top: 10px;
  padding-right: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
  transition: top 0.3s;
  z-index: 20;
  bottom: 0;
  border-top: 0.025rem solid black;
  box-shadow: 0px -1px 8px 0px #525252; }
  @media (max-width: 68.5rem) {
  #rapingFox {
    font-size: 0.8rem; }
    #rapingFox input {
      width: 9rem;
      font-size: 0.8rem;
      height: 1.5rem; }

    #rapingFox a {
      font-size: 0.8rem;
      height: 1.5rem;
      padding: 0.3rem; } }
  @media (max-width: 575px) {
  #rapingFox p, #rapingFox h1, #rapingFox #top-eva-agregator .h1-like, #top-eva-agregator #rapingFox .h1-like, #rapingFox img {
    padding-right: 0 !important; } }
  #rapingFox > * {
    margin-bottom: 0.5rem; }
  #rapingFox img {
    height: 2.25rem;
    padding-right: 2rem; }
  #rapingFox h1, #rapingFox #top-eva-agregator .h1-like, #top-eva-agregator #rapingFox .h1-like {
    text-align: center;
    padding-right: 1rem;
    color: #041f3d; }
  #rapingFox p {
    font-size: 1.3rem;
    padding-right: 1rem;
    text-align: center;
    color: #041f3d; }
  #rapingFox a {
    background-color: #9552a1;
    padding: 0.6rem;
    border-radius: 0.25rem;
    text-align: center; }
  #rapingFox input {
    margin-left: 10px;
    margin-right: 10px; }
  #rapingFox .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: 16px;
    height: 16px;
    min-width: 0rem;
    right: 0rem;
    top: 0.5rem;
    background-image: url("/static/img/krizek.png");
    background-repeat: no-repeat;
    background-size: cover; }
    #rapingFox .closer:hover {
      background-position: bottom; }

#editArticle .mce-top-part button, #editArticle .mce-tinymce button {
  min-width: auto; }
  #editArticle [contenteditable] {
    border: 1px solid #9552a1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: fit-content;
    min-width: 15rem;
    padding: 0.2rem; }

#editArticleCategories h3 {
  color: #953da3;
  font-weight: bold; }
  #editArticleCategories .categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem; }
    #editArticleCategories .categories label {
      width: 20%; }

#editArticleImage .video {
  display: flex;
  justify-content: space-around; }
  #editArticleImage .video .row {
    width: 50%; }
    #editArticleImage .video .row input {
      width: 95%; }

#editArticleMain h3 {
  color: #953da3;
  font-weight: bold; }
  #editArticleMain input {
    width: 98%; }
  #editArticleMain textarea {
    width: 98%;
    resize: both;
    overflow: auto; }
  #editArticleMain .counter {
    text-align: end; }

#editArticlePublish h3 {
  color: #953da3;
  font-weight: bold; }
  #editArticlePublish .from, #editArticlePublish .into {
    display: flex;
    justify-content: space-around;
    align-items: flex-end; }
  #editArticlePublish .from .row, #editArticlePublish .into .row {
    width: 50%; }
    #editArticlePublish .from .row input, #editArticlePublish .into .row input {
      width: 95%; }
  #editArticlePublish input[name="externalLink"] {
    width: 47.5%; }

#editArticleTop h3 {
  color: #953da3;
  font-weight: bold; }
  #editArticleTop textarea {
    width: 30%;
    resize: both;
    overflow: auto; }
  #editArticleTop .checkboxs {
    display: flex;
    justify-content: space-around; }
  #editArticleTop .checkboxs .topovani, #editArticleTop .checkboxs .rss {
    width: 50%; }

#editCategory .row {
  margin-bottom: 1rem; }
  #editCategory .row [contenteditable] {
    border: 1px solid #9552a1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: fit-content;
    min-width: 15rem;
    padding: 0.2rem; }

.advert-sticky {
  position: relative; }
  @media only print {
  .advert-sticky {
    display: none; } }
  .advert-sticky.sticked {
    position: fixed; }

.advert {
  margin: auto;
  width: 100%;
  max-width: initial;
  min-width: 300px; }
  @media only print {
  .advert {
    display: none; } }
  .advert * {
    max-width: initial; }
  .advert.leaderboard > div, .advert.leaderboard > h1.homepage, .advert.leaderboard > #top-eva-agregator .h1-like.homepage, #top-eva-agregator .advert.leaderboard > .h1-like.homepage {
    margin: auto; }
  .advert.sticky {
    width: auto; }

#ssp-zone-76023-branding {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto; }

#ssp-zone-76023-branding.adFull {
  width: 2000px;
  height: 1400px;
  max-width: none; }

#ssp-zone-76023-branding.adFull ~ .page {
  margin: auto;
  position: relative;
  top: 226px;
  width: 1030px;
  padding: 15px 15px 0px 15px;
  background-color: white;
  box-shadow: 0 0 10px #444;
  border-radius: 1rem; }
  #ssp-zone-76023-branding.adFull ~ .page #container .content .right .articles .articleCard {
    width: calc(50% - 1.1rem); }
    #ssp-zone-76023-branding.adFull ~ .page #container .content .right .articles .row.first {
      order: 2; }
    #ssp-zone-76023-branding.adFull ~ .page #container .content .right #similarArticles .articles .articleCard {
      width: calc(50% - 1.1rem); }
  #ssp-zone-76023-branding.adFull ~ .page .advert {
    overflow: hidden; }

@media only print {
    #FBShare {
      display: none; } }

.addComment, .editComment {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  width: 100%;
  box-sizing: border-box; }
  .addComment .image-wrap, .editComment .image-wrap {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem; }
  .addComment .textarea-comment, .editComment .textarea-comment {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    flex: 1 0 auto;
    position: relative;
    height: 4rem; }
  .addComment .textarea-comment textarea, .editComment .textarea-comment textarea {
    position: relative;
    border: none;
    height: 100%;
    margin-bottom: 0;
    flex: 1 0 auto;
    z-index: 2;
    font-size: 0.875rem; }
    .addComment .textarea-comment textarea:focus, .editComment .textarea-comment textarea:focus {
      box-shadow: none; }
    .addComment .textarea-comment textarea:focus + .textarea-focus, .editComment .textarea-comment textarea:focus + .textarea-focus {
      box-shadow: 0 0 5px 1px #9552a1; }
  .addComment .textarea-comment .textarea-focus, .editComment .textarea-comment .textarea-focus {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px; }
  .addComment .textarea-comment .icons-wrap, .editComment .textarea-comment .icons-wrap {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
    .addComment .textarea-comment .icons-wrap .icon-wrap, .editComment .textarea-comment .icons-wrap .icon-wrap {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      position: relative;
      padding: 0.5rem;
      box-sizing: border-box; }
    .addComment .textarea-comment .icons-wrap .icon-wrap button, .editComment .textarea-comment .icons-wrap .icon-wrap button {
      width: 22px;
      min-width: auto;
      height: 22px;
      margin-bottom: 0;
      background-color: transparent; }
    .addComment .textarea-comment .icons-wrap .icon-wrap button[name="add-image"], .editComment .textarea-comment .icons-wrap .icon-wrap button[name="add-image"] {
      background-image: url("/static/img/components/comments/icon-comment-photo.png"); }
    .addComment .textarea-comment .icons-wrap .icon-wrap button[name="add-video"], .editComment .textarea-comment .icons-wrap .icon-wrap button[name="add-video"] {
      background-image: url("/static/img/components/comments/icon-comment-video.png"); }
    .addComment .textarea-comment .icons-wrap .icon-wrap button[name="add-emoticon"], .editComment .textarea-comment .icons-wrap .icon-wrap button[name="add-emoticon"] {
      background-image: url("/static/img/components/comments/emoticon.png"); }
    .addComment .textarea-comment .icons-wrap .icon-wrap button[name="send-comment"], .editComment .textarea-comment .icons-wrap .icon-wrap button[name="send-comment"] {
      background-image: url("/static/img/components/comments/icon-send-comment.png");
      width: 24px;
      height: 19px; }

.addCommentChild.hidden {
  display: none; }

.addCommentImages {
  cursor: default;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 4rem;
  padding: 1rem; }
  .addCommentImages.hidden {
    display: none; }
  .addCommentImages button {
    height: 3rem; }
  .addCommentImages .upload {
    margin: 0.5rem;
    width: 6rem;
    height: 6rem;
    text-align: center;
    position: relative; }
  .addCommentImages .upload .remove {
    -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: 1.5rem;
    height: 1.5rem;
    min-width: 0rem;
    right: 0;
    top: 0; }
    .addCommentImages .upload .remove:before, .addCommentImages .upload .remove:after {
      position: absolute;
      background-color: red;
      top: 0;
      left: 10px;
      content: " ";
      height: 1.5rem;
      width: 0.5rem; }
    .addCommentImages .upload .remove:before {
      transform: rotate(45deg); }
    .addCommentImages .upload .remove:after {
      transform: rotate(-45deg); }
    .addCommentImages .upload .remove:hover {
      opacity: 0.7;
      cursor: pointer; }
  .addCommentImages .upload img {
    max-width: 100%;
    max-height: 5rem; }
  .addCommentImages .upload .progress {
    margin: auto;
    width: 4rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border: 1px solid #dedede; }
    .addCommentImages .upload .progress.hidden {
      display: none; }
    .addCommentImages .upload .progress > div, .addCommentImages .upload .progress > h1.homepage, .addCommentImages .upload .progress > #top-eva-agregator .h1-like.homepage, #top-eva-agregator .addCommentImages .upload .progress > .h1-like.homepage {
      height: 0.5rem;
      border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      background-color: #9552a1; }

#articleAuthor {
  overflow: hidden;
  margin-bottom: 1rem;
  text-align: center;
  position: relative; }
  #articleAuthor .purple-line {
    height: 0.3rem;
    background: #9552a1; }
  @media only print {
    #articleAuthor .purple-line {
      display: none; } }
  #articleAuthor .row {
    text-align: left;
    margin: 2rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center; }
  #articleAuthor .row a {
    height: 4rem; }
    #articleAuthor .row a img {
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      margin-right: 1rem; }
  #articleAuthor .row .date {
    text-align: left;
    font-size: 0.75rem; }
  #articleAuthor .top-zena-tydne {
    position: absolute;
    top: 0;
    margin: 0.5rem; }
  @media only print {
    #articleAuthor button {
      display: none; } }
  @media only print {
  #articleAuthor .row {
    margin: 0; } }

#articleExternalSource {
  box-sizing: border-box;
  padding: 1rem;
  margin-bottom: 1rem; }
  #articleExternalSource .title {
    font-size: 1.25rem;
    color: #9552a1;
    margin-bottom: 0.5rem;
    font-weight: bold; }
  #articleExternalSource a {
    max-width: 100%;
    word-break: break-word; }

#articleLikes {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem;
  margin-bottom: 1rem; }
  #articleLikes img {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0.125rem;
    margin-right: 1.125rem; }
  #articleLikes .likes {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    font-size: 1.25rem;
    color: #9552a1;
    padding-right: 1rem; }
  @media only print {
    #articleLikes .text {
      display: none; } }
  #articleLikes:hover {
    cursor: pointer; }
  #articleLikes:hover img {
    width: 2rem;
    height: 2rem;
    margin: 0;
    margin-right: 1rem; }
  #articleLikes:hover .text {
    text-decoration: underline; }

#articlePhotoGallery #articleGalleryWrapper, .commentPhotoGallery #articleGalleryWrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%; }
  #articlePhotoGallery #articleGalleryWrapper .img, .commentPhotoGallery #articleGalleryWrapper .img {
    min-width: 8rem;
    width: calc(20% - 1rem);
    height: 6rem;
    margin: 0.5rem;
    flex-grow: 0; }
    #articlePhotoGallery #articleGalleryWrapper .img img, .commentPhotoGallery #articleGalleryWrapper .img img {
      max-height: 100%;
      max-width: 100%;
      height: 100%;
      width: 100%;
      overflow: hidden;
      cursor: pointer;
      object-fit: cover; }
  #articlePhotoGallery .showMoreWrap, .commentPhotoGallery .showMoreWrap {
    text-align: center; }

#articleProductPoints {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  margin-bottom: 1rem;
  align-items: center; }
  #articleProductPoints .row {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center; }
  #articleProductPoints .row .countPoints {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    font-size: 1.25rem;
    color: #9552a1;
    padding-right: 1rem; }
  #articleProductPoints .row .text {
    padding-right: 1rem; }
  #articleProductPoints .changePoints {
    width: 40%; }

.commentTools {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e1e1e1;
  padding: 0.25rem;
  font-size: 0.75rem;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  border-radius: 5px; }
  .commentTools.hidden {
    display: none; }
  @media only screen and (min-width: 40em) {
  .commentTools {
    display: none; } }
  .commentTools .icon {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1rem;
    height: 1rem;
    margin-right: 0.5rem; }
  .commentTools .icon.reply {
    background-image: url("/static/img/components/comments/icon-comment-reply.png");
    background-position: 0.25rem center;
    padding-left: 1.5rem;
    color: black;
    min-width: auto; }
  .commentTools .icon.delete {
    background-image: url("/static/img/components/comments/icon-comment-remove.png"); }
  .commentTools .icon.edit {
    background-image: url("/static/img/components/comments/icon-comment-edit.png"); }
  .commentTools .addComment {
    display: none; }

#comments {
  margin-bottom: 1rem; }
  @media only print {
  #comments {
    display: none; } }
  #comments .comments-wrapper {
    min-height: 4rem; }
  #comments .comments-wrapper .comment-wrapper {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd; }
    #comments .comments-wrapper .comment-wrapper:last-child {
      border-bottom: none; }
    #comments .comments-wrapper .comment-wrapper.childs {
      padding-left: 4rem; }
    #comments .comments-wrapper .comment-wrapper .avatar-wrap {
      width: 4rem;
      height: 4rem;
      margin-right: 1rem; }
    #comments .comments-wrapper .comment-wrapper .avatar-wrap img.userProfilePhoto {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
    #comments .comments-wrapper .comment-wrapper .comment {
      position: relative;
      flex: 1 0 auto;
      max-width: calc(100% - 5rem);
      font-size: 0.8rem; }
    #comments .comments-wrapper .comment-wrapper .comment:hover .commentTools {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex; }
      #comments .comments-wrapper .comment-wrapper .comment:hover .commentTools.hidden {
        display: none; }
    #comments .comments-wrapper .comment-wrapper .comment .user {
      margin-bottom: 0.5rem; }
    #comments .comments-wrapper .comment-wrapper .comment .user span {
      font-weight: initial;
      font-size: 0.75rem;
      color: #bcbcbc;
      padding-left: 1rem; }
    #comments .comments-wrapper .comment-wrapper .comment .comment-text {
      margin-bottom: 0; }
  #comments .comments-wrapper .button {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem; }

#contestQuestion {
  padding: 1.5rem;
  margin-bottom: 1rem; }
  @media only print {
  #contestQuestion {
    display: none; } }
  #contestQuestion label {
    margin-bottom: 0.5rem; }
  #contestQuestion label input[type='radio'] {
    margin-right: 0.5rem; }
  #contestQuestion input[type='submit'] {
    margin-top: 1rem; }
  #contestQuestion .success {
    color: #0a0; }
  #contestQuestion .question {
    margin-bottom: 0.5rem;
    font-weight: bold; }

.editComment {
  display: none;
  padding-left: 0;
  padding-right: 0; }
  .editComment.visible {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }

#eventDetail {
  padding: 1rem;
  box-sizing: border-box;
  margin-bottom: 1rem; }
  #eventDetail .item {
    margin-bottom: 1rem; }
  #eventDetail .item:last-child {
    margin-bottom: 0; }
  #eventDetail .item .item-heading {
    color: #9552a1;
    font-weight: bold; }
  #eventDetail .item.link .value a {
    word-break: break-word; }

#eventParticipants {
  padding: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box; }
  #eventParticipants .title {
    color: #9552a1;
    font-weight: bold; }
  #eventParticipants .participant {
    margin: 0.5rem; }
  #eventParticipants .participant .userLink {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center; }
    #eventParticipants .participant .userLink .userProfilePhoto {
      border-radius: 50%;
      margin-right: 0.5rem; }
  #eventParticipants .showMoreWrap {
    text-align: right; }

#eventParticipate {
  text-align: center; }

#similarArticles {
  margin-bottom: 1rem;
  padding: 1rem 0;
  width: calc(100% + 1rem); }
  @media only print {
  #similarArticles {
    display: none; } }
  #similarArticles .articles {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap; }
  #similarArticles h2, #similarArticles #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #similarArticles .price {
    font-size: 1.25rem; }

.youtubeVideo, .vimeoVideo {
  width: 100%;
  position: relative;
  padding-top: calc(100% / 16 * 9);
  margin-bottom: 1rem; }
  .youtubeVideo iframe, .vimeoVideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  @media only print {
  .youtubeVideo, .vimeoVideo {
    display: none; } }

#article {
  margin-bottom: 1rem;
  word-break: break-word; }
  #article .main-image {
    width: 100%; }
  #article .main-image img {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    -moz-border-top-right-radius: 0.5rem;
    -moz-border-top-left-radius: 0.5rem;
    width: 100%; }
  #article .icons {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    padding-left: 2rem; }
  #article .icons > div, #article .icons > h1.homepage, #article .icons > #top-eva-agregator .h1-like.homepage, #top-eva-agregator #article .icons > .h1-like.homepage {
    margin-right: 0.5rem; }
  #article .body {
    padding: 1rem 2rem;
    width: calc(100% - 4rem); }
  #article .body a {
    color: #0e90d2;
    text-decoration: underline; }
  #article .body table {
    width: 100%; }
  #article .main {
    margin-bottom: 1.5rem; }
  @media only print {
  #article {
    width: 210mm; }
    @page {
      margin: 10mm; }

    #article * {
      max-width: initial; }

    #article h1, #article #top-eva-agregator .h1-like, #top-eva-agregator #article .h1-like, #article h2, #article #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #article .price, #article h3, #article h4, #article h5, #article h6 {
      page-break-after: avoid; }

    #article h1, #article #top-eva-agregator .h1-like, #top-eva-agregator #article .h1-like {
      font-size: 2rem; }
      #article h1.main, #article #top-eva-agregator .h1-like.main, #top-eva-agregator #article .h1-like.main {
        display: none; }

    #article .author-and-likes {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between; } }

.articleCard {
  position: relative;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 3rem - 2px);
  margin: 0.5rem;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0px 3px 2px #aaa;
  border: 0.8px solid #aaa;
  overflow: hidden; }
  .articleCard.hidden {
    background: #dedede;
    opacity: 0.5; }
  .articleCard:nth-child(1) {
    order: 1; }
  .articleCard:nth-child(2) {
    order: 2; }
  .articleCard:nth-child(3) {
    order: 3; }
  .articleCard:nth-child(4) {
    order: 4; }
  .articleCard:nth-child(5) {
    order: 5; }
  .articleCard:nth-child(6) {
    order: 6; }
  .articleCard:nth-child(n+7) {
    order: 7; }
  .articleCard .priceFlag {
    position: absolute;
    width: 85px;
    height: 28px;
    padding: 7px 25px 0px 0px;
    margin: 30px 0px 0px 0px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    background: url("/static/img/zalozka.png") no-repeat;
    z-index: 1; }
  .articleCard .image {
    width: 6rem;
    height: 3.9rem;
    position: relative;
    margin-right: 0.125rem;
    overflow: hidden; }
  .articleCard .image .picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
  .articleCard .image .startEditing {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 2; }
  .articleCard .image .topovatko, .articleCard .image .top-zena-tydne {
    position: absolute;
    top: 0.5rem;
    left: 3rem;
    z-index: 2; }
  .articleCard .image .event-info {
    position: absolute;
    bottom: 0;
    background-color: #f1f1f1DD;
    color: #9552a1;
    width: 100%;
    text-align: center; }
    .articleCard .image .event-info .place {
      font-size: 0.75rem; }
  .articleCard .title {
    width: calc(100% - 6.125rem);
    max-height: 3.5rem;
    overflow: hidden;
    font-size: 0.875rem; }
  .articleCard .footer {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    height: 2rem;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(100% - 1rem);
    padding: 0.25rem 0.5rem;
    border-top: #dedede solid 1px; }
  .articleCard .footer .footer:hover {
    cursor: pointer; }
  @media only screen and (min-width: 30rem) {
  .articleCard {
    flex-direction: column;
    height: 21rem;
    width: calc(50% - 3rem);
    flex-wrap: initial; }
    .articleCard .image {
      padding-top: calc(100% / 3 * 2);
      width: 100%;
      height: auto;
      overflow: hidden; }
      .articleCard .title {
        padding: 0.25rem 0.5rem;
        width: initial;
        max-height: initial; }

    .articleCard .author {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      width: calc(100% - 1rem);
      padding: 0.25rem 0.5rem; }

    .articleCard .footer {
      justify-content: flex-end;
      border-top: none;
      flex-grow: 1; } }
  @media only screen and (min-width: 75em) {
  .articleCard {
    width: calc(33% - 1rem); } }

.articleCardChristmas {
  position: relative;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 3rem - 2px);
  margin: 0.5rem;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0px 3px 2px #aaa;
  border: 0.8px solid #aaa;
  overflow: hidden; }
  .articleCardChristmas.hidden {
    background: #dedede;
    opacity: 0.5; }
  .articleCardChristmas:nth-child(1) {
    order: 1; }
  .articleCardChristmas:nth-child(2) {
    order: 2; }
  .articleCardChristmas:nth-child(3) {
    order: 3; }
  .articleCardChristmas:nth-child(4) {
    order: 4; }
  .articleCardChristmas:nth-child(5) {
    order: 5; }
  .articleCardChristmas:nth-child(6) {
    order: 6; }
  .articleCardChristmas:nth-child(n+7) {
    order: 7; }
  .articleCardChristmas .image {
    width: 6rem;
    height: 3.9rem;
    position: relative;
    margin-right: 0.125rem;
    overflow: hidden; }
  .articleCardChristmas .image .picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
  .articleCardChristmas .image .startEditing {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem; }
  .articleCardChristmas .image .topovatko, .articleCardChristmas .image .top-zena-tydne {
    position: absolute;
    top: 0.5rem;
    left: 3rem; }
  .articleCardChristmas .image .event-info {
    position: absolute;
    bottom: 0;
    background-color: #f1f1f1DD;
    color: #9552a1;
    width: 100%;
    text-align: center; }
    .articleCardChristmas .image .event-info .place {
      font-size: 0.75rem; }
  .articleCardChristmas .title {
    width: calc(100% - 6.125rem);
    max-height: 3.5rem;
    overflow: hidden;
    font-size: 0.875rem; }
  .articleCardChristmas .footer {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    height: 2rem;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(100% - 1rem);
    padding: 0.25rem 0.5rem;
    border-top: #dedede solid 1px; }
  .articleCardChristmas .footer .footer:hover {
    cursor: pointer; }
  @media only screen and (min-width: 30rem) {
  .articleCardChristmas {
    flex-direction: column;
    height: 21rem;
    width: calc(50% - 3rem);
    flex-wrap: initial; }
    .articleCardChristmas .image {
      padding-top: calc(100% / 3 * 2);
      width: 100%;
      height: auto;
      overflow: hidden; }
      .articleCardChristmas .title {
        padding: 0.25rem 0.5rem;
        width: initial;
        max-height: initial; }

    .articleCardChristmas .author {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      width: calc(100% - 1rem);
      padding: 0.25rem 0.5rem; }

    .articleCardChristmas .footer {
      justify-content: flex-end;
      border-top: none;
      flex-grow: 1; } }
  @media only screen and (min-width: 75em) {
  .articleCardChristmas {
    width: calc(24% - 1rem); } }

.articlePreview {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .articlePreview .image {
    width: 100%;
    padding-top: calc(100% / 14 * 9.2);
    position: relative;
    overflow: hidden;
    margin-bottom: 0.25rem;
    background-color: #cd9ed4; }
  .articlePreview .image .picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .articlePreview .image .icons {
    position: absolute;
    top: 0;
    margin: 0.5rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
  .articlePreview .author-and-likebox {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%; }
  .articlePreview .author-and-likebox .author .userProfilePhoto {
    margin-right: 0.5rem; }
  .articlePreview.full-width-wrap {
    width: 100%; }
  @media only screen and (min-width: 40em) {
  .articlePreview.full-width-wrap {
    width: calc(33% - 1rem); } }
  @media only screen and (min-width: 60em) {
  .articlePreview.full-width-wrap {
    width: calc(25% - 1rem); }
  .articlePreview.small {
    width: calc(33% - 1rem); }
  .articlePreview.medium {
    width: calc(50% - 1rem); } }

.author {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .author .userProfilePhoto {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-right: 1rem;
    width: 2rem;
    height: 2rem; }
  .author .nick {
    font-size: 0.75rem; }

#calendarWidget, #calendarWidgetWorkroom {
  box-sizing: border-box;
  /*chatbot*/ }
  #calendarWidget .event, #calendarWidgetWorkroom .event {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem; }
  #calendarWidget .event .text, #calendarWidgetWorkroom .event .text {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    width: calc(80% - .5rem);
    margin-left: 0.5rem; }
    #calendarWidget .event .text .title, #calendarWidgetWorkroom .event .text .title {
      font-size: 0.75rem;
      color: #9552a1;
      font-weight: bold; }
    #calendarWidget .event .text .date, #calendarWidgetWorkroom .event .text .date {
      font-size: 0.75rem;
      color: #6d6d6d;
      font-weight: initial; }
  #calendarWidget .event .image, #calendarWidgetWorkroom .event .image {
    width: 20%;
    position: relative;
    padding-top: calc(20% / 4 * 3); }
    #calendarWidget .event .image img, #calendarWidgetWorkroom .event .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #calendarWidget .event .image-wrap, #calendarWidgetWorkroom .event .image-wrap {
    margin-right: 0.7rem; }
  #calendarWidget .message, #calendarWidgetWorkroom .message {
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  #calendarWidget a, #calendarWidgetWorkroom a {
    font-size: 0.75rem;
    font-weight: initial; }

#bot-wrapper {
  background-color: #fff;
  width: 320px;
  height: 700px;
  max-height: 75%;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  box-shadow: 0px 1px 2px 1px #aaa; }

#bot-wrapper.collapsed #bot {
  display: none; }

#bot-wrapper.collapsed {
  height: auto; }

#bot-header {
  display: flex;
  justify-content: space-between;
  color: white;
  background-color: #9552a1;
  height: 35px;
  padding: 0 8px 0 15px;
  align-items: center; }
  #bot-header p {
    font-size: 1.5rem;
    padding-top: 0.5rem;
    cursor: pointer; }

.wc-app button {
  margin-bottom: auto; }

#container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  background-size: 100% auto;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #f9f9f9; }
  @media only print {
  #container {
    background: none; } }

.tox-tinymce {
  z-index: 1; }

.editableHtml, .editableText {
  position: relative; }
  .editableHtml .control-panel, .editableText .control-panel {
    position: absolute;
    display: flex;
    justify-content: right;
    top: 0;
    right: 0; }
  .editableHtml .control-panel .edit, .editableText .control-panel .edit, .editableHtml .control-panel .save, .editableText .control-panel .save, .editableHtml .control-panel .close, .editableText .control-panel .close, .editableHtml .control-panel .delete, .editableText .control-panel .delete, .editableHtml .control-panel .text, .editableText .control-panel .text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.75rem;
    background-color: #9552a1; }
    .editableHtml .control-panel .edit:hover, .editableText .control-panel .edit:hover, .editableHtml .control-panel .save:hover, .editableText .control-panel .save:hover, .editableHtml .control-panel .close:hover, .editableText .control-panel .close:hover, .editableHtml .control-panel .delete:hover, .editableText .control-panel .delete:hover, .editableHtml .control-panel .text:hover, .editableText .control-panel .text:hover {
      background-color: #9552a1;
      cursor: pointer;
      opacity: 1; }
  .editableHtml .control-panel .edit, .editableText .control-panel .edit, .editableHtml .control-panel .save, .editableText .control-panel .save, .editableHtml .control-panel .close, .editableText .control-panel .close, .editableHtml .control-panel .delete, .editableText .control-panel .delete {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 2rem;
    height: 2rem; }
    .editableHtml .control-panel .edit .icon, .editableText .control-panel .edit .icon, .editableHtml .control-panel .save .icon, .editableText .control-panel .save .icon, .editableHtml .control-panel .close .icon, .editableText .control-panel .close .icon, .editableHtml .control-panel .delete .icon, .editableText .control-panel .delete .icon {
      width: 1rem !important;
      height: 1rem !important;
      margin: 0 !important; }
  .editableHtml .control-panel .edit, .editableText .control-panel .edit, .editableHtml .control-panel .delete, .editableText .control-panel .delete, .editableHtml .control-panel .text, .editableText .control-panel .text {
    display: none; }
  .editableHtml .control-panel .delete, .editableText .control-panel .delete {
    background-color: aa;
    margin-right: 0.5rem; }
    .editableHtml .control-panel .delete:hover, .editableText .control-panel .delete:hover {
      background-color: ff; }
  .editableHtml .control-panel .text, .editableText .control-panel .text {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    padding: 0 0.5rem;
    margin-right: 0.5rem; }
  .editableHtml:hover .control-panel .edit, .editableText:hover .control-panel .edit, .editableHtml:hover .control-panel .delete, .editableText:hover .control-panel .delete, .editableHtml:hover .control-panel .text, .editableText:hover .control-panel .text {
    display: flex; }

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

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

#eventFilters .filter-wrap .select-like {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: center;
  padding-top: 0;
  cursor: pointer;
  width: 11rem; }
  #eventFilters .filter-wrap .select-like .icon {
    margin-right: 0.25rem; }
  #eventFilters .filter-wrap .container {
    position: absolute;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
    right: 0;
    z-index: 1;
    border: 1px solid #f1f1f1;
    padding: 0.5rem;
    box-sizing: border-box;
    background-color: white;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -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; }
  #eventFilters .filter-wrap .container .country {
    width: calc((100% - 0.5rem)/3); }
  #eventFilters .filter-wrap .container .country .regions {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap; }
  #eventFilters .filter-wrap .container .country .regions .region {
    width: 100%;
    margin-bottom: 0.5rem; }
  #eventFilters .filter-wrap .container .country.czech {
    width: calc((100% - 0.5rem)/3*2);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
  #eventFilters .filter-wrap .container .country.czech .regions .region {
    width: 50%; }
  #eventFilters .filter-wrap.opened .container {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -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; }

.followCard {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 2rem - 2px);
  height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0px 3px 2px #aaa;
  border: 1px solid #aaa; }
  .followCard .image {
    flex-shrink: 0;
    width: 3.75rem;
    max-width: 20%;
    height: 3.75rem;
    margin-right: 0.5rem; }
  .followCard .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  .followCard .user {
    flex: 1 0 auto;
    max-width: 60%; }
  .followCard .user .points {
    font-size: 0.75rem;
    color: #888; }
  .followCard .sympaties {
    flex-shrink: 0;
    width: 3.5rem;
    height: 2.5rem;
    max-width: 20%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/static/img/components/likebox/heart-bigger.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 0.875rem;
    padding-bottom: 1rem; }
  @media only screen and (min-width: 30em) {
  .followCard {
    width: calc(50% - 2rem - 2px); } }

#hpRightArticle {
  display: block;
  width: 100%; }
  #hpRightArticle .image-wrapper {
    position: relative;
    padding-top: calc(100% / 16 * 9);
    overflow: hidden;
    background-color: #cd9ed4;
    margin: auto;
    margin-bottom: 0.25rem;
    height: 1rem; }
  #hpRightArticle .image-wrapper .picture {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  #hpRightArticle .image-wrapper .icons {
    position: absolute;
    top: 0;
    margin: 0.5rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
  #hpRightArticle h3 {
    text-align: left;
    margin-bottom: 0.2rem; }

.rss-podnikavazena {
  margin-bottom: 2rem; }
  .rss-podnikavazena:nth-last-of-type(1) {
    margin-bottom: 0; }
  .rss-podnikavazena img {
    width: 100%; }

#top-eva-agregator {
  margin-bottom: 2rem; }
  #top-eva-agregator .h1-like {
    color: #9552a1; }
  #top-eva-agregator .image {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0.5rem; }
  #top-eva-agregator .image .main-article-image {
    width: 100%;
    top: 0;
    left: 0; }
  #top-eva-agregator .image .icons {
    position: absolute;
    top: 0;
    margin: 0.5rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
  #top-eva-agregator .perex {
    margin-bottom: 0.25rem;
    display: block; }
  #top-eva-agregator .author-and-likebox {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem; }
  #top-eva-agregator .author-and-likebox .category-name {
    font-weight: bold;
    margin-right: 0.5rem; }
  #top-eva-agregator .author-and-likebox .author {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: auto; }
  #top-eva-agregator .author-and-likebox .author .userProfilePhoto {
    margin-right: 0.5rem; }
  #top-eva-agregator .author-and-likebox .likebox {
    margin-left: auto; }

#womanOfTheWeek {
  width: 100%;
  margin-bottom: 1rem; }
  #womanOfTheWeek .image-wrap {
    text-align: center; }
  #womanOfTheWeek .image-wrap img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  #womanOfTheWeek h3 {
    text-align: center; }

#ingredients {
  padding: 0; }
  #ingredients .header {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0.5rem; }
  #ingredients .header .cell {
    width: calc(100% / 3);
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #dedede;
    padding: 1rem; }
  #ingredients .header .cell .text {
    text-align: center; }
  #ingredients .header .cell .notice {
    font-size: 0.75rem;
    color: #888; }
  #ingredients .header .cell.portions {
    border-right: none; }
  #ingredients .ingredients {
    width: 100%; }
  #ingredients .ingredients .title {
    padding: 0 1.25rem;
    font-size: 1.25rem;
    color: #9552a1;
    margin-bottom: 0.5rem;
    font-weight: bold; }
  #ingredients .ingredients .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #dedede;
    width: calc(100% - 2.5rem); }
  #ingredients .ingredients .row .cell {
    margin-right: 1rem;
    font-size: 0.875rem; }
  #ingredients .ingredients .row:last-child {
    border-bottom: none; }
  @media only print {
    #ingredients.only-print {
      width: 75%;
      margin: auto; }
      #ingredients.only-print .ingredients {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-wrap: wrap; }
        #ingredients.only-print .ingredients .title {
          padding: 0;
          width: 100%; }
        #ingredients.only-print .ingredients .row {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          padding: 0.25rem 0;
          border-bottom: none;
          width: 50%; }
          #ingredients.only-print .ingredients .row .cell {
            flex-wrap: wrap;
            margin-right: 1rem;
            font-size: 0.875rem; }
          #ingredients.only-print .ingredients .row:last-child {
            border-bottom: none; } }

#addContent {
  width: 4rem;
  min-width: 4rem;
  height: 100%;
  position: relative;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  #addContent.opened .container {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(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; }
  #addContent button {
    background: url("/static/img/add-btn.png") no-repeat center center;
    margin-bottom: 0; }
  #addContent button:hover {
    background: #953da3 url("/static/img/add-btn-hover.png") no-repeat center center !important; }
  #addContent .container {
    position: absolute;
    right: 0;
    top: 4rem;
    border: solid 1px #e1e1e1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    max-width: 10rem;
    max-width: initial;
    z-index: 1000;
    background-color: white;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -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; }
  #addContent .container #addContentMenu li {
    background: url("/static/img/add-btn-small.png") no-repeat 1rem center; }
  #addContent .container #addContentMenu li:hover {
    background-color: #e5e5e5; }
  #addContent .container #addContentMenu li a {
    padding-left: 3rem; }

#counter {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-bottom: solid 1px #e1e1e1;
  min-height: 6rem;
  padding: 1rem;
  z-index: 1; }
  @media only print {
  #counter {
    display: none; } }
  #counter h4 {
    text-align: center;
    margin-bottom: 2rem; }
  #counter .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    max-width: 75rem;
    width: 100%;
    margin: auto; }
  #counter .row .cell {
    text-align: center;
    margin-bottom: 1rem; }
  #counter .row .cell .number {
    color: #9552a1;
    font-size: 1.25rem;
    font-weight: bold; }
  @media only screen and (min-width: 40em) {
  #counter .row {
    flex-direction: row; }
    #counter .row .cell {
      max-width: 9rem; } }

#footer {
  background-color: #f1f1f1;
  z-index: 1; }
  @media only print {
  #footer {
    display: none; } }
  #footer > div, #footer > h1.homepage, #footer > #top-eva-agregator .h1-like.homepage, #top-eva-agregator #footer > .h1-like.homepage {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 4rem;
    padding: 1rem;
    max-width: 75rem;
    margin: auto; }
  #footer > div > div, #footer > h1.homepage > div, #footer > #top-eva-agregator .h1-like.homepage > div, #footer > #top-eva-agregator .h1-like.homepage > h1.homepage, #footer > #top-eva-agregator .h1-like.homepage > #top-eva-agregator .h1-like.homepage, #top-eva-agregator #footer > #top-eva-agregator .h1-like.homepage > .h1-like.homepage, #top-eva-agregator #footer > .h1-like.homepage > div, #footer > h1.homepage > h1.homepage, #footer > h1.homepage > #top-eva-agregator .h1-like.homepage, #top-eva-agregator #footer > h1.homepage > .h1-like.homepage, #footer > div > h1.homepage, #footer > div > #top-eva-agregator .h1-like.homepage, #top-eva-agregator #footer > div > .h1-like.homepage {
    margin-bottom: 1rem; }
  #footer > div .left .links, #footer > h1.homepage .left .links, #footer > #top-eva-agregator .h1-like.homepage .left .links, #top-eva-agregator #footer > .h1-like.homepage .left .links {
    margin-bottom: 0.5rem; }
  #footer > div .left .meteotip, #footer > h1.homepage .left .meteotip, #footer > #top-eva-agregator .h1-like.homepage .left .meteotip, #top-eva-agregator #footer > .h1-like.homepage .left .meteotip {
    font-size: 0.625rem; }
  #footer > div .center, #footer > h1.homepage .center, #footer > #top-eva-agregator .h1-like.homepage .center, #top-eva-agregator #footer > .h1-like.homepage .center {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center; }
  #footer > div .center a, #footer > h1.homepage .center a, #footer > #top-eva-agregator .h1-like.homepage .center a, #top-eva-agregator #footer > .h1-like.homepage .center a {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px #9552a1 solid;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem; }
  #footer > div .right .version, #footer > h1.homepage .right .version, #footer > #top-eva-agregator .h1-like.homepage .right .version, #top-eva-agregator #footer > .h1-like.homepage .right .version {
    margin-top: 0.25rem;
    font-size: 0.5rem;
    opacity: 0.375; }
  @media only screen and (min-width: 30em) {
    #footer > div, #footer > h1.homepage, #footer > #top-eva-agregator .h1-like.homepage, #top-eva-agregator #footer > .h1-like.homepage {
      flex-direction: row; }
      #footer > div .left, #footer > h1.homepage .left, #footer > #top-eva-agregator .h1-like.homepage .left, #top-eva-agregator #footer > .h1-like.homepage .left {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex: 1 0 40%;
        flex-direction: column; }
      #footer > div .center, #footer > h1.homepage .center, #footer > #top-eva-agregator .h1-like.homepage .center, #top-eva-agregator #footer > .h1-like.homepage .center {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        align-items: center;
        flex: 1 0 30%; }
      #footer > div .right, #footer > h1.homepage .right, #footer > #top-eva-agregator .h1-like.homepage .right, #top-eva-agregator #footer > .h1-like.homepage .right {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        flex: 1 0 30%; } }

#header {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-bottom: solid 1px #e1e1e1;
  min-height: 4rem; }
  @media only print {
  #header {
    display: none; } }
  #header .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin: auto;
    width: 100%;
    max-width: 75rem; }
  #header .content .left {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 0.1rem; }
  @media only screen and (min-width: 40em) {
      #header .content .left {
        padding: 0 1rem; } }
  #header .content .left .redDot {
    width: 1rem;
    height: 1rem;
    background: red;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    align-self: center;
    margin-right: 1rem; }
  #header .content .left .logo, #header .content .left .headline-text {
    position: relative; }
  #header .content .left .logo {
    top: 0.25rem; }
  @media only screen and (min-width: 25em) {
        #header .content .left .logo {
          height: 2rem; } }
  @media only screen and (min-width: 40em) {
        #header .content .left .logo {
          margin-right: 2rem;
          height: 2.5rem; } }
  #header .content .left .headline-text {
    font-family: OpenSansExtraBold;
    font-size: 0.9rem;
    white-space: nowrap;
    display: none;
    color: #9552a1;
    top: -0.25rem; }
  #header .content .left .headline-text .logo {
    margin-right: 0;
    margin-left: 1rem; }
  @media only screen and (min-width: 60em) {
        #header .content .left .headline-text {
          display: block; } }
  #header .content .right {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 4rem; }
  #header .content .right a {
    font-weight: normal; }
  #header .content .right a.register, #header .content .right a.login {
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    background-position: 50% 0%;
    margin-right: 0.5rem;
    display: block;
    padding: 1.25rem 0.5rem 0rem; }
  #header .content .right a.register:hover, #header .content .right a.login:hover {
    text-decoration: underline; }
  @media only screen and (min-width: 25em) {
          #header .content .right a.register, #header .content .right a.login {
            background-position: 0% 50%;
            margin-right: 2rem;
            padding: 0.5rem 0rem 0.5rem 2rem; } }
  #header .content .right a.register {
    background-image: url("/static/img/components/header/icon-registration.png");
    display: none; }
  @media only screen and (min-width: 40em) {
          #header .content .right a.register {
            display: block; } }
  #header .content .right a.login {
    background-image: url("/static/img/components/header/icon-login.png"); }
  #header .content .right .user-name {
    font-size: 0.8rem;
    margin: 1rem;
    display: none; }
  @media only screen and (min-width: 40em) {
        #header .content .right .user-name {
          display: block; } }
  #header .content .right .user-name a:hover {
    text-decoration: underline; }
  #header .content .right button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    width: 3rem;
    min-width: 3rem;
    height: 100%; }
  #header .content .right button:hover {
    background-color: #e5e5e5;
    cursor: pointer; }
  @media only screen and (min-width: 40em) {
        #header .content .right button {
          width: 4rem;
          min-width: 4rem; } }
  #header .content .right ul {
    border-top: solid 1px #e1e1e1;
    padding: 0;
    margin-bottom: 0; }
  #header .content .right ul li {
    list-style-type: none;
    border-bottom: solid 1px #e1e1e1; }
  #header .content .right ul li:hover {
    background-color: #e5e5e5; }
  #header .content .right ul li a {
    font-size: 0.8rem;
    display: block;
    padding: 0.5rem 2rem; }
  @media only screen and (min-width: 30em) {
          #header .content .right ul li.recommend, #header .content .right ul li.about {
            display: none; } }
  #header .content .right .user-menu {
    height: 100%;
    width: 2rem;
    position: relative; }
  #header .content .right .user-menu button[name="user-menu"] {
    background-image: url("/static/img/components/header/down-arrow-black.png");
    width: 2rem;
    min-width: 2rem; }
  #header .content .right .user-menu .container {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -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;
    z-index: 2;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 4rem;
    width: 10rem;
    border: solid 1px #e1e1e1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    max-width: 10rem;
    max-width: initial; }
  #header .content .right .user-menu.opened .container {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(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; }
  #header .content .right .search {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    height: 100%;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    position: relative; }
  #header .content .right .search input[name="search"] {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -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;
    z-index: 2;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 4rem;
    width: 10rem;
    height: 3rem;
    border: solid 1px #e1e1e1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    max-width: 10rem;
    max-width: initial; }
  #header .content .right .search.opened input[name="search"] {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(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; }
  #header .content .right .search button[name="search"] {
    background-image: url("/static/img/components/header/icon-search.png");
    background-size: 1.5rem 1.5rem; }
  #header .content .right .menu {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-end;
    height: 100%; }
  #header .content .right .menu .icon {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-end; }
  #header .content .right .menu .icon button[name="menu"] {
    position: relative;
    background: transparent;
    border: none;
    margin: 0.5rem 0;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    min-width: 3rem; }
    #header .content .right .menu .icon button[name="menu"] .line {
      position: absolute;
      background-color: #9552a1;
      transition: 0.4s;
      width: 2rem;
      height: 0.4rem;
      left: 0.5rem; }
      #header .content .right .menu .icon button[name="menu"] .line:nth-child(1) {
        top: 0.5rem; }
      #header .content .right .menu .icon button[name="menu"] .line:nth-child(2) {
        top: calc(.8rem + .5rem); }
      #header .content .right .menu .icon button[name="menu"] .line:nth-child(3) {
        top: calc(1.6rem + .5rem); }
  #header .content .right .menu .container {
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -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;
    position: absolute;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #fff;
    max-width: initial; }
  #header .content .right .menu .container ul li.christmas img {
    width: 1rem;
    margin-right: 0.25rem; }
    #header .content .right .menu .container ul li.heart a img {
      width: 1rem;
      margin-right: 0.25rem; }
  #header .content .right .menu .container .border {
    position: absolute;
    border-left: solid 1px #e1e1e1;
    top: -4rem;
    left: 0;
    bottom: 0; }
  #header .content .right .menu .container .socials {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center; }
    #header .content .right .menu .container .socials a {
      border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0.25rem;
      width: 3rem;
      height: 3rem; }
    #header .content .right .menu .container .socials a:hover {
      border: solid 1px #953da3;
      width: calc(3rem - 2px);
      height: calc(3rem - 2px); }
  #header .content .right .menu.opened, #header .content .right .menu.closing {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20; }
  #header .content .right .menu.opened .container, #header .content .right .menu.closing .container {
    position: relative; }
  #header .content .right .menu.opened .icon {
    background-color: #fff;
    width: 100%; }
    #header .content .right .menu.opened .icon button {
      background-color: #fff; }
    #header .content .right .menu.opened .icon button .line {
      transform-origin: 50% 50%; }
      #header .content .right .menu.opened .icon button .line:nth-child(1), #header .content .right .menu.opened .icon button .line:nth-child(3) {
        transform-origin: 50% 50%;
        width: 2.5rem;
        top: 1.25rem;
        left: 0.25rem; }
      #header .content .right .menu.opened .icon button .line:nth-child(1) {
        transform: rotate(45deg) translate(0, 0); }
      #header .content .right .menu.opened .icon button .line:nth-child(2) {
        opacity: 0; }
      #header .content .right .menu.opened .icon button .line:nth-child(3) {
        transform: rotate(-45deg) translate(0, 0); }
  #header .content .right .menu.opened .container {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(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; }
  #header .content .right .menu.opened + .menu-placeholder {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
  @media only screen and (min-width: 40em) {
        #header .content .right .menu {
          display: none; } }
  #header .content .right .menu-placeholder {
    display: none;
    width: 3rem;
    height: 3rem; }
  @media only screen and (min-width: 76em) {
    #header .content .left {
      padding-left: 0; } }

#menu {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column; }
  @media only print {
  #menu {
    display: none; } }
  #menu .primary, #menu .secondary {
    background-color: #fff;
    border-bottom: solid 1px #e1e1e1; }
  #menu .primary .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    width: 100%;
    max-width: 75rem; }
  #menu .primary .socials, #menu .primary .links, #menu .primary .links ul {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0; }
  #menu .primary .socials li, #menu .primary .links li, #menu .primary .links ul li {
    list-style-type: none; }
  #menu .primary .socials li.purple a, #menu .primary .links li.purple a, #menu .primary .links ul li.purple a {
    color: #9552a1; }
  #menu .primary .socials li.about a, #menu .primary .links li.about a, #menu .primary .links ul li.about a {
    font-weight: initial; }
  #menu .primary .socials li.heart, #menu .primary .links li.heart, #menu .primary .links ul li.heart {
    display: none; }
  #menu .primary .socials li.heart a img, #menu .primary .links li.heart a img, #menu .primary .links ul li.heart a img {
    width: 1.5rem;
    margin-left: 0.5rem; }
  @media only screen and (min-width: 40em) {
          #menu .primary .socials li.heart, #menu .primary .links li.heart, #menu .primary .links ul li.heart {
            display: flex; } }
  #menu .primary .socials li a, #menu .primary .links li a, #menu .primary .links ul li a {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0 0.5rem;
    height: 3rem; }
  #menu .primary .socials li a.actual, #menu .primary .links li a.actual, #menu .primary .links ul li a.actual {
    text-decoration: underline; }
  #menu .primary .socials li a:hover, #menu .primary .links li a:hover, #menu .primary .links ul li a:hover, #menu .primary .socials li a.actual, #menu .primary .links li a.actual, #menu .primary .links ul li a.actual {
    text-decoration: none; }
    #menu .primary .socials li a:hover:after, #menu .primary .links li a:hover:after, #menu .primary .links ul li a:hover:after, #menu .primary .socials li a.actual:after, #menu .primary .links li a.actual:after, #menu .primary .links ul li a.actual:after {
      content: "";
      position: absolute;
      background-color: #9552a1;
      width: 100%;
      height: 0.25rem;
      bottom: -1px;
      left: 0; }
  @media only screen and (min-width: 40em) {
          #menu .primary .socials li a, #menu .primary .links li a, #menu .primary .links ul li a {
            font-size: 0.9rem; } }
  #menu .primary .socials li a#vanoce, #menu .primary .links li a#vanoce, #menu .primary .links ul li a#vanoce {
    display: none; }
    @media only screen and (min-width: 40em) {
          #menu .primary .socials li a#vanoce, #menu .primary .links li a#vanoce, #menu .primary .links ul li a#vanoce {
            display: flex; } }
  #menu .primary .socials {
    display: none; }
  #menu .primary .socials li a {
    justify-content: center;
    margin: 0;
    width: 2rem; }
  #menu .primary .socials li a img {
    width: 24px;
    height: 24px; }
  @media only screen and (min-width: 40em) {
      #menu .primary .socials {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex; } }
  #menu .primary .links {
    justify-content: center;
    flex-grow: 1; }
  #menu .primary .links ul {
    justify-content: center;
    flex-grow: 1;
    max-width: 50rem; }
  #menu .primary .links ul li.recommend img, #menu .primary .links ul li.support img, #menu .primary .links ul li.christmas img {
    width: 24px;
    height: 24px; }
  #menu .primary .links ul li.gift {
    display: none; }
  @media only screen and (min-width: 30em) {
        #menu .primary .links ul {
          justify-content: space-between;
          width: 100%; }
          #menu .primary .links ul li.recommend, #menu .primary .links ul li.support, #menu .primary .links ul li.gift {
            display: flex;
            align-items: center; }
            #menu .primary .links ul li.christmas {
              display: flex;
              align-items: center; }
              #menu .primary .links ul li.christmas img {
                margin-right: 0.25rem; } }
  #menu .secondary {
    justify-content: center;
    display: none; }
  #menu .secondary ul {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 40rem; }
  #menu .secondary ul li {
    list-style-type: none; }
  #menu .secondary ul li a {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: italic;
    height: 3rem; }
  #menu .secondary ul li a:hover, #menu .secondary ul li a.actual {
    text-decoration: underline; }
  @media only screen and (min-width: 40em) {
    #menu .secondary {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex; } }

#noticeButton {
  width: 4rem;
  min-width: 4rem;
  height: 100%;
  position: relative;
  font-size: 0.8rem;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #e1e1e1;
  cursor: pointer; }
  #noticeButton .userProfilePhoto {
    border-radius: 50%; }
  #noticeButton.opened .notices {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(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; }
  #noticeButton .notice-count {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    background-color: #bf143c;
    color: white;
    border-radius: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center; }
  #noticeButton .notice-count.no-notices {
    background-color: #539c00; }
  #noticeButton .notices {
    cursor: default;
    position: absolute;
    left: 0;
    top: 4rem;
    width: 15rem;
    border: solid 1px #e1e1e1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    max-width: 10rem;
    max-width: initial;
    z-index: 2;
    background-color: white;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -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; }
  @media only screen and (min-width: 30em) {
    #noticeButton .notices {
      -webkit-transform-origin: right;
      -o-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right;
      right: 0;
      left: auto;
      width: 25rem; } }
  #noticeButton .notices .notice {
    background-color: #f3f3f3;
    padding: 0.5rem;
    border-bottom: solid 1px #e1e1e1; }
  #noticeButton .notices .notice a {
    font-weight: bold; }
  #noticeButton .notices .notice .notice-wrap {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex; }
  #noticeButton .notices .notice .notice-wrap .notice-picture {
    width: 40px; }
  #noticeButton .notices .notice .notice-wrap .notice-content {
    margin-left: 1rem;
    max-width: calc(100% - 40px - 1rem); }
  #noticeButton .notices .show-more {
    padding: 0.5rem;
    border-top: 1px #cecece solid;
    text-align: center; }

#partners {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  background-color: #fff;
  border-bottom: solid 1px #e1e1e1;
  min-height: 6rem;
  padding: 2rem;
  z-index: 1; }
  @media only print {
  #partners {
    display: none; } }
  #partners div, #partners h1.homepage, #partners #top-eva-agregator .h1-like.homepage, #top-eva-agregator #partners .h1-like.homepage {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    width: 100%;
    max-width: 75rem;
    margin: auto;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; }
  #partners div .partner, #partners h1.homepage .partner, #partners #top-eva-agregator .h1-like.homepage .partner, #top-eva-agregator #partners .h1-like.homepage .partner {
    width: 8rem;
    max-width: 50%; }
  #partners div .partner img, #partners h1.homepage .partner img, #partners #top-eva-agregator .h1-like.homepage .partner img, #top-eva-agregator #partners .h1-like.homepage .partner img {
    width: 100%; }

#subcategories {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  background-color: #fbe3fb;
  margin-bottom: 1rem;
  max-width: 100%;
  font-size: 0.875rem; }
  #subcategories ul {
    list-style-type: none;
    padding-left: 0rem;
    width: 100%;
    margin-bottom: 0; }
  #subcategories ul li {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: baseline;
    border-top: 1px solid #e49ef1; }
  #subcategories ul li:before {
    content: ">";
    padding-left: 1rem;
    padding-right: 1rem; }
  #subcategories ul li:first-child {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    -moz-border-top-right-radius: 0.5rem;
    -moz-border-top-left-radius: 0.5rem;
    border: none; }
  #subcategories ul li:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-bottom-right-radius: 0.5rem;
    -moz-border-bottom-left-radius: 0.5rem; }
  #subcategories ul li.subcat {
    border: none; }
  #subcategories ul li.subcat:before {
    padding-left: 2rem; }
  #subcategories ul li.active {
    font-weight: bold;
    background-color: #fbd1f7; }
  #subcategories ul li:hover {
    background-color: #fbd1f7; }
  #subcategories ul li a {
    width: 100%;
    padding: 0.375rem 0.5rem; }

#subcategoriesSelect {
  text-align: center;
  margin-bottom: 1rem; }
  #subcategoriesSelect select option.main, #subcategoriesSelect #eventFilters .filter-wrap .select-like option.main, #eventFilters .filter-wrap #subcategoriesSelect .select-like option.main {
    color: #9552a1;
    font-weight: bold; }
  #subcategoriesSelect select option.parent, #subcategoriesSelect #eventFilters .filter-wrap .select-like option.parent, #eventFilters .filter-wrap #subcategoriesSelect .select-like option.parent {
    color: #9552a1;
    font-weight: bold; }
  #subcategoriesSelect select option.active, #subcategoriesSelect #eventFilters .filter-wrap .select-like option.active, #eventFilters .filter-wrap #subcategoriesSelect .select-like option.active {
    font-weight: bold; }
  #subcategoriesSelect select option.subcat, #subcategoriesSelect #eventFilters .filter-wrap .select-like option.subcat, #eventFilters .filter-wrap #subcategoriesSelect .select-like option.subcat {
    margin-left: 2rem;
    text-indent: 2rem; }

#submenu {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  background-color: #fbe3fb;
  margin-bottom: 1rem;
  max-width: 100%; }
  #submenu a {
    display: block;
    width: calc(100% - 1rem);
    border-bottom: 1px solid #e49ef1;
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem; }
  #submenu a span {
    color: #9552a1;
    margin-right: 1rem; }
  #submenu a:last-child {
    border-bottom: none; }
  #submenu a:hover {
    background-color: #fbd1f7; }
  #submenu a.active {
    font-weight: bold;
    background-color: #fbd1f7; }
  #submenu a:first-child {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    -moz-border-top-right-radius: 0.5rem;
    -moz-border-top-left-radius: 0.5rem; }
  #submenu a:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-bottom-right-radius: 0.5rem;
    -moz-border-bottom-left-radius: 0.5rem; }

.likebox {
  border-radius: 0.875rem;
  -webkit-border-radius: 0.875rem;
  -moz-border-radius: 0.875rem;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  background-image: url("/static/img/components/likebox/heart.png");
  background-repeat: no-repeat;
  background-position: 0.5rem 50%;
  border: solid 1px #e1e1e1;
  width: 6rem;
  height: 1.75rem; }
  .likebox .count {
    margin-right: 0.5rem;
    font-weight: normal; }
  .likebox:hover {
    cursor: pointer; }

#loginComponent, #register {
  text-align: center;
  padding: 1rem;
  max-width: 100%;
  box-sizing: border-box; }
  #loginComponent input[type="name"], #register input[type="name"], #loginComponent input[type="surname"], #register input[type="surname"], #loginComponent input[type="email"], #register input[type="email"], #loginComponent input[type="password"], #register input[type="password"], #loginComponent input[type="submit"], #register input[type="submit"] {
    width: 15rem; }
  #loginComponent input[type="name"].facebook, #register input[type="name"].facebook, #loginComponent input[type="surname"].facebook, #register input[type="surname"].facebook, #loginComponent input[type="email"].facebook, #register input[type="email"].facebook, #loginComponent input[type="password"].facebook, #register input[type="password"].facebook, #loginComponent input[type="submit"].facebook, #register input[type="submit"].facebook {
    width: auto;
    white-space: normal; }
  #loginComponent img, #register img {
    max-width: 10rem; }
  #loginComponent form .agreement, #register form .agreement {
    margin-bottom: 1rem;
    text-align: left;
    max-width: 21rem; }
  #loginComponent form .error-message, #register form .error-message {
    color: #f00; }
  #loginComponent form .rememberMe, #register form .rememberMe {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; }
  #loginComponent form .recaptcha, #register form .recaptcha {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center; }
  #loginComponent .register, #register .register, #loginComponent .forgotten-password, #register .forgotten-password, #loginComponent .login, #register .login {
    align-self: center;
    text-decoration: underline;
    margin-bottom: 5px;
    cursor: pointer; }
  #loginComponent .register:hover, #register .register:hover, #loginComponent .forgotten-password:hover, #register .forgotten-password:hover, #loginComponent .login:hover, #register .login:hover {
    color: #ff295a; }

#modalDelimiter {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }
  #modalDelimiter .line {
    border-top: 1px solid #e7e7e7;
    flex-grow: 1; }
  #modalDelimiter .text {
    margin: 0.5rem; }

#paging {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: flex-end;
  max-width: 100%;
  flex-wrap: wrap; }
  #paging button {
    margin: 0.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem; }
  #paging button.inverse {
    cursor: initial; }

#path {
  color: #6d6d6d;
  flex: 1 0 auto;
  font-size: 0.75rem;
  margin: 1rem 0; }
  @media only print {
  #path {
    display: none; } }
  #path a {
    font-weight: initial;
    margin: 0.5rem; }

.pdfButton {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9552a1aa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem; }
  .pdfButton:hover {
    background-color: #9552a1ff;
    cursor: pointer; }
  @media only print {
  .pdfButton {
    display: none; } }

.printButton {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9552a1aa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem; }
  .printButton:hover {
    background-color: #9552a1ff;
    cursor: pointer; }
  .printButton .icon {
    width: 1.25rem;
    height: 1.25rem;
    filter: invert(100%); }
  @media only print {
  .printButton {
    display: none; } }

.reviewCard {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 1rem - 2px);
  height: 5rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: 0px 3px 2px #aaa;
  border: 1px solid #aaa; }
  .reviewCard .image {
    height: 100%;
    max-width: calc(5rem * 1.78);
    width: 15%;
    margin-right: 1rem; }
  .reviewCard .image img {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-top-left-radius: 0.5rem;
    -moz-border-bottom-left-radius: 0.5rem;
    width: 100%;
    height: 100%; }
  .reviewCard .title {
    width: 70%; }
  .reviewCard .rating {
    width: 15%; }
  .reviewCard .rating .ratio {
    width: calc(80% - 1rem);
    padding: 0.25rem 0.5rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border: 1px solid #dedede;
    text-align: right;
    background-image: url("/static/img/components/female_gender_symbol.png");
    background-repeat: no-repeat;
    background-position: 0.5rem 50%; }

span.smile {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle; }
  span.smile.happy {
    background-image: url("/static/img/smiles/happy.png"); }
  span.smile.cry {
    background-image: url("/static/img/smiles/cry.png"); }
  span.smile.snicker {
    background-image: url("/static/img/smiles/snicker.png"); }
  span.smile.great {
    background-image: url("/static/img/smiles/great.png"); }
  span.smile.flag {
    background-image: url("/static/img/smiles/flag.png"); }
  span.smile.gift {
    background-image: url("/static/img/smiles/gift.png"); }
  span.smile.hi {
    background-image: url("/static/img/smiles/hi.png"); }
  span.smile.blink {
    background-image: url("/static/img/smiles/blink.png"); }
  span.smile.birthday {
    background-image: url("/static/img/smiles/birthday.png"); }
  span.smile.sad {
    background-image: url("/static/img/smiles/sad.png"); }
  span.smile.cofee {
    background-image: url("/static/img/smiles/coffee.png"); }
  span.smile.reject {
    background-image: url("/static/img/smiles/reject.png"); }
  span.smile.quiet {
    background-image: url("/static/img/smiles/quiet.png"); }
  span.smile.cool {
    background-image: url("/static/img/smiles/cool.png"); }
  span.smile.coffee {
    background-image: url("/static/img/smiles/coffee.png"); }
  span.smile.sleep {
    background-image: url("/static/img/smiles/sleep.png"); }
  span.smile.angel {
    background-image: url("/static/img/smiles/angel.png"); }
  span.smile.present {
    background-image: url("/static/img/smiles/present.png"); }
  span.smile.wine {
    background-image: url("/static/img/smiles/wine.png"); }
  span.smile.drunk {
    background-image: url("/static/img/smiles/drunk.png"); }
  span.smile.kiss {
    background-image: url("/static/img/smiles/kiss.png"); }
  span.smile.heart {
    background-image: url("/static/img/smiles/heart.png");
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1rem 1rem;
    background-position: center center; }
  span.smile.enzo {
    background-image: url("/static/img/smiles/enzo.png"); }

#smileySelect {
  position: absolute;
  bottom: 3.9rem;
  right: 0;
  border: solid 1px #e1e1e1;
  max-width: none;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 100; }
  #smileySelect .smileys {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
    width: 12rem;
    position: relative;
    max-width: none;
    box-sizing: border-box;
    padding: 1rem; }
  #smileySelect .smileys .smiley-wrap {
    width: 25%; }

#ssoLoginConfirmation {
  text-align: center;
  padding: 1rem;
  max-width: 100%;
  box-sizing: border-box; }
  #ssoLoginConfirmation .register-wrap {
    max-width: 30rem;
    margin: auto;
    padding: 1rem;
    text-align: left; }
  #ssoLoginConfirmation .register-wrap input[type="name"], #ssoLoginConfirmation .register-wrap input[type="surname"], #ssoLoginConfirmation .register-wrap input[type="email"], #ssoLoginConfirmation .register-wrap input[type="password"], #ssoLoginConfirmation .register-wrap input[type="submit"] {
    width: 15rem; }
  #ssoLoginConfirmation .register-wrap input[type="name"].facebook, #ssoLoginConfirmation .register-wrap input[type="surname"].facebook, #ssoLoginConfirmation .register-wrap input[type="email"].facebook, #ssoLoginConfirmation .register-wrap input[type="password"].facebook, #ssoLoginConfirmation .register-wrap input[type="submit"].facebook {
    width: auto;
    white-space: normal; }
  #ssoLoginConfirmation .register-wrap h1, #ssoLoginConfirmation .register-wrap #top-eva-agregator .h1-like, #top-eva-agregator #ssoLoginConfirmation .register-wrap .h1-like {
    text-align: center; }
  #ssoLoginConfirmation .register-wrap form {
    margin-bottom: 1rem;
    margin-top: 1rem; }
  #ssoLoginConfirmation .register-wrap form .remember {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; }
  #ssoLoginConfirmation .register-wrap form label a {
    font-weight: bold;
    color: #9552a1; }
  #ssoLoginConfirmation .register-wrap form .agreements {
    margin: 1rem 0; }
  #ssoLoginConfirmation .register-wrap .error {
    color: red;
    text-align: center;
    width: 100%; }

.startEditing, .startEditingNew {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9552a1;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem; }
  .startEditing:hover, .startEditingNew:hover {
    background-color: #9552a1;
    cursor: pointer;
    opacity: 1; }
  .startEditing .icon, .startEditingNew .icon {
    width: 1rem;
    height: 1rem; }
  .startEditing .startEditingNew, .startEditingNew .startEditingNew {
    margin-left: auto;
    margin-top: -3rem; }
  @media only print {
  .startEditing, .startEditingNew {
    display: none; } }

.top-zena-tydne {
  width: 3rem !important;
  height: 3rem !important; }

.topovatko, .top-zena-tydne {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #9552a1;
  opacity: 0.5; }
  .topovatko:hover, .top-zena-tydne:hover {
    background-color: #9552a1;
    cursor: pointer;
    opacity: 1; }

#userEvents {
  padding: 1rem;
  margin-bottom: 1rem;
  width: calc(100% - 2rem); }
  #userEvents .title {
    font-size: 1.25rem;
    color: #9552a1;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  #userEvents .event {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dedede; }
  #userEvents .event .image {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem; }
  #userEvents .event .body {
    width: calc(100% - 3rem); }
  #userEvents .event .body .date {
    color: #9552a1;
    font-size: 0.75rem; }
  #userEvents a.all-events {
    display: block;
    text-align: center;
    margin: 1rem auto; }

#userFollowers {
  padding: 1rem;
  margin-bottom: 1rem;
  width: calc(100% - 2rem); }
  #userFollowers .title {
    font-weight: bold; }
  #userFollowers .follows {
    width: calc(100% - 2rem);
    padding: 1rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #dedede; }
  #userFollowers .follows .follow {
    width: 3rem;
    height: 3rem;
    margin: 0.5rem; }
  #userFollowers .follows .follow img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  #userFollowers a.all-follows {
    display: block;
    text-align: center;
    margin: 1rem auto; }

#userProfile {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1rem; }
  #userProfile .image {
    width: 10rem;
    height: 10rem;
    position: relative;
    margin-bottom: 1rem; }
  #userProfile .image .userProfilePhoto {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    widht: 100%; }
  #userProfile .image .hearth {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    width: 3.5rem;
    height: 2.5rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/static/img/components/likebox/heart-bigger.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 0.875rem;
    padding-bottom: 1rem; }
  #userProfile .name {
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  #userProfile .counter {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    width: calc(100% - 2rem);
    padding: 0 1rem;
    margin-bottom: 1rem; }
  #userProfile .counter .cell {
    border-right: 1px solid #dedede;
    width: calc(100% / 2);
    text-align: center; }
  #userProfile .counter .cell .number {
    font-size: 1.25rem;
    font-weight: bold; }
  #userProfile .counter .cell .text {
    font-size: 0.75rem;
    color: #6d6d6d; }
  #userProfile .counter .cell.sympaties {
    border: none; }
  #userProfile .points {
    font-size: 0.875rem;
    margin-bottom: 1rem; }

#userStory {
  padding: 1rem;
  margin-bottom: 1rem;
  width: calc(100% - 2rem); }
  #userStory .title {
    font-size: 1.25rem;
    color: #9552a1;
    font-weight: bold; }
  #userStory .text {
    margin-bottom: 1rem;
    white-space: pre-line; }
  #userStory .position {
    background-image: url("/static/img/position.png");
    background-size: auto 1rem;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: center;
    padding-left: 1.5rem; }

#userWeb {
  padding: 1rem;
  margin-bottom: 1rem;
  width: calc(100% - 2rem); }
  #userWeb .title {
    font-size: 1.25rem;
    color: #9552a1;
    font-weight: bold; }
  #userWeb .text {
    margin-bottom: 1rem;
    white-space: pre-line; }

.widget {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  border-top: 1px solid #cdcdcd;
  padding: 1rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 30em) {
  .widget {
    border: 1px solid #cdcdcd;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem; } }

#workroomsWidget .workroom {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem; }
  #workroomsWidget .workroom .text {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    width: calc(80% - .5rem);
    margin-left: 0.5rem; }
  #workroomsWidget .workroom .text .title {
    font-size: 0.75rem;
    color: #9552a1; }
  #workroomsWidget .workroom .text .likebox {
    align-self: flex-end; }
  #workroomsWidget .workroom .image {
    width: 20%;
    position: relative;
    padding-top: calc(20% / 4 * 3); }
  #workroomsWidget .workroom .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

@media screen and (min-width: 620px) {
      #mMessageSend .modalWrapper {
        padding-bottom: 40px;
        width: 620px; } }
  #mMessageSend .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
  #mMessageSend .modalWrapper .container .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto; }
  #mMessageSend .modalWrapper .container .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; }
  #mMessageSend .modalWrapper .container .title .label {
    flex-shrink: 0;
    font-size: 20px; }
  #mMessageSend .modalWrapper .container .announcement {
    text-align: center;
    font-size: 16px; }

#mWriteUs {
  font-family: Brandon;
  color: #000; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_reg.otf"); }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_blk.otf");
    font-weight: 900; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_blk_it.otf");
    font-weight: 900;
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_reg_it.otf");
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_bld.otf");
    font-weight: 700; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_bld_it.otf");
    font-weight: 700;
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_med.otf");
    font-weight: 500; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_med_it.otf");
    font-weight: 500;
    font-style: italic; }
  #mWriteUs h1, #mWriteUs #top-eva-agregator .h1-like, #top-eva-agregator #mWriteUs .h1-like, #mWriteUs h2, #mWriteUs #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #mWriteUs .price, #mWriteUs h4, #mWriteUs input, #mWriteUs textarea, #mWriteUs label {
    font-family: Brandon; }
  @media screen and (min-width: 620px) {
    #mWriteUs .modalWrapper {
      padding-bottom: 40px;
      width: 25rem; } }
  #mWriteUs .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%;
    margin-top: 16rem; }
  #mWriteUs .modalWrapper .container .closer {
    background-image: url("/static/img/wom/close.png");
    right: 0rem;
    top: 0.5rem; }
  #mWriteUs .modalWrapper .container .closer:hover {
    background-image: url("/static/img/wom/close_hover.png");
    right: 0rem;
    top: 0.5rem; }
  #mWriteUs .modalWrapper .container .content {
    height: 32rem;
    border-radius: 5rem;
    text-align: center; }
  #mWriteUs .modalWrapper .container .content .confirmation {
    margin: auto; }
  #mWriteUs .modalWrapper .container .content .confirmation h1, #mWriteUs .modalWrapper .container .content .confirmation #top-eva-agregator .h1-like, #top-eva-agregator #mWriteUs .modalWrapper .container .content .confirmation .h1-like {
    font-size: 2rem;
    color: #ff009c;
    font-weight: 900; }
  #mWriteUs .modalWrapper .container .content .confirmation h2, #mWriteUs .modalWrapper .container .content .confirmation #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #mWriteUs .modalWrapper .container .content .confirmation .price {
    font-size: 2rem;
    color: #ff009c;
    font-weight: 900; }
  #mWriteUs .modalWrapper .container .content .confirmation h4 {
    font-size: 1.6rem;
    line-height: 1; }
  #mWriteUs .modalWrapper .container .content .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  #mWriteUs .modalWrapper .container .content .title h1, #mWriteUs .modalWrapper .container .content .title #top-eva-agregator .h1-like, #top-eva-agregator #mWriteUs .modalWrapper .container .content .title .h1-like {
    font-size: 2rem;
    color: #ff009c;
    font-weight: 900; }
  #mWriteUs .modalWrapper .container .content .title h4 {
    margin-top: -1rem;
    font-size: 1.6rem;
    line-height: 1; }
  #mWriteUs .modalWrapper .container .content form label {
    font-weight: 200;
    margin-left: 2rem;
    font-size: 1rem; }
  #mWriteUs .modalWrapper .container .content form .agreement {
    font-weight: 200;
    width: 81%;
    font-size: 0.9rem;
    line-height: 1; }
  #mWriteUs .modalWrapper .container .content form .agreement {
    text-align: center; }
  #mWriteUs .modalWrapper .container .content form .recaptcha {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center; }
  #mWriteUs .modalWrapper .container .content form input.name, #mWriteUs .modalWrapper .container .content form input.email {
    border: none;
    border-bottom: 0.075rem solid black;
    border-radius: 0px;
    width: 80%;
    font-family: Brandon;
    height: 1.5rem; }
  #mWriteUs .modalWrapper .container .content form textarea {
    border: none;
    border-bottom: 0.075rem solid black;
    border-radius: 0px;
    width: 80%;
    font-family: Brandon;
    height: 3rem; }
  #mWriteUs .modalWrapper .container .content form input.email:focus, #mWriteUs .modalWrapper .container .content form input.name:focus, #mWriteUs .modalWrapper .container .content form textarea:focus {
    outline: none !important;
    border: none;
    border-bottom: 0.075rem solid #ff009c;
    caret-color: #ff009c;
    font-size: 1rem; }
  #mWriteUs .modalWrapper .container .content form textarea::placeholder {
    color: grey;
    font-family: Brandon; }
  #mWriteUs .modalWrapper .container .content form .send {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    margin: 0 auto 0rem auto;
    font-family: Brandon;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    background-color: #ff009c;
    box-shadow: none;
    font-weight: 700;
    margin-top: 1rem;
    width: 9rem;
    height: 3rem;
    font-size: 1.25rem !important; }

.modal {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 1rem;
  width: 100vw;
  height: calc(100% - 1rem);
  color: #333;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0; }
  .modal .modalWrapper {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    width: calc(100vw - 2rem);
    max-width: 60rem;
    max-height: calc(100vh - 2rem);
    color: #333; }
  .modal .modalWrapper * {
    flex-shrink: 0; }
  .modal .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%; }
  .modal .modalWrapper .container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: solid 1px #a9a9a9;
    padding-bottom: 1rem;
    width: calc(100% - 2px);
    padding: 1rem;
    box-sizing: border-box; }
  .modal .modalWrapper .container .content .title {
    font-size: 36px;
    margin: 15px auto 10px; }
  .modal .modalWrapper .container .content .logo {
    margin: 2.5rem 0 2rem;
    width: 152px;
    height: 20px; }
  .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: 18px;
    height: 18px;
    min-width: 0rem;
    right: 1rem;
    top: 1rem;
    background-image: url("/static/img/krizek.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .modal .modalWrapper .container .closer:hover {
    background-position: bottom; }
  .modal .modalWrapper .modal-margin {
    padding-bottom: 1rem; }

#mForgottenPassword .modalWrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 620px) {
    #mForgottenPassword .modalWrapper {
      width: 620px; } }
  #mForgottenPassword .modalWrapper .container {
    font-size: 14px;
    width: 100%; }
  #mForgottenPassword .modalWrapper .container form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    width: 100%; }
  #mForgottenPassword .modalWrapper .container form .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
  #mForgottenPassword .modalWrapper .container form .row input {
    width: 210px; }
  #mForgottenPassword .modalWrapper .container form .row.send {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center; }
    #mForgottenPassword .modalWrapper .container form .row.send button[name="send"] {
      width: 222px; }
  #mForgottenPassword .modalWrapper .container form .error-message {
    text-align: center;
    font-size: 16px;
    padding: 10px 40px;
    width: calc(100% - 80px);
    color: #f00; }
  #mForgottenPassword .modalWrapper .container .login, #mForgottenPassword .modalWrapper .container .register {
    align-self: center;
    text-decoration: underline;
    cursor: pointer; }
  #mForgottenPassword .modalWrapper .container .login:hover, #mForgottenPassword .modalWrapper .container .register:hover {
    color: #16a7ff; }
  #mForgottenPassword .modalWrapper .container .login {
    margin-bottom: 10px; }
  #mForgottenPassword .modalWrapper .container .register {
    margin-bottom: 40px; }
  #mForgottenPassword .modalWrapper .container .confirmation {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 45px auto;
    padding: 0 20px; }
  #mForgottenPassword .modalWrapper .container .confirmation .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; }
  #mForgottenPassword .modalWrapper .container .confirmation .announcement {
    flex-shrink: 1;
    text-align: left;
    font-size: 20px;
    font-weight: 200; }

#mLogin .modalWrapper, #mRegister .modalWrapper {
  max-width: 30rem; }

@media screen and (min-width: 620px) {
      #mRegistrationDone .modalWrapper {
        padding-bottom: 40px;
        width: 620px; } }
  #mRegistrationDone .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
  #mRegistrationDone .modalWrapper .container .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto; }
  #mRegistrationDone .modalWrapper .container .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; }
  #mRegistrationDone .modalWrapper .container .title .label {
    flex-shrink: 0;
    font-size: 20px; }
  #mRegistrationDone .modalWrapper .container .announcement {
    text-align: center;
    font-size: 16px; }

#mUserActivated .modalWrapper .container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  #mUserActivated .modalWrapper .container .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2.5rem auto; }
  #mUserActivated .modalWrapper .container .title .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin: 0 0 1rem;
    width: 50px;
    height: 50px; }
  #mUserActivated .modalWrapper .container .title .label {
    text-align: center;
    flex-shrink: 0;
    font-size: 1.25rem; }
  #mUserActivated .modalWrapper .container .announcement {
    text-align: center; }
  @media only screen and (min-width: 30rem) {
      #mUserActivated .modalWrapper .container .title {
        flex-direction: row; }
        #mUserActivated .modalWrapper .container .title .checkmark {
          margin: 0 1rem 0 0; } }

#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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    padding: 0 2rem; }
  #mFbAskForUserPosts .modalWrapper .container .content form .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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; }

#mArticleProductChange table {
  width: 40%; }
  #mArticleProductChange table tr {
    display: flex;
    justify-content: space-between; }
  #mArticleProductChange h3 {
    margin-bottom: 1.5rem;
    width: 60%;
    text-align: center; }
  #mArticleProductChange h3 a {
    color: #9552a1; }

@media screen and (min-width: 620px) {
      #mArticleProductChangeDone .modalWrapper {
        padding-bottom: 40px;
        width: 620px; } }
  #mArticleProductChangeDone .modalWrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
  #mArticleProductChangeDone .modalWrapper .container .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto; }
  #mArticleProductChangeDone .modalWrapper .container .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; }
  #mArticleProductChangeDone .modalWrapper .container .title .label {
    flex-shrink: 0;
    font-size: 15px; }

#mGalleryImage {
  background-color: rgba(0, 0, 0, .8); }
  #mGalleryImage .modalWrapper {
    width: auto; }
  #mGalleryImage .modalWrapper .container .closer:before, #mGalleryImage .modalWrapper .container .closer:after {
    background-color: #fff; }
  #mGalleryImage .modalWrapper .container .content {
    position: relative;
    padding: 0; }
  #mGalleryImage .modalWrapper .container .content img {
    max-height: calc(100vh - 4rem); }
  #mGalleryImage .modalWrapper .container .content .controls {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #mGalleryImage .modalWrapper .container .content .controls a {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    width: 25%; }
    #mGalleryImage .modalWrapper .container .content .controls a:hover .icon {
      display: block; }
    #mGalleryImage .modalWrapper .container .content .controls a .icon {
      background-image: url("/static/img/icons/left-right.png");
      background-repeat: no-repeat;
      background-size: 2.5rem 4rem;
      display: none;
      width: 1.25rem;
      height: 2rem; }
    #mGalleryImage .modalWrapper .container .content .controls a.previous {
      justify-content: flex-start; }
    #mGalleryImage .modalWrapper .container .content .controls a.previous .icon {
      background-position: 0 0;
      margin-left: 1rem; }
    #mGalleryImage .modalWrapper .container .content .controls a.next {
      justify-content: flex-end; }
    #mGalleryImage .modalWrapper .container .content .controls a.next .icon {
      background-position: -1.25rem 0;
      margin-right: 1rem; }

#mImage .modalWrapper .container .closer {
  opacity: 0.25; }

#mMarketBanner .modalWrapper {
  max-width: 40rem; }

#mSendMessage .modalWrapper {
  max-width: 40rem; }
  #mSendMessage textarea {
    width: 80%;
    height: 8rem; }

#mTopovatko .modalWrapper .container .content form {
  align-self: stretch; }
  #mTopovatko .modalWrapper .container .content form .label {
    max-width: 40rem;
    margin: 0 auto 1rem; }
    #mTopovatko .modalWrapper .container .content form .label label {
      font-weight: bold; }
    #mTopovatko .modalWrapper .container .content form .label .top-type-wrap {
      margin-left: 2rem; }
  #mTopovatko .modalWrapper .container .content form .message {
    text-align: center;
    color: green;
    margin-bottom: 0.5rem; }
  #mTopovatko .modalWrapper .container .content form button {
    display: block;
    margin: auto; }

#articlePage #container.christmas {
  background-color: white;
  background-image: none; }
  #articlePage #container.christmas .content {
    border: 1px solid #f1f1f1; }
  #articlePage #container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem; }
  #articlePage #container .content .left {
    width: 100%; }
  @media only print {
        #articlePage #container .content .left {
          display: none; } }
  #articlePage #container .content .left .recipe {
    display: none; }
  @media only screen and (min-width: 40em) {
          #articlePage #container .content .left .recipe {
            display: flex; } }
  #articlePage #container .content .right {
    width: 100%;
    min-height: 10rem;
    margin-bottom: 1rem; }
  #articlePage #container .content .right .recipeMobile {
    display: flex; }
  @media only screen and (min-width: 40em) {
          #articlePage #container .content .right .recipeMobile {
            display: none; } }
  @media only screen and (min-width: 40em) {
      #articlePage #container .content {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        padding: 2rem; }
        #articlePage #container .content .left {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          flex-direction: column;
          padding-right: 2rem;
          width: calc(35% - 2rem);
          flex: 1 0 30%;
          max-width: 30rem;
          min-height: 1rem; }
        #articlePage #container .content .right {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          justify-content: space-around;
          align-items: flex-start;
          flex-wrap: wrap;
          flex: 1 0 65%;
          width: initial;
          max-width: 61%; } }

.category #container.christmas {
  background-color: white;
  background-image: none; }
  .category #container.christmas .content {
    border: 1px solid #f1f1f1; }
  .category #container .content .category-title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    margin-bottom: 0.25rem;
    align-items: center; }
  .category #container .content .category-title .category-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem; }
  .category #container .content .category-title h1, .category #container .content .category-title #top-eva-agregator .h1-like, #top-eva-agregator .category #container .content .category-title .h1-like {
    margin-bottom: 0; }
  .category #container .content .category-title h1 .category-name, .category #container .content .category-title #top-eva-agregator .h1-like .category-name, #top-eva-agregator .category #container .content .category-title .h1-like .category-name {
    border: 1px solid #9552a1; }
  .category #container .content .category-title .startEditingNew {
    margin-bottom: 0;
    margin-left: 1rem;
    flex: 0 0 auto; }
  .category #container .content .category-description {
    margin-bottom: 0.25rem;
    margin-left: 2rem; }
  .category #container .content .topWrap {
    display: block; }
  .category #container .content .contentBody {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
  .category #container .content .contentBody .left {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1 0 auto;
    width: 100%; }
  .category #container .content .contentBody .left #calendarWidget, .category #container .content .contentBody .left #workroomsWidget, .category #container .content .contentBody .left #subcategories {
    display: none; }
  .category #container .content .contentBody .right {
    box-sizing: border-box;
    width: 100%;
    flex: 1 0 auto; }
  .category #container .content .contentBody .right .category-title, .category #container .content .contentBody .right .category-description {
    display: none; }
  .category #container .content .contentBody .right .path-and-order {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    flex-wrap: wrap;
    position: relative; }
    .category #container .content .contentBody .right .path-and-order .order {
      margin: auto; }
    .category #container .content .contentBody .right .path-and-order .order select, .category #container .content .contentBody .right .path-and-order .order #eventFilters .filter-wrap .select-like, #eventFilters .filter-wrap .category #container .content .contentBody .right .path-and-order .order .select-like {
      margin-left: 0.5rem;
      height: initial;
      font-size: 0.75rem; }
  .category #container .content .contentBody .right .articles {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap; }
    .category #container .content .contentBody .right .articles .row {
      width: 100%; }
    .category #container .content .contentBody .right .articles .row.first {
      order: 2; }
    .category #container .content .contentBody .right .articles .row.second {
      order: 4; }
    .category #container .content .contentBody .right .articles .not-founded {
      margin: auto;
      text-align: center;
      margin-top: 2rem;
      color: #aaa;
      font-size: 1.5rem; }
  @media screen and (min-width: 40rem) {
      .category #container .content .topWrap {
        display: none; }
      .category #container .content .contentBody .left {
        padding-right: 1rem;
        width: 300px; }
        .category #container .content .contentBody .left #calendarWidget, .category #container .content .contentBody .left #workroomsWidget, .category #container .content .contentBody .left #subcategories {
          display: flex; }
        .category #container .content .contentBody .left #subcategoriesSelect {
          display: none; }
        .category #container .content .contentBody .right {
          width: calc(100% - 300px); }
        .category #container .content .contentBody .right .category-title, .category #container .content .contentBody .right .category-description {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex; }
        .category #container .content .contentBody .right .path-and-order .order {
          margin: initial;
          margin-left: auto; }
        .category #container .content .contentBody .right .htmlField #overArticles img {
          height: auto; } }
  @media only screen and (min-width: 75em) {
      .category #container .content .contentBody .right .articles .row.first {
        order: 3; }
        .category #container .content .contentBody .right .articles .row.second {
          order: 6; } }

#error403 #container .content, #error404 #container .content, #error405 #container .content, #error500 #container .content {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 2rem;
  max-width: 40rem;
  margin: auto; }
  #error403 #container .content h1, #error403 #container .content #top-eva-agregator .h1-like, #top-eva-agregator #error403 #container .content .h1-like, #error404 #container .content h1, #error404 #container .content #top-eva-agregator .h1-like, #top-eva-agregator #error404 #container .content .h1-like, #error405 #container .content h1, #error405 #container .content #top-eva-agregator .h1-like, #top-eva-agregator #error405 #container .content .h1-like, #error500 #container .content h1, #error500 #container .content #top-eva-agregator .h1-like, #top-eva-agregator #error500 #container .content .h1-like, #error403 #container .content h2, #error403 #container .content #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #error403 #container .content .price, #error404 #container .content h2, #error404 #container .content #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #error404 #container .content .price, #error405 #container .content h2, #error405 #container .content #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #error405 #container .content .price, #error500 #container .content h2, #error500 #container .content #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #error500 #container .content .price {
    text-align: center; }
  #error403 #container .content h1, #error403 #container .content #top-eva-agregator .h1-like, #top-eva-agregator #error403 #container .content .h1-like, #error404 #container .content h1, #error404 #container .content #top-eva-agregator .h1-like, #top-eva-agregator #error404 #container .content .h1-like, #error405 #container .content h1, #error405 #container .content #top-eva-agregator .h1-like, #top-eva-agregator #error405 #container .content .h1-like, #error500 #container .content h1, #error500 #container .content #top-eva-agregator .h1-like, #top-eva-agregator #error500 #container .content .h1-like {
    border-bottom: solid 0.25rem #000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: inline-block;
    width: initial; }
  #error403 #container .content h2, #error403 #container .content #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #error403 #container .content .price, #error404 #container .content h2, #error404 #container .content #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #error404 #container .content .price, #error405 #container .content h2, #error405 #container .content #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #error405 #container .content .price, #error500 #container .content h2, #error500 #container .content #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #error500 #container .content .price {
    text-transform: none;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 1rem; }
  #error403 #container .content img, #error404 #container .content img, #error405 #container .content img, #error500 #container .content img {
    max-width: calc(100% - 2rem); }
  #error403 #container .content a.go-home, #error404 #container .content a.go-home, #error405 #container .content a.go-home, #error500 #container .content a.go-home {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    height: 2.2rem; }
  #error403 #container .content p, #error404 #container .content p, #error405 #container .content p, #error500 #container .content p {
    text-align: center;
    font-family: CustomArialRoundedMTBold, sans-serif;
    font-size: 0.75rem; }

#home #container {
  background: white; }
  #home #container .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 1rem;
    width: 100%;
    margin-bottom: 2rem;
    box-shadow: none; }
  #home #container .content a {
    text-decoration: none; }
  #home #container .content .left {
    width: 100%; }
  #home #container .content .left .category {
    margin-bottom: 0.5rem; }
  #home #container .content .left .category.newest {
    background-color: #fbe3fb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 1rem; }
    #home #container .content .left .category.newest h2, #home #container .content .left .category.newest .right .right-item.eshop .price, #home #container .content .right .right-item.eshop .left .category.newest .price {
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      text-align: center; }
  #home #container .content .left .category h2 img, #home #container .content .left .category .right .right-item.eshop .price img, #home #container .content .right .right-item.eshop .left .category .price img {
    vertical-align: bottom; }
  #home #container .content .left .category .link {
    text-align: right;
    align-self: flex-end; }
    #home #container .content .left .category .link a {
      text-decoration: underline;
      color: #9552a1;
      font-size: 0.75rem; }
  #home #container .content .right {
    width: 100%; }
  #home #container .content .right .howItWorks {
    margin-bottom: 1rem; }
  #home #container .content .right .howItWorks a:hover {
    text-decoration: underline; }
  #home #container .content .right .howItWorks a {
    color: #9552a1; }
  #home #container .content .right h2, #home #container .content .right .right .right-item.eshop .price, #home #container .content .right .right-item.eshop .right .price, #home #container .content .right .price {
    text-align: center; }
  #home #container .content .right h2, #home #container .content .right .right .right-item.eshop .price, #home #container .content .right .right-item.eshop .right .price {
    font-family: KaushanScript, cursive, sans-serif;
    font-weight: normal; }
  #home #container .content .right p {
    font-size: 0.875rem; }
  #home #container .content .right .advert {
    margin-bottom: 2rem; }
  #home #container .content .right .right-item {
    margin-bottom: 2.5rem;
    border: 1px solid #9552a1;
    padding: 0.5rem;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center; }
  #home #container .content .right .right-item .link {
    text-align: right;
    align-self: flex-end; }
    #home #container .content .right .right-item .link a {
      text-decoration: underline;
      color: #9552a1;
      font-size: 0.75rem; }
  #home #container .content .right .right-item.we-are-women h2, #home #container .content .right .right-item.we-are-women .right-item.eshop .price, #home #container .content .right .right-item.eshop .right-item.we-are-women .price {
    margin-top: -1.6rem;
    background-color: white;
    padding: 0 0.4rem; }
    #home #container .content .right .right-item.we-are-women .image-wrap {
      align-self: stretch; }
    #home #container .content .right .right-item.we-are-women .image-wrap img {
      width: 100%; }
    #home #container .content .right .right-item.we-are-women p {
      font-style: italic; }
    #home #container .content .right .right-item.we-are-women .button-wrap button {
      text-transform: uppercase; }
  #home #container .content .right .right-item.eshop {
    text-align: center;
    height: 300px; }
    #home #container .content .right .right-item.eshop h3 {
      font-size: 0.9rem; }
    #home #container .content .right .right-item.eshop .image-wrap {
      margin: auto; }
    #home #container .content .right .right-item.podnikavazena .image-wrap {
      width: 113px; }
    #home #container .content .right .right-item.podnikavazena h3 {
      text-align: left; }
    #home #container .content .right .right-item.podnikavazena a {
      display: block; }
  #home #container .content .right .right-item.facebook {
    border: none;
    display: block; }
  #home #container .content .bottom {
    width: 100%;
    border-top: 1px solid #9552a1;
    margin-top: 1rem; }
  #home #container .content .bottom .category {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    flex-direction: column; }
  #home #container .content .bottom .category h2, #home #container .content .bottom .category .right .right-item.eshop .price, #home #container .content .right .right-item.eshop .bottom .category .price {
    text-align: center;
    font-family: KaushanScript, cursive, sans-serif;
    font-weight: normal;
    margin-top: -1.25rem;
    font-size: 1.5rem;
    background-color: white;
    padding: 0 0.75rem;
    margin-bottom: 0.25rem; }
  #home #container .content .bottom .category .title {
    text-align: center;
    font-weight: normal;
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  #home #container .content .bottom .category .articles {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem; }
  #home #container .content .bottom .category .link {
    text-align: right;
    align-self: flex-end; }
    #home #container .content .bottom .category .link a {
      text-decoration: underline;
      color: #9552a1;
      font-size: 0.75rem; }
  @media only screen and (min-width: 40em) {
      #home #container .content .left {
        width: calc(100% - 300px - 2rem); }
      #home #container .content .right {
        padding-left: 2rem;
        width: 300px; }
        #home #container .content .right .right-item {
          margin: 0 auto 1rem auto; } }
  @media only screen and (min-width: 60em) {
      #home #container .content .left .articles {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap; } }
  @media only screen and (min-width: 77em) {
      #home #container .content {
        padding: 0; } }

#logout .register-wrap {
  max-width: 30rem;
  margin: auto; }
  #logout .register-wrap .delimiter {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 1rem; }
  #logout .register-wrap .delimiter .line {
    border-top: 1px solid #e7e7e7;
    flex-grow: 1; }
  #logout .register-wrap .delimiter .text {
    margin: 0.5rem; }
  #logout .register-wrap a {
    display: block;
    margin-bottom: 1rem; }
  #logout .register-wrap a button {
    display: block;
    margin: auto; }
  #logout .register-wrap .message {
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem; }

#newsletter #container .gradient {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center; }
  #newsletter #container .gradient .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 50rem;
    height: max-content;
    padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    text-align: center; }
  #newsletter #container .gradient .content img.checkmark {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem; }
  #newsletter #container .gradient .content p.main {
    font-size: 1.5rem; }
  #newsletter #container .gradient .content button {
    background-color: #af67bb;
    border: none; }

#obchodniPodminky #container {
  background: #f1f1f1;
  color: black;
  font-family: Arial;
  font-size: small; }
  #obchodniPodminky #container .content {
    box-sizing: border-box;
    padding: 1rem;
    width: 90%;
    margin-bottom: 2rem;
    box-shadow: none; }
  #obchodniPodminky #container .content .head {
    text-align: center;
    margin-bottom: 2rem; }
  #obchodniPodminky #container .content .title {
    font-size: 20px; }
  #obchodniPodminky #container .content .footer {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #obchodniPodminky #container .content p {
    margin-left: 1rem; }
  #obchodniPodminky #container .content table, #obchodniPodminky #container .content th, #obchodniPodminky #container .content td {
    border: 1px solid black;
    border-collapse: collapse; }
  #obchodniPodminky #container .content th, #obchodniPodminky #container .content td {
    padding: 5px;
    text-align: left; }

#registrace .register-wrap, #login .register-wrap {
  max-width: 30rem;
  margin: auto; }

#registrationComplete #container .gradient {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center; }
  #registrationComplete #container .gradient .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 50rem;
    height: max-content;
    padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    text-align: center; }
  #registrationComplete #container .gradient .content img.checkmark {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem; }
  #registrationComplete #container .gradient .content p.main {
    font-size: 1.5rem; }
  #registrationComplete #container .gradient .content p.complete {
    font-size: 1.2rem; }
  #registrationComplete #container .gradient .content button {
    background-color: #af67bb;
    border: none;
    margin-top: 1rem; }

#soutezniPodminky #container {
  background: #f1f1f1;
  color: black;
  font-family: Arial;
  font-size: small; }
  #soutezniPodminky #container .content {
    box-sizing: border-box;
    padding: 1rem;
    width: 90%;
    margin-bottom: 2rem;
    box-shadow: none; }
  #soutezniPodminky #container .content .head {
    text-align: center;
    margin-bottom: 2rem; }
  #soutezniPodminky #container .content .title {
    font-size: 20px; }
  #soutezniPodminky #container .content .footer {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #soutezniPodminky #container .content .footer p {
    margin-left: 0rem;
    line-height: 0.2rem; }
  #soutezniPodminky #container .content p {
    margin-left: 1rem; }
  #soutezniPodminky #container .content table, #soutezniPodminky #container .content th, #soutezniPodminky #container .content td {
    border: 1px solid black;
    border-collapse: collapse; }
  #soutezniPodminky #container .content th, #soutezniPodminky #container .content td {
    padding: 5px;
    text-align: left; }

#styles #container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center; }
  #styles #container > div > .content, #styles #container > h1.homepage > .content, #styles #container > #top-eva-agregator .h1-like.homepage > .content, #top-eva-agregator #styles #container > .h1-like.homepage > .content {
    margin-bottom: 20px;
    padding: 4rem 2rem;
    width: calc(100% - 4rem);
    max-width: 60rem; }
  #styles #container > div > .content .title, #styles #container > h1.homepage > .content .title, #styles #container > #top-eva-agregator .h1-like.homepage > .content .title, #top-eva-agregator #styles #container > .h1-like.homepage > .content .title, #styles #container > div > .content .subtitle, #styles #container > h1.homepage > .content .subtitle, #styles #container > #top-eva-agregator .h1-like.homepage > .content .subtitle, #top-eva-agregator #styles #container > .h1-like.homepage > .content .subtitle {
    text-transform: uppercase; }
  #styles #container > div > .content .title, #styles #container > h1.homepage > .content .title, #styles #container > #top-eva-agregator .h1-like.homepage > .content .title, #top-eva-agregator #styles #container > .h1-like.homepage > .content .title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem; }
  #styles #container > div > .content .subtitle, #styles #container > h1.homepage > .content .subtitle, #styles #container > #top-eva-agregator .h1-like.homepage > .content .subtitle, #top-eva-agregator #styles #container > .h1-like.homepage > .content .subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  #styles #container > div > .content .block, #styles #container > h1.homepage > .content .block, #styles #container > #top-eva-agregator .h1-like.homepage > .content .block, #top-eva-agregator #styles #container > .h1-like.homepage > .content .block {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem; }
  #styles #container > div > .content .block.typography, #styles #container > h1.homepage > .content .block.typography, #styles #container > #top-eva-agregator .h1-like.homepage > .content .block.typography, #top-eva-agregator #styles #container > .h1-like.homepage > .content .block.typography {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-start;
    align-items: baseline; }
    #styles #container > div > .content .block.typography.image, #styles #container > h1.homepage > .content .block.typography.image, #styles #container > #top-eva-agregator .h1-like.homepage > .content .block.typography.image, #top-eva-agregator #styles #container > .h1-like.homepage > .content .block.typography.image {
      align-items: flex-start;
      width: 100%; }
    #styles #container > div > .content .block.typography.image img, #styles #container > h1.homepage > .content .block.typography.image img, #styles #container > #top-eva-agregator .h1-like.homepage > .content .block.typography.image img, #top-eva-agregator #styles #container > .h1-like.homepage > .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, #styles #container > h1.homepage > .content .block.typography .label, #styles #container > #top-eva-agregator .h1-like.homepage > .content .block.typography .label, #top-eva-agregator #styles #container > .h1-like.homepage > .content .block.typography .label {
      margin-right: 1rem;
      min-width: calc(9rem); }
  #styles #container > div > .content .block > .subblock, #styles #container > h1.homepage > .content .block > .subblock, #styles #container > #top-eva-agregator .h1-like.homepage > .content .block > .subblock, #top-eva-agregator #styles #container > .h1-like.homepage > .content .block > .subblock {
    margin-right: 1rem; }

#user #container .content {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  #user #container .content .left {
    width: 100%; }
  #user #container .content .right {
    width: 100%; }
  #user #container .content .right .articles {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap; }
  #user #container .content .right .articles .row {
    width: 100%; }
  #user #container .content .right .articles .not-founded {
    margin: auto;
    text-align: center;
    margin-top: 2rem;
    color: #aaa;
    font-size: 1.5rem; }
  #user #container .content .right .all-follows {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap; }
  #user #container .content .right .category-menu {
    margin-bottom: 1rem;
    width: 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: flex-end; }
  #user #container .content .right .category-menu a {
    margin: 0 0.25rem;
    padding: 0.25rem 0.5rem; }
  #user #container .content .right .category-menu a:hover, #user #container .content .right .category-menu a.active {
    background-color: #9552a1;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    color: #fff;
    text-decoration: none; }
  @media only screen and (min-width: 30em) {
    #user #container .content {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      #user #container .content .left {
        padding-right: 2rem;
        width: calc(30% - 2rem);
        max-width: 30rem; }
        #user #container .content .left .newArticle {
          width: 100%; }
      #user #container .content .right {
        width: 70%; } }
  @media only screen and (min-width: 60em) {
    #user #container .content .right .path-and-order {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 0.75rem; }
      #user #container .content .right .path-and-order select, #user #container .content .right .path-and-order #eventFilters .filter-wrap .select-like, #eventFilters .filter-wrap #user #container .content .right .path-and-order .select-like {
        margin-left: 0.5rem;
        height: initial;
        font-size: 0.75rem; } }

#passwordRecovery {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: scroll;
  width: 100%;
  height: 100vh; }
  #passwordRecovery .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px; }
  #passwordRecovery .container form .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center; }
  #passwordRecovery .container form .row .styled-input {
    width: calc(200px - 12px); }
  @media screen and (max-width: 400px) {
          #passwordRecovery .container form .row .styled-input {
            width: 170px; } }
  #passwordRecovery .container form .row .styled-button {
    width: 200px; }
  #passwordRecovery .container form .row.send {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center; }
  #passwordRecovery .container .error-message {
    width: 100%;
    height: 20px;
    color: #f00; }
  #passwordRecovery .container .confirmation {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #passwordRecovery .container .confirmation > div, #passwordRecovery .container .confirmation > h1.homepage, #passwordRecovery .container .confirmation > #top-eva-agregator .h1-like.homepage, #top-eva-agregator #passwordRecovery .container .confirmation > .h1-like.homepage {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 40px; }
  #passwordRecovery .container .confirmation > div .checkmark, #passwordRecovery .container .confirmation > h1.homepage .checkmark, #passwordRecovery .container .confirmation > #top-eva-agregator .h1-like.homepage .checkmark, #top-eva-agregator #passwordRecovery .container .confirmation > .h1-like.homepage .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, #passwordRecovery .container .confirmation > h1.homepage .announcement, #passwordRecovery .container .confirmation > #top-eva-agregator .h1-like.homepage .announcement, #top-eva-agregator #passwordRecovery .container .confirmation > .h1-like.homepage .announcement {
    text-align: center;
    font-size: 20px;
    font-weight: 200; }
  #passwordRecovery .container .confirmation button {
    min-width: 200px; }

#wom {
  font-family: Brandon;
  background-color: #fff;
  color: #000; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_reg.otf"); }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_blk.otf");
    font-weight: 900; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_blk_it.otf");
    font-weight: 900;
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_reg_it.otf");
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_bld.otf");
    font-weight: 700; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_bld_it.otf");
    font-weight: 700;
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_med.otf");
    font-weight: 500; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_med_it.otf");
    font-weight: 500;
    font-style: italic; }
  #wom .block {
    width: 100vw;
    box-sizing: border-box;
    padding: 2rem 1rem;
    margin: auto; }
  #wom hr {
    height: 2px;
    width: 90%;
    max-width: 50rem;
    background-color: #ff009c;
    margin: auto;
    border: none; }
  #wom hr.grey {
    height: 1px;
    background-color: #ababab;
    max-width: 30rem;
    margin-bottom: 3rem;
    margin-top: 2rem; }
  #wom h2, #wom #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #wom .price {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-family: Brandon;
    font-weight: 900; }
  #wom h2.inverse, #wom #home #container .content .right .right-item.eshop .price.inverse, #home #container .content .right .right-item.eshop #wom .price.inverse {
    color: #fff;
    font-weight: 700; }
  #wom h1, #wom #top-eva-agregator .h1-like, #top-eva-agregator #wom .h1-like {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-family: Brandon;
    font-weight: 900; }
  #wom h1.inverse, #wom #top-eva-agregator .h1-like.inverse, #top-eva-agregator #wom .h1-like.inverse {
    color: #fff;
    font-weight: 700; }
  #wom h3 {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: Brandon;
    margin-top: -1rem; }
  #wom h4 {
    font-family: Brandon;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500; }
  #wom .top {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.7); }
  #wom .top .images {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    height: 100%; }
  #wom .top .images img {
    margin-left: 1rem; }
  #wom .top .images img.zenysro {
    width: 9.875rem;
    height: 2.28125rem; }
  #wom .top .images img.podnikava {
    height: 2.25rem;
    width: 7.3125rem; }
  #wom .button {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    margin: 0 auto 0rem auto; }
  #wom .button button {
    font-family: Brandon;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    background-color: #ff009c;
    box-shadow: none;
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    margin-top: -5rem; }
  #wom #wom-header {
    background-image: url("/static/img/wom/main-photo2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    padding-top: 30rem;
    position: relative; }
  #wom #wom-header .header-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  #wom #wom-header .header-content .title-and-button {
    margin: auto; }
  #wom #wom-header .header-content .title-and-button .title {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff; }
  #wom #wom-header .header-content .title-and-button .title h1, #wom #wom-header .header-content .title-and-button .title #top-eva-agregator .h1-like, #top-eva-agregator #wom #wom-header .header-content .title-and-button .title .h1-like {
    width: 100%;
    text-align: center;
    font-family: Brandon; }
  #wom #wom-header .header-content .title-and-button .button {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    margin: 0 auto 0rem auto; }
  #wom #wom-header .header-content .title-and-button .button button {
    font-family: Brandon;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    background-color: #ff009c;
    box-shadow: none;
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    margin-top: 0rem; }
  #wom #wom-counter {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding-top: 0; }
  #wom #wom-counter .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%; }
  #wom #wom-counter .row .item {
    width: 14rem;
    text-align: center;
    margin: 1rem; }
  #wom #wom-counter .row .item .value {
    color: #ff009c;
    font-weight: 900;
    font-size: 3rem; }
  #wom #wom-counter .row .item .name {
    font-size: 1.25rem;
    font-weight: 500; }
  #wom #wom-counter .row-center {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%; }
  #wom #wom-counter .row-center .item {
    width: 18rem;
    text-align: center;
    margin: 1rem; }
  #wom #wom-counter .row-center .item .value {
    color: #ff009c;
    font-weight: 900;
    font-size: 3rem; }
  #wom #wom-counter .row-center .item .name {
    font-size: 1.25rem;
    font-weight: 500; }
  #wom #wom-what-we-do {
    padding-top: 0rem; }
  #wom #wom-what-we-do .item {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem; }
  #wom #wom-what-we-do .item .image {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    margin-bottom: 1rem; }
  #wom #wom-what-we-do .item .text {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500; }
  #wom #wom-offer {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 6rem; }
  #wom #wom-offer .item {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem 1rem 1rem;
    max-width: 18rem; }
  #wom #wom-offer .item .circle {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    background-color: #ff009c;
    color: #fff;
    font-weight: 900; }
  #wom #wom-offer .item .circle.review {
    font-size: 2rem; }
  #wom #wom-offer .item .circle.promo {
    font-size: 2.5rem; }
  #wom #wom-offer .item .circle.data {
    font-size: 3rem; }
  #wom #wom-offer .item .text {
    font-size: 1.25rem; }
  #wom #wom-services {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center; }
  #wom #wom-services .images {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: calc(100% - 4rem);
    max-width: 80rem;
    margin: 0 2rem 2rem 2 rem; }
  #wom #wom-services .images .image {
    margin: 0.5rem;
    max-width: 100%; }
  #wom #wom-services .circles {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    max-width: 75rem; }
  #wom #wom-services .circles .item {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem; }
  #wom #wom-services .circles .item .circle {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ff009c;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  #wom #wom-services .circles .item .text {
    font-size: 1.25rem;
    text-align: center; }
  #wom #wom-services .seznam {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem; }
  #wom #wom-services .seznam .row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center; }
  #wom #wom-services .word-of-mouth {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: #ff009c;
    margin-bottom: 0.5rem; }
  #wom #wom-our-work .showed {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  #wom #wom-our-work .showed .partner {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem 2rem 1rem;
    min-width: calc(50% - 2rem); }
  #wom #wom-our-work .showed .partner .title {
    margin: 1rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 500; }
  #wom #wom-our-work .showed .partner .title span {
    font-weight: 900;
    font-size: 2rem; }
  #wom #wom-our-work .showed .logo.sunar {
    width: 7.5rem; }
  #wom #wom-our-work .showed .logo.brit {
    width: 9.5rem; }
  #wom #wom-our-work .showed .logo.freiol {
    width: 5.75rem; }
  #wom #wom-our-work .showed .logo.samsung {
    width: 9.5rem; }
  #wom #wom-our-work .showed .logo.balkar {
    width: 9.5rem; }
  #wom #wom-our-work .showed .logo.ford {
    width: 9.5rem; }
  #wom #wom-our-work .showed .logo.o2 {
    width: 4.375rem; }
  #wom #wom-our-work .showed .logo.mentislab {
    width: 9rem; }
  #wom #wom-our-work .showed .logo.yvesrocher {
    width: 11.25rem; }
  #wom #wom-our-work .showed .logo.onapharm {
    width: 8.5rem; }
  #wom #wom-our-work .showed .logo.modino {
    width: 9.5rem; }
  #wom #wom-our-work .showed .logo.huggies {
    width: 6.875rem; }
  #wom #wom-our-work .showed .logo.kik {
    width: 6.875rem; }
  #wom #wom-our-work #next {
    display: none; }
  #wom #wom-our-work a {
    width: 100%;
    text-align: center;
    color: #ff009c;
    font-weight: 700;
    font-size: 2rem;
    margin: auto;
    display: block; }
  #wom #wom-strengths {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around; }
  #wom #wom-strengths .item {
    text-align: center;
    max-width: 20rem;
    margin: 1rem; }
  #wom #wom-strengths .item .title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ff009c; }
  #wom #wom-strengths .item .subtitle {
    font-size: 1.5rem;
    font-weight: bold; }
  #wom #wom-strengths .item .text {
    font-size: 1.25rem; }
  #wom #wom-value .subtitle {
    width: 100%;
    text-align: center;
    font-size: 1.5rem; }
  #wom #wom-value .logo {
    width: 18.125rem;
    height: 2.4rem;
    margin: 2rem auto; }
  #wom #wom-value .text {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    max-width: 75rem;
    margin: auto; }
  #wom #wom-value .images {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: calc(100% - 4rem);
    max-width: 90rem;
    margin: 2rem auto; }
  #wom #wom-value .images .image {
    margin: 0.5rem;
    max-width: 100%; }
  #wom #wom-team {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 75rem;
    margin: auto; }
  #wom #wom-team .leader, #wom #wom-team .member {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  #wom #wom-team .leader .name, #wom #wom-team .member .name {
    font-weight: 500;
    font-size: 2rem; }
  #wom #wom-team .leader .email, #wom #wom-team .member .email {
    font-weight: 500;
    color: #ff009c;
    font-size: 1.75rem; }
  #wom #wom-team .leader .info, #wom #wom-team .member .info {
    font-weight: 400;
    font-size: 1.25rem; }
  #wom #wom-team .leader-wrap {
    width: calc(50% - 2rem);
    min-width: 18rem;
    margin: 1rem; }
  #wom #wom-team .leader-wrap .member {
    width: 100%;
    max-width: 25rem;
    margin: auto; }
  #wom #wom-team .leader-wrap .member .image {
    width: 7.5rem;
    height: 7.5rem; }
  #wom #wom-team .member-wrap {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    min-width: 30%; }
  #wom #wom-team .member-wrap .member {
    max-width: 18rem;
    margin: 1rem; }
  #wom #wom-team .member-wrap .image {
    width: 7.5rem;
    height: 7.5rem; }
  #wom #wom-contact {
    margin-bottom: 3rem; }
  #wom #wom-contact .email {
    width: 100%;
    text-align: center;
    color: #ff009c;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem; }
  #wom #wom-contact .name {
    font-weight: 500;
    font-size: 2rem;
    font-family: Brandon;
    color: #000; }
  #wom #wom-footer {
    background-color: rgba(0, 0, 0, 0.95);
    margin-top: 0.5rem; }
  #wom #wom-footer .logos {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%; }
  #wom #wom-footer .logos .logo-wrap {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    min-width: 20%; }
  #wom #wom-footer .logos .logo-wrap .logo {
    margin: 1rem; }
  #wom #wom-footer .logos .logo-wrap .logo.zeny {
    width: 9.75rem; }
  #wom #wom-footer .logos .logo-wrap .logo.podnikavka {
    width: 7.25rem; }
  #wom #wom-footer .logos .logo-wrap .logo.dmr {
    width: 9rem; }
  #wom #wom-footer .logos .logo-wrap .logo.testujto {
    width: 10.25rem; }
  #wom #wom-footer .logos .logo-wrap .logo.eva {
    width: 5.75rem; }
  #wom #wom-footer .logos .logo-wrap .logo.santia {
    width: 6.75rem; }
  #wom #wom-copyright {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0; }
  @media screen and (min-width: 70rem) {
  #wom .button button {
    font-size: 1.5rem;
    line-height: 1;
    padding: 1rem 4rem;
    position: absolute; }
  #wom #wom-header {
    padding-top: calc((523 / 1366) * 100%);
    background-size: contain; }
    #wom #wom-header .header-content .top img {
      margin-left: 2rem; }
      #wom #wom-header .header-content .title-and-button .title h1, #wom #wom-header .header-content .title-and-button .title #top-eva-agregator .h1-like, #top-eva-agregator #wom #wom-header .header-content .title-and-button .title .h1-like {
        font-size: 4rem; }
        #wom #wom-header .header-content .title-and-button .title h4 {
          font-size: 1.75rem; }
        #wom #wom-header .header-content .title-and-button .button button {
          font-size: 1.5rem;
          line-height: 1;
          padding: 1rem 4rem;
          position: absolute;
          margin-top: 3rem; } }
  @media screen and (min-width: 50rem) {
  #wom h2, #wom #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #wom .price {
    font-size: 3.5rem; }
  #wom h3 {
    font-size: 1.75rem; }
  #wom #wom-header {
    padding-top: calc((523 / 1366) * 100%);
    background-size: contain; }
    #wom #wom-header .header-content .top img {
      margin-left: 2rem; }
      #wom #wom-header .header-content .title-and-button .title h1, #wom #wom-header .header-content .title-and-button .title #top-eva-agregator .h1-like, #top-eva-agregator #wom #wom-header .header-content .title-and-button .title .h1-like {
        font-size: 4rem; }
        #wom #wom-header .header-content .title-and-button .title h4 {
          font-size: 1.75rem; }
        #wom #wom-what-we-do .item .text {
          font-size: 1.75rem; }
  #wom #wom-offer .item .circle {
    width: 15rem;
    height: 15rem; }
    #wom #wom-offer .item .circle.review {
      font-size: 3rem; }

    #wom #wom-offer .item .circle.promo {
      font-size: 3.5rem; }

    #wom #wom-offer .item .circle.data {
      font-size: 4rem; }

    #wom #wom-offer .item .text {
      font-size: 1.5rem; }
  #wom #wom-services .circles {
    flex-direction: row;
    justify-content: space-between;
    position: relative; }
    #wom #wom-services .circles .item {
      width: 20rem;
      z-index: 5; }

    #wom #wom-services .circles .item .circle {
      width: 8rem;
      height: 8rem;
      font-size: 4rem; }

    #wom #wom-services .circles .item .text {
      font-size: 1.5rem; }

    #wom #wom-services .circles .line {
      height: 0.5rem;
      width: 52.5rem;
      max-width: 80%;
      background-color: #ff009c;
      margin: auto;
      border: none;
      position: absolute;
      top: 5rem;
      left: 10rem;
      z-index: 1; }

    #wom #wom-services .seznam .row {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: row;
      align-items: center; }
  #wom #wom-our-work .partner .title {
    font-size: 2rem; }
    #wom #wom-our-work .partner .title span {
      font-size: 3rem; }

    #wom #wom-our-work a {
      width: 100%;
      text-align: center;
      color: #ff009c;
      font-size: 1.5rem; }
  #wom #wom-strengths .item .title {
    font-size: 3rem; }
    #wom #wom-strengths .item .subtitle {
      font-size: 1.75rem; }

    #wom #wom-strengths .item .text {
      font-size: 1.5rem; }
  #wom #wom-value .subtitle {
    font-size: 1.75rem; }
    #wom #wom-value .text {
      font-size: 1.5rem; } }
  @media screen and (min-width: 62.5em) {
  #wom h2, #wom #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #wom .price {
    font-size: 4rem; }
  #wom #wom-header .title h1, #wom #wom-header .title #top-eva-agregator .h1-like, #top-eva-agregator #wom #wom-header .title .h1-like {
    font-size: 5rem; }
  #wom #wom-services .word-of-mouth {
    font-size: 2.5rem; } }
  @media screen and (min-width: 75em) {
  #wom #wom-header .title h1, #wom #wom-header .title #top-eva-agregator .h1-like, #top-eva-agregator #wom #wom-header .title .h1-like {
    font-size: 7rem; }
  #wom #wom-counter {
    flex-direction: row; }
    #wom #wom-counter .row .item .value {
      font-size: 3rem; }
      #wom #wom-counter .row .item .name {
        font-size: 1.5rem; }
  #wom #wom-services .word-of-mouth {
    font-size: 3rem; } }
  @media screen and (min-width: 90rem) {
  #wom .top .images {
    max-width: 90em;
    margin: auto; }
  #wom .block {
    max-width: 90rem; }
    #wom .block#wom-header {
      padding-top: 550px; }

    #wom .block#wom-footer {
      max-width: none; } }

#wom-thank-you {
  font-family: Brandon;
  color: #000; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_reg.otf"); }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_blk.otf");
    font-weight: 900; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_blk_it.otf");
    font-weight: 900;
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_reg_it.otf");
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_bld.otf");
    font-weight: 700; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_bld_it.otf");
    font-weight: 700;
    font-style: italic; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_med.otf");
    font-weight: 500; }
  @font-face {
    font-family: Brandon;
    src: url("/static/fonts/Brandon-Grotesque/Brandon_med_it.otf");
    font-weight: 500;
    font-style: italic; }
  #wom-thank-you h1, #wom-thank-you #top-eva-agregator .h1-like, #top-eva-agregator #wom-thank-you .h1-like, #wom-thank-you h2, #wom-thank-you #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #wom-thank-you .price, #wom-thank-you h4 {
    font-family: Brandon; }
  #wom-thank-you .confirmation {
    margin: auto;
    max-width: 30rem;
    text-align: center;
    padding: 2rem; }
  #wom-thank-you .confirmation h1, #wom-thank-you .confirmation #top-eva-agregator .h1-like, #top-eva-agregator #wom-thank-you .confirmation .h1-like {
    font-size: 2rem;
    color: #ff009c;
    font-weight: 900; }
  #wom-thank-you .confirmation h2, #wom-thank-you .confirmation #home #container .content .right .right-item.eshop .price, #home #container .content .right .right-item.eshop #wom-thank-you .confirmation .price {
    font-size: 2rem;
    color: #ff009c;
    font-weight: 900; }
  #wom-thank-you .confirmation h4 {
    font-size: 1.6rem;
    line-height: 1; }
  #wom-thank-you .confirmation a {
    text-decoration: none; }
  #wom-thank-you .confirmation button {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    margin: 0 auto 0rem auto;
    font-family: Brandon;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    background-color: #ff009c;
    box-shadow: none;
    font-weight: 700;
    margin-top: 1rem;
    width: 9rem;
    height: 3rem;
    font-size: 1.25rem !important; }

#zpracovaniOsobnichUdaju #container {
  background: #f1f1f1;
  color: black;
  font-family: Arial;
  font-size: small; }
  #zpracovaniOsobnichUdaju #container .content {
    box-sizing: border-box;
    padding: 1rem;
    width: 90%;
    margin-bottom: 2rem;
    box-shadow: none; }
  #zpracovaniOsobnichUdaju #container .content .head {
    text-align: center; }
  #zpracovaniOsobnichUdaju #container .content .title {
    font-size: 20px; }

#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/modules/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 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    bottom: 0; }
  #console .input .tools {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    align-items: center;
    background: #fff;
    padding: 0.25rem;
    width: calc(100% - 10px);
    height: 2rem; }
  #console .input .tools .left, #console .input .tools .right {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    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/modules/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/modules/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%; }

#debuggerLogin {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100vw;
  height: 100vh; }
  #debuggerLogin form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19.58333rem; }
  #debuggerLogin form h1, #debuggerLogin form #top-eva-agregator .h1-like, #top-eva-agregator #debuggerLogin form .h1-like {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px; }
  #debuggerLogin form .row {
    width: 100%; }
  #debuggerLogin form .row input[name="name"], #debuggerLogin form .row input[name="password"] {
    text-align: center;
    width: calc(100% - 12px); }
  #debuggerLogin form .row input[name="login"] {
    width: 100%; }

* {
  margin: 0;
  padding: 0; }

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

#log .head h1, #log .head #top-eva-agregator .h1-like, #top-eva-agregator #log .head .h1-like {
  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; }

#printArticle {
  width: 210mm;
  margin: auto; }
