
.main-content-wrap > .content-wrap {
  border: 0;
}

.main-content-wrap, .main-content-wrap .left-side-wrap {
  padding-top: 0;
}

.left-side-wrap {
  padding: 10px 0 0 0;
}

.left-side-wrap img {
  max-width: 315px;
}

.categoryImage {
  width: 315px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.blueTag {
  display: inline-block;
  background-color: #0075FF;
  color: #fff;
  padding: 5px 10px;
  line-height: 1em;
  text-transform: uppercase;
  margin-right: 6px;
  overflow: hidden;
  max-width: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.blueTagInsideContainer {
  margin-top: -28px;
  margin-bottom: 3px;
  margin-left: -8px;
}

.message_list h3 .blueTag {
  margin-left: -8px;
  margin-bottom: -4px;
}

.home_ads_top {
  margin-bottom: 10px;
}

.home_ads_top .ad {
  height: 100px;
}

.home_ads_top .ad_title {
  display: none;
}

.home_ads_top .ad img {
  display: block;
  max-width: none;
}

.flex-row {
  display: flex;
  gap: 24px;
}

.flex-row > * {
  flex-basis: 0; /* stejne sirky sloupcu, podle toho kolik jich je */
  flex-grow: 1;
  box-sizing: border-box;
}

.flex-row > .flex-row {
  padding: 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.homepage-panel {
  box-sizing: border-box;
}

.homepage-left-side .homepage-panel {
  padding-right: 20px;
  padding-left: 0;
}

.homepage-panel h3 {
  font-size: 16px;
  padding: 5px 0 10px 0;
  line-height: 120%;
}

.homepage-panel h3 a {
  color: #000;
  text-decoration: none;
}

.homepage-panel h3 a:hover {
  text-decoration: underline;
  color: #0075FF;
}

.homepage-banners-right .ad {
  font-size: 0;
  margin-top: 5px;
}

.homepage-banners-right .ad:first-child {
  margin-top: 0;
}

.homepage-main-wrap,
.homepage-left-side > div:not(:last-child),
.homepage-right-side > .homepage-panel:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.homepage-left-side {
  flex: 2;
}

.homepage-right-side {
  flex: 0 0 322px;
  border-left: 1px solid #eaeaea;
  padding: 0;
}

.homepage-banner-right {
  flex: 0 0 120px;
  padding-left: 0;
  padding-right: 0;
}

.homepage-panel .place_12.adsplaceholder {
  margin-top: 33px;
  display: inline-block;
}


.homepage-panel .place_2.adsplaceholder img {
  width: 100%;
}

.zprava img {
  width: 100%;
}

.zprava h3 {
  font-size: 13px;
  padding: 10px 0 15px 0;
}

.zprava:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}

h2.header {
  color: #0075FF;
  font-size: 20px;
  padding: 0;
  margin-bottom: 15px;
}

h2.header a {
  text-decoration: none;
}

h2.header a:hover {
  color: #000;
}

h2.header:after {
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background: linear-gradient(to right, #0075FF 45px, transparent 45px);
  margin-top: 5px;
}

.article_dt {
  color: #999999;
  /*text-transform: uppercase;*/
}

.article_dt a {
  color: #000;
  text-decoration: none;
}

.article_dt a:hover {
  text-decoration: underline;
}

.message_list p {
  padding-bottom: 10px;
}

.rss-article {
  padding: 10px 0;
}

.message_list {
  margin-bottom: 30px;
  margin-top: 0;
}

.social-tabs {
  color: #2c66ad;
  font-size: 20px;
}

.social-tabs:after {
  content: "";
  height: 3px;
  width: 85%;
  display: block;
  background-color: #3d75b8;
}

.social-tabs h2 {
  display: inline-block;
  font-size: 20px;
}

.social-tabs h2 a {
  text-decoration: none;
}

.social-tabs h2 a.active {
  font-weight: bold;
  text-decoration: underline;
}

.homepage-panel.tipyinvestice {
  padding-left:0;
  padding-right:0;
}

.tipyinvestice .ad {
  display: block;
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-top: 10px;
  min-height: 87px;
  overflow:hidden;
}

.tipyinvestice .ad a {
  display:block;
  text-align:left;
}

.tipyinvestice .ad:nth-child(-n+2) {
  /*padding-top: 0;*/
}

.tipyinvestice h2 {
  margin-bottom: 0;
}

.tipyinvestice .ad:nth-child(even) {
  padding-right: 10px;
  clear:left;
}

.tipyinvestice .ad:nth-child(odd) {
  padding-left: 10px;
  clear:right;
}

.homepage-panel.kurzy {
  padding-right: 0;
}

.kurzy .seminary_list .info {
  width: 450px !important;
  float: right;
}

.books .books_list .info {
  width: 540px !important;
  width: calc(100% - 100px) !important;
  float: right;
  box-sizing: border-box;
}

.books .books_list .info h3 {
  padding-top: 0;
}

.books .books_list img {
  width: 95px;
  border: 0;
}

table tbody td {
  border-bottom: 0;
}

table tbody tr.even td,
table tbody td.even {
  background: #e7f1fd;
}

.rates_table,
.forum_table,
.dayevents_table {
  width: 100%;
  margin-top: 0;
  border-right: 0;
}

.rates_table tbody,
.forum_table tbody,
.dayevents_table tbody {
  border-right: 0;
}

.rates_table tbody tr > td:last-child,
.forum_table tbody tr > td:last-child,
.dayevents_table tbody tr > td:last-child {
  border-right: 0;
}

.rates_table thead tr,
.forum_table thead tr,
.dayevents_table thead tr {
  background: #0075FF;
  height: 25px;
  color: #ffffff;
  border-bottom: 0;
}

.rates_table thead tr td,
.forum_table thead tr td,
.dayevents_table thead tr td {
  height: 25px;
  text-transform: uppercase;
  font-size: 11px;
}

.rates_table tbody tr td,
.rates_table tbody tr.odd td,
.forum_table tbody tr td,
.forum_table tbody tr.odd td,
.dayevents_table tbody tr td,
.dayevents_table tbody tr.odd td {
  background-color: #ffffff;
}

.rates_left tbody tr td {
  padding: 5px 2px !important;
}

.carousel-img {
  width: 890px;
  height: 375px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#content ul li.entry a {
  color: #fff;
  text-decoration: none;
  font-size: 14px !important;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}

#content ul li.entry a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.btn-wire {
  display: inline-block;
  border: 1.5px solid #0075FF;
  color: #0075FF;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
}
.btn-wire:hover {
  border: 1.5px solid #0075FF;
  background: #0072ff;
  color:#fff;
}

.top-wrap {
  background: #35363A;
}
.top-wrap .ad_title {
  background: transparent;
  color: #eee;
}

.partners-wrap {
  background: #F0F1F5;
}
.partners-wrap .adsplaceholder {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  align-items: center;
  justify-content: space-around;
}
.partners-wrap .ad {
  background: transparent;
}
.partners-wrap .ad a {
  display: block;
}
.partners-wrap .ad a img {
  display: block;
  height: 33px;
  width: auto;
}
.partners-wrap .ad br {
  display: none;
}

.article-list-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  height: 400px;
  padding: 0;
  margin-bottom: 14px;
}
.article-list-top .article-fullimage {
  background-size: cover;
}
.article-list-top .article-fullimage:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
.article-list-top .article-fullimage:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}
.article-list-top .article-fullimage:nth-child(3) {
  grid-area: 2 / 3 / 3 / 4;
}
.article-list-top .article-fullimage:nth-child(4) {
  grid-area: 2 / 4 / 3 / 5;
}
.article-list-top .article-fullimage {
  position: relative;
}
.article-list-top .article-fullimage .bottombar {
  box-sizing: border-box;

  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  background-color: rgba(69, 69, 69, 0.53);
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  color:#fff!important;
  text-decoration: none;

  padding: 15px;
  transition: all 0.75s;
}
.article-list-top .article-fullimage .bottombar .blueTagInsideContainer {
  position: absolute;
  left: 10px;
  top: -16px;
  margin: 0;
}
.article-list-top .article-fullimage .bottombar .blueTag {
  transition: all 0.3s;
}
.article-list-top .article-fullimage .bottombar-overflow {
  overflow: hidden;
}
.article-list-top .article-fullimage .bottombar-title {
  font-size: 1.2em;
  font-weight: bold;
}
.article-list-top .article-fullimage .bottombar-description {
  max-height: 0;
  line-height: 120%;
  transition: all 0.5s;
  overflow: hidden;
}
.article-list-top .article-fullimage .bottombar-description .bottombar-description-text {
  max-height: 3.6em;
  overflow: hidden;
}
.article-list-top .article-fullimage .bottombar-description .bottombar-description-readmore {
  margin-top: 10px;
}
.article-list-top .article-fullimage:nth-child(1) {
  font-size: 1.5em;
}
.article-list-top .article-fullimage:hover .bottombar {
  background-color: rgba(0, 0, 0, 0.76);
}
.article-list-top .article-fullimage:hover .bottombar-description {
  max-height: 6em;
}
.article-list-top .article-fullimage:hover .bottombar .blueTag {
  color: #000;
  background-color: #fff;
}

.article-list-kratkezpravy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-list-blogy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-list-vzdelavaci {
  display: flex;
  gap: 20px;
}