/* public-sans-regular - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../fonts/public-sans-v5-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/public-sans-v5-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-700 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../fonts/public-sans-v5-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/public-sans-v5-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-italic - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../../fonts/public-sans-v5-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/public-sans-v5-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  -webkit-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: #000;
  padding: 0;
}
h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
}
h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
h4 {
  font-size: 14px;
  margin: 0;
}
strong {
  font-weight: 700;
}
i {
  font-size: 300;
}
a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
ul,
ol {
  padding: 0 0 0 17px;
  margin: 0 0 30px 0;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
}
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
img.fleft {
  margin: 0 20px 5px 0;
}
img.fright {
  margin: 0 0 5px 20px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
/* GENERAL FORMS */
form {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
label {
  font-size: 14px;
  font-weight: 400;
}
label.required {
  font-weight: bold;
}
.form_general input[type=text],
.form_general input[type=password],
.form_general input[type=email],
.form_general input[type=tel] {
  display: block;
  width: 240px;
  height: 35px;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  line-height: 35px;
  color: #000;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #b0aeab;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 3px rgba(46,43,43,.23), inset 0 0 0 1px rgba(255,255,255,.5);
  -moz-box-shadow: inset 0 0 3px rgba(46,43,43,.23), inset 0 0 0 1px rgba(255,255,255,.5);
  box-shadow: inset 0 0 3px rgba(46,43,43,.23), inset 0 0 0 1px rgba(255,255,255,.5);
}
.form_general textarea {
  display: block;
  width: 240px;
  height: 50px;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  color: #000;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #b0aeab;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 3px rgba(46,43,43,.23), inset 0 0 0 1px rgba(255,255,255,.5);
  -moz-box-shadow: inset 0 0 3px rgba(46,43,43,.23), inset 0 0 0 1px rgba(255,255,255,.5);
  box-shadow: inset 0 0 3px rgba(46,43,43,.23), inset 0 0 0 1px rgba(255,255,255,.5);
}
input[type=submit] {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
input[type=submit]:hover {
  cursor: pointer;
}
/* GENERAL FORMS */
/* GENERAL TABLES */
table {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
  text-align: left;
}
/* GENERAL TABLES */
.btn {
  display: inline-block;
  height: 30px;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.btn:hover {
  cursor: pointer;
}
body.gallery {
  background-color: black;
}

.page__inner {
  width: 94%;
  padding: 5px 3% 0 3%;
}
.advert {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
  overflow: hidden;
}
/* .advert-inner 
{
  position: relative;
  display: inline-block;
  max-width: 0 auto;
}
.advert-inner::before 
{
  content: "REKLAMA";
  display: block;
  font-family: Arial;
  font-size: 8px;
  line-height: 10px;
  opacity: .7;
  position: absolute;
  right: 0;
  text-align: right;
  top: -10px;
}
.leaderboard, .leaderboard_bottom {
  text-align: center;
}
.leaderboard_bottom .advert-inner::before, 
.leaderboard .advert-inner::before 
{
  width: 10px;
  height: 40px;
  right: 5px;
  text-align: left;
  top: -13px;
  transform: rotate(90deg);
} */
.advert-wrapper {
  display: inline-block;
  text-align: left;
}
.advert-label {
  display: block;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  color: #cec3c3;
  margin-bottom: 2px;
}
.leaderboard .advert-label {
  padding-top: 2px;
  margin: 0;
}
.advert-container {
  display: block;
}
.advert-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.leaderboard .advert-container {
  max-height: 300px;
}
.logo {
  display: inline-block;
  margin: 0;
  padding: 3px 0 0 0;
}
.logo a {
  display: block;
  height: 20px;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
}
.hp_articles {
  display: block;
  margin-bottom: 20px;
}
.hp_articles-main {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.hp_articles-link {
  display: inline-block;
  position: relative;
  text-align: left;
  color: white;
  width: 100%;
}
.hp_articles-image {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.hp_articles-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hp_articles-info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 20px 20px 20px;
}
.hp_articles-tag {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hp_articles-tag .fa {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.hp_articles-label {
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}
.hp_articles .hp_articles-label {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.hp_articles-main .hp_articles-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.content {
  position: relative;
}
.border_label {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #EB0004;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.border_label--small {
  font-size: 14px;
  text-transform: none;
}
.border_label--black {
  color: black;
}
.border_label a {
  display: inline-block;
  position: relative;;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #EB0004;
  text-decoration: none;
  top: 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EB0004;
}
.border_label span {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EB0004;
}
.border_label span strong {
  color: #EB0004;
}
.border_label span i {
  font-style: normal;
  font-weight: normal;
}
.article-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #EB0004;
}
.article-tag--grey {
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  text-transform: none;
  color: #717780;
  margin-left: 5px;
}
.article-tag .fa {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.article-date {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #757770;
}
.article-date .fa {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.article-text,
.article-text p,
.article-text div {
  font-size: 18px;
  line-height: 26px;
}
.article-perex, .article-perex p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.article-perex h2 {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 26px;
}
.article-text a {
  font-size: 18px;
  color: black;
  word-break: break-word;
  text-decoration: underline;
}
.article-text img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.article-text iframe {
  display: block;
  max-width: 100%;
}
.article-text ul,
.article-text ol {
  margin-left: 10px;
}
.article-text li {
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 5px 0;
}
.article-text h2 {
  font-size: 22px;
}
.article-text h3 {
  font-size: 20px;
}
.article-text h4 {
  font-size: 16px;
}
.article-text iframe {
  width: 100%;
}
.article-num_photos {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 10px 10px;
  background-color: #EB0004;
}

.article-arrow-left {
  height: 80px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto 0;
}
.article-arrow-left i {
  display: block;
  width: 33px;
  height: 60px;
  font-size: 80px;
  font-weight: 700;
  line-height: 60px;
  color: white;
  background: url(../images/icon-arrow-left.svg) no-repeat left top;
  background-size: 33px 60px;
}

.article-arrow-right {
  height: 80px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto 0;
}
.article-arrow-right i {
  display: block;
  width: 33px;
  height: 60px;
  font-size: 80px;
  font-weight: 700;
  line-height: 60px;
  color: white;
  background: url(../images/icon-arrow-right.svg) no-repeat left top;
  background-size: 33px 60px;
}

.side_articles {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 -10px 0;
}
.side_articles li {
  display: block;
  margin-bottom: 30px;
}

.side_articles li.simple-article {
  margin-bottom: 5px;
}
.side_articles li.simple-article.first {
  border-top: 1px solid #F9F9F9;
  padding-top: 10px;
}
.side_articles li.simple-article.bg:nth-child(even) {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #F9F9F9;
}
.side_articles li.simple-article.bg:nth-child(odd) {
  padding: 5px 8px;
  border-left: 3px solid #EB0004;
}

.side_articles-image {
  float: left;
  width: 110px;
}
.side_articles-image img {
  display: block;
}
.side_articles-desc {
  float: right;
  width: 180px;
}
.side_articles-desc .article-tag {
  margin-right: 10px;
}
.side_articles-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  padding-top: 10px;
  margin: 0;
}

.side_articles li.simple-article .side_articles-label {
  padding-top: 0;
}

.side_articles-label a {
  font-size: 14px;
  font-weight: 00;
  line-height: 20px;
  text-decoration: none;
}

.side_articles li.simple-article .side_articles-label a {
  font-size: 14px;
  font-weight: 400;
}

.side_articles-label a:hover {
  text-decoration: underline;
}
.side_articles-label--bigger {
  font-weight: 700;
  font-size: 22px !important;
  line-height: 28px !important;
}
.side_articles-label--bigger a {
  font-weight: 700;
  font-size: 22px !important;
  line-height: 28px !important;
}
.gallery_list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 20px -1%;
}
.gallery_list li {
  display: inline-block;
  width: 24%;
  max-height: 85px;
  overflow: hidden;
  vertical-align: top;
  margin: 0 0 1% 1%;
}
.gallery_list li a {
  display: block;
}
.gallery_list li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.articles {
  margin-bottom: -10px;
}
.articles .advert {
  margin-bottom: 30px;
}
.articles-item {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}

.articles-item.simple {
  margin-bottom: 15px;
}
.articles-item.simple.bg:nth-child(odd) {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #F9F9F9;
}
.articles-item.simple.bg:nth-child(even) {
  padding: 5px 8px;
  border-left: 3px solid #EB0004;
}
.articles-item.simple-item {
  margin-bottom: 20px;
}
.articles-item.simple-item.bg:nth-child(odd) {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #F9F9F9;
}
.articles-item.simple-item.bg:nth-child(even) {
  padding: 5px 8px;
  border-left: 3px solid #EB0004;
}
.articles-item.simple.first {
  border-top: 1px solid #F9F9F9;
  padding-top: 10px;
}

.articles-label-score {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.articles-score {
  float: right;
  padding: 0 10px;
  background-color: #EB0004;
  line-height: 20px;
  color: white;
}
.articles-label-score .article-tag {
  float: left;
  position: relative;
  line-height: 20px;
}
.articles-label-score .article-tag::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid #FE000A;
}
.articles-image {
  display: block;
  width: 100%;
}
.articles-image img {
  display: block;
  width: 100%;
  height: auto;
}
.articles-desc {
  max-width: 100%;
  padding: 10px 5px;
  background-color: #F9F9F9;
}

.articles-item.simple .articles-desc,
.articles-item.simple-item .articles-desc {
  padding: 0 5px;
  background: none;
}

.articles-desc .article-tag {
  margin-right: 10px;
}
.articles-desc .side_articles-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 8px;
  padding-top: 0;
}

.articles-item.simple .articles-desc .side_articles-label,
.articles-item.simple-item .articles-desc .side_articles-label {
  line-height: 18px;
}

.articles-desc .side_articles-label a, 
.articles-desc a.side_articles-label 
{
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.articles-item.simple .articles-desc .side_articles-label a,
.articles-item.simple-item .articles-desc .side_articles-label a,
.articles-item.simple .articles-desc a.side_articles-label,
.articles-item.simple-item .articles-desc a.side_articles-label
{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.articles-perex {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}

.articles-date {
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
  padding-top: 15px;
}

.video_articles {
  position: relative;
  padding: 60px 20px 35px 20px;
  margin-bottom: 20px;
  background-color: white;
}
.video_articles-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 10px 15px;
  margin: 0 auto;
  background-color: black;
}
.video_articles-list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.video_articles-list li {
  display: inline-block;
  margin: 0;
}
.video_articles-item {
  display: block;
  position: relative;
  text-decoration: none;
}
.video_articles-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.video_articles-item .fa {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0;
  z-index: 7;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: white;
  margin: auto;
}
.video_articles-name {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  font-weight: 700px;
  color: white;
  padding: 0 10px;
  margin: 0;
}
.video_articles-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer {
  color: #aaaaaa;
  padding: 10px;
  background-color: black;
}
.footer-copyright {
  text-align: center;
}
.footer-list {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto 5px auto;
}
.footer-list li {
  display: inline-block;
  font-size: 12px;
  color: #aaaaaa;
  padding: 0;
}
.footer-list .sep {
  display: inline-block;
  margin: 0 5px;
}
.footer-list a {
  display: inline-block;
  padding: 18px 5px;
  font-size: 12px;
  text-decoration: none;
  color: #aaaaaa;
}
.footer-list a:hover {
  text-decoration: underline;
}
.pagination {
  text-align: center;
  margin-bottom: 40px;
}
.pagination a,
.pagination span {
  display: inline-block;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  color: white;
  margin: 0 3px;
}
.pagination span {
  color: #aaaaaa;
}
.pagination a {
  background-color: #aaaaaa;
}
.pagination a:hover,
.pagination a.active {
  background-color: #FE000A;
}
.fixed_adverts {
  position: relative;
  top: 0;
}
.fixed_adverts-stop {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.detail {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.detail h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.detail .article-text {
  text-align: left;
}
.detail-pinterest {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.detail-image {
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
}
.detail-image::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.detail-image::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  background: url(../images/icon-zoom.svg) no-repeat left top;
  background-size: 20px 20px;
}
.detail-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.detail-image .article-num_photos {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
}
.detail-image .article-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  color: white;
}
.detail-image .article-tag:hover {
  text-decoration: none;
}
.detail-image-title, h1.detail-image-title {
  border-bottom: none;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  text-align: left;
}
.detail-gallery-name, h1.detail-gallery-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.detail-image .detail-image-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.detail-thumbs {
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
  padding: 15px 15px 15px 0;
  margin-bottom: 5px;
  background-color: #f4f4f4;
}
.detail-thumbs img {
  display: block;
  max-width: 180px;
  max-height: 100%;
  width: auto;
  height: auto;
}
.detail-thumbs__more {
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 0 205px;
  margin: auto 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #EB0004;
}
@media (max-width: 490px) {
  .detail-thumbs__more {
    height: 48px;
    padding-right: 35px;
  }
}
@media (max-width: 420px) {
  .detail-thumbs__more {
    font-size: 16px;
    padding-left: 195px;
    padding-right: 0px;
  }
}
@media (max-width: 378px) {
  .detail-thumbs__more { 
    height: 72px;
  }
}
.detail-thumbs-source {
  text-align: left;
  font-size: 12px;
  font-style: italic;
  color: #757770;
  margin-bottom: 15px;
}
.detail-num_photos {
  width: 100%;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 0;
  margin: 0 auto;
  background-color: #FE000A;
}
.detail-author {
  padding-top: 10px;
}
.detail-author, .detail-author a {
  font-size: 12px;
  text-align: right;
  color: #757575;
  margin-bottom: 5px;
}
.detail-fb_buttons {
  text-align: right;
}
.detail-fb_buttons .gallery-facebook {
  display: inline-block;
  float: none;
  margin-right: 0;
}
.detail-likebox {
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}
.detail-likebox > * {
  display: block;
  position: relative;
  height: 50px;
  font-size: 19px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}
.detail-likebox > a.share {
  color: white;
  width: 97%;
  text-decoration: none;
  padding: 0;
  background: #3c5a99;
  border-radius: 4px;
}
.detail-likebox > a.share i.fa {
  margin-right: 10px;
}
.detail-likebox > a.share::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-left: 10px solid #3c5a99;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.detail-likebox > a.share:hover {
  text-decoration: none;
  color: white;
  background: #2f4981;
}
.gallery {
  padding-top: 0;
  margin-bottom: 50px;
}
.gallery .detail-likebox {
  background-color: white;
}
.gallery .side_articles-label,
.gallery .side_articles-label a {
  color: black;
}
.gallery .news-main-desc {
  color: white;
}
.gallery-header {
  position: relative;
  margin-bottom: 20px;
}
.gallery-logo {
  float: left;
  display: block;
  max-width: 103px;
  position: relative;
  top: 17px;
  z-index: 10;
}
.gallery-logo img, .gallery-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 380px) {
  .gallery-logo {
    max-width: 100px;
    top: 10px;
  }
}
.gallery-header-buttons {
  float: right;
  position: relative;
  z-index: 10;
  top: 10px
}

.gallery-buttons {
  margin-bottom: 20px;
}

.gallery-facebook {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #3b589e;
}

.gallery-szn-btn-add-to-seznam {
  float: right;
  display: block;
  width: 135px;
  text-decoration: none;
}

.gallery-szn-btn-add-to-seznam-img {
  margin-right: 15px;
  margin-bottom: 5px;
  display: block;
  height: 40px;
  width: 135px;
}

.gallery-szn-btn-add-to-seznam-label {
  display: block;
  color: #d7010f;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
}

.gallery-close {
  display: block;
  height: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
  color: white;
}
.gallery-close .fa {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 3px;
  width: 12px;
  height: 10px;
  background: url(../images/icon-delete.svg) no-repeat left top;
  background-size: 10px;
}
@media (max-width: 380px) {
  .gallery-close {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .gallery-close .fa {
    font-size: 12px;
  }
}
.gallery-pagination {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 1;
  text-align: center;
  color: white;
}
@media (max-width: 380px) {
  .gallery-pagination {
    top: 10px;
  }
}
.gallery-pagination-prev {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: white;
  margin-right: 5px;
}
.gallery-pagination-prev .fa {
  display: inline-block;
  width: 8px;
  height: 15px;
  position: relative;
  top: 3px;
  background: url(../images/icon-arrow-left.svg) no-repeat left top;
  background-size: 8px 15px;
}
@media (max-width: 380px) {
  .gallery-pagination-prev {
    font-size: 16px;
  }
}
.gallery-pagination-next {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: white;
  margin-left: 5px;
}
.gallery-pagination-next .fa {
  display: inline-block;
  width: 8px;
  height: 15px;
  position: relative;
  top: 3px;
  background: url(../images/icon-arrow-right.svg) no-repeat left top;
  background-size: 8px 15px;
}
@media (max-width: 380px) {
  .gallery-pagination-next {
    font-size: 16px;
  }
}
.gallery-pagination-pages {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: white;
  padding-top: 1px;
}
.gallery-pagination-pages .fa {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 15px;
  position: relative;
  top: 3px;
  background: url(../images/icon-gallery-images.svg) no-repeat left top;
  background-size: 18px 15px;
}
@media (max-width: 380px) {
  .gallery-pagination-pages {
    font-size: 12px;
  }
}

.gallery-name {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    color: white;
    margin-bottom: 15px;    
}

.gallery-image {
  position: relative;
  margin-bottom: 30px;
}
.embed-gallery-image-advert {
  display: block;
}
.embed-gallery-image-inner {
  margin: 0 30px;
  text-align: center;
}
.embed-gallery-image-inner iframe {
  max-width: 100% !important;
  min-width: inherit !important;
}
.gallery-image img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.gallery-image-prev {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
  color: white;
}
.gallery-image-prev--embed {
  width: 20px;
}
.gallery-image-prev .fa {
  width: 27px;
  height: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0;
  line-height: 50px;
  background: url(../images/icon-arrow-left.svg) no-repeat left top;
  background-size: 27px 50px;
}
.gallery-image-prev--embed .fa {
  width: 20px;
  height: 37px;
  line-height: 37px;
  background-size: 20px 37px;
}
.gallery-image-next {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  color: white;
}
.gallery-image-next--embed {
  width: 20px;
}
.gallery-image-next .fa {
  width: 27px;
  height: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -27px;
  line-height: 50px;
  background: url(../images/icon-arrow-right.svg) no-repeat left top;
  background-size: 27px 50px;
}
.gallery-image-next--embed .fa {
  width: 20px;
  height: 37px;
  margin: auto 0 auto -20px;
  line-height: 37px;
  background-size: 20px 37px;
}
.gallery-socials {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.gallery-socials img {
  margin: 0 auto;
}
.gallery-pinterest {
  display: inline-block;
}
.gallery-desc {
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #aaaaaa;
  margin-bottom: 10px;
}
.gallery-author {
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #c7c7c7;
}
.gallery-author--embed {
  text-align: left;
  margin-top: 10px;
}

.article-video-author {
  text-align: right;
  font-size: 12px !important;
  font-style: italic;
  color: #717780;
  padding-top: 5px;
  margin-bottom: 20px;
}

.article-text .article-embed-author {
  text-align: right;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  color: #717780;
  margin-bottom: 20px;
}

.gallery-buttons .gallery-facebook {
  float: left;
}

.gallery-buttons .szn-btn-add-to-seznam {
  float: right;
}
.gallery-buttons .szn-btn-add-to-seznam-img {
  margin-right: 0;
}

.detail-own-advertisment {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
  margin-bottom: 15px;
}
.detail-own-advertisment__inner {
  display: inline-block;
  margin: 0 auto;
}
.scrollbar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5000;
  width: 100%;
  height: 50px;
}
.scrollbar__left {
  float: left;
  width: 50%;
}
.scrollbar__right {
  float: right;
  width: 50%;
}
.scrollbar__btn {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #FE000A;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
}
.scrollbar__btn .fa {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}
.scrollbar .share-facebook,
.scrollbar .share-twitter,
.scrollbar .share-pinterest,
.scrollbar .share-email {
  width: 25%;
  height: 50px;
  line-height: 50px;
}
.share-facebook {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #3b589e;
}
.share-twitter {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #55acee;
}
.share-pinterest {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #c31c27;
}
.share-email {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #90a9b9;
}
#article-end {
  height: 1px;
}

.article-tags {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  padding: 20px 0;
}

.footer-categories {
  font-size: 12px;
  font-style: italic;
  padding: 10px 0 20px 0;
}
.footer-categories a {
  display: inline-block;
  padding: 5px 8px;
  margin: 0 2px 5px 0;
  border-radius: 10px;
  background-color: #F9F9F9;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  color: black;
}

.fixed_seznam_button {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 5px;
  background-color: white;
}

.perex-link {
  text-decoration: none;
  color: black;
}
.perex-link:hover {
  text-decoration: none;
}

.footer-warning {
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

/* SEZNAM BUTTON */
.szn-btn-add-to-seznam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.szn-btn-add-to-seznam:hover {
  text-decoration: none;
}

.szn-btn-add-to-seznam-img {
  background: transparent url(https://www.seznam.cz/media/img/add-to-seznam-button/pridat-na-seznam-hover.png) no-repeat;
  margin-right: 15px;
  display: block;
  height: 40px;
  width: 135px;
}

.szn-btn-add-to-seznam:hover img {
  opacity: 0;
}

.szn-btn-add-to-seznam-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #d7010f;
  font-size: 9px;
  line-height: 1.3;
  text-align: left;
}
  
.szn-btn-add-to-seznam-label img {
  width: 69px;
}

.article-text blockquote, .article-text blockquote p {
  display: block;
  padding: 30px 20px;
  margin: 20px 0;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
}

.article-text blockquote {
  position: relative;
}

.article-text blockquote::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  width: 20px;
  height: 18px;
  background: url(../images/icon-quote-left.svg) no-repeat left top;
}

.article-text blockquote::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 18px;
  background: url(../images/icon-quote-right.svg) no-repeat left top;
}

.article-text blockquote p {
  padding: 0;
  margin: 0;
}

.article-text ul li {
  word-break: break-word;
}

body.develop {
  padding-top: 20px;
}
body.develop::before {
  content: 'TESTOVACI VERZE';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  width: 100%;
  height: 20px;
  background-color: red;
  text-align: center;
  color: white;
}

.detail-article-tags {
  text-align: left;
  margin-bottom: 10px;
}
.detail-article-tags__title {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #222222;
}
.detail-article-tags a.article-tag {
  display: inline-block;
  padding: 5px 8px;
  margin: 0 2px 5px 0;
  border-radius: 10px;
  background-color: #F9F9F9;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  text-transform: none;
  color: black;
}
.detail-article-tags a.article-tag:hover {
  text-decoration: underline;
}

.detail-article-info {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eff1ef;
}

.detail-article-source {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
}

.detail-article-source__source,
.detail-article-source__source a {
  font-size: 13px;
}

.detail-article-source__reading-time {
  width: 40%;
  font-size: 13px;
  text-align: right;
  color: #EB0004;
}

.detail-article-published {
  display: flex;
  align-items: center;;
}

.detail-article-published__author-image {
  display: block;
}
.detail-article-published__author-image img {
  display: block;
  border-radius: 50%;
}

.detail-article-published__date-name {
  padding-left: 10px;
  line-height: 18px;
  text-align: left;
}
.detail-article-published__date-name--no-padding {
  padding-left: 0;;
}

.detail-article-published__date {
  font-size: 13px;
  text-align: left;
}

.detail-article-published__author-name {
  font-size: 14px;
}

.gallery-content {
  position: relative;
}

.gallery-content--advert {
  min-height: 380px;
}

.gallery-advert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
}

.gallery-advert__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.gallery-advert__close {
  position: absolute;
  left: 0;
  top: -20px;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding: 0 5px;
  background-color: #cacaca;
}

.gallery-pagination-pages {
  position: relative;
}

.gallery-pagination-pages__advert {
  display: none;
  position: absolute;
  left: -25px;
  right: 0;
  top: 0;
  bottom:0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  background-color: transparent;
}


.sticky-bottom-advert-new {
  display: block;
  position: fixed;
  left: 0;
  bottom: -100%;
  z-index: 5000;
  width: 100%;
}

.sticky-bottom-advert-new__close {
  display: block;
  position: absolute;
  right: 0;
  top: -20px;
  height: 20px;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 1);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: white;
  text-decoration: none;
}
.sticky-bottom-advert-new__close .fa {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  background: url(../images/icon-delete.svg) no-repeat left top;
  background-size: 10px;
}

.sticky-bottom-advert {
  display: block;
  position: fixed;
  left: 0;
  bottom: -152px;
  z-index: 5000;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.sticky-bottom-advert__content {
  display: block;
  width: 320px;
  margin: 0 auto;
}

.sticky-bottom-advert__close {
  position: absolute;
  right: 0;
  top: -52px;
  height: 52px;
  padding: 0 10px;
  background-color: black;
  font-size: 14px;
  text-decoration: none;
  line-height: 52px;
  text-align: center;
  color: white;
}

figure {
  word-break: break-word;
}

.article-image-source {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 20px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.detail-thumbs .article-image-source {
  left: 5px;
  bottom: 20px;
  right: auto;
}

.article-image-source__inner {
  opacity: 1;
  visibility: visible;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: white;
}

.article-sticky-buttons {
  position: sticky;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 35px;
}

.article-sticky-buttons a {
  display: block;
  width: 50%;
  height: 35px;
  position: absolute;
  top: 0;
  font-size: 15px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  color: white;
}

.article-sticky-buttons__btn-prev {
  left: 0;
  background-color: #000000;
}

.article-sticky-buttons__btn-next {
  right: 0;
  background-color: #FE000A;
}

.seznam-google-buttons {
  border-top: 1px solid #EEEFEE;
  border-bottom: 1px solid #EEEFEE;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.seznam-google-buttons__text {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.seznam-google-buttons__btn-seznam {
  position: relative;
  float: left;
  display: inline-block;
  height: 30px;
  padding: 5px 10px 0 40px;
  background-color: #D7060F;
  border-radius: 3px;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  color: white;
}

.seznam-google-buttons__btn-seznam::before {
  content: '+';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  text-align: center;
  background-color: #C50515;
  border-radius: 3px 15px 15px 3px;
}

.seznam-google-buttons__btn-seznam span {
  display: block;
  font-size: 13px;
}

.seznam-google-buttons__btn-google {
  position: relative;
  float: right;
  display: inline-block;
  height: 30px;
  padding: 5px 10px 0 40px;
  background-color: #186BF2;
  border-radius: 3px;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  color: white;
}

.seznam-google-buttons__btn-google::before {
  content: '+';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  text-align: center;
  background-color: #175ABC;
  border-radius: 3px 15px 15px 3px;
}

.seznam-google-buttons__btn-google span {
  display: block;
  font-size: 13px;
}

.gallery-more-articles {
  text-align: left;
}

.gallery-more-articles__label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #EB0004;
  margin-bottom: 20px;
}

.gallery-more-articles__item {
  margin-bottom: 20px;
}

.gallery-more-articles__item-image {
  display: block;
  margin-bottom: 5px;
}

.gallery-more-articles__item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery-more-articles__item-title {
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.gallery-more-articles__item-title a {
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.gallery-more-articles__item-title a:hover {
  text-decoration: underline;
}

.article-inner-advert {
  margin-bottom: 30px;
}

.adFull {
  margin-left: auto;
  margin-right: auto;
}

.sticky-seznam-google {
  position: sticky;
  bottom: -60px;
  z-index: 10;
  width: 100%;
  height: 50px;
}

.sticky-seznam-google__btn-cover {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}

.sticky-seznam-google__btn-seznam {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 20px 0 50px;
  background-color: #D7060F;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: white;
}

.sticky-seznam-google__btn-seznam:hover {
  background-color:  #C50515;
}
.sticky-seznam-google__btn-seznam:hover::before {
  background-color: #D7060F;
}

.sticky-seznam-google__btn-seznam::before {
  content: '+';
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  background-color: #C50515;
  border-radius: 5px 15px 15px 5px;
}

.sticky-seznam-google__btn-google {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 20px 0 50px;
  background-color: #186BF2;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: white;
}

.sticky-seznam-google__btn-google:hover {
  background-color:  #175ABC;
}
.sticky-seznam-google__btn-google:hover::before {
  background-color: #186BF2;
}

.sticky-seznam-google__btn-google::before {
  content: '+';
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  background-color: #175ABC;
  border-radius: 5px 15px 15px 5px;
}

.sticky-seznam-google__btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}
.sticky-seznam-google__btn-close svg {
  max-width: 60%;
  position: relative;
  top: 3px;
}

.border_label.orange {
  color: #BE5930;
}
.border_label.orange img {
  display: inline-block;
}
.border_label.orange a {
  color: #BE5930;
  border-color: #BE5930;
  padding-bottom: 0;
}
.border_label.orange span {
  border-color: #BE5930;
}
.border_label.orange span strong {
  color: #BE5930;
}
.orange .article-tag {
  color: #BE5930;
}
.articles-item.orange.simple.bg:nth-child(even) {
  padding: 5px 8px;
  border-left: 3px solid #BE5930;
}
.articles-item.orange.simple-item.bg:nth-child(even) {
  padding: 5px 8px;
  border-left: 3px solid #BE5930;
}
.orange .articles-label-score .article-tag::before {
  border-color: #BE5930;
}

/* ADVERTS */
.advert-h120 {
  min-height: 120px;
}
.advert-h300 {
  min-height: 300px;
}
.advert-h350 {
  min-height: 350px;
}


.header {
  position: sticky;
  top: 0;
  z-index: 5500;
  background-color: white;
}
.header::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #EB0004;
}
.header--grey::before {
  background-color: #68696f;
}

.reading-progress-bar {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 3px;
  background-color: #EB0004;
}

.header__inner {
  width: 94%;
  position: relative;
  padding: 10px 0 20px 0;
  margin: 0 auto;
}

.header__content {
  display: flex;
  flex-direction: row;
  padding: 0 50px 0 0;
}

.navigation {
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  width: 100%;
  max-height: 85vh;
  overflow: auto;
  background-color: #F4F4F4;
}
.navigation.visible {
  display: block;
}

.navigation-item {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  border-bottom: 1px solid white;
  text-decoration: none;
}

.navigation-item.active {
  font-weight: 700;
  color: #eb0004;
}

.navigation-burger {
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: block;
  width: 35px;
  height: 25px;
  background: url(../images/icon-menu.svg) no-repeat left top;
  background-size: 100% 100%;
}
.navigation-burger.close {
  width: 25px;
  background-image: url(../images/icon-close.svg)
}

.embed-media {
  max-width: 100%;
  overflow: hidden;
}

.advert-inner {
  position: relative;
}
.advert-close {
  display: none;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 3px;
  background-color: white;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
  font-size: 13px !important;
  line-height: 20px;
  text-decoration: none;
  color: black !important;
}

.advert-content[data-google-query-id] {
  padding-top: 15px;
}
.advert-content[data-google-query-id] ~ .advert-close {
  display: inline-block;
}

.sticky-advert {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5000;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.sticky-advert__content {
  display: block;
  margin: 0 auto;
}

.sticky-advert__close {
  position: absolute;
  right: 0;
  top: -32px;
  height: 32px;
  padding: 0 10px;
  background-color: #666;
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
  color: white;
}

.article-box {
  margin: 20px 0 20px 0;
}

.article-box .articles-item {
  padding: 10px 0 10px 0;
  margin-bottom: 0;
  border-top: 1px solid #eb0004;
  border-bottom: 1px solid #eb0004;
}

.article-box .article-box__label {
  font-size: 18px;
  font-weight: 700;
}

.article-box a {
  color: black;
  text-decoration: none;
}

.article-box .side_articles-label--bigger {
  font-size: 20px !important;
  line-height: 26px !important;
}

.article-box .side_articles-label {
  margin-bottom: 0;
}
.article-box .side_articles-label:hover {
  color: black;
}

.article-box .news-main-desc {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
}

.article-box .article-date {
  font-size: 11px;
  line-height: 11px;
  text-transform: none;
}

.article-image-gallery {
  margin: 0 0 20px 0;
}

.article-image-gallery a {
  display: inline-block;
  position: relative;
}

.article-image-gallery a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.article-image-gallery a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  background: url(../images/icon-zoom.svg) no-repeat left top;
  background-size: 20px 20px;
}

.article-image-gallery figcaption {
  text-align: right;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  color: #717780;
  margin: 0;
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb__item {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #EB0004;
}
.breadcrumb__item--first {
  color: #878787;
}
.breadcrumb__item--first::after {
  content: '>';
  display: inline-block;
  margin: 0 5px 0 10px;
}

.btn-social {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-fb {
  background-color: #1777f1;
  background-image: url(../../../images/icon-fb.png);
}

.btn-pinterest {
  background-color: #e50023;
  background-image: url(../../../images/icon-pinterest.png);
}

.btn-google {
  display: block;
  min-height: 31px;
  position: relative;
  padding-left: 43px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-align: left;
}
.btn-google::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../images/icon-google.png);
}

.btn-seznam {
  display: block;
  min-height: 31px;
  position: relative;
  padding-left: 43px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-align: left;
}
.btn-seznam::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e50023;
  background-image: url(../../../images/icon-seznam.png);
}

.social-buttons {
  display: flex;
  margin-bottom: 30px;
}

.social-buttons .btn-social {
  margin-right: 10px;
}

.page-source {
  border-bottom: 1px solid #eff1f0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.page-source__label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.page-source__list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 -5px -3px;
}

.page-source__list-item {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px 3px;
}
.page-source__list-item a {
  font-size: 16px;
}