@font-face {
  font-family: 'Open Sans';   
  font-style: normal;
  font-weight: 400;          
  font-display: fallback;
  src: local('Open Sans'), url('../fonts/OpenSans-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Open Sans';   
  font-style: normal;
  font-weight: 600;          
  font-display: fallback;
  src: local('Open Sans SemiBold'), url('../fonts/OpenSans-SemiBold.ttf') format('ttf');
}
html, body{
    font-family:"Segoe UI", Arial, sans-serif, "Open Sans";
}
.clear {
  display: block;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
a {
  border: 0;
}
iframe {
  border: none;
}
body {
  margin: 0;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  font-family: Open Sans;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#page {
  color: #444444;
  background-color: #FFFFFF;   
  max-width: 1140px;
  margin: 0 auto;
  font-size: 14px;
}
#header-left {
  float: left;  
}
.custom-logo {
  min-height: 85px;
}
#header-right {
  float: right;  
}
#navigation {
  max-width: 1140px; 
  margin: 0 auto;    
}
#header-slave {
  display: inline-block;
  padding: 15px 0 10px;
  width: 100%;
}
#menu {
  border-top: 4px solid #d4141f;
  background-color: #232323;
  color: #ffffff;  
  height: 43px;
  position:sticky;    
  position:-webkit-sticky;
  top:0;
  z-index:10;  
  border-radius:0 0 6px 6px;  
}
#button-home {
  padding: 5px 7px 6px;
  background-color: #d4141f;
  float: left;
  border-radius: 0 0 0 6px;
}
#button-profile {
  padding: 5px 7px 6px;
  background-color: #d4141f;
  float: left;
}
#button-favorite {
  padding: 5px 7px 6px;
  background-color: #d4141f;
  float: left;
}
#icon-home, #icon-menu, #icon-like, #search button, #icon-home, #icon-favorite, #icon-profile {
  background-image: url('/img/all-icon-2.png');
  background-repeat: no-repeat;
}
#icon-home {
  width: 28px; 
  height: 28px;
  background-position: 0px 0px;
  padding: 7px 10px 6px;
  float: left;
}
#button-menu {
  display: none;
  padding: 5px 7px 6px;
  background-color: #d4141f;
  float: left;
}
#icon-menu {
  width: 28px; 
  height: 28px;
  background-position: -28px 0px;
  padding: 7px 10px 6px;
  float: left;
}
#icon-like {
  width: 28px; 
  height: 28px;
  background-position: -56px 0px;
  padding: 7px 10px 6px;
  float: left;
}
#icon-favorite {
  width: 28px; 
  height: 28px;
  background-position: -56px -32px;
  padding: 7px 10px 6px;
  float: left;
}

#icon-profile {
  width: 28px; 
  height: 28px;
  background-position: -28px -32px;
  padding: 7px 10px 6px;
  float: left;
}
#menu ul {
  list-style: none;
  margin: 0;
}
#menu li {
    float: left;
    position: relative;
    list-style: none;
}
#menu-list a {
  color: #ffffff;
  display: block;
  float: none;
  padding: 10px 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
#menu-list a:hover {
  background-color: #d4141f;
}
#content {
  padding-top: 20px;
  padding-bottom: 20px;
}
#primary {
  float: left;
  width: 70.17543859%;
}
#secondary {
  top: 55px;
  position: sticky;
  float: right;
  width: 27%;
}
#footer {
  margin: 0 auto;
  max-width: 1140px;
  background-color: #232323;
  color: #b1b6b6;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 6px 6px 0 0;
} 
#search input {
  width: 85%;
  padding: 4px 54px 4px 10px;
  height: 46px;  
  color: #444444;
  background-color: #FFFFFF;
  margin: 0 auto;
  border: 1px solid #EAEAEA; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}    
#search button {
  margin-bottom: 0;
  padding: 0 15px;
  margin-left: -5px;
  background-color: #d4141f;
  border: 0px;
  cursor: pointer;
  display: inline-block;    
  width: 42px;
  height: 46px;
  background-position: 14px -28px;
  border-radius: 0 6px 6px 0;
}    
#search button:hover {
	background-color: #33363B;
}
#secondary-search h3 {
	margin-top: 0px;  
}
#right-article-title {
  font: 600 1rem/1.3 "Segoe UI", Arial, sans-serif, "Open Sans";
  border-bottom: 2px solid #d4141f;
  margin-bottom: 10px;      
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.2; 
  font-weight: 400;
  color: #ffffff;
}
#right-article-title span {
  background-color: #d4141f;
  padding: 6px 12px;
  display: inline-block;
  min-width:149px;
  border-radius:6px 6px 0 0;
  font: 600 1rem/1.3 "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
}
#right-article-unit-img {
  display: inline;
  float: left;
  margin-right: 10px;
}
#right-article-unit-text a {
  color: #d4141f;
  text-decoration: none;
}
#right-article-unit-text a:hover {
  text-decoration: underline;
}
#right-article-unit-text p {
  margin: 0;
}
#right-article-unit {
  margin-bottom: 15px;
}
#right-article-unit img{
  border-radius: 6px 6px 6px 6px;
}
#copyright a {
  color: #b1b6b6;
}
#copyright a:hover {
  color: #ffffff;
}
.more-link {
  background-color: #d4141f;
  float: right;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 6px 6px 6px 6px;
}
.more-link span {
    display:inline-block;
    padding:0.5rem 1rem;
    font:600 1rem/1.3 "Segoe UI", Arial, sans-serif;
    color:#fff;
    box-shadow:0 2px 4px rgba(0,0,0,0.15);
    white-space:nowrap;         
    user-select:none;
    border-radius: 6px 6px 6px 6px;
}
.more-link span:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
#article-content h2 {
  font-size: 25px; 
  padding: 5px 0 0;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #444444;
}
.article-content-title {
  color: #444444;
  text-decoration: none;
}
.article-content-title:hover{
  color: #d4141f;
}
#article-content p {
  line-height: 1.6;
  margin: 0px 0px 15px;
  font-size: 15px;
}
#article-content {
  padding: 8px;
  height: 205px;
}
#article-content-container {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); 
  margin-bottom: 30px;   
  border-radius: 6px 6px 6px 6px;
}
#article-content-container:nth-child(2n) {
	float: left;
	width: 48.7013%;
	clear: both;
}
#article-content-container:nth-child(2n+1) {
	float: right;
	width: 48.7013%;
}
#article-content-container:first-child {
	float: none;
	width: 100%;
}
#article-img {   
  text-align: center;
} 
#article-img img {  
  max-width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
} 
#primary-content h1 {
  border-bottom: 2px solid #d4141f;
  font-size: 18px;
}
#article-content ul {
  list-style: square;
}
#related span {
  font-size: 22px;
  margin-left: 10px;
}
#related-posts {
  width: 32.5%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-right: 1.25%;
  float: left;
  margin-bottom: 25px;
  border-radius: 6px 6px 6px 6px; 
}
#related-posts img{
  border-radius: 6px 6px 0 0; 
}
#related-posts:nth-child(3n+3) {
    margin-right: 0;
}
#related-posts-content {
  min-height: 70px;
  padding: 0 10px 5px;
}
#related-posts img {
  width: 100%;
  height: auto;
}
.related-posts-title {
  padding: 10px 0 0;
  font-size: 18px;
  line-height: 1.2;
  margin: 0px;
  font-weight: normal;
}
.related-posts-title a{
  text-decoration: none;
  color: #444444;
}
.related-posts-title a:hover{
  text-decoration: none;
  color: #d4141f;
}
#all-related-posts {
  margin-top: 15px;
}

.login-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    margin-bottom: 15px; 
    gap: 10px;
}

.logout-button {
    background-color: #ffffff;
    color: #5f6368;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 24px;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.logout-button:hover {
    background-color: #f7f8f8;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3);
}

.logout-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.3);
}

.custom-login-button {
  background-color: #ffffff;
  color: #5f6368;
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  width: 230px;    
  cursor: pointer;
  font-family: Roboto, sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.custom-login-button:hover {
  background-color: #f7f8f8;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3);
}

.custom-login-button .icon {
  width: 18px;
  height: 18px;
}

.rating-wrapper {
  display: flex;
  flex-direction: column; 
  align-items: center;
  gap: 10px; 
  margin-top: 20px;
  margin-bottom: 1px;
  text-align: center;
}

.rating-wrapper p{
  margin: 0px 0px 1px !important;
}

.rating-wrapper form {
  margin: 0;
}

.rating-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.vote-button {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 18px;
  width: 222px; 
  border-radius: 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.vote-button:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.rating-wrapper-favorite {
  display: flex;
  flex-direction: column; 
  align-items: center;
  gap: 10px; 
  margin-bottom: 1px;
  text-align: center;
}

.rating-wrapper-favorite p{
  margin: 0px 0px 1px !important;
}

.rating-wrapper form {
  margin: 0;
}

.rating-buttons-favorite {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 7px;
}

.vote-button-favorite {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 18px;
  width: 222px; 
  border-radius: 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.vote-button-favorite:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.rating-messages {
  display: flex;
  flex-direction: column;
  align-items: center; /* zarovn� obsah na st�ed vodorovn� */
  justify-content: center;
  text-align: center;
}

.rating-summary {
  text-align: center;
  margin-bottom: 1px;
  color: #444;
  font-size: 15px;
}

.rating-summary p {
  margin: 4px 0 !important;
}

.subscription-section {
    text-align: center;
    margin: 1px auto;
    max-width: 600px;
}

.subscription-section p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 1px;
}

.subscription-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.subscription-button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
    background-color: #73b03a;
    color: white;
    width: 220px;
}

.subscription-button:hover {
    background-color: #3e8e41;
}

.subscription-button.secondary {
    background-color: #999;
}

.subscription-button.secondary:hover {
    background-color: #777;
}

.rating-box{
    display:inline-block;
    padding:0.5rem 1rem;
    font:600 1rem/1.3 "Segoe UI", Arial, sans-serif;
    color:#fff;
    border-radius:6px;
    box-shadow:0 2px 4px rgba(0,0,0,.15);
    white-space:nowrap;         
    user-select:none;
}

.rating-red    { background:#d4141f; } 
.rating-yellow { background:#ff9800; } 
.rating-green  { background:#73b03a; } 
.rating-gray   { background:#9e9e9e; } 

@media screen and (max-width: 1023px) {
  #header-left {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  #header-right {  
    float: none;
    text-align: center;  
  }
  #primary {  
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  #secondary {  
    float: none;
    width: 100%;
    padding: 0 10px;
  } 
  #button-menu {
    display: block;
  }
  .menu {
    display: none;
  } 
  .responsive { 
    display: block;
    position: relative;
    top: 39px;    
  } 
  .responsive li { 
    background-color: #232323;
    float: none !important;
  } 
  .responsive ul { 
    padding-left: 158px;
  } 
}
@media screen and (max-width: 600px) {
  #article-content-container {
    float: none !important;
    width: 100% !important;  
  }
  #related-posts {
    float: none !important;
    width: 100% !important;  
  } 
  #menu{
    border-radius: 0 !important; 
  } 
  #button-home{
    border-radius: 0 !important; 
  } 
}

#axads {
  width: 300px;
  height: 300px;
}

#axsticky {
  margin-bottom: 63px;
  max-width: 320px;
}

#axstickyintra {
  max-width: 360px;
  text-align: center;
  text-align: -webkit-center;
}

#axvignette {
  margin-top: 80px;
  margin-bottom: 25px;
  display: block;
  justify-content: center;    
}

#axpopupsquare {
  text-align: right;
  text-align: -webkit-right;
}

#axreklamatext {
  bottom: 0px;
  right: 0px;
  position: fixed;
  font-size: 16px;
  font-family: arial;
  color: white;
  margin-bottom: 20px;
  margin-right: 20px;
  background: rgba(35,35,35,1); 
  width: 70px;
}

.hrefistext{
  color: #444444 !important;
  text-decoration: none !important;
}

#video-banner{
  background-color: #d4141f;
  color: #ffffff;
  font-size: 15px;
  padding: 8px;
  margin-top: -4px;
}

#ssp-zone-322780{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 40px 4px;
}

.interscroller-wrapper {
    z-index:89999 !important;
    margin: 0px auto;
}

.interscroller-bg-wrapper {
    position: absolute !important;
    margin: 0px auto;
}

.interscroller-bg {
    margin: 0px auto;
    position: fixed !important;
    top: 2% !important;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
    border:0 !important;
 }

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

#ax-stream-box{
    border-radius: 6px 6px 0 0;
}

.load-more-btn{
    display:inline-block;
    margin:2rem auto;
    padding:0.7rem 1.6rem;
    font:600 1rem/1.3 "Segoe UI",Arial,sans-serif,"Open Sans";
    background:#d4141f;
    color:#fff;
    border:0;
    border-radius:6px;
    cursor:pointer;
    text-align:center;  
    text-transform: uppercase;
}
.load-more-btn:disabled{background:#aaa;cursor:default;}

#button-load-more{
    text-align: center;
}
