@import url("https://fonts.googleapis.com/css?family=Cairo:300,400,700&subset=latin-ext");
.bg {
  background-color: #0077D4;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bg > a {
  color: inherit;
  text-decoration: none;
}
.bg > a:hover, .bg > a:hover {
  color: inherit;
}

.light-bg {
  background-color: rgba(0, 119, 212, 0.2);
}

.gray-bg {
  background-color: #E7E9EC;
}

body {
  font-family: "Cairo", sans-serif;
  color: #3c424a;
}

p {
  color: #3c424a;
}

h1 {
  font-family: "Cairo", sans-serif;
  color: #00aef0;
  margin: 30px auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:hover {
  color: inherit;
  text-decoration: inherit;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
}

.low-padding .col, .low-padding .col-1, .low-padding .col-10, .low-padding .col-11, .low-padding .col-12, .low-padding .col-2, .low-padding .col-3, .low-padding .col-4, .low-padding .col-5, .low-padding .col-6, .low-padding .col-7, .low-padding .col-8, .low-padding .col-9, .low-padding .col-auto, .low-padding .col-lg, .low-padding .col-lg-1, .low-padding .col-lg-10, .low-padding .col-lg-11, .low-padding .col-lg-12, .low-padding .col-lg-2, .low-padding .col-lg-3, .low-padding .col-lg-4, .low-padding .col-lg-5, .low-padding .col-lg-6, .low-padding .col-lg-7, .low-padding .col-lg-8, .low-padding .col-lg-9, .low-padding .col-lg-auto, .low-padding .col-md, .low-padding .col-md-1, .low-padding .col-md-10, .low-padding .col-md-11, .low-padding .col-md-12, .low-padding .col-md-2, .low-padding .col-md-3, .low-padding .col-md-4, .low-padding .col-md-5, .low-padding .col-md-6, .low-padding .col-md-7, .low-padding .col-md-8, .low-padding .col-md-9, .low-padding .col-md-auto, .low-padding .col-sm, .low-padding .col-sm-1, .low-padding .col-sm-10, .low-padding .col-sm-11, .low-padding .col-sm-12, .low-padding .col-sm-2, .low-padding .col-sm-3, .low-padding .col-sm-4, .low-padding .col-sm-5, .low-padding .col-sm-6, .low-padding .col-sm-7, .low-padding .col-sm-8, .low-padding .col-sm-9, .low-padding .col-sm-auto, .low-padding .col-xl, .low-padding .col-xl-1, .low-padding .col-xl-10, .low-padding .col-xl-11, .low-padding .col-xl-12, .low-padding .col-xl-2, .low-padding .col-xl-3, .low-padding .col-xl-4, .low-padding .col-xl-5, .low-padding .col-xl-6, .low-padding .col-xl-7, .low-padding .col-xl-8, .low-padding .col-xl-9, .low-padding .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}

html, body {
  font-size: 14px;
}

body {
  background-color: #e79100;
  overflow-x: hidden;
}

.focuspoint img {
  display: none;
}

.display-block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.up {
  text-transform: uppercase;
}

.text-lg {
  font-size: 1.15em;
}

.clear {
  clear: both;
}

.font-active {
  color: #00aef0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.font-active:hover, .font-active:focus {
  color: #00648a;
}

.font-highlight {
  color: #f26522;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.font-highlight:hover, .font-highlight:focus {
  color: #00aef0;
}

.font-blue {
  color: #4c60a6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.font-blue:hover, .font-blue:focus {
  color: #00aef0;
}

.serif {
  font-family: "Noto Serif", serif;
}

header {
  position: relative;
  z-index: 10;
  height: 162px;
}

.main {
  position: relative;
  z-index: 10;
}

.main > .container {
  background-color: #ffffff;
}

blockquote {
  padding-left: 20px;
  border-left: 5px solid #e79100;
}

.bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.bg-orange, .main > .container.bg-orange {
  background-color: #c47c06;
}

.bg-orange-dark, .main > .container.bg-orange-dark {
  background-color: #9b6a1b;
}

.bg-default, .main > .container.bg-default {
  background-color: #3c424a;
}

.bg-yellow, .main > .container.bg-yellow {
  background-color: #feb913;
}

.bg-grey, .main > .container.bg-grey {
  background-color: #e3e0df;
}

@media (min-width: 1200px) {
  .col-xl-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 5px 5px 5px 0;
}
.icon.icon-listen {
  background-color: transparent;
  background-image: url("/static/frontend/imgs/icon-listen.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.icon.icon-listen:hover, .icon.icon-listen:focus {
  background-image: url("/static/frontend/imgs/icon-listen-hover.gif");
}

.pride {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20777%20480%22%3E%3Crect%20fill%3D%22%23750787%22%20width%3D%22777%22%20height%3D%22480%22%2F%3E%3Crect%20fill%3D%22%23004dff%22%20width%3D%22777%22%20height%3D%22400%22%2F%3E%3Crect%20fill%3D%22%23008026%22%20width%3D%22777%22%20height%3D%22320%22%2F%3E%3Crect%20fill%3D%22%23ffed00%22%20width%3D%22777%22%20height%3D%22240%22%2F%3E%3Crect%20fill%3D%22%23ff8c00%22%20width%3D%22777%22%20height%3D%22160%22%2F%3E%3Crect%20fill%3D%22%23e40303%22%20width%3D%22777%22%20height%3D%2280%22%2F%3E%3C%2Fsvg%3E");
}
.pride .reps_bann_fejben, .pride header {
  background: transparent !important;
}

header {
  background-color: #414347;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 991px) {
  header {
    z-index: 11;
  }
}
header > .container {
  background-color: #252a30;
  padding-left: 0;
  padding-right: 0;
}
header > .container:after {
  content: "";
  display: block;
  clear: both;
}
header .logo {
  float: left;
  width: 140px;
  margin-top: 10px;
  text-align: center;
}
header .logo img {
  max-width: 100%;
  margin-top: 12px;
  height: 140px;
}
header .nav-wrapper {
  position: relative;
  width: calc(100% - 140px);
  float: right;
}
header .nav-wrapper a.live-stream-mobile {
  display: none;
}
@media (max-width: 991px) and (min-width: 426px) {
  header .nav-wrapper a.live-stream-mobile {
    position: absolute;
    top: 5px;
    width: 150px;
    display: inline-block;
    background: white;
    color: #f26522;
    padding: 8px;
    text-align: center;
    right: 55px;
  }
  header .nav-wrapper a.live-stream-mobile span {
    margin-right: 5px;
  }
}
@media (max-width: 425px) {
  header .nav-wrapper a.live-stream-mobile {
    width: calc(100% - 15px);
    display: inline-block;
    background: white;
    color: #f26522;
    padding: 15px;
    text-align: center;
    margin-top: 24px;
  }
  header .nav-wrapper a.live-stream-mobile span {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  header .nav-wrapper a.live-stream {
    display: none;
  }
}
@media (max-width: 1199px) {
  header .nav-wrapper.open .mobile-nav .fa.fa-bars:before {
    content: "\f00d";
  }
  header .nav-wrapper.open nav {
    position: absolute;
    width: 100%;
    z-index: 9000;
    display: block !important;
  }
  header .nav-wrapper.open nav > a {
    width: 100%;
    float: none;
    border-left: 4px solid transparent;
    border-bottom: 0;
    padding: 10px 0 7px;
  }
  header .nav-wrapper.open nav > a:hover, header .nav-wrapper.open nav > a:focus {
    border-left: 4px solid #00aef0;
  }
  header .nav-wrapper.open nav > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 15px);
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #ffffff;
  }
  header .nav-wrapper.open nav > a.highlight:before {
    border-bottom: 2px solid #414347;
  }
}
header .mobile-nav {
  height: 45px;
  text-align: right;
}
header .mobile-nav > a {
  display: block;
  padding: 8px 14px;
}
header nav {
  background-color: #414347;
}
header nav > a {
  display: block;
  float: left;
  border-bottom: 4px solid transparent;
  text-align: center;
  position: relative;
  padding: 17px 10px 0 10px;
}
header nav > a.main-nav-menu-item.long-item {
  width: 17.5% !important;
}
header nav > a.ora-168 {
  text-align: center;
  padding: 0;
  border: 0;
  content: "";
}
header nav > a.ora-168 img {
  display: block;
  width: 87%;
  margin-left: 8%;
  margin-right: 4%;
  border-top: 10px solid transparent;
  margin-bottom: -5px;
}
header nav > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: calc(100% - 5px);
  bottom: -4px;
  border-left: 2px solid #ffffff;
}
header nav > a:hover, header nav > a:focus {
  border-bottom: 4px solid #00aef0;
}
header nav > a:hover.blue, header nav > a:focus.blue {
  border-bottom: 4px solid #00aef0;
}
header nav > a:hover.yellow, header nav > a:focus.yellow {
  border-bottom: 4px solid #fff200;
}
header nav > a:hover.orange, header nav > a:focus.orange {
  border-bottom: 4px solid #f26522;
}
header nav > a:hover.purple, header nav > a:focus.purple {
  border-bottom: 4px solid #7f4994;
}
header nav > a:hover.magenta, header nav > a:focus.magenta {
  border-bottom: 4px solid #ed008c;
}
header nav > a:hover.red, header nav > a:focus.red {
  border-bottom: 4px solid #db2128;
}
header nav > a.active {
  font-weight: bold;
  border-bottom: 4px solid #00aef0;
}
header nav > a.active.blue {
  border-bottom: 4px solid #00aef0;
}
header nav > a.active.yellow {
  border-bottom: 4px solid #fff200;
}
header nav > a.active.orange {
  border-bottom: 4px solid #f26522;
}
header nav > a.active.purple {
  border-bottom: 4px solid #7f4994;
}
header nav > a.active.magenta {
  border-bottom: 4px solid #ed008c;
}
header nav > a.active.red {
  border-bottom: 4px solid #db2128;
}
header nav > a.highlight {
  background-color: #ffffff;
  color: #f26522;
}
header nav > a.highlight > .fa {
  display: inline-block;
  margin-right: 4px;
}
header nav > a.highlight.search {
  color: #414347;
}
header nav > a.highlight.search:before {
  border-left: 2px solid #414347;
}
header nav:after {
  content: "";
  display: block;
  clear: both;
}
header .timeline {
  background-color: #252a30;
  font-family: "Cairo", sans-serif;
  height: 57px;
  width: 100%;
  margin: 15px 0 0;
  overflow: hidden;
}
@media (max-width: 425px) {
  header .timeline {
    display: none;
  }
}
header .timeline ul {
  position: relative;
  width: 5000px;
  height: 100%;
  list-style: none;
  padding-bottom: 9px;
  padding-left: 0;
  left: -44px;
  --data-color: $highlight;
  left: -44px;
}
header .timeline ul > li {
  display: block;
  list-style: none;
  width: 44px;
  height: 100%;
  float: left;
  background: transparent url("../frontend/imgs/timeline-half.png") center center no-repeat;
  text-align: center;
}
header .timeline ul > li.musor_line {
  position: absolute;
  border-bottom: 6px solid var(--data-color);
  background: none !important;
}
header .timeline ul > li.musor_start > span {
  position: relative;
  z-index: 5000;
  background: #252a30;
  margin-left: 5px;
  margin-right: 5px;
}
header .timeline ul > li > span {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
}
header .timeline ul > li.round-time {
  background: transparent url("../frontend/imgs/timeline-hour.png") center center no-repeat;
}
header .timeline ul > li.round-time > span {
  font-size: 12px;
}
header .timeline ul > li.selected {
  position: relative;
}
header .timeline ul > li.selected span.horizontal-line {
  width: 5px;
  background: var(--data-color);
  height: 54px;
  display: block;
  position: absolute;
  left: 20px;
  border-right: 1px solid #252a30;
}
header .timeline ul > li.selected > span:not(.horizontal-line) {
  border: 2px solid var(--data-color);
  margin-top: 12px;
  position: relative;
  width: 36px;
  margin-left: 4px;
  height: 31px;
}
header .timeline ul > li.selected > span:not(.horizontal-line) span.dark-background {
  position: absolute;
  left: 0px;
  width: 100%;
  background: #252a30;
  display: block;
  height: 27px;
}
header .timeline ul > li.selected > span:not(.horizontal-line) span.time-display {
  margin-left: -4px;
  margin-right: -4px;
  background: #252a30;
  display: block;
  margin-top: 6px;
  margin-bottom: 4px;
  position: relative;
}
header .timeline ul:after {
  content: "";
  display: block;
  clear: both;
}
header ul.on-show {
  padding-left: 0;
  list-style: none;
  height: 43px;
  margin-bottom: 2px;
  --data-color: $highlight;
  overflow: hidden;
}
@media (max-width: 425px) {
  header ul.on-show {
    display: none;
  }
}
header ul.on-show > li {
  padding-left: 0;
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
}
header ul.on-show > li.next-new, header ul.on-show > li.prev-old {
  display: none;
}
header ul.on-show > li > a {
  display: block;
  padding: 6px 10px 2px;
  border-top: 4px solid transparent;
  color: var(--data-color);
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header ul.on-show > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  top: 0;
  border-left: 2px solid #ffffff;
  display: none;
}
header ul.on-show:after {
  content: "";
  display: block;
  clear: both;
}

footer {
  color: #ffffff;
}
footer > .container {
  background-color: #414347;
  padding-left: 0;
  padding-right: 0;
}
footer > .container:after {
  content: "";
  display: block;
  clear: both;
}
footer nav {
  padding-bottom: 3px;
}
footer nav > a {
  display: block;
  float: left;
  border-top: 4px solid transparent;
  text-align: center;
  position: relative;
  padding: 13px 0 0;
}
footer nav > a:first-child:nth-last-child(1) {
  width: 100%;
}
footer nav > a:first-child:nth-last-child(2), footer nav > a:first-child:nth-last-child(2) ~ a {
  width: 50%;
}
footer nav > a:first-child:nth-last-child(3), footer nav > a:first-child:nth-last-child(3) ~ a {
  width: 33.3333333333%;
}
footer nav > a:first-child:nth-last-child(4), footer nav > a:first-child:nth-last-child(4) ~ a {
  width: 25%;
}
footer nav > a:first-child:nth-last-child(5), footer nav > a:first-child:nth-last-child(5) ~ a {
  width: 20%;
}
footer nav > a:first-child:nth-last-child(6), footer nav > a:first-child:nth-last-child(6) ~ a {
  width: 16.6666666667%;
}
footer nav > a:first-child:nth-last-child(7), footer nav > a:first-child:nth-last-child(7) ~ a {
  width: 14.2857142857%;
}
footer nav > a:first-child:nth-last-child(8), footer nav > a:first-child:nth-last-child(8) ~ a {
  width: 12.5%;
}
footer nav > a:first-child:nth-last-child(9), footer nav > a:first-child:nth-last-child(9) ~ a {
  width: 11.1111111111%;
}
footer nav > a:first-child:nth-last-child(10), footer nav > a:first-child:nth-last-child(10) ~ a {
  width: 10%;
}
footer nav > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: calc(100% + 5px);
  top: -4px;
  border-left: 2px solid #ffffff;
}
footer nav > a:first-child:before {
  display: none;
}
footer nav > a:hover, footer nav > a:focus {
  border-top: 4px solid #f26522;
  color: #f26522;
}
footer nav:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1199px) {
  header .nav-wrapper {
    font-size: 15px;
  }
  header .timeline ul {
    left: -135px;
  }
  footer nav > a {
    font-size: 12px;
    height: 53px;
  }
}
@media (max-width: 991px) {
  header .nav-wrapper mav {
    display: none;
  }
  header .timeline ul {
    left: -265px;
  }
  footer nav > a {
    font-size: 15px;
    height: 42px;
    width: 100% !important;
    float: none;
    border-top: 0;
    border-left: 4px solid transparent;
  }
  footer nav > a:hover, footer nav > a:focus {
    border-left: 4px solid #00aef0;
    border-top: 0;
  }
  footer nav > a:before {
    top: 0;
    width: calc(100% - 15px);
    height: 2px;
    border-top: 2px solid #ffffff;
  }
}
@media (max-width: 767px) {
  header ul.on-show > li > a {
    padding: 6px 0 2px;
    font-size: 12px;
    line-height: 14px;
    height: 36px;
  }
  header .timeline ul {
    left: -355px;
  }
}
@media (max-width: 420px) {
  header ul.on-show {
    display: none;
  }
  header .nav-wrapper.open nav {
    margin-top: -2px;
    left: -140px;
    width: calc(100% + 140px);
  }
}
:root {
  --data-color: #ca252c;
}
:root .addthis-smartlayers.addthis-smartlayers-desktop {
  display: none;
}
:root .bann-from-list {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
:root .bann-from-list .bann-content {
  overflow: hidden;
  text-align: center;
}
:root .bann-from-list .bann-content > img, :root .bann-from-list .bann-content > a > img, :root .bann-from-list .bann-content > video, :root .bann-from-list .bann-content > a > video, :root .bann-from-list .bann-content > .bann-embed, :root .bann-from-list .bann-content > a > .bann-embed {
  max-width: 100%;
  width: auto;
  height: auto;
}

body.article-page .main article, body.article-page .main .article {
  background: #fff;
}
body.article-page .main article a, body.article-page .main .article a {
  color: #e79100;
}
body.article-page .main article a:hover, body.article-page .main .article a:hover {
  text-decoration: underline;
}
body.article-page .main article .leadimg-wrapper, body.article-page .main .article .leadimg-wrapper {
  width: 100%;
  height: 395px;
}
body.article-page .main article .leadimg-wrapper img, body.article-page .main .article .leadimg-wrapper img {
  max-width: 100%;
}
body.article-page .main article.with-sidebar .article-content, body.article-page .main .article.with-sidebar .article-content {
  width: calc(100% - 320px);
  float: left;
}
body.article-page .main article.with-sidebar .article-sidebar, body.article-page .main .article.with-sidebar .article-sidebar {
  width: 320px;
  padding: 10px;
  float: left;
}
@media (max-width: 991px) {
  body.article-page .main article.with-sidebar .article-content, body.article-page .main .article.with-sidebar .article-content {
    float: none;
    width: 100%;
  }
  body.article-page .main article.with-sidebar .article-sidebar, body.article-page .main .article.with-sidebar .article-sidebar {
    display: none;
  }
}
body.article-page .main article .article-content a.article-musor-cim, body.article-page .main .article .article-content a.article-musor-cim {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--data-color);
  font-size: 18px;
  color: #3c424a;
  line-height: 20px;
}
body.article-page .main article .article-content h1, body.article-page .main .article .article-content h1 {
  color: #3c424a;
  margin: 0;
  font-size: 32px;
}
body.article-page .main article .article-content h4, body.article-page .main .article .article-content h4 {
  color: #e79100;
  font-size: 14px;
}
body.article-page .main article .article-content h4 a, body.article-page .main .article .article-content h4 a {
  color: #e79100;
}
body.article-page .main article .article-content h4 a:hover, body.article-page .main article .article-content h4 a:focus, body.article-page .main .article .article-content h4 a:hover, body.article-page .main .article .article-content h4 a:focus {
  color: #9b6a1b;
}
body.article-page .main article .article-content .lead, body.article-page .main .article .article-content .lead {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
body.article-page .main article .article-content .lead i.fa.fa-film, body.article-page .main .article .article-content .lead i.fa.fa-film {
  font-size: 20px;
  padding: 3px;
  margin-top: 5px;
  margin-right: 5px;
  color: #f26522;
}
body.article-page .main article .article-content .lead i.fa.fa-film:hover, body.article-page .main article .article-content .lead i.fa.fa-film:focus, body.article-page .main .article .article-content .lead i.fa.fa-film:hover, body.article-page .main .article .article-content .lead i.fa.fa-film:focus {
  background: #c37b29;
  color: white;
}
body.article-page .main article .article-content .lead p, body.article-page .main .article .article-content .lead p {
  margin-bottom: 25px;
  color: #000;
}
body.article-page .main article .article-content .content, body.article-page .main .article .article-content .content {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
body.article-page .main article .article-content .content p, body.article-page .main .article .article-content .content p {
  margin-bottom: 25px;
  color: #000;
  font-weight: 400;
}
body.article-page .main article .article-content .content h1, body.article-page .main .article .article-content .content h1 {
  color: #3c424a;
  margin: 0;
  font-size: 32px;
}
body.article-page .main article .article-content .content h2, body.article-page .main .article .article-content .content h2 {
  color: #000;
  margin: 0;
  font-size: 30px;
}
body.article-page .main article .article-content .content h3, body.article-page .main .article .article-content .content h3 {
  color: #000;
  margin: 0;
  font-size: 26px;
  float: none;
}
body.article-page .main article .article-content .content h4, body.article-page .main .article .article-content .content h4 {
  color: #000;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  float: none;
}
body.article-page .main article .article-content .content .text_frame__50_jobbra, body.article-page .main .article .article-content .content .text_frame__50_jobbra {
  float: right;
  width: 50%;
  background: #e6e6e6;
  padding: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.article-page .main article .article-content .content .table_w50p_left, body.article-page .main .article .article-content .content .table_w50p_left {
  float: left;
  width: 50%;
  background: #e6e6e6;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.article-page .main article .article-content .content .table_w100p, body.article-page .main .article .article-content .content .table_w100p {
  width: 100%;
  background: #e6e6e6;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.article-page .main article .article-content .content .image, body.article-page .main .article .article-content .content .image {
  margin-bottom: 10px;
}
body.article-page .main article .article-content .content .image.image-div.left, body.article-page .main .article .article-content .content .image.image-div.left {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  float: none;
}
body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_20, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_20 {
  width: 20%;
}
@media (max-width: 600px) {
  body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_20, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_20 {
    width: 100%;
  }
}
body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_25, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_25 {
  width: 25%;
}
@media (max-width: 600px) {
  body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_25, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_25 {
    width: 100%;
  }
}
body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_33, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_33 {
  width: 33%;
}
@media (max-width: 600px) {
  body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_33, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_33 {
    width: 100%;
  }
}
body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_50, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_50 {
  width: 50%;
}
@media (max-width: 500px) {
  body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_50, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_50 {
    width: 100%;
  }
}
body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_66, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_66 {
  width: 66%;
}
@media (max-width: 500px) {
  body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_66, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_66 {
    width: 100%;
  }
}
body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_75, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_75 {
  width: 75%;
}
@media (max-width: 700px) {
  body.article-page .main article .article-content .content .image.image-div.left.image_wrapper_75, body.article-page .main .article .article-content .content .image.image-div.left.image_wrapper_75 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  body.article-page .main article .article-content .content .image.image-div.left, body.article-page .main .article .article-content .content .image.image-div.left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
body.article-page .main article .article-content .content .image.image-div.left.lefty-image, body.article-page .main .article .article-content .content .image.image-div.left.lefty-image {
  margin-right: 15px;
}
body.article-page .main article .article-content .content .image.image-div.left.righty-image, body.article-page .main .article .article-content .content .image.image-div.left.righty-image {
  margin-left: 15px;
}
body.article-page .main article .article-content .content .image .img-wrapper, body.article-page .main .article .article-content .content .image .img-wrapper {
  height: auto;
}
body.article-page .main article .article-content .content .image .img-wrapper img, body.article-page .main .article .article-content .content .image .img-wrapper img {
  max-width: 100%;
}
body.article-page .main article .article-content .content .image .cikkepcim, body.article-page .main article .article-content .content .image .cikkepalairas, body.article-page .main .article .article-content .content .image .cikkepcim, body.article-page .main .article .article-content .content .image .cikkepalairas {
  display: inline;
}
body.article-page .main article .article-content .content .audio-player-embed-container img, body.article-page .main .article .article-content .content .audio-player-embed-container img {
  display: none;
}
body.article-page .main article .article-content .content .audio-player-embed-container .audio-player-background, body.article-page .main .article .article-content .content .audio-player-embed-container .audio-player-background {
  background: none;
  padding: 0;
}
body.article-page .main article .article-content .content .audio-player-embed-container .audio-player-background .audio-player-embed, body.article-page .main .article .article-content .content .audio-player-embed-container .audio-player-background .audio-player-embed {
  width: 100%;
}
body.article-page .main article .article-content .content .audio-player-embed-container .audio-player-background img, body.article-page .main .article .article-content .content .audio-player-embed-container .audio-player-background img {
  display: block;
}
body.article-page .main article .article-content .content .clear, body.article-page .main .article .article-content .content .clear {
  height: 0px;
}
body.article-page .main article .article-content .content::after, body.article-page .main .article .article-content .content::after {
  content: "";
  display: block;
  clear: both;
}
body.article-page .main article .content-container, body.article-page .main .article .content-container {
  margin-top: 50px;
}
@media (min-width: 992px) {
  body.article-page .main article .content-container, body.article-page .main .article .content-container {
    max-width: 940px;
  }
}
body.article-page .main article .gallery-wrapper, body.article-page .main .article .gallery-wrapper {
  margin-left: -31px;
  margin-right: -5px;
  width: calc(100% + 36px);
}
body.article-page .main article .gallery-wrapper .gallery-img, body.article-page .main .article .gallery-wrapper .gallery-img {
  height: 210px;
}
body.article-page .main article .gallery-wrapper .focuspoint, body.article-page .main .article .gallery-wrapper .focuspoint {
  height: 100%;
}
body.article-page .main article .gallery-wrapper img, body.article-page .main .article .gallery-wrapper img {
  display: block;
  background-color: #3c424a;
  color: #fff;
}
body.article-page .main article .gallery-wrapper iframe, body.article-page .main .article .gallery-wrapper iframe {
  width: 100%;
}
body.article-page .main article .gallery-wrapper img, body.article-page .main article .gallery-wrapper iframe, body.article-page .main .article .gallery-wrapper img, body.article-page .main .article .gallery-wrapper iframe {
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
}
@media (min-width: 576px) {
  body.article-page .main article .gallery-wrapper img, body.article-page .main article .gallery-wrapper iframe, body.article-page .main .article .gallery-wrapper img, body.article-page .main .article .gallery-wrapper iframe {
    height: 315px;
  }
}
@media (min-width: 768px) {
  body.article-page .main article .gallery-wrapper img, body.article-page .main article .gallery-wrapper iframe, body.article-page .main .article .gallery-wrapper img, body.article-page .main .article .gallery-wrapper iframe {
    height: 212px;
  }
}
@media (min-width: 992px) {
  body.article-page .main article .gallery-wrapper img, body.article-page .main article .gallery-wrapper iframe, body.article-page .main .article .gallery-wrapper img, body.article-page .main .article .gallery-wrapper iframe {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  body.article-page .main article .gallery-wrapper img, body.article-page .main article .gallery-wrapper iframe, body.article-page .main .article .gallery-wrapper img, body.article-page .main .article .gallery-wrapper iframe {
    height: 200px;
  }
}
body.article-page .main article iframe, body.article-page .main .article iframe {
  max-width: 100%;
}
body.article-page .main .news-list-blocktype .block-title {
  display: block;
  text-align: center;
  background: #cccccd;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px;
}
@media (max-width: 991px) {
  body.article-page .main .news-list-blocktype .title-before, body.article-page .main .news-list-blocktype .title-after {
    display: none;
  }
}
body.article-page .main .news-list-blocktype article {
  display: inline-block;
  padding: 0 4px;
}
body.article-page .main .news-list-blocktype article:hover .article-content h3 a, body.article-page .main .news-list-blocktype article:hover .article-content h4 a {
  color: #e79100;
}
body.article-page .main .news-list-blocktype article .article-content {
  background-color: #cccccd;
  min-height: 140px;
}
body.article-page .main .news-list-blocktype article .article-content h3 a {
  display: block;
  height: 100%;
  display: -webkit-box;
  max-height: 84px;
  line-height: 27px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-decoration: none;
}
body.article-page .main .news-list-blocktype article h4 a {
  position: absolute;
  bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #404344;
  text-decoration: none;
}
body.article-page .main .news-list-blocktype article:before, body.article-page .main .news-list-blocktype article .article-content:before {
  display: none;
}
body.article-page .main .news-list-blocktype article h3 a {
  color: #404344;
}
body.article-page .main .scroll-container {
  position: relative;
}
body.article-page .main .scroll-container .scroll-left {
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 50%;
  top: calc(50% - 25px);
  left: -16px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.article-page .main .scroll-container .scroll-right {
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 50%;
  top: calc(50% - 25px);
  right: -16px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.article-page .main .scroll-container .article-list.with-scroll {
  overflow-x: auto;
  margin-right: -26px;
  margin-left: -26px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
body.article-page .main .scroll-container .article-list.with-scroll::-webkit-scrollbar {
  display: none;
}
body.article-page .main .scroll-container .article-list.with-scroll .row {
  width: 196%;
  max-width: 196%;
}
body.article-page .main .scroll-container .article-list.with-scroll .row .img-wrapper img {
  position: absolute !important;
  max-width: none !important;
  min-width: 100% !important;
  width: auto;
}
@media (max-width: 991px) {
  body.article-page .main .scroll-container .article-list.with-scroll .row {
    width: 396%;
    max-width: 396%;
  }
}
@media (max-width: 767px) {
  body.article-page .main .scroll-container .article-list.with-scroll .row {
    width: 796%;
    max-width: 796%;
  }
}
body.article-page .main .scroll-container .article-list.with-scroll .row .articlelist-highlighted {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

body:not(.article-page) .main article:not(.publicist):hover .article-content:not(.article-page-list) h3 a, body:not(.article-page) .main article:not(.publicist):hover .article-content:not(.article-page-list) h4 a, body:not(.article-page) .main article:not(.publicist):hover .article-content:not(.article-page-list) p a, body:not(.article-page) .main article:not(.publicist):focus .article-content:not(.article-page-list) h3 a, body:not(.article-page) .main article:not(.publicist):focus .article-content:not(.article-page-list) h4 a, body:not(.article-page) .main article:not(.publicist):focus .article-content:not(.article-page-list) p a {
  color: #f26522;
}

.banner_mid {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  background: #e79100;
}
.banner_mid.inside-article {
  background: white;
}

.banner_sky_left {
  position: absolute;
}
@media (min-width: 576px) {
  .banner_sky_left {
    right: calc(100% - (50% - 270px) + 10px);
    width: calc((100% - 580px) / 2);
  }
}
@media (min-width: 768px) {
  .banner_sky_left {
    right: calc(100% - (50% - 360px) + 10px);
    width: calc((100% - 760px) / 2);
  }
}
@media (min-width: 992px) {
  .banner_sky_left {
    right: calc(100% - (50% - 480px) + 10px);
    width: calc((100% - 1000px) / 2);
  }
}
@media (min-width: 1200px) {
  .banner_sky_left {
    right: calc(100% - (50% - 570px) + 10px);
    width: calc((100% - 1180px) / 2);
  }
}
@media (max-width: 1401px) {
  .banner_sky_left {
    display: none;
  }
}

.banner_sky_right {
  position: absolute;
}
@media (min-width: 576px) {
  .banner_sky_right {
    left: calc(100% - (50% - 270px) + 10px);
    width: calc((100% - 580px) / 2);
  }
}
@media (min-width: 768px) {
  .banner_sky_right {
    left: calc(100% - (50% - 360px) + 10px);
    width: calc((100% - 760px) / 2);
  }
}
@media (min-width: 992px) {
  .banner_sky_right {
    left: calc(100% - (50% - 480px) + 10px);
    width: calc((100% - 1000px) / 2);
  }
}
@media (min-width: 1200px) {
  .banner_sky_right {
    left: calc(100% - (50% - 570px) + 10px);
    width: calc((100% - 1180px) / 2);
  }
}
@media (max-width: 1401px) {
  .banner_sky_right {
    display: none;
  }
}

.main > .container {
  padding-left: 0;
  padding-right: 0;
}
.main > .container.bg-yellow .row.article-wrapper::before {
  display: none;
}
.main > .container h1.rovat-fejlec {
  margin-top: 0;
  padding-top: 30px;
  color: #3c424a;
  font-weight: bold;
  margin-left: 12px;
}
.main > .container .adas-holder {
  padding-bottom: 30px;
}
.main > .container.musoradatlap .article-wrapper article.md .img-wrapper {
  width: 339px;
  float: left;
  max-width: 100%;
  /*height: 216px; */
}
@media (max-width: 767px) {
  .main > .container.musoradatlap .article-wrapper article.md .img-wrapper {
    float: none;
    width: 100%;
  }
}
.main > .container.musoradatlap .article-wrapper article.md .article-content {
  height: 100%;
}
@media (max-width: 575px) {
  .main > .container.musoradatlap .article-wrapper article.md .article-content {
    height: auto;
  }
}
.main > .container.musoradatlap article .article-content .lead {
  display: block;
  max-height: 65px;
  display: -webkit-box;
  height: 705.6px;
  line-height: 16.8px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main > .container.musoradatlap .article-list {
  margin-top: 20px;
}
.main > .container.musoradatlap .article-list article {
  margin-bottom: 0px;
}
.main > .container.musoradatlap .audio-player-embed-container > img {
  display: none;
}
.main > .container.musoradatlap .audio-player-embed-container .audio-player-background {
  background: none;
  padding: 0;
}
.main > .container.musoradatlap .audio-player-embed-container .audio-player-background .audio-player-embed {
  width: 100%;
}
.main .more-item-ajax {
  text-align: center;
  background: #e79100;
}
.main .more-item-ajax > button {
  color: #f26522;
  border-radius: 30px;
  border: 3px solid #414347;
  padding: 10px 78px;
  margin: 20px 0px;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
.main .article-list.publicist .list article .article-content .lead {
  display: block;
  height: 100%;
  display: -webkit-box;
  max-height: 70.4px;
  line-height: 16.6px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding-top: 0;
}
.main article {
  background-color: #e3e3e4;
  margin-bottom: 10px;
}
.main article.klubradio-pr {
  background-color: #eeeeff;
}
.main article.publicist .article-content h3 {
  margin-bottom: 8px;
}
.main article.publicist .article-content h3:hover a {
  color: #f26522;
}
.main article.publicist .article-content h5 {
  margin: 0px;
  font-size: 14px;
}
.main article.publicist .article-content h5:hover a {
  color: #f26522;
}
.main article.article-display {
  background: #fff;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
.main article.article-display a {
  color: #e79100;
}
.main article.article-display a:hover {
  text-decoration: underline;
}
.main article.article-display .leadimg-wrapper {
  width: 100%;
  height: 395px;
}
.main article.article-display .leadimg-wrapper img {
  max-width: 100%;
}
.main article.article-display.with-sidebar .article-content {
  width: calc(100% - 320px);
  float: left;
}
.main article.article-display.with-sidebar .article-sidebar {
  width: 320px;
  padding: 10px;
  float: left;
}
@media (max-width: 991px) {
  .main article.article-display.with-sidebar .article-content {
    float: none;
    width: 100%;
  }
  .main article.article-display.with-sidebar .article-sidebar {
    display: none;
  }
}
.main article.article-display .article-content a.article-musor-cim {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--data-color);
  font-size: 18px;
  color: #3c424a;
  line-height: 20px;
}
.main article.article-display .article-content h1 {
  color: #3c424a;
  margin: 0;
  font-size: 32px;
}
.main article.article-display .article-content h4 {
  color: #e79100;
  font-size: 14px;
}
.main article.article-display .article-content h4 a {
  color: #e79100;
}
.main article.article-display .article-content h4 a:hover, .main article.article-display .article-content h4 a:focus {
  color: #9b6a1b;
}
.main article.article-display .article-content .lead {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
.main article.article-display .article-content .lead i.fa.fa-film {
  font-size: 20px;
  padding: 3px;
  margin-top: 5px;
  margin-right: 5px;
  color: #f26522;
}
.main article.article-display .article-content .lead i.fa.fa-film:hover, .main article.article-display .article-content .lead i.fa.fa-film:focus {
  background: #c37b29;
  color: white;
}
.main article.article-display .article-content .lead p {
  margin-bottom: 25px;
  color: #000;
}
.main article.article-display .article-content .content {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main article.article-display .article-content .content p {
  margin-bottom: 25px;
  color: #000;
  font-weight: 400;
}
.main article.article-display .article-content .content h1 {
  color: #3c424a;
  margin: 0;
  font-size: 32px;
}
.main article.article-display .article-content .content h2 {
  color: #000;
  margin: 0;
  font-size: 30px;
}
.main article.article-display .article-content .content h3 {
  color: #000;
  margin: 0;
  font-size: 26px;
  float: none;
}
.main article.article-display .article-content .content h4 {
  color: #000;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  float: none;
}
.main article.article-display .article-content .content .text_frame__50_jobbra {
  float: right;
  width: 50%;
  background: #e6e6e6;
  padding: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main article.article-display .article-content .content .table_w50p_left {
  float: left;
  width: 50%;
  background: #e6e6e6;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main article.article-display .article-content .content .table_w100p {
  width: 100%;
  background: #e6e6e6;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main article.article-display .article-content .content .image {
  margin-bottom: 10px;
}
.main article.article-display .article-content .content .image.image-div.left {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  float: none;
}
.main article.article-display .article-content .content .image.image-div.left.image_wrapper_20 {
  width: 20%;
}
@media (max-width: 600px) {
  .main article.article-display .article-content .content .image.image-div.left.image_wrapper_20 {
    width: 100%;
  }
}
.main article.article-display .article-content .content .image.image-div.left.image_wrapper_25 {
  width: 25%;
}
@media (max-width: 600px) {
  .main article.article-display .article-content .content .image.image-div.left.image_wrapper_25 {
    width: 100%;
  }
}
.main article.article-display .article-content .content .image.image-div.left.image_wrapper_33 {
  width: 33%;
}
@media (max-width: 600px) {
  .main article.article-display .article-content .content .image.image-div.left.image_wrapper_33 {
    width: 100%;
  }
}
.main article.article-display .article-content .content .image.image-div.left.image_wrapper_50 {
  width: 50%;
}
@media (max-width: 500px) {
  .main article.article-display .article-content .content .image.image-div.left.image_wrapper_50 {
    width: 100%;
  }
}
.main article.article-display .article-content .content .image.image-div.left.image_wrapper_66 {
  width: 66%;
}
@media (max-width: 500px) {
  .main article.article-display .article-content .content .image.image-div.left.image_wrapper_66 {
    width: 100%;
  }
}
.main article.article-display .article-content .content .image.image-div.left.image_wrapper_75 {
  width: 75%;
}
@media (max-width: 700px) {
  .main article.article-display .article-content .content .image.image-div.left.image_wrapper_75 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .main article.article-display .article-content .content .image.image-div.left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.main article.article-display .article-content .content .image.image-div.left.lefty-image {
  margin-right: 15px;
}
.main article.article-display .article-content .content .image.image-div.left.righty-image {
  margin-left: 15px;
}
.main article.article-display .article-content .content .image .img-wrapper {
  height: auto;
}
.main article.article-display .article-content .content .image .img-wrapper img {
  max-width: 100%;
}
.main article.article-display .article-content .content .image .cikkepcim, .main article.article-display .article-content .content .image .cikkepalairas {
  display: inline;
}
.main article.article-display .article-content .content .audio-player-embed-container img {
  display: none;
}
.main article.article-display .article-content .content .audio-player-embed-container .audio-player-background {
  background: none;
  padding: 0;
}
.main article.article-display .article-content .content .audio-player-embed-container .audio-player-background .audio-player-embed {
  width: 100%;
}
.main article.article-display .article-content .content .audio-player-embed-container .audio-player-background img {
  display: block;
}
.main article.article-display .article-content .content .clear {
  height: 0px;
}
.main article.article-display .article-content .content::after {
  content: "";
  display: block;
  clear: both;
}
.main article.article-display .content-container {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .main article.article-display .content-container {
    max-width: 940px;
  }
}
.main article.article-display .gallery-wrapper {
  margin-left: -31px;
  margin-right: -5px;
  width: calc(100% + 36px);
}
.main article.article-display .gallery-wrapper .gallery-img {
  height: 210px;
}
.main article.article-display .gallery-wrapper .focuspoint {
  height: 100%;
}
.main article.article-display .gallery-wrapper img {
  display: block;
  background-color: #3c424a;
  color: #fff;
}
.main article.article-display .gallery-wrapper iframe {
  width: 100%;
}
.main article.article-display .gallery-wrapper img, .main article.article-display .gallery-wrapper iframe {
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
}
@media (min-width: 576px) {
  .main article.article-display .gallery-wrapper img, .main article.article-display .gallery-wrapper iframe {
    height: 315px;
  }
}
@media (min-width: 768px) {
  .main article.article-display .gallery-wrapper img, .main article.article-display .gallery-wrapper iframe {
    height: 212px;
  }
}
@media (min-width: 992px) {
  .main article.article-display .gallery-wrapper img, .main article.article-display .gallery-wrapper iframe {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .main article.article-display .gallery-wrapper img, .main article.article-display .gallery-wrapper iframe {
    height: 200px;
  }
}
.main article.article-display iframe {
  max-width: 100%;
}
.main article:before {
  content: "";
  display: block;
  position: relative;
  z-index: 50;
  float: left;
  width: 100%;
  height: 8px;
  background-color: var(--data-color);
}
.main article .img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 148px;
}
@media (max-width: 1199px) {
  .main article .img-wrapper {
    height: 117px; /*162px;*/
  }
}
@media (max-width: 991px) {
  .main article .img-wrapper {
    height: 202px; /*247px;*/
  }
}
@media (max-width: 767px) {
  .main article .img-wrapper {
    height: 331px; /*376px*/
  }
}
@media (max-width: 575px) {
  .main article .img-wrapper {
    height: auto;
  }
}
@media (max-width: 575px) {
  .main .article-list.with-scroll article .img-wrapper {
    height: 331px;
  }
}

.main article .img-wrapper.adas-adatlap-image img {
  max-width: 340px;
}
.main article .img-wrapper img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  /*max-width: 100%;*/
}
@media (max-width: 575px) {
  .main article .img-wrapper img {
    width: 100%;
    min-height: 0;
    position: relative !important;
    top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    left: 0 !important;
  }
}
.main article .article-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main article .article-list article:focus h3 a, .main article .article-list article:focus h4 a, .main article .article-list article:focus p a, .main article .article-list article:hover h3 a, .main article .article-list article:hover h4 a, .main article .article-list article:hover p a {
  color: #f26522;
}
.main article .article-list .article-content h4 {
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  color: #88868c;
  margin-bottom: 0;
}
.main article .article-list .article-content h4 a {
  color: #88868c;
}
.main article .article-list .article-content h4 a:hover {
  color: #f26522;
}
.main article .article-list .article-content .lead {
  display: block;
  max-height: 65px;
  display: -webkit-box;
  height: 705.6px;
  line-height: 16.8px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  clear: both;
  padding-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.main article .article-list .article-content .lead p {
  color: #3c424a;
}
.main article .article-content {
  position: relative;
  padding: 26px 26px 5px 26px;
  min-height: 140px;
}
.main .scroll-container .article-list.with-scroll article .article-content {
  min-height: 90px;
}

.main article .article-content.with-date {
  min-height: 172px;
}
.main article .article-content > span {
  position: absolute;
  top: 4px;
  margin-left: 5px;
  font-size: 13px;
  line-height: 17px;
  border-bottom: 1px solid var(--data-color);
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 36px);
  text-overflow: ellipsis;
  left: 26px;
}
.main article .article-content > span a:hover {
  color: #f26522;
}
.main article .article-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: var(--data-color);
}
.main article .article-content h3 {
  display: block;
  float: left;
  font-size: 18px;
  font-weight: normal;
  margin-right: 10px;
  line-height: 21px;
  margin-bottom: 0;
}
.main article .article-content h3 a {
  display: block;
  height: 100%;
  display: -webkit-box;
  max-height: 44px;
  line-height: 21px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main article .article-content h3 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
@media (max-width: 1199px) {
  .main article .article-content h3 {
    font-size: 18px;
  }
}
.main article .article-content h4 {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  color: #88868c;
  margin-bottom: 0;
  padding-bottom: 11px;
}
@media (max-width: 1199px) {
  .main article .article-content h4 {
    font-size: 16px;
  }
}
.main article .article-content h5 {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #e79100;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main article .article-content h5.duplo {
  width: 100%;
}
.main article .article-content h5.duplo div {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.main article .article-content h5 a {
  color: #88868c;
}
@media (max-width: 1199px) {
  .main article .article-content h5 {
    font-size: 14px;
  }
}
.main article .article-content .lead {
  clear: both;
  padding-top: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}
.main article .article-content .lead:before {
  display: block;
  content: "";
  clear: both;
}
.main article .article-content .lead p {
  margin-bottom: 0;
}
.main article .article-content .more-btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ca252c;
  text-align: center;
  padding: 0 3px;
}
.main article .article-content .more-btn .fa {
  font-size: 36px;
}
.main article .article-content .more-btn .more-text {
  display: block;
  text-transform: uppercase;
  color: #252a30;
  font-size: 9px;
  line-height: 9px;
  position: relative;
  top: -2px;
}
.main article.blue:before {
  background-color: #00aef0;
}
.main article.blue .article-content:before {
  background-color: #00aef0;
}
.main article.yellow:before {
  background-color: #fff200;
}
.main article.yellow .article-content:before {
  background-color: #fff200;
}
.main article.orange:before {
  background-color: #f26522;
}
.main article.orange .article-content:before {
  background-color: #f26522;
}
.main article.purple:before {
  background-color: #7f4994;
}
.main article.purple .article-content:before {
  background-color: #7f4994;
}
.main article.magenta:before {
  background-color: #ed008c;
}
.main article.magenta .article-content:before {
  background-color: #ed008c;
}
.main article.red:before {
  background-color: #db2128;
}
.main article.red .article-content:before {
  background-color: #db2128;
}
.main .article-wrapper {
  position: relative;
}
.main .article-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 8px;
  background-color: #c47c06;
  z-index: 10;
}
.main .article-wrapper.musorvezeto-container {
  border-bottom: 1px solid white;
}
.main .article-wrapper.musorvezeto-container article:not(.article-display).people .article-content h4 {
  padding-bottom: 0px;
}
.main .article-wrapper.modul-header::before {
  display: none;
}
.main .article-wrapper.modul-header article {
  background: #feb913;
}
.main .article-wrapper.modul-header article::before {
  display: none;
}
.main .article-wrapper.modul-header article .article-content {
  min-height: 100px;
}
.main .article-wrapper.modul-header article .article-content::before {
  display: none;
}
.main .article-wrapper .col-12.pager {
  font-size: 21px;
  border-top: 7px solid #c47c06;
  padding: 6px 0;
}
.main .article-wrapper .col-12.pager a {
  width: 17%;
  display: inline-block;
  text-align: center;
}
.main .article-wrapper .col-12.pager a.disabled {
  color: rgba(60, 66, 74, 0.5215686275);
}
.main .article-wrapper .col-12.pager .current {
  width: 30%;
  display: inline-block;
  text-align: center;
}
.main .article-wrapper .col-12.pager .current > a {
  width: 13%;
}
.main .article-wrapper .col-12.pager .current > a.cur-page {
  color: #e79100;
}
.main .article-wrapper .news-list {
  overflow: hidden;
}
.main .article-wrapper .news-list .lead {
  -webkit-line-clamp: 2 !important;
}
.main .article-wrapper .news-list .lead p {
  color: white;
}
.main .article-wrapper .news-list .block-title {
  display: block;
  width: 100%;
  background: #5a5a5a;
  margin-top: 8px;
  font-size: 22px;
  padding: 0 26px 5px;
  color: #e79100;
}
.main .article-wrapper .news-list article:not(.article-display) {
  height: auto;
  background-color: #5a5a5a;
  color: white;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content h3.musor-title {
  border-top: 2px solid #e79100;
  margin: 0px;
  display: block;
  width: 100%;
  text-align: center;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content h3.musor-title a {
  font-size: 18px;
  margin-top: 10px;
  position: relative;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content h3.musor-title a:hover {
  color: #f26522;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content h3.musor-title a:hover strong {
  color: #f26522;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content h3.musor-title a::after {
  display: none;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content a {
  color: var(--data-color);
  font-size: 20px;
  padding-left: 0;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content a strong {
  color: var(--data-color);
  border-left: none;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content a:after {
  width: 30px;
  padding-bottom: 5px;
  border-bottom: 3px solid #e79100;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content a.adas-lejatszas {
  border-bottom: 1px solid #a56700;
  border-top: 1px solid #a56700;
  position: relative;
  background: #e79100;
  margin-top: 10px;
  height: 29px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 17px;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content a.adas-lejatszas i {
  padding-right: 15px;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content a.adas-lejatszas::before {
  content: "";
  display: block;
  height: 27px;
  width: 25px;
  position: absolute;
  left: -12px;
  top: 0;
  border-left: 1px solid #a56700;
  border-radius: 50%;
  background: #e79100;
  padding-bottom: 0px;
  border-bottom: 0;
}
.main .article-wrapper .news-list article:not(.article-display).new-archive .article-content a.adas-lejatszas::after {
  content: "";
  display: block;
  height: 27px;
  width: 25px;
  position: absolute;
  right: -12px;
  top: 0;
  border-right: 1px solid #a56700;
  border-radius: 50%;
  background: #e79100;
  padding-bottom: 0px;
  border-bottom: 0;
}
.main .article-wrapper .news-list article:not(.article-display):not(.new-archive) .article-content h3 a strong {
  color: white;
}
.main .article-wrapper .news-list article:not(.article-display):hover {
  cursor: pointer;
}
.main .article-wrapper .news-list article:not(.article-display):hover .article-content h3:not(.musor-title) a strong {
  color: #f26522;
}
.main .article-wrapper .news-list article:not(.article-display):before {
  display: none;
}
.main .article-wrapper .news-list article:not(.article-display):first-child .article-content {
  padding-top: 26px;
}
.main .article-wrapper .news-list article:not(.article-display):first-child:before {
  display: block;
}
.main .article-wrapper .news-list article:not(.article-display):last-child {
  height: 100%;
}
.main .article-wrapper .news-list article:not(.article-display) .article-content {
  min-height: 0px;
  padding-top: 0px;
  padding-bottom: 9px;
}
.main .article-wrapper .news-list article:not(.article-display) .article-content h3 {
  clear: both;
  color: #d0d0d0;
}
.main .article-wrapper .news-list article:not(.article-display) .article-content h3 a {
  padding-left: 7px;
}
.main .article-wrapper .news-list article:not(.article-display) .article-content h3 a strong {
  border-left: 3px solid #e79100;
  margin-left: -7px;
  padding-left: 7px;
}
.main .article-wrapper .news-list article:not(.article-display) .article-content h4 {
  padding-left: 7px;
  color: #d0d0d0;
}
.main .article-wrapper .news-list article:not(.article-display) .article-content:before {
  display: none;
}
.main .article-wrapper .articlelist-highlighted article, .main .article-wrapper .articlelist-bigimage-highlighted article {
  cursor: pointer;
}
.main .article-wrapper article:not(.article-display) {
  position: relative;
  margin-bottom: 0;
  z-index: 11;
  height: 100%;
}
.main .article-wrapper article:not(.article-display) .img-wrapper {
  height: 148px;
}
.main .article-wrapper article:not(.article-display) .img-wrapper.musorvezeto {
  height: 360px;
}
@media (max-width: 1199px) {
  .main .article-wrapper article:not(.article-display) .img-wrapper {
    height: 117px; /*162px;*/
  }
}
@media (max-width: 991px) {
  .main .article-wrapper article:not(.article-display) .img-wrapper {
    height: 202px; /*247px;*/
  }
}
@media (max-width: 767px) {
  .main .article-wrapper article:not(.article-display) .img-wrapper {
    height: 331px; /*376px*/
  }
}
@media (max-width: 575px) {
  .main .article-wrapper article:not(.article-display) .img-wrapper {
    height: auto;
  }
}
.main .article-wrapper article:not(.article-display) .article-content {
  max-height: 180px;
  overflow: hidden;
  height: auto;
}
.main .article-wrapper article:not(.article-display) .article-content h3 a {
  display: block;
  height: 100%;
  display: -webkit-box;
  max-height: 44px;
  line-height: 21px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .article-wrapper article:not(.article-display) .article-content h3 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.main .article-wrapper article:not(.article-display) .article-content .lead {
  display: block;
  height: 100%;
  display: -webkit-box;
  max-height: 88px;
  padding-top: 5px;
  line-height: 16.6px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .article-wrapper article:not(.article-display) .article-content .more-btn {
  background-color: #252a30;
  color: #ffffff;
  padding: 2px 5px 0;
}
.main .article-wrapper article:not(.article-display) .article-content .more-btn .fa {
  font-size: 36px;
}
.main .article-wrapper article:not(.article-display) .article-content .more-btn .more-text {
  display: none;
}
.main .article-wrapper article:not(.article-display).md .img-wrapper {
  display: block;
  width: 339px;
  height: 438px;
  float: left;
}
@media (max-width: 575px) {
  .main .article-wrapper article:not(.article-display).md .img-wrapper {
    height: auto;
  }
}
.main .article-wrapper article:not(.article-display).md .article-content {
  max-height: none;
  height: calc(100% - 8px);
}
.main .article-wrapper article:not(.article-display).md .article-content.no-image {
  height: 100%;
}
@media (max-width: 575px) {
  .main .article-wrapper article:not(.article-display).md .article-content {
    height: auto;
  }
}
.main .article-wrapper article:not(.article-display).md.show_host .img-wrapper {
  height: 500px;
}
.main .article-wrapper article:not(.article-display).lg .img-wrapper {
  display: block;
  width: 100%;
  height: 504px;
}
@media (max-width: 1199px) {
  .main .article-wrapper article:not(.article-display).lg .img-wrapper {
    height: 443px; /* 467px */
  }
}
@media (max-width: 575px) {
  .main .article-wrapper article:not(.article-display).lg .img-wrapper {
    height: auto;
  }
}
.main .article-wrapper article:not(.article-display).lg .article-content {
  max-height: 178px;
  height: calc(100% - 512px);
  min-height: 123px;
}
.main .article-wrapper article:not(.article-display).lg .article-content h3 a {
  display: block;
  height: 100%;
  display: -webkit-box;
  max-height: 44px;
  line-height: 21px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .article-wrapper article:not(.article-display).lg .article-content .lead {
  display: block;
  height: 100%;
  display: -webkit-box;
  max-height: 70.4px;
  line-height: 16.6px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .main .article-wrapper article:not(.article-display).lg .article-content .lead {
    max-height: 52.8px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 575px) {
  .main .article-wrapper article:not(.article-display).lg .article-content .lead {
    max-height: 88px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1199px) {
  .main .article-wrapper article:not(.article-display).lg .article-content {
    height: calc(100% - 475px);
  }
}
@media (max-width: 575px) {
  .main .article-wrapper article:not(.article-display).lg .article-content {
    height: auto;
  }
}
.main .article-wrapper article:not(.article-display).people {
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main .article-wrapper article:not(.article-display).people:before {
  height: 30px;
  background-color: transparent;
}
.main .article-wrapper article:not(.article-display).people .article-content {
  color: #fff;
  min-height: 50px;
}
.main .article-wrapper article:not(.article-display).people .article-content:before {
  background-color: #9b6a1b;
}
.main .article-wrapper article:not(.article-display).people .article-content h4 {
  color: #fff;
  font-weight: normal;
  width: 100%;
}
.main .article-wrapper article:not(.article-display).people .img-wrapper {
  height: 340px;
}
@media (max-width: 1199px) {
  .main .article-wrapper article:not(.article-display).people .img-wrapper {
    height: 340px;
  }
}
@media (max-width: 991px) {
  .main .article-wrapper article:not(.article-display).people .img-wrapper {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .main .article-wrapper article:not(.article-display).people .img-wrapper {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .main .article-wrapper article:not(.article-display).people .img-wrapper {
    height: auto;
  }
}
.main .article-wrapper article:not(.article-display).people .img-wrapper:before, .main .article-wrapper article:not(.article-display).people .img-wrapper:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  bottom: 0;
  background-color: #9b6a1b;
  z-index: 20;
}
.main .article-wrapper article:not(.article-display).people .img-wrapper:before {
  left: 0;
}
.main .article-wrapper article:not(.article-display).people .img-wrapper:after {
  right: 0;
}
.main .article-wrapper article:not(.article-display).people:hover, .main .article-wrapper article:not(.article-display).people:focus {
  background-color: #e99c20;
  cursor: pointer;
}
.main .article-wrapper article:not(.article-display).people:hover .article-content:before, .main .article-wrapper article:not(.article-display).people:focus .article-content:before {
  background-color: #ac7b3b;
}
.main .article-wrapper article:not(.article-display).people:hover .img-wrapper:before, .main .article-wrapper article:not(.article-display).people:hover .img-wrapper:after, .main .article-wrapper article:not(.article-display).people:focus .img-wrapper:before, .main .article-wrapper article:not(.article-display).people:focus .img-wrapper:after {
  background-color: #ac7b3b;
}
.main .article-wrapper article:not(.article-display).people:hover .article-content h3 a, .main .article-wrapper article:not(.article-display).people:hover .article-content h4 a, .main .article-wrapper article:not(.article-display).people:hover .article-content p a, .main .article-wrapper article:not(.article-display).people:focus .article-content h3 a, .main .article-wrapper article:not(.article-display).people:focus .article-content h4 a, .main .article-wrapper article:not(.article-display).people:focus .article-content p a {
  color: #fff;
}
.main .article-wrapper article:not(.article-display).program {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main .article-wrapper article:not(.article-display).program:before {
  height: 30px;
  background-color: transparent;
}
.main .article-wrapper article:not(.article-display).program .article-content {
  padding-right: 0;
  padding-bottom: 15px;
  max-height: none;
}
.main .article-wrapper article:not(.article-display).program .article-content h3 {
  color: #3c424a;
  float: none;
}
.main .article-wrapper article:not(.article-display).program .article-content h5 {
  margin: 10px 0;
  font-weight: bold;
  color: #9b6a1b;
  float: none;
}
.main .article-wrapper article:not(.article-display).program .article-content h5 span {
  color: #88868c;
}
.main .article-wrapper article:not(.article-display).program .article-content h4 {
  color: #3c424a;
  float: none;
}
.main .article-wrapper article:not(.article-display).program .article-content .lead .more-arrow {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 26px;
  height: 16px;
  margin-left: 15px;
  background-color: transparent;
  background-image: url("/static/frontend/imgs/more-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.main .article-wrapper article:not(.article-display).program:hover, .main .article-wrapper article:not(.article-display).program:focus {
  background-color: #fff;
  cursor: pointer;
}
.main .article-wrapper article:not(.article-display).program:hover .article-content h3 a, .main .article-wrapper article:not(.article-display).program:hover .article-content h4 a, .main .article-wrapper article:not(.article-display).program:hover .article-content p a, .main .article-wrapper article:not(.article-display).program:focus .article-content h3 a, .main .article-wrapper article:not(.article-display).program:focus .article-content h4 a, .main .article-wrapper article:not(.article-display).program:focus .article-content p a {
  color: #3c424a;
}
.main .article-wrapper .kereso-oldal h1 {
  color: #3c424a;
  padding: 0 10px;
}
.main .article-wrapper .kereso-oldal form {
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main .article-wrapper .kereso-oldal form input[type=text] {
  font-size: 21px;
  padding: 10px 0.75rem;
}
.main .article-wrapper .kereso-oldal form .col-12 p {
  font-size: 21px;
}
.main .article-wrapper .kereso-oldal form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3c424a;
}
.main .article-wrapper .kereso-oldal form .custom-checkbox, .main .article-wrapper .kereso-oldal form .custom-control-label {
  cursor: pointer;
  font-size: 19px;
  margin-top: -6px;
}
.main .article-wrapper .kereso-oldal form button {
  border: 0;
  cursor: pointer;
}
.main .article-wrapper .kereso-oldal form button:hover {
  background-color: #00a95c;
  color: #fff;
}
.main .article-wrapper .kereso-oldal .talalatok h2.group-header {
  color: white;
  padding: 15px;
  background-color: #c47c06;
  font-size: 24px;
  font-weight: bold;
  margin: -5px;
  margin-top: 25px;
  margin-bottom: 15px;
  width: calc(100% + 10px);
}
.main .article-wrapper .kereso-oldal .talalatok .results-cikk .col-lg-3.col-md-6 {
  margin-bottom: 10px;
}
.main .socials-middle {
  margin: 5px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0;
  width: calc(100% - 30px);
  background: #ffffff;
}
.main .socials-middle .socail-button {
  width: 33%;
  display: inline-block;
  text-transform: uppercase;
}
.main .socials-middle .socail-button:hover span {
  color: #f26522;
}
.main .socials-middle .socail-button:first-child > div {
  margin-left: 5px;
}
.main .socials-middle .socail-button:last-child > div {
  margin-right: 0;
}
.main .socials-middle .socail-button > div.fb-button-social {
  background: #37539d;
}
.main .socials-middle .socail-button > div.fb-button-social span {
  color: white;
}
.main .socials-middle .socail-button > div.fb-button-social i {
  color: white;
  font-size: 29px;
  padding: 3px 0;
}
.main .socials-middle .socail-button > div.yt-button-social {
  background: #db452b;
}
.main .socials-middle .socail-button > div.yt-button-social span {
  color: white;
}
.main .socials-middle .socail-button > div.yt-button-social i {
  color: white;
  font-size: 29px;
  padding: 3px 0;
}
.main .socials-middle .socail-button > div.insta-button-social {
  background: #c334a2;
}
.main .socials-middle .socail-button > div.insta-button-social span {
  color: white;
}
.main .socials-middle .socail-button > div.insta-button-social i {
  color: white;
  font-size: 29px;
  padding: 3px 0;
}
.main .socials-middle .socail-button > div {
  border: 1px solid white;
  margin: 0 2%;
  padding: 5px 10px;
  border-radius: 15px;
}
.main .socials-middle .socail-button > div img {
  width: 100px;
}
.main .socials-middle .socail-button > div div {
  display: inline-block;
  width: calc(100% - 60px);
  text-align: center;
  vertical-align: middle;
}
.main .socials-middle .socail-button > div div span {
  margin-top: -15px;
  display: inline-block;
  color: #3c424a;
  font-weight: bold;
  font-size: 15px;
}
.main .socials-middle .socail-button > div div.arrow-right {
  margin-top: -15px;
  width: 20px;
  font-weight: bold;
  font-size: 15px;
  color: white;
}
@media (max-width: 991px) {
  .main .socials-middle .socail-button {
    width: 100%;
  }
  .main .socials-middle .socail-button:first-child > div {
    margin-left: 15px;
  }
  .main .socials-middle .socail-button:last-child > div {
    margin-right: 15px;
  }
  .main .socials-middle .socail-button > div {
    margin: 5px 15px;
  }
}
.main .pager {
  font-size: 21px;
  border-top: 1px solid var(--data-color);
}
.main .pager a.button {
  padding: 0 10px;
}
.main .pager .left {
  width: 33%;
  display: inline-block;
  text-align: left;
}
.main .pager .center {
  width: 33%;
  display: inline-block;
  text-align: center;
}
.main .pager .center a.button.active {
  font-weight: bold;
  display: inline-block;
  background: var(--data-color);
}
.main .pager .center a.button.active span {
  color: var(--data-color);
  -webkit-filter: invert(1) grayscale(1) contrast(9);
  filter: invert(1) grayscale(1) contrast(9);
}
.main .pager .right {
  width: 33%;
  display: inline-block;
  text-align: right;
}
.main .list article .article-content .lead {
  display: none;
}
.main .list article .article-content:after {
  content: "";
  display: block;
  clear: both;
}
.main .latest-programmes h4 {
  margin: 10px 0;
}
.main .latest-programmes .programme {
  min-width: 100px;
  padding: 0;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.main .latest-programmes .programme a {
  padding: 20px 10px;
}
.main .latest-programmes .programme a:hover, .main .latest-programmes .programme a:focus {
  background-color: #00a95c;
  color: #fff;
}
.main .latest-programmes .programme:last-child {
  border-right: none;
}
.main .archive-programmes {
  margin-right: -1px !important;
}
.main .archive-programmes h4 {
  margin: 10px 0;
}
.main .archive-programmes .programme {
  min-width: 100px;
  padding: 0;
  text-align: center;
  border-right: 1px solid #e79100;
  border-bottom: 1px solid #e79100;
  /*
  &:last-child {
    border-right: none;
  }
  */
}
.main .archive-programmes .programme a {
  padding: 55px 0;
  color: #3c424a;
}
.main .archive-programmes .programme a:hover, .main .archive-programmes .programme a:focus {
  background-color: #fff200;
  color: #3c424a;
}
.main .programme-container .header {
  padding: 10px 15px 5px;
}
.main .programme-container .header h4 {
  color: #3c424a;
  margin-bottom: 0;
}
.main .programme-container .header h2 {
  font-size: 36px;
}
.main .programme-container .header h3 {
  padding-top: 39px;
}
@media (max-width: 767px) {
  .main .programme-container .header h2 {
    font-size: 21px;
  }
  .main .programme-container .header h3 {
    padding-top: 0;
  }
}
.main .programme-container .programme-table-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e79100;
}
.main .programme-container .programme-table {
  position: relative;
  width: 100%;
  height: 100%;
}
.main .programme-container .programme-table > .programme-col:first-child, .main .programme-container .programme-table > .programme-col:last-child {
  width: 100px;
}
@media (max-width: 1199px) {
  .main .programme-container .programme-table > .programme-col:first-child, .main .programme-container .programme-table > .programme-col:last-child {
    width: 50px;
  }
  .main .programme-container .programme-table > .programme-col:first-child .text, .main .programme-container .programme-table > .programme-col:last-child .text {
    display: none;
  }
}
@media (max-width: 991px) {
  .main .programme-container .programme-table > .programme-col:last-child {
    position: absolute;
    right: 0;
  }
}
.main .programme-container .programme-table .programme-col {
  float: left;
}
.main .programme-container .programme-table .programme-col.highlight .programme-header, .main .programme-container .programme-table .programme-col:hover .programme-header, .main .programme-container .programme-table .programme-col:focus .programme-header {
  background-color: #fff;
  color: #9b6a1b;
}
.main .programme-container .programme-table .programme-col.highlight .programme-header a, .main .programme-container .programme-table .programme-col:hover .programme-header a, .main .programme-container .programme-table .programme-col:focus .programme-header a {
  color: #9b6a1b;
}
.main .programme-container .programme-table .programme-col.highlight .bg.bg-grey, .main .programme-container .programme-table .programme-col:hover .bg.bg-grey, .main .programme-container .programme-table .programme-col:focus .bg.bg-grey {
  background-color: #fff;
}
.main .programme-container .programme-table .programme-col.today .programme-header {
  background-color: #f26522;
  color: #fff;
}
.main .programme-container .programme-table .programme-col.today .programme-header a {
  color: #fff;
}
.main .programme-container .programme-table .programme-col {
  width: 162.8571428571px;
}
@media (max-width: 1199px) {
  .main .programme-container .programme-table .programme-col {
    width: 137.1428571429px;
  }
}
@media (max-width: 991px) {
  .main .programme-container .programme-table .programme-col {
    width: 144px;
  }
}
@media (max-width: 767px) {
  .main .programme-container .programme-table .programme-col {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .main .programme-container .programme-table .programme-col {
    width: 33.3333333333%;
  }
}
@media (max-width: 479px) {
  .main .programme-container .programme-table .programme-col {
    width: 50%;
  }
}
@media (max-width: 399px) {
  .main .programme-container .programme-table .programme-col {
    width: 100%;
  }
}
.main .programme-container .programme-table .programme-content-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .main .programme-container .programme-table .programme-content-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.main .programme-container .programme-table .programme-header {
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  background-color: #9b6a1b;
  color: #fff;
}
.main .programme-container .programme-table .programme-header a {
  color: #fff;
}
.main .programme-container .programme-table .programme-header.programme-navigate {
  background: #feb913;
  text-align: left;
  height: auto;
}
.main .programme-container .programme-table .programme-header.programme-navigate a {
  display: inline-block;
  padding: 15px;
  color: #414347;
}
.main .programme-container .programme-table .programme-header.programme-navigate a span.text {
  font-size: 20px;
}
.main .programme-container .programme-table .programme-day {
  position: relative;
}
.main .programme-container .programme-table .cell {
  padding: 5px;
  color: #3c424a;
  font-size: 16px;
  border-right: 1px solid #3c424a;
  border-bottom: 1px solid #3c424a;
  overflow: hidden;
  height: 140px;
}
.main .programme-container .programme-table .cell h3 {
  font-size: 18px;
  color: #9b6a1b;
}
.main .programme-container .programme-table .cell h3 strong span {
  font-weight: normal;
  font-size: 16px;
}
.main .programme-container .programme-table .cell h3 span.icon-listen {
  width: 19px;
  display: inline-block;
  height: 17px;
  margin: 0;
  margin-bottom: -3px;
  margin-left: 3px;
}
.main .programme-container .programme-table .cell h3 span.icon-listen:hover {
  background-image: url(/static/frontend/imgs/icon-listen.gif);
}
.main .programme-container .programme-table .cell h3 span.live-now {
  color: #A41623;
  padding-top: 15px;
  display: block;
  font-weight: bold;
}
.main .programme-container .programme-table .cell h3 a {
  color: #9b6a1b;
}
.main .programme-container .programme-table .cell span.musorvaltozas {
  font-weight: bold;
  color: #e79100;
  font-size: 14px;
}
.main .programme-container .programme-table .cell p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (min-width: 576px) and (max-width: 767px) {
  .main .programme-container {
    padding-left: 1px;
    padding-right: 1px;
    background-color: #e79100;
  }
  .main .programme-container .programme-table .programme-col {
    width: 179.3333333333px;
  }
}

.article-wrapper.article-border.five-cols article {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media (min-width: 1200px) {
  .article-wrapper.article-border.five-cols :nth-child(1) article, .article-wrapper.article-border.five-cols :nth-child(2) article, .article-wrapper.article-border.five-cols :nth-child(3) article, .article-wrapper.article-border.five-cols :nth-child(4) article, .article-wrapper.article-border.five-cols :nth-child(5) article {
    border-top: none;
  }
  .article-wrapper.article-border.five-cols :nth-child(5n) article {
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-wrapper.article-border.five-cols :nth-child(1) article, .article-wrapper.article-border.five-cols :nth-child(2) article, .article-wrapper.article-border.five-cols :nth-child(3) article, .article-wrapper.article-border.five-cols :nth-child(4) article {
    border-top: none;
  }
  .article-wrapper.article-border.five-cols :nth-child(4n) article {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-wrapper.article-border.five-cols :nth-child(1) article, .article-wrapper.article-border.five-cols :nth-child(2) article, .article-wrapper.article-border.five-cols :nth-child(3) article {
    border-top: none;
  }
  .article-wrapper.article-border.five-cols :nth-child(3n) article {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .article-wrapper.article-border.five-cols :nth-child(1) article, .article-wrapper.article-border.five-cols :nth-child(2) article {
    border-top: none;
  }
  .article-wrapper.article-border.five-cols :nth-child(2n) article {
    border-right: none;
  }
}
.article-wrapper.article-border.four-cols article {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media (min-width: 1200px) {
  .article-wrapper.article-border.four-cols :nth-child(1) article, .article-wrapper.article-border.four-cols :nth-child(2) article, .article-wrapper.article-border.four-cols :nth-child(3) article, .article-wrapper.article-border.four-cols :nth-child(4) article {
    border-top: none;
  }
  .article-wrapper.article-border.four-cols :nth-child(4n) article {
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-wrapper.article-border.four-cols :nth-child(1) article, .article-wrapper.article-border.four-cols :nth-child(2) article, .article-wrapper.article-border.four-cols :nth-child(3) article {
    border-top: none;
  }
  .article-wrapper.article-border.four-cols :nth-child(3n) article {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-wrapper.article-border.four-cols :nth-child(1) article, .article-wrapper.article-border.four-cols :nth-child(2) article {
    border-top: none;
  }
  .article-wrapper.article-border.four-cols :nth-child(2n) article {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .article-wrapper.article-border.four-cols :nth-child(1) article {
    border-top: none;
  }
  .article-wrapper.article-border.four-cols article {
    border-right: none;
  }
}

div.freedom-block article {
  padding: 10px 10px 0 10px;
  background-color: #fff;
}
div.freedom-block article .article-content {
  background-color: #ffd477;
}
div.freedom-block article .article-content:before {
  display: none;
}
div.freedom-block article .article-content h5 a {
  color: black;
}
div.freedom-block article span.musor-url {
  text-transform: uppercase;
  right: 26px;
  text-align: center;
  border: none;
  margin-left: 0;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
}
div.freedom-block article h3 {
  margin-top: 10px;
}

.main-page .main article .article-content .lead {
  color: #000;
}
.main-page .main article .article-content .lead p {
  color: #000;
}

.bmc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.bmc-container .bmc-btn {
  padding: 0 12px;
  font-size: 18px;
  margin: 10px;
  height: 45px;
}
.bmc-container.orange .bmc-btn-container {
  background-color: #000;
}
.bmc-container.orange .bmc-btn {
  color: #000;
}
.bmc-container.black .bmc-btn-container {
  background-color: #252525;
}
.bmc-container.black .bmc-btn {
  margin-right: 30px;
  margin-left: 30px;
  color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100%;
}
/*# sourceMappingURL=site.css.map */