/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* MoretBold */
@font-face {
  font-family: 'MoretBold';
  src: url('fonts/MoretBold.woff2') format('woff2'), url('fonts/MoretBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Jost Hairline 100 */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Hairline.woff2') format('woff2'), url('fonts/Jost-Hairline.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-HairlineItalic.woff2') format('woff2'), url('fonts/Jost-HairlineItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* Jost Thin 200 */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Thin.woff2') format('woff2'), url('fonts/Jost-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-ThinItalic.woff2') format('woff2'), url('fonts/Jost-ThinItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
/* Jost Light 300 */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Light.woff2') format('woff2'), url('fonts/Jost-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-LightItalic.woff2') format('woff2'), url('fonts/Jost-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Jost Regular 400 (Book) */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Book.woff2') format('woff2'), url('fonts/Jost-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-BookItalic.woff2') format('woff2'), url('fonts/Jost-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* Jost Medium 500 */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Medium.woff2') format('woff2'), url('fonts/Jost-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-MediumItalic.woff2') format('woff2'), url('fonts/Jost-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Jost Semi 600 */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Semi.woff2') format('woff2'), url('fonts/Jost-Semi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-SemiItalic.woff2') format('woff2'), url('fonts/Jost-SemiItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* Jost Bold 700 */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Bold.woff2') format('woff2'), url('fonts/Jost-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-BoldItalic.woff2') format('woff2'), url('fonts/Jost-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* Jost Heavy 800 */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Heavy.woff2') format('woff2'), url('fonts/Jost-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-HeavyItalic.woff2') format('woff2'), url('fonts/Jost-HeavyItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* Jost Black  900 normal */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Black.woff2') format('woff2'), url('fonts/Jost-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-BlackItalic.woff2') format('woff2'), url('fonts/Jost-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 123456;
  width: 40px;
  height: 40px;
  visibility: hidden;
}
#ajax-spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ajax-spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#ajax-spinner .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ajax-spinner .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#ajax-spinner .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ajax-spinner .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#ajax-spinner .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#ajax-spinner .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ajax-spinner .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#ajax-spinner .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#ajax-spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ajax-spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#ajax-spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#ajax-spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#ajax-spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#ajax-spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ajax-spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#ajax-spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#ajax-spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#ajax-spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#ajax-spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#ajax-spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#ajax-spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#ajax-spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body {
  height: 100%;
  color: black;
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.035em;
  line-height: 1.6;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  cursor: url('kurzor.svg') 16 16, auto;
}
/* barevne ramecky okolo obsahu */
.frame {
  padding: 20px;
  background-color: #000000;
}
.contentFrame {
  background-color: white;
  border-radius: 20px;
  padding: 0 0 60px 0;
}
@media (max-width: 800px) {
  .contentFrame {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 400px) {
  .contentFrame {
    padding: 0 0 20px 0;
  }
}
h1 {
  font-family: 'jost', sans-serif;
  font-size: 3.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
h1.homepage {
  display: none;
}
h2 {
  font-family: 'MoretBold', sans-serif;
  letter-spacing: 0;
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
  letter-spacing: 0.02em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: black;
  cursor: url('kurzor.svg') 16 16, auto;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
.container {
  _background-color: rgba(0, 0, 255, 0.2);
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1040px) {
  .container {
    max-width: 1040px;
  }
}
@media (max-width: 720px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 520px) {
  .container {
    max-width: 520px;
  }
}
.crumb {
  background-color: #f9f2ed;
  padding: 10px 40px;
  text-align: center;
  font-size: 0.94em;
  letter-spacing: 0.1em;
}
/* ok - pruhate ramecky */
.stripedFrame,
.cite {
  position: relative;
  padding: 60px;
  margin: 60px 40px;
  display: block;
  font-weight: 500;
  font-style: normal;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 800px) {
  .stripedFrame,
  .cite {
    padding: 40px;
    margin: 40px;
  }
}
@media (max-width: 800px) {
  .stripedFrame,
  .cite {
    margin: 20px;
  }
}
.stripedFrame .dialSymbol,
.cite .dialSymbol {
  display: block;
  width: 64px;
  fill: #1d1d1d;
}
.stripedFrame .title,
.cite .title {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.stripedFrame h3,
.cite h3 {
  font-family: 'MoretBold', sans-serif;
  font-size: 4em;
  line-height: 1em;
}
@media (max-width: 800px) {
  .stripedFrame h3,
  .cite h3 {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  .stripedFrame h3,
  .cite h3 {
    font-size: 1.2em;
  }
}
.stripedFrame::before,
.cite::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 20px;
  background: repeating-linear-gradient(135deg, #dceb82, #dceb82 25px, #ffffff 25px, #ffffff 40px);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
/* sipka s vlnovkou */
.tildeArrow {
  display: inline-block;
  width: 56px;
  padding: 0 20px;
}
@media (max-width: 300px) {
  .tildeArrow {
    display: none;
  }
}
.side {
  width: 300px;
}
@media (max-width: 1040px) {
  .side {
    display: none;
  }
}
.side .subscription {
  margin-bottom: 50px;
}
.side .subscription h3 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.side .subscription img {
  display: block;
  margin-bottom: 40px;
  border-radius: 20px;
}
/* globalni vzhled tlacitek */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
  color: #28292e;
  text-decoration: none;
  font-family: 'Jost';
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.05;
  white-space: nowrap;
}
.btn .text {
  padding: 8px 20px;
  border: 2px black solid;
  border-radius: 19px;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover .text {
  color: white;
  background-color: black;
}
/* to je ok */
.pagination {
  margin: 40px 0 60px 0;
  color: #7f7f7f;
  display: flex;
  align-items: center;
  font-size: 1.15em;
  line-height: 0.8em;
  font-weight: 500;
}
@media (max-width: 650px) {
  .pagination {
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }
}
.pagination .icon {
  width: 40px;
}
.pagination a {
  color: #7f7f7f;
  text-decoration: none;
}
.pagination a:hover,
.pagination a.active {
  color: black;
}
.pagination .counter {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 650px) {
  .pagination .counter {
    display: none;
  }
}
.pagination .pagearrow {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 650px) {
  .pagination .pagearrow {
    justify-content: space-between;
  }
}
#topvideo {
  position: relative;
}
#topvideo:before {
  content: '';
  display: block;
  padding-top: 29.1%;
}
#topvideo .header-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 520px) {
  #topvideo {
    margin-bottom: 30px;
  }
}
#topvideohide {
  height: 1px;
}
#message-panel {
  margin-bottom: 60px;
  height: 60px;
  color: white;
  background-color: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 520px) {
  #message-panel {
    display: none;
  }
}
#logo {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  #logo {
    display: none;
  }
}
#logo .logo_cosmopolitan {
  width: 550px;
}
/*  ok */
#menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  gap: 40px;
}
@media (max-width: 800px) {
  #menu {
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  #menu {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
#menu .logo_cosmopolitan {
  width: 140px;
  display: none;
}
@media (max-width: 800px) {
  #menu .logo_cosmopolitan {
    display: inline;
  }
}
#menu .menuburger {
  width: 20px;
}
#menu .search {
  width: 20px;
}
@media (max-width: 1000px) {
  #menu .search {
    display: none;
  }
}
#menu .left,
#menu .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
#menu .left {
  padding-left: 60px;
}
@media (max-width: 1190px) {
  #menu .left {
    display: block;
  }
}
@media (max-width: 850px) {
  #menu .left {
    padding-left: 40px;
  }
}
@media (max-width: 800px) {
  #menu .left {
    display: flex;
  }
}
#menu .right {
  padding-right: 60px;
}
@media (max-width: 1130px) {
  #menu .right {
    display: none;
  }
}
#menu .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1130px) {
  #menu .items {
    padding-right: 60px;
  }
}
@media (max-width: 970px) {
  #menu .items {
    gap: 40px;
  }
}
@media (max-width: 850px) {
  #menu .items {
    padding-right: 40px;
  }
}
@media (max-width: 800px) {
  #menu .items {
    display: none;
  }
}
#menu a {
  color: black;
  text-decoration: none;
}
#menu a.active {
  color: #808080;
}
#menu a:hover {
  color: #808080;
}
#menu a:hover .logo_cosmopolitan path,
#menu a:hover .search path {
  fill: #808080;
}
#menu a:hover .logo_cosmopolitan polygon,
#menu a:hover .search polygon {
  fill: #808080;
}
#menu a:hover .menuburger rect {
  fill: #808080;
}
#menu .btn {
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-transform: none;
}
#menu .btn .line {
  width: 40px;
  height: 1px;
  border-top: 1px #1f1f1f solid;
}
#menu .btn .text {
  width: calc(300px - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  border: 1px #1f1f1f solid;
}
#menu .btn:hover .text {
  color: white;
  background-color: black;
}
#menu button {
  border: none;
  background: none;
  cursor: url('kurzor.svg') 16 16, auto;
}
#menu button:hover .icon.search path {
  fill: #808080;
}
#fullmenu {
  padding: 60px 0;
  background-color: black;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: none;
}
#fullmenu .logo_cosmopolitan {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  #fullmenu .logo_cosmopolitan {
    width: 80%;
  }
}
#fullmenu a {
  color: #808080;
  text-decoration: none;
}
#fullmenu a:hover {
  color: white;
}
#fullmenu .layout {
  width: 440px;
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: auto;
  gap: 60px;
}
@media (max-width: 560px) {
  #fullmenu .layout {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
#fullmenu .rightblock {
  display: grid;
  grid: auto / auto;
  align-content: space-between;
  gap: 40px;
}
#fullmenu .menu {
  display: grid;
  grid: auto / auto;
  gap: 10px;
  justify-items: start;
  font-size: 1.6em;
  font-weight: 600;
  font-style: normal;
}
#fullmenu .menusecond {
  display: grid;
  grid: auto / auto;
  gap: 20px;
  justify-items: start;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
}
#fullmenu .searchforms {
  margin: 0;
}
#fullmenu .searchforms input {
  color: #808080;
  border-bottom: 1px #808080 solid;
}
#fullmenu .searchforms button:hover path {
  fill: white;
}
#fullmenu .searchforms path {
  fill: #808080;
}
#fullmenu .searchforms path:hover {
  color: white;
}
#fullmenu .social {
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 600px) {
  #fullmenu .social {
    width: 80%;
  }
}
#fullmenu .social .icon {
  width: 40px;
}
#fullmenu .social .icon path {
  fill: #808080;
}
#fullmenu .social .icon:hover path {
  fill: white;
}
/* carousel - resp*/
#carousel {
  display: grid;
  grid: 499px 160px auto / 20fr 20px 60fr 20px 20fr;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1300px;
}
@media (max-width: 1250px) {
  #carousel {
    grid-template-rows: 35vw 160px auto;
  }
}
@media (max-width: 800px) {
  #carousel {
    grid-template-columns: 10fr 20px 80fr 20px 10fr;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  #carousel {
    grid: auto auto / 20px 20px 20px 1fr 20px 20px 20px;
  }
}
@media (max-width: 400px) {
  #carousel {
    margin-bottom: 20px;
  }
}
#carousel .image {
  display: flex;
  grid-row: 1;
  grid-column: 1 / span 7;
  align-self: start;
  z-index: 800;
}
#carousel img {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  #carousel img {
    border-radius: 0;
  }
}
#carousel .text {
  border-radius: 20px;
  grid-row: 2 / span 2;
  grid-column: 2 / span 3;
  z-index: 900;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
}
@media (max-width: 800px) {
  #carousel .text {
    padding: 40px;
  }
}
@media (max-width: 650px) {
  #carousel .text {
    grid-row: 2;
    grid-column: 1 / span 7;
    border-radius: 0;
  }
}
@media (max-width: 800px) {
  #carousel .text {
    padding: 20px;
  }
}
#carousel .text .category {
  margin: 0 auto;
  width: fit-content;
  letter-spacing: 0.1em;
  border-width: thin;
  border-bottom: 2px solid black;
  border-spacing: 0px;
}
#carousel .text .category a {
  text-decoration: none;
}
#carousel .text h2 {
  font-family: 'MoretBold', sans-serif;
  font-size: 2.76em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1em;
}
@media (max-width: 650px) {
  #carousel .text h2 {
    font-size: 2em;
  }
}
#carousel .text .perex {
  margin: 2em auto;
}
#carousel .text .data {
  margin: 2em auto;
  color: #666666;
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}
#carousel .icon {
  width: 40px;
}
#carousel .rightArrow,
#carousel .leftArrow {
  z-index: 900;
  text-align: center;
}
#carousel .rightArrow a,
#carousel .leftArrow a {
  display: flex;
  align-items: center;
  height: 100%;
}
#carousel .leftArrow {
  grid-row: 2 / span 2;
  grid-column: 1 / span 2;
}
@media (max-width: 650px) {
  #carousel .leftArrow {
    grid-row: 1;
    grid-column: 2 / span 2;
  }
}
#carousel .leftArrow a {
  justify-content: flex-end;
}
@media (max-width: 650px) {
  #carousel .leftArrow a {
    justify-content: flex-start;
  }
}
#carousel .rightArrow {
  grid-row: 2 / span 2;
  grid-column: 4 / span 2;
}
@media (max-width: 650px) {
  #carousel .rightArrow {
    grid-row: 1;
    grid-column: 5 / span 2;
  }
}
#carousel .rightArrow a {
  justify-content: flex-start;
}
@media (max-width: 650px) {
  #carousel .rightArrow a {
    justify-content: flex-end;
  }
}
/* ok top tri clanky */
#top-items {
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  #top-items {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  #top-items {
    margin-bottom: 20px;
  }
}
#top-items .items {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin: 0 40px;
}
@media (max-width: 800px) {
  #top-items .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  #top-items .items {
    gap: 40px;
  }
}
@media (max-width: 520px) {
  #top-items .items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  #top-items .items {
    gap: 20px;
    margin: 0 20px;
  }
}
#top-items .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(77%) auto;
  border-radius: 16px;
}
@media (max-width: 800px) {
  #top-items .item:last-child {
    display: none;
  }
}
#top-items .item img {
  border-radius: 16px 16px 0 0;
}
#top-items .item .text {
  background-color: gray;
  border-radius: 0 0 16px 16px;
  padding: 20px 40px 30px 40px;
  align-self: start;
}
@media (max-width: 400px) {
  #top-items .item .text {
    padding: 10px 20px 20px 20px;
  }
}
#top-items .item .text h2 {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 1.15em;
  letter-spacing: 0.02em;
  line-height: normal;
  margin: 0;
}
@media (max-width: 800px) {
  #top-items .item .text h2 {
    font-size: 1em;
  }
}
/* ok */
#otherSites {
  margin-top: 60px;
}
@media (max-width: 800px) {
  #otherSites {
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  #otherSites {
    margin-top: 20px;
  }
}
#otherSites .items {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 800px) {
  #otherSites .items {
    gap: 40px;
  }
}
@media (max-width: 650px) {
  #otherSites .items {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 400px) {
  #otherSites .items {
    gap: 20px;
    padding: 0 20px;
  }
}
#otherSites .items .item a {
  display: block;
  border-radius: 20px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((100vw / 2) - 100px);
  height: calc((100vw / 2) - 100px);
  max-width: 300px;
  max-height: 300px;
}
@media (max-width: 650px) {
  #otherSites .items .item a {
    width: calc(100vw - 80px);
    height: calc(100vw - 80px);
  }
}
#otherSites .items .item a.hb {
  background-image: url('https://harpersbazaar.cz/api/cover');
}
#otherSites .items .item a.eq {
  background-image: url('https://esquire.cz/api/cover');
}
#page h1 {
  text-align: center;
}
#page h3 {
  margin-bottom: 10px;
}
#page .small {
  text-align: center;
  padding: 0 20%;
}
#page .box {
  position: relative;
  padding: 15px 30px;
  margin-bottom: 40px;
  text-align: center;
}
#page .box.orange {
  border: 2px #ffcc8f solid;
}
#page .box.limet {
  border: 2px #dceb82 solid;
}
#page .redakce {
  margin-bottom: 80px;
}
#page .page-holder {
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 0 20px;
  padding-bottom: 60px;
}
#page .page-holder .content {
  width: 100%;
}
/* stranka s vypisem clanku */
#article h1,
#search h1 {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 3.2em;
}
@media (max-width: 650px) {
  #article h1,
  #search h1 {
    font-size: 2em;
    margin-top: 0;
  }
}
#search .articleList.withSide .items {
  display: grid;
  height: auto;
  gap: 60px;
  grid: auto / 1fr;
}
@media (max-width: 800px) {
  #search .articleList.withSide .items {
    gap: 40px;
  }
}
@media (max-width: 400px) {
  #search .articleList.withSide .items {
    gap: 20px;
  }
}
#search .articleList.withSide .item {
  display: grid!important;
}
#search .articleList.withSide .item:last-child {
  display: grid!important;
}
/* novy vypis clanku */
.articleList {
  margin: 0 40px;
  display: grid;
  gap: 60px;
}
@media (max-width: 800px) {
  .articleList {
    gap: 40px;
  }
}
@media (max-width: 400px) {
  .articleList {
    gap: 20px;
    margin: 0 20px;
  }
}
.articleList.top .items {
  display: grid;
  grid-template-columns: 45fr 55fr;
  grid-template-rows: auto;
  gap: 40px;
  background-color: gray;
  border-radius: 16px;
  margin-bottom: 60px;
}
@media (max-width: 1110px) {
  .articleList.top .items {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 800px) {
  .articleList.top .items {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .articleList.top .items {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.articleList.top .items .img {
  display: flex;
  line-height: 1;
}
.articleList.top .items .img img {
  border-radius: 16px 0 0 16px;
}
@media (max-width: 1110px) {
  .articleList.top .items .img img {
    border-radius: 16px 16px 0 0;
  }
}
.articleList.top .items .img img.mobile {
  display: none;
}
@media (max-width: 520px) {
  .articleList.top .items .img img.mobile {
    display: block;
  }
}
@media (max-width: 520px) {
  .articleList.top .items .img img.normal {
    display: none;
  }
}
.articleList.top .items .category {
  width: fit-content;
  letter-spacing: 0.1em;
  border-width: thin;
  border-bottom: 2px solid black;
  border-spacing: 0px;
}
.articleList.top .items .category a {
  text-decoration: none;
}
.articleList.top .items h2 {
  font-family: 'MoretBold', sans-serif;
  font-size: 2.77em;
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}
@media (max-width: 800px) {
  .articleList.top .items h2 {
    font-size: 2em;
  }
}
@media (max-width: 650px) {
  .articleList.top .items h2 {
    font-size: 1.5em;
  }
}
.articleList.top .items .text {
  padding: 20px 40px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 16px;
}
@media (max-width: 1110px) {
  .articleList.top .items .text {
    padding: 0 40px 20px 40px;
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .articleList.top .items .text {
    padding: 0 20px 20px 20px;
    gap: 10px;
  }
}
.articleList.top .items .data {
  font-size: 0.82em;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
}
@media (max-width: 650px) {
  .articleList.top .items .data {
    justify-content: space-between;
  }
  .articleList.top .items .data .tildeArrow {
    display: none;
  }
}
@media (max-width: 470px) {
  .articleList.top .items .data {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
}
.articleList.withSide {
  grid-template-columns: auto 300px;
  grid-template-rows: auto;
}
@media (max-width: 1040px) {
  .articleList.withSide {
    grid-template-columns: 1fr;
  }
}
.articleList.withSide .items {
  display: grid;
  gap: 60px;
  margin-bottom: 60px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 800px) {
  .articleList.withSide .items {
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .articleList.withSide .items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .articleList.withSide .items {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.articleList.withSide .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(77%) auto;
  border-radius: 16px;
}
.articleList.withSide .item img {
  border-radius: 16px 16px 0 0;
}
.articleList.withSide .item .text {
  background-color: gray;
  border-radius: 0 0 16px 16px;
  padding: 20px 40px 30px 40px;
  align-self: start;
}
.articleList.withSide .item .text h2 {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 1.15em;
  letter-spacing: 0.02em;
  line-height: normal;
  margin: 0;
}
@media (max-width: 800px) {
  .articleList.withSide .item .text h2 {
    font-size: 1em;
  }
}
.articleList.withSide .item.full {
  grid-column: 1 / span 2;
}
@media (max-width: 520px) {
  .articleList.withSide .item.full {
    grid-column: 1;
  }
}
.articleList.withSide .item.full .mobile {
  display: none;
}
@media (max-width: 520px) {
  .articleList.withSide .item.full .mobile {
    display: block;
  }
}
@media (max-width: 520px) {
  .articleList.withSide .item.full .normal {
    display: none;
  }
}
@media (max-width: 520px) {
  .articleList.withSide .item.half {
    grid-column: 1;
  }
}
.articleList.withSide .pagination {
  grid-column: 1 / span 2;
}
@media (max-width: 800px) {
  .articleList.withSide .pagination {
    margin: 0px 0 40px 0;
  }
}
@media (max-width: 520px) {
  .articleList.withSide .pagination {
    grid-column: 1;
  }
}
@media (max-width: 400px) {
  .articleList.withSide .pagination {
    margin-bottom: 20px;
  }
}
/* novy detail clanku */
#articleDetail {
  /* foto a hlavicka clanku*/
}
#articleDetail h1 {
  font-family: 'MoretBold', sans-serif;
  font-size: 4em;
  line-height: 1em;
  letter-spacing: 0;
}
@media (max-width: 800px) {
  #articleDetail h1 {
    font-size: 2.8em;
  }
}
@media (max-width: 400px) {
  #articleDetail h1 {
    font-size: 1.8em;
  }
}
#articleDetail .header {
  display: grid;
  grid: 860px 120px auto / 1fr;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1960px;
  /* desktop */
}
@media (max-width: 1960px) {
  #articleDetail .header {
    grid-template-rows: 820px 120px auto;
  }
}
@media (max-width: 1890px) {
  #articleDetail .header {
    grid-template-rows: 810px 120px auto;
  }
}
@media (max-width: 1790px) {
  #articleDetail .header {
    grid-template-rows: 760px 120px auto;
  }
}
@media (max-width: 1690px) {
  #articleDetail .header {
    grid-template-rows: 710px 120px auto;
  }
}
@media (max-width: 1590px) {
  #articleDetail .header {
    grid-template-rows: 660px 120px auto;
  }
}
@media (max-width: 1490px) {
  #articleDetail .header {
    grid-template-rows: 610px 120px auto;
  }
}
@media (max-width: 1390px) {
  #articleDetail .header {
    grid-template-rows: 560px 120px auto;
  }
}
@media (max-width: 1290px) {
  #articleDetail .header {
    grid-template-rows: 510px 120px auto;
  }
}
@media (max-width: 1190px) {
  #articleDetail .header {
    grid-template-rows: 465px 120px auto;
  }
}
@media (max-width: 1140px) {
  #articleDetail .header {
    grid-template-rows: 440px 120px auto;
  }
}
@media (max-width: 1090px) {
  #articleDetail .header {
    grid-template-rows: 410px 120px auto;
  }
}
@media (max-width: 1040px) {
  #articleDetail .header {
    grid-template-rows: 390px 120px auto;
  }
}
@media (max-width: 990px) {
  #articleDetail .header {
    grid-template-rows: 365px 120px auto;
  }
}
@media (max-width: 940px) {
  #articleDetail .header {
    grid-template-rows: 340px 120px auto;
  }
}
@media (max-width: 890px) {
  #articleDetail .header {
    grid-template-rows: 310px 120px auto;
  }
}
@media (max-width: 840px) {
  #articleDetail .header {
    grid-template-rows: 285px 120px auto;
  }
}
@media (max-width: 790px) {
  #articleDetail .header {
    grid-template-rows: 260px 120px auto;
  }
}
@media (max-width: 720px) {
  #articleDetail .header {
    /* tablet */
    grid-template-rows: auto auto;
  }
}
@media (max-width: 800px) {
  #articleDetail .header {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  #articleDetail .header {
    margin-bottom: 10px;
  }
}
#articleDetail .header img {
  width: 100%;
  height: auto;
  grid-row: 1;
  grid-column: 1;
  align-self: start;
  z-index: 980;
}
@media (max-width: 720px) {
  #articleDetail .header img {
    z-index: auto;
    grid-row: 1;
  }
}
#articleDetail .header .text {
  max-width: calc(1200px - 2 * 60px);
  border-radius: 20px;
  grid-row: 2 / span 2;
  grid-column: 1;
  z-index: 990;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
}
@media (max-width: 1500px) {
  #articleDetail .header .text {
    max-width: 60%;
  }
}
@media (max-width: 720px) {
  #articleDetail .header .text {
    z-index: auto;
    grid-row: 2;
    max-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 800px) {
  #articleDetail .header .text {
    padding: 40px;
  }
}
@media (max-width: 400px) {
  #articleDetail .header .text {
    padding: 20px;
  }
}
#articleDetail .header .text .category {
  margin: 0 auto;
  width: fit-content;
  letter-spacing: 0.1em;
  border-width: thin;
  border-bottom: 2px solid black;
  border-spacing: 0px;
}
#articleDetail .header .text .category:hover {
  border-color: #808080;
}
#articleDetail .header .text .category a {
  text-decoration: none;
}
#articleDetail .header .text .perex {
  margin: 2em auto;
}
#articleDetail .header .text .data {
  margin: 2em auto;
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}
#articleDetail .articleHolder {
  display: grid;
  grid: auto / 1fr 300px;
  gap: 60px;
  justify-content: space-between;
  margin: 0 40px;
}
@media (max-width: 1040px) {
  #articleDetail .articleHolder {
    grid: auto / auto;
    display: block;
  }
}
@media (max-width: 800px) {
  #articleDetail .articleHolder {
    gap: 40px;
  }
}
@media (max-width: 400px) {
  #articleDetail .articleHolder {
    margin: 0 20px;
    gap: 20px;
    justify-content: center;
  }
}
#articleDetail p:first-child {
  margin-top: 0;
}
#articleDetail .part {
  /* prvni pismeno velke*/
}
@media (max-width: 1040px) {
  #articleDetail .part {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  #articleDetail .part {
    margin-bottom: 20px;
  }
}
#articleDetail .part p {
  line-height: 1.41em;
  text-align: justify;
}
@media (max-width: 400px) {
  #articleDetail .part p {
    text-align: left;
  }
}
#articleDetail .part.letter p:first-child::first-letter {
  font-size: 7.6em;
  font-family: 'MoretBold', sans-serif;
  float: left;
  line-height: 0.7em;
  margin: 0 0.2em 0.1em 0;
}
@media (max-width: 520px) {
  #articleDetail .part.letter p:first-child::first-letter {
    font-size: 4em;
  }
}
#articleDetail .part.colorbox {
  margin: 50px 0;
  padding: 15px 30px;
}
@media (max-width: 800px) {
  #articleDetail .part.colorbox {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.colorbox {
    margin: 20px 0;
  }
}
#articleDetail .part.colorside {
  margin: 50px 0;
  padding-left: 30px;
}
@media (max-width: 800px) {
  #articleDetail .part.colorside {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.colorside {
    margin: 20px 0;
  }
}
#articleDetail .part.cite {
  font-size: 2em;
  font-family: 'NewParis Text';
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 40px auto;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  #articleDetail .part.cite {
    font-size: 1.4em;
  }
}
#articleDetail .part.embed {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  #articleDetail .part.embed {
    margin: 40px auto;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.embed {
    margin: 20px auto;
  }
}
#articleDetail .part.youtube {
  margin: 50px 0;
  padding: 0;
}
@media (max-width: 800px) {
  #articleDetail .part.youtube {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.youtube {
    margin: 20px 0;
  }
}
#articleDetail .part.youtube .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}
#articleDetail .part.youtube .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#articleDetail .part.image {
  margin: 50px 0;
  padding: 0;
  text-align: center;
  position: relative;
}
@media (max-width: 800px) {
  #articleDetail .part.image {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.image {
    margin: 20px 0;
  }
}
#articleDetail .part.image img {
  width: 100%;
  height: auto;
}
#articleDetail .part.image .credit {
  width: calc(100% - 16px);
  font-size: 12px;
  position: absolute;
  bottom: 8px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 4000;
}
#articleDetail .part.gallery {
  margin: 50px 0;
  padding: 0;
}
@media (max-width: 800px) {
  #articleDetail .part.gallery {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.gallery {
    margin: 20px 0;
  }
}
#articleDetail .part.gallery .gallery-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
  gap: 40px;
}
@media (max-width: 1140px) {
  #articleDetail .part.gallery .gallery-line {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.gallery .gallery-line {
    gap: 20px;
  }
}
@media (max-width: 720px) {
  #articleDetail .part.gallery .gallery-line {
    flex-direction: column;
  }
}
#articleDetail .part.gallery .gallery-line .item,
#articleDetail .part.gallery .gallery-line .counter {
  text-align: right;
  width: calc(100% / 4);
}
@media (max-width: 720px) {
  #articleDetail .part.gallery .gallery-line .item,
  #articleDetail .part.gallery .gallery-line .counter {
    flex-direction: column;
    width: calc(100%);
  }
}
#articleDetail .part.gallery .gallery-line .counter {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 720px) {
  #articleDetail .part.gallery .gallery-line .counter {
    width: calc(100%);
  }
}
#articleDetail .part.gallery .gallery-line .counter .numbers {
  color: #a3a3a3;
  font-family: 'MoretBold', sans-serif;
  font-size: 3.5em;
  margin-bottom: 20px;
}
#articleDetail .part.gallery .gallery-line .counter .numbers .big {
  color: black;
}
#articleDetail .part.gallery .gallery-line img {
  width: 100%;
  height: auto;
}
#articleDetail .part.gallery .gallery-line a {
  filter: none;
  text-decoration: none;
}
#articleDetail .part.fototext,
#articleDetail .part.story {
  margin: 50px 0;
  padding: 25px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  #articleDetail .part.fototext,
  #articleDetail .part.story {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  #articleDetail .part.fototext,
  #articleDetail .part.story {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.fototext,
  #articleDetail .part.story {
    gap: 20px;
    margin: 20px 0;
  }
}
#articleDetail .part.fototext h3,
#articleDetail .part.story h3 {
  font-family: "NewParis Text";
  font-size: 1.5em;
  font-weight: bold;
  text-transform: none;
}
@media (max-width: 400px) {
  #articleDetail .part.fototext img,
  #articleDetail .part.story img {
    max-width: 100%;
    width: auto;
  }
}
#articleDetail .part.basestory {
  margin: 50px 0;
  padding: 0;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  #articleDetail .part.basestory {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  #articleDetail .part.basestory {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  #articleDetail .part.basestory {
    gap: 20px;
    margin: 20px 0;
  }
}
#articleDetail .part.basestory img {
  border-radius: 50%;
}
@media (max-width: 400px) {
  #articleDetail .part.basestory img {
    max-width: 100%;
    width: auto;
  }
}
#articleDetail .part.basestory h3 {
  font-family: "NewParis Text";
  font-size: 1.5em;
  font-weight: bold;
  text-transform: none;
}
#articleDetail .part.relatedarticle {
  margin: 50px 0;
  padding: 0;
  position: relative;
  border-radius: 25px;
}
@media (max-width: 800px) {
  #articleDetail .part.relatedarticle {
    margin: 40px 0;
  }
}
@media (max-width: 800px) {
  #articleDetail .part.relatedarticle {
    margin: 20px 0;
  }
}
#articleDetail .part.relatedarticle img {
  border-radius: 16px 0 0 16px;
}
@media (max-width: 720px) {
  #articleDetail .part.relatedarticle img {
    border-radius: 16px 16px 0 0;
  }
}
#articleDetail .part.relatedarticle a {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
@media (max-width: 720px) {
  #articleDetail .part.relatedarticle a {
    flex-direction: column;
    gap: 10px;
  }
}
#articleDetail .part.relatedarticle .text-holder {
  display: flex;
  align-items: center;
  align-self: stretch;
}
#articleDetail .part.relatedarticle .text {
  padding: 20px 20px 20px 0;
}
@media (max-width: 720px) {
  #articleDetail .part.relatedarticle .text {
    padding: 20px;
  }
}
#articleDetail .part.relatedarticle .text h3 {
  font-family: "Montserrat";
  font-size: 1.1em;
  font-weight: bold;
  text-transform: none;
  line-height: 1.3em;
  margin: 0;
  text-transform: uppercase;
}
#articleDetail .part.relatedarticle .text p {
  margin: 0;
  line-height: 1.2em;
}
#articleDetail .authorMedailonek {
  margin: 40px 0;
  padding: 0;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  #articleDetail .authorMedailonek {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  #articleDetail .authorMedailonek {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  #articleDetail .authorMedailonek {
    gap: 20px;
    margin: 20px 0;
  }
}
#articleDetail .authorMedailonek img {
  border-radius: 50%;
}
@media (max-width: 400px) {
  #articleDetail .authorMedailonek img {
    max-width: 100%;
    width: auto;
  }
}
#articleDetail .authorMedailonek h3 {
  font-family: "NewParis Text";
  font-size: 1.5em;
  font-weight: bold;
  text-transform: none;
  margin: 0 auto ;
}
#articleDetail .authorMedailonek p {
  margin: 0 auto;
  margin-top: 5px;
}
#articleDetail .authorMedailonek a.image {
  filter: none;
}
/* button socialnich siti do obsahu */
.socialButtons {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .socialButtons {
    gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  .socialButtons {
    margin-top: 20px;
  }
}
.socialButtons a {
  cursor: url('kurzor.svg') 16 16, auto;
}
.socialButtons .link {
  width: 30px;
  height: 30px;
}
.socialButtons .facebook {
  width: 10px;
}
.socialButtons .twitter {
  width: 25px;
}
.socialButtons .email {
  width: 24px;
}
#gallery .gallery-detail {
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 0 20px;
  padding-bottom: 60px;
}
#gallery .gallery-detail .btnBottom {
  display: none;
}
@media (max-width: 720px) {
  #gallery .gallery-detail .btnBottom {
    display: flex;
  }
}
#gallery .content {
  width: 100%;
}
#gallery .content .numbersHldr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
#gallery .content .numbers {
  font-family: 'MoretBold', sans-serif;
  font-size: 2em;
}
#gallery .content .numbers .big {
  font-size: 2em;
}
#gallery .content .image {
  position: relative;
  width: fit-content;
  margin: auto;
  display: grid;
  grid: 1fr / 1fr 1fr;
  align-items: center;
}
#gallery .content .image img {
  max-width: 100%;
  grid-column: 1 / span 2;
  grid-row: 1;
  z-index: 890;
}
#gallery .content .image .leftArrow,
#gallery .content .image .rightArrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#gallery .content .image .leftArrow {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  z-index: 990;
  justify-content: flex-start;
  padding-left: 40px;
}
@media (max-width: 650px) {
  #gallery .content .image .leftArrow {
    padding-left: 20px;
  }
}
#gallery .content .image .rightArrow {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  z-index: 990;
  justify-content: flex-end;
  padding-right: 40px;
}
@media (max-width: 650px) {
  #gallery .content .image .rightArrow {
    padding-right: 20px;
  }
}
#gallery .content .image .credit {
  width: calc(100% - 16px);
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 4000;
}
#gallery .content .icon {
  width: 40px;
}
#gallery .content h1 {
  font-size: 2.8em;
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center;
}
#gallery .content .btn {
  margin: 0;
}
#gallery .content .btnBottom {
  margin: auto;
  margin-top: 40px;
}
#gallery .content .description {
  text-align: justify;
}
#authors {
  margin-bottom: 100px;
  text-align: center;
}
#authors a {
  text-decoration: none;
}
#authors .author-list {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
#authors .author-list h2 {
  margin: 20px 0;
  font-family: 'NewParis Text';
  font-size: 1.4em;
  line-height: 1.2;
}
#authors .author-list h2 a {
  color: black;
  text-decoration: none;
}
#authors .author-list h2 a:hover {
  color: #c73734;
}
@media (max-width: 400px) {
  #authors .author-list h2 {
    font-size: 1.4em;
  }
}
#authors .author-list img {
  width: 100%;
  height: auto;
}
#authorDetail {
  /* foto a hlavicka autora */
}
#authorDetail h1 {
  font-family: 'MoretBold', sans-serif;
  font-size: 4em;
  line-height: 1em;
  letter-spacing: 0;
}
@media (max-width: 800px) {
  #authorDetail h1 {
    font-size: 2.8em;
  }
}
@media (max-width: 400px) {
  #authorDetail h1 {
    font-size: 1.8em;
  }
}
#authorDetail .header {
  display: grid;
  grid: 860px 120px auto / 1fr;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1960px;
  /* desktop */
}
@media (max-width: 1960px) {
  #authorDetail .header {
    grid-template-rows: 820px 120px auto;
  }
}
@media (max-width: 1890px) {
  #authorDetail .header {
    grid-template-rows: 810px 120px auto;
  }
}
@media (max-width: 1790px) {
  #authorDetail .header {
    grid-template-rows: 760px 120px auto;
  }
}
@media (max-width: 1690px) {
  #authorDetail .header {
    grid-template-rows: 710px 120px auto;
  }
}
@media (max-width: 1590px) {
  #authorDetail .header {
    grid-template-rows: 660px 120px auto;
  }
}
@media (max-width: 1490px) {
  #authorDetail .header {
    grid-template-rows: 610px 120px auto;
  }
}
@media (max-width: 1390px) {
  #authorDetail .header {
    grid-template-rows: 560px 120px auto;
  }
}
@media (max-width: 1290px) {
  #authorDetail .header {
    grid-template-rows: 510px 120px auto;
  }
}
@media (max-width: 1190px) {
  #authorDetail .header {
    grid-template-rows: 465px 120px auto;
  }
}
@media (max-width: 1140px) {
  #authorDetail .header {
    grid-template-rows: 440px 120px auto;
  }
}
@media (max-width: 1090px) {
  #authorDetail .header {
    grid-template-rows: 410px 120px auto;
  }
}
@media (max-width: 1040px) {
  #authorDetail .header {
    grid-template-rows: 390px 120px auto;
  }
}
@media (max-width: 990px) {
  #authorDetail .header {
    grid-template-rows: 365px 120px auto;
  }
}
@media (max-width: 940px) {
  #authorDetail .header {
    grid-template-rows: 340px 120px auto;
  }
}
@media (max-width: 890px) {
  #authorDetail .header {
    grid-template-rows: 310px 120px auto;
  }
}
@media (max-width: 840px) {
  #authorDetail .header {
    grid-template-rows: 285px 120px auto;
  }
}
@media (max-width: 790px) {
  #authorDetail .header {
    grid-template-rows: 260px 120px auto;
  }
}
@media (max-width: 720px) {
  #authorDetail .header {
    /* tablet */
    grid-template-rows: auto auto;
  }
}
@media (max-width: 800px) {
  #authorDetail .header {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  #authorDetail .header {
    margin-bottom: 10px;
  }
}
#authorDetail .header img {
  width: 100%;
  height: auto;
  grid-row: 1;
  grid-column: 1;
  align-self: start;
  z-index: 980;
}
@media (max-width: 720px) {
  #authorDetail .header img {
    z-index: auto;
    grid-row: 1;
  }
}
#authorDetail .header .text {
  max-width: calc(1200px - 2 * 60px);
  min-width: 60%;
  border-radius: 20px;
  grid-row: 2 / span 2;
  grid-column: 1;
  z-index: 990;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
}
@media (max-width: 1500px) {
  #authorDetail .header .text {
    max-width: 60%;
  }
}
@media (max-width: 720px) {
  #authorDetail .header .text {
    z-index: auto;
    grid-row: 2;
    max-width: calc(100% - 60px);
    min-width: auto;
    width: calc(100% - 60px);
    border-radius: 0;
  }
}
@media (max-width: 800px) {
  #authorDetail .header .text {
    padding: 40px;
  }
}
@media (max-width: 400px) {
  #authorDetail .header .text {
    padding: 20px;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
#authorDetail .header .text .category {
  margin: 0 auto;
  width: fit-content;
  letter-spacing: 0.1em;
  border-width: thin;
  border-bottom: 2px solid black;
  border-spacing: 0px;
}
#authorDetail .header .text .category:hover {
  border-color: #808080;
}
#authorDetail .header .text .category a {
  text-decoration: none;
}
#authorDetail .header .text .perex {
  margin: 2em auto;
}
#authorDetail .header .text .data {
  margin: 2em auto;
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}
#authorDetail .authorHolder {
  display: grid;
  grid: auto / 1fr 300px;
  gap: 60px;
  justify-content: space-between;
  margin: 0 40px;
}
@media (max-width: 1040px) {
  #authorDetail .authorHolder {
    grid: auto / auto;
    display: block;
  }
}
@media (max-width: 800px) {
  #authorDetail .authorHolder {
    gap: 40px;
  }
}
@media (max-width: 400px) {
  #authorDetail .authorHolder {
    margin: 0 20px;
    gap: 20px;
    justify-content: center;
  }
}
#authorDetail .content {
  width: 100%;
}
#authorDetail .content p.firsrLetter::first-letter {
  font-size: 4em;
  font-family: 'NewParis Text';
  float: left;
  line-height: 1em;
  margin: 0 20px 10px 0;
}
#authorDetail .content blockquote {
  margin: 50px 10%;
  font-size: 2em;
  font-family: 'NewParis Text';
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
#authorDetail h2 {
  font-family: 'NewParis Text';
  font-weight: bold;
  font-style: normal;
  font-size: 2em;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
#authorDetail h2.center {
  text-align: center;
}
#authorDetail h3 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-style: normal;
  font-size: 1.6em;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
#authorDetail h3.center {
  text-align: center;
}
#authorDetail h3.section-title {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-size: 2.8em;
  line-height: 1.2;
  margin: 0 auto;
  padding-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  #authorDetail h3.section-title {
    font-size: 1.8em;
  }
}
#authorDetail h3.section-title i {
  font-family: "NewParis Text";
  font-size: 1.1em;
  font-weight: bold;
  text-transform: none;
}
#authorDetail h3.section-title.gray {
  background-color: #f1f1f1;
}
@media (max-width: 520px) {
  #authorDetail h3.section-title.gray {
    background: none;
  }
}
#astro .astroList {
  margin: 0 40px;
}
@media (max-width: 400px) {
  #astro .astroList {
    margin: 0 20px;
  }
}
#astro .titleAstro {
  width: 300px;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  #astro .titleAstro {
    margin-bottom: 40px;
    width: 40vw;
  }
}
@media (max-width: 400px) {
  #astro .titleAstro {
    margin-bottom: 20px;
  }
}
#astro .items {
  display: grid;
  gap: 60px;
  grid: auto auto / 1fr 1fr 1fr;
}
@media (max-width: 800px) {
  #astro .items {
    grid: auto auto / 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 520px) {
  #astro .items {
    grid: auto auto / 1fr;
    grid-column: 1;
  }
}
@media (max-width: 400px) {
  #astro .items {
    gap: 20px;
  }
}
#astro .items img {
  width: 100%;
  height: auto;
}
#astro .items .item:first-child {
  grid-column: 1 / span 2;
}
@media (max-width: 800px) {
  #astro .items .item:first-child {
    grid-column: 1;
  }
}
#astro .items .item img {
  border-radius: 16px;
}
@media (max-width: 800px) {
  #astro .items .item img.normal {
    display: none;
  }
}
#astro .items .item img.mobile {
  display: none;
}
@media (max-width: 800px) {
  #astro .items .item img.mobile {
    display: block;
  }
}
#astro .items .item h2 {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 1.15em;
  letter-spacing: 0.02em;
  line-height: normal;
}
@media (max-width: 800px) {
  #astro .items .item h2 {
    font-size: 1em;
  }
}
#similarly-items {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #faf3ed;
}
#similarly-items h3 {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
#similarly-items .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(77%) auto;
  border-radius: 16px;
}
#similarly-items .item img {
  border-radius: 16px 16px 0 0;
}
#similarly-items .item .text {
  background-color: gray;
  border-radius: 0 0 16px 16px;
  padding: 20px 40px 30px 40px;
  align-self: start;
}
@media (max-width: 400px) {
  #similarly-items .item .text {
    padding: 10px 20px 20px 20px;
  }
}
#similarly-items .item .text h4 {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 1.15em;
  letter-spacing: 0.02em;
  line-height: normal;
  margin: 0;
}
@media (max-width: 800px) {
  #similarly-items .item .text h4 {
    font-size: 1em;
  }
}
/* zatim ok */
footer {
  text-align: center;
}
@media (max-width: 520px) {
  footer {
    display: none;
  }
}
footer .logo_cosmopolitan {
  width: 550px;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  footer .logo_cosmopolitan {
    width: 80%;
  }
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}
footer a .active {
  font-weight: bold;
}
footer .menucategory {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  footer .menucategory {
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
}
footer .menu {
  width: 50%;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
footer .menu a {
  display: inline;
  margin-bottom: 20px;
}
footer .social {
  width: 400px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  footer .social {
    width: 80%;
  }
}
footer .social .icon {
  width: 60px;
}
footer .social a:hover path {
  fill: #808080;
}
footer .text {
  font-size: 17px;
  padding-bottom: 100px;
}
footer .colored {
  color: black;
}
footer .colored a {
  color: rgba(255, 255, 255, 0.5);
}
footer .colored a:hover,
footer .colored a.active {
  color: white;
}
footer .dark {
  color: #808080;
}
footer .dark a {
  color: #808080;
}
.adforms {
  margin: auto;
  max-width: 500px;
  text-align: left;
}
@media (max-width: 600px) {
  .adforms {
    max-width: 100%;
  }
}
.adforms .form-group {
  padding: 8px;
  margin-bottom: 5px;
}
.adforms label {
  display: block;
  margin-bottom: 5px;
}
.adforms label.form-check-label {
  margin-bottom: 10px;
}
.adforms input,
.adforms select,
.adforms textarea {
  border: none;
  width: calc(100% - 20px);
  margin: 2px 0px;
  display: block;
  padding: 10px 12px;
  background-color: WhiteSmoke;
}
.adforms input:hover,
.adforms select:hover,
.adforms textarea:hover {
  outline: LightGray auto 1px;
}
.adforms input:focus {
  outline: LightGray auto 1px;
}
.adforms textarea {
  min-height: 150px;
}
.adforms input[type=radio],
.adforms input[type=checkbox] {
  display: inline;
  width: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.adforms .button {
  margin: auto;
  color: black;
  font-size: 23px;
  font-style: normal!important;
  padding: 15px 40px;
}
.adforms .help-block {
  display: inline-block;
  margin-top: 8px;
}
.adforms .has-error input[type="text"],
.adforms .has-error input[type="number"],
.adforms .has-error input[type="email"],
.adforms .has-error input[type="file"],
.adforms .has-error select,
.adforms .has-error textarea {
  outline: #c73734 auto 1px;
}
.adforms .form-control-feedback {
  display: inline-block;
  margin-top: 8px;
  color: #c73734;
}
.adforms .text-danger {
  color: #c73734;
}
.adforms input.error,
.adforms textarea.error,
.adforms select.error {
  border-color: #c73734;
}
.adforms button,
.adforms input[type=reset],
.adforms input[type=submit] {
  width: auto;
  height: auto;
  overflow: hidden;
}
.adforms label[for$='-website'],
.adforms input[name='website'] {
  display: none;
}
#search-panel {
  background-color: black;
  display: none;
}
#search-panel.pernamet-show {
  display: block;
}
.searchforms {
  display: flex;
  align-items: center;
  margin: 0 20px;
  margin-bottom: 40px;
}
.searchforms input.text {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0;
  outline: none;
  color: white;
  background-color: black;
  border: none;
}
.searchforms button,
.searchforms input[type=reset],
.searchforms input[type=submit] {
  display: inline-block !important;
  height: 44px!important;
  color: white!important;
  background-color: black;
  border: none;
  outline: none;
}
.searchforms button:hover .icon.search path,
.searchforms input[type=reset]:hover .icon.search path,
.searchforms input[type=submit]:hover .icon.search path {
  fill: black;
}
.searchforms input:-webkit-autofill,
.searchforms input:-webkit-autofill:hover,
.searchforms input:-webkit-autofill:focus,
.searchforms textarea:-webkit-autofill,
.searchforms textarea:-webkit-autofill:hover,
.searchforms textarea:-webkit-autofill:focus,
.searchforms select:-webkit-autofill,
.searchforms select:-webkit-autofill:hover,
.searchforms select:-webkit-autofill:focus {
  color: white!important;
  background-color: black!important;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 30px black inset !important;
}
.searchforms .help-block {
  display: none;
}
.searchforms .icon.search {
  margin-top: 3px;
  height: 26px;
}
.searchforms .icon.search path {
  fill: white;
}
.searchforms label[for$='-website'],
.searchforms input[name='website'],
.searchforms span[id$='-website_message'] {
  display: none;
}
/* pripraveny spravne formaty MegaBoard, HalfPageAd */
#r-megaboardspec {
  max-width: 998px;
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 1050px) {
  #r-megaboardspec {
    display: none;
  }
}
#r-hpa1,
#r-hpa2 {
  margin-bottom: 60px;
}
#r-shp480 {
  max-width: 480px;
  margin: 0 auto 60px auto;
}
@media (max-width: 600px) {
  #r-shp480 {
    display: none;
  }
}
#r-wallpaper {
  width: 970px;
  height: 310px;
  margin: 60px auto 0 auto;
}
@media (max-width: 1050px) {
  #r-wallpaper {
    display: none;
  }
}
#r-foot-script {
  line-height: 0;
  background-color: black;
}
#r-foot-script img {
  width: 1px;
  height: 1px;
}
#r-touch300x250article,
#r-touch300x250art1 {
  display: none;
  max-width: 300px;
  margin: 0 auto 40px auto;
}
@media (max-width: 600px) {
  #r-touch300x250article,
  #r-touch300x250art1 {
    display: block;
  }
}
.article-detail #r-touch300x250article {
  margin: 40px auto;
}
.article-detail #r-touch300x250article a {
  color: initial;
  filter: brightness(100%);
  text-decoration: auto;
}
@media (max-width: 1040px) {
  .article-detail #r-touch300x250article {
    display: block;
  }
}
#r-touchfooter {
  display: none;
  max-width: 300px;
  margin: 40px auto 0 auto;
}
@media (max-width: 1050px) {
  #r-touchfooter {
    display: block;
  }
}
@media (max-width: 400px) {
  #r-touchfooter {
    margin: 20px;
    margin-bottom: 0;
  }
}
