@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,300i,400,400i,700&subset=latin-ext");
/*
@import "webfont/PublicoHeadline-LightItalic.css";
@import "webfont/PublicoHeadline-Medium.css";
@import "webfont/PublicoHeadline-Italic.css";
@import "webfont/PublicoHeadline-Light.css";
@import "webfont/PublicoHeadline-Roman.css";
*/
@media (max-width: 320px) {
  .hidden-uxs {
    display: none;
  }
  .visible-uxs {
    display: block;
  }
}
body.article-page .main {
  padding-top: 30px;
}

.block-cikkoldal {
  padding-top: 0;
}
.block-cikkoldal > .box {
  padding: 10px 0;
  margin-left: 0;
}

#nx_breadcrumb .breadcrumb {
  list-style: none;
  float: none;
  text-transform: uppercase;
  margin-left: 15px;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}

#nx_breadcrumb .breadcrumb:after {
  content: "";
  display: block;
  clear: both;
}

#nx_breadcrumb .breadcrumb li {
  float: left;
  color: #6E6F72;
  margin-left: 5px;
  border-left: 1px solid #6E6F72;
  padding-left: 5px;
}

#nx_breadcrumb .breadcrumb li span:hover {
  background: #dcdcdc;
  color: #a7101b;
}

#nx_breadcrumb .breadcrumb li:first-child {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px;
}

#nx_breadcrumb .breadcrumb li:last-child {
  color: #a7101b;
}

.img-comp-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.img-comp-container .img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}
.img-comp-container .img-comp-img img {
  display: block;
  vertical-align: middle;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.img-comp-container .img-comp-img.img-comp-overlay img {
  position: absolute;
}
.img-comp-container .img-comp-slider {
  position: absolute;
  top: 0;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 100%;
}
.img-comp-container .img-comp-slider span {
  background-color: gainsboro;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
}
.img-comp-container .img-comp-slider span i {
  padding-top: 11px;
  padding-left: 2px;
}
.img-comp-container .img-comp-slider span.hover {
  display: none;
}

.block-cikkoldal > .box-cikkoldal {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 7px 0 60px;
  margin: 0 0 10px 0;
}
.block-cikkoldal > .box-cikkoldal .icons {
  height: 37px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}
.block-cikkoldal > .box-cikkoldal .icons .more-icons {
  position: absolute;
  top: 39px;
  right: -5px;
  padding: 5px;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #E6E6E6;
  -webkit-box-shadow: 0px 10px 32px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-cikkoldal > .box-cikkoldal .icons .more-icons .icon-wrapper {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 613px) {
  .block-cikkoldal > .box-cikkoldal .icons .more-icons {
    width: 221px;
  }
}
.block-cikkoldal > .box-cikkoldal .icons .more-icons.opened {
  height: 37px;
  opacity: 1;
}
.block-cikkoldal > .box-cikkoldal .icons .more-icons.opened:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #E6E6E6;
  position: absolute;
  top: -6px;
  right: 20px;
}
.block-cikkoldal > .box-cikkoldal .icons .icon {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin: 0 2px;
  background-size: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-print {
  background: url(img/icon-print.svg) center center no-repeat;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-comment {
  background: url(img/icon-comment.svg) center center no-repeat;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-facebook {
  background: url(img/icon-facebook.svg) center center no-repeat;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-twitter {
  background: url(img/icon-twitter.svg) center center no-repeat;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-gplus {
  background: url(img/icon-googleplus.svg) center center no-repeat;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-tumblr {
  background: url(img/icon-tumblr.svg) center center no-repeat;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-pintr {
  background: url(img/icon-pinterest.svg) center center no-repeat;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-mail {
  background: url(img/icon-mail.svg) center center no-repeat;
}
.block-cikkoldal > .box-cikkoldal .icons .icon.icon-more {
  background: url(img/icon-more.svg) center center no-repeat;
  opacity: 1 !important;
}
.block-cikkoldal > .box-cikkoldal .icons .icon:hover, .block-cikkoldal > .box-cikkoldal .icons .icon:focus {
  opacity: 0.7;
}
.block-cikkoldal > .box-cikkoldal .related-container {
  background-color: #DCDCDC;
  padding: 17px 20px;
  margin: 45px 0 25px;
  text-align: left;
}
.block-cikkoldal > .box-cikkoldal .related-container p {
  margin: 0 !important;
}
.block-cikkoldal > .box-cikkoldal .related-container .related {
  margin-top: 10px;
}
.block-cikkoldal > .box-cikkoldal .related-container .related:first-child {
  margin-top: 0px;
}
.block-cikkoldal > .box-cikkoldal .related-container .related:after {
  content: " ";
  display: block;
  clear: both;
  height: 6px;
}
.block-cikkoldal > .box-cikkoldal .related-container .related:last-child:after {
  height: 0;
}
.block-cikkoldal > .box-cikkoldal .related-container .related a {
  border-bottom: none !important;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-img-wrapper {
  float: left;
  position: relative;
  margin: 0 20px 10px 0;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-header .related-info {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 17px;
  color: #898989;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-header .related-info a {
  color: #898989;
  text-decoration: none;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-header .related-info .related-csatorna {
  padding-right: 10px;
  border-right: 1px solid #898989;
  margin-right: 10px;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-header .related-info .szerzo {
  text-transform: uppercase;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-header h4 {
  padding: 0;
  clear: none;
  margin-bottom: 10px;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 21px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-header h4 > a {
  color: #000;
  text-decoration: none;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-header .szerzo-avatar img {
  max-width: 40px;
  margin-right: 10px;
}
.block-cikkoldal > .box-cikkoldal .related-container .related .related-lead {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #898989;
}
.block-cikkoldal > .box-cikkoldal .related-container .related a:hover {
  color: #9B152B !important;
}
.block-cikkoldal > .box-cikkoldal .header {
  margin: 0;
  padding: 0 15px;
  border: none;
}
.block-cikkoldal > .box-cikkoldal .header h1 {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 44px;
  font-weight: bold;
  font-style: normal;
  line-height: 53px;
  color: #000;
  margin-bottom: 15px;
}
.block-cikkoldal > .box-cikkoldal .header h2 {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  color: #78787A;
  margin-bottom: 45px;
}
.block-cikkoldal > .box-cikkoldal .header .szerzo-container {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
@media (max-width: 613px) {
  .block-cikkoldal > .box-cikkoldal .header .szerzo-container {
    width: 100%;
  }
}
.block-cikkoldal > .box-cikkoldal .header .szerzo-container img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 100%;
}
.block-cikkoldal > .box-cikkoldal .header .szerzo-container .szerzo {
  margin: 10px 0 5px;
  font-weight: bold;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .header .szerzo-container .szerzo .follow {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  color: #9B152B;
  display: inline-block;
  padding: 2px 6px;
  position: relative;
  top: -2px;
  margin-left: 6px;
  border: 1px solid #9B152B;
  border-radius: 10px;
  text-transform: lowercase;
}
.block-cikkoldal > .box-cikkoldal .header .szerzo-container .datum {
  margin: 0;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #898989;
}
.block-cikkoldal > .box-cikkoldal .header .szerzo-container.fotos .datum {
  margin-top: 9px;
  margin-bottom: -6px;
}
.block-cikkoldal > .box-cikkoldal .header .img-container {
  background-color: #DCDCDC;
  padding-bottom: 20px;
  line-height: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.block-cikkoldal > .box-cikkoldal .header .img-container > .img.fluid {
  position: relative;
}
.block-cikkoldal > .box-cikkoldal .header .img-container > .img.fluid img {
  max-width: 100%;
}
.block-cikkoldal > .box-cikkoldal .header .img-container > .img.focuspoint {
  width: 926px;
  height: 504px;
}
.block-cikkoldal > .box-cikkoldal .header .img-container.empty {
  padding-bottom: 0;
}
.block-cikkoldal > .box-cikkoldal .header .img-container.video {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.block-cikkoldal > .box-cikkoldal .header .img-container.video iframe {
  max-width: 640px !important;
  width: 100% !important;
}
.block-cikkoldal > .box-cikkoldal .header .img-container .img-subtitle {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #000;
  margin: 5px 15px 5px;
}
.block-cikkoldal > .box-cikkoldal .header .img-container .img-subtitle.cikkepcim {
  margin-top: 10px;
}
.block-cikkoldal > .box-cikkoldal .header .img-container .fotos {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  color: #898989;
  margin: 10px 15px 0;
}
.block-cikkoldal > .box-cikkoldal .content-wrapper {
  padding: 0 104px;
}
.block-cikkoldal > .box-cikkoldal .share-container {
  margin: 25px 0 45px;
  padding: 3px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.block-cikkoldal > .box-cikkoldal .share-container .socials {
  display: block;
}
@media (max-width: 768px) {
  .block-cikkoldal > .box-cikkoldal .share-container .socials:before {
    content: "";
    display: block;
    clear: both;
  }
}
.block-cikkoldal > .box-cikkoldal .share-container .socials .add-comment-btn {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  color: #000;
  padding: 5px;
  border: 1px solid #999;
  display: inline-block;
  float: right;
  margin: 3px 5px;
}
@media (max-width: 768px) {
  .block-cikkoldal > .box-cikkoldal .share-container .socials .add-comment-btn {
    float: left;
  }
}
.block-cikkoldal > .box-cikkoldal .share-container .fb-share {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
.block-cikkoldal > .box-cikkoldal .share-container .icons {
  float: right;
}
.block-cikkoldal > .box-cikkoldal .content-header .lead {
  margin: 45px 0;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 19.5px;
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .content-header .related-container .related img {
  display: none;
}
.block-cikkoldal > .box-cikkoldal .content-header .related-container .related .szerzo {
  display: none;
}
.block-cikkoldal > .box-cikkoldal .content-header .related-container .related h4 {
  position: relative;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 21px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .content-header .related-container .related h4:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(img/related.svg) center center no-repeat;
  background-size: 100%;
}
.block-cikkoldal > .box-cikkoldal .content-header .related-container .related h4 .cikkoldal-related-wrapper {
  display: inline-block;
}
.block-cikkoldal > .box-cikkoldal .content-header .related-container .related h4 .cikkoldal-related-wrapper > a {
  margin-left: 0;
}
.block-cikkoldal > .box-cikkoldal .content-header .related-container .related h4:after {
  content: " ";
  display: block;
  clear: both;
}
.block-cikkoldal > .box-cikkoldal .content {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .content .szavazas-container .szavazas-valasztas ul li:before {
  display: none;
}
.block-cikkoldal > .box-cikkoldal .content .szavazas-container .szavazas-valasztas button.szavazas {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  color: #000;
  padding: 5px;
  border: 1px solid #999;
  display: inline-block;
  margin: 3px 5px;
  background: white;
  cursor: pointer;
}
.block-cikkoldal > .box-cikkoldal .content .szavazas-container .szavazas-valasztas button.szavazas.disabled {
  background: gainsboro;
  opacity: 0.4;
  outline: none;
  cursor: default;
}
.block-cikkoldal > .box-cikkoldal .content p {
  margin: 25px 0;
}
.block-cikkoldal > .box-cikkoldal .content .cikkkeptable img {
  max-width: 100%;
}
.block-cikkoldal > .box-cikkoldal .content .img-container {
  background-color: #DCDCDC;
  padding-bottom: 20px;
  line-height: 0;
  text-align: left;
}
.block-cikkoldal > .box-cikkoldal .content .img-container > .img.fluid {
  position: relative;
}
.block-cikkoldal > .box-cikkoldal .content .img-container > .img.fluid img {
  max-width: 100%;
}
.block-cikkoldal > .box-cikkoldal .content .img-container > .img.focuspoint {
  width: 926px;
  height: 504px;
}
.block-cikkoldal > .box-cikkoldal .content .img-container.empty {
  padding-bottom: 0;
}
.block-cikkoldal > .box-cikkoldal .content .img-container .img-subtitle {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #000;
  margin: 15px 15px 0;
}
.block-cikkoldal > .box-cikkoldal .content .img-container .fotos {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  color: #898989;
  margin: 15px 15px 0;
}
.block-cikkoldal > .box-cikkoldal .content .image-div {
  background-color: #DCDCDC;
  padding-bottom: 20px;
  margin: 25px;
  line-height: 0;
}
.block-cikkoldal > .box-cikkoldal .content .image-div img {
  max-width: 100%;
  width: 100%;
}
.block-cikkoldal > .box-cikkoldal .content .image-div .clear {
  display: none;
}
.block-cikkoldal > .box-cikkoldal .content .image-div.empty {
  padding-bottom: 0;
}
.block-cikkoldal > .box-cikkoldal .content .image-div.empty .cikkkeptable {
  display: none;
}
.block-cikkoldal > .box-cikkoldal .content .image-div .cikkkeptable .fa {
  display: none;
}
.block-cikkoldal > .box-cikkoldal .content .image-div .cikkkeptable .cikkepcim, .block-cikkoldal > .box-cikkoldal .content .image-div .cikkkeptable .cikkepalairas {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #000;
  margin: 15px 15px 0;
}
.block-cikkoldal > .box-cikkoldal .content .image-div .cikkkeptable .cikkepszerzo {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  color: #898989;
  margin: 15px 15px 0;
}
.block-cikkoldal > .box-cikkoldal .content .image-div.left {
  width: 406px;
  margin-left: -104px;
  float: left;
}
.block-cikkoldal > .box-cikkoldal .content .image-div.left-negyed {
  width: 198px;
  margin-left: -104px;
  float: left;
}
.block-cikkoldal > .box-cikkoldal .content .image-div.inner {
  width: calc(100% + 208px);
  margin: 50px -104px;
}
.block-cikkoldal > .box-cikkoldal .content > h3 {
  margin: 45px 0;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  line-height: 36px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .content > h4 {
  clear: both;
  margin: 50px -104px;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  line-height: 41px;
  color: #9B152B;
}
.block-cikkoldal > .box-cikkoldal .content .ad-container {
  width: 100%;
  margin: 50px auto;
  background-color: #DCDCDC;
  text-align: center;
}
.block-cikkoldal > .box-cikkoldal .content .ad-container img {
  margin: 20px auto;
}
.block-cikkoldal > .box-cikkoldal .content .ad-container .ad-label {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: 11px;
  color: #898989;
  text-transform: lowercase;
  padding-bottom: 10px;
}
.block-cikkoldal > .box-cikkoldal .content blockquote {
  padding-left: 10px;
  border-left: 1px solid #000;
  font-style: italic;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
}
.block-cikkoldal > .box-cikkoldal .content blockquote.half {
  margin: 25px 25px 25px -104px;
  width: 50%;
  float: left;
}
.block-cikkoldal > .box-cikkoldal .content q {
  display: inline;
}
.block-cikkoldal > .box-cikkoldal .content q::before {
  content: "„";
}
.block-cikkoldal > .box-cikkoldal .content q::after {
  content: "”";
}
.block-cikkoldal > .box-cikkoldal .content .folyoszoveg {
  padding-left: 10px;
  border-left: 7px solid #DCDCDC;
  font-style: normal;
  font-weight: 100;
  font-size: 21px;
  line-height: 28px;
}
.block-cikkoldal > .box-cikkoldal .content ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 45px;
}
.block-cikkoldal > .box-cikkoldal .content ul li {
  padding-left: 35px;
  text-indent: -20px;
  list-style: none;
}
.block-cikkoldal > .box-cikkoldal .content ul li:before {
  content: "• "; /* jó lenne de a scss-kicsit furcsán jelníti meg */
  display: inline-block;
  position: relative;
  top: 7px;
  left: 5px;
  margin-right: 7px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 12px;
  width: 7px;
  height: 7px;
  border-radius: 7.5px;
  background-color: #9B152B;
  content: "";
}
.block-cikkoldal > .box-cikkoldal .content ol {
  list-style: none;
  padding: 0;
  margin: 50px 0;
}
.block-cikkoldal > .box-cikkoldal .content ol li {
  counter-increment: item;
  margin-bottom: 10px;
  display: block;
  margin-left: 28px;
}
.block-cikkoldal > .box-cikkoldal .content ol li:before {
  margin-right: 10px;
  content: counter(item) ".";
  color: #9B152B;
  width: 28px;
  text-align: center;
  display: block;
  float: left;
  margin-left: -38px;
  font-size: 16px;
}
.block-cikkoldal > .box-cikkoldal .content .table_w100p_new, .block-cikkoldal > .box-cikkoldal .content .table_w50p_new {
  background-color: #DCDCDC;
  padding: 16px;
}
.block-cikkoldal > .box-cikkoldal .content .table_w100p_new {
  margin: 45px 0;
}
.block-cikkoldal > .box-cikkoldal .content .table_w50p_new {
  margin: 20px 25px 20px -104px;
  width: 50%;
  float: left;
}
.block-cikkoldal > .box-cikkoldal .content .table_w100p_new.cimsor p, .block-cikkoldal > .box-cikkoldal .content .table_w50p_new.cimsor p {
  margin: 20px 0;
}
.block-cikkoldal > .box-cikkoldal .content .table_w100p_new.cimsor h5, .block-cikkoldal > .box-cikkoldal .content .table_w100p_new.cimsor p:first-child, .block-cikkoldal > .box-cikkoldal .content .table_w50p_new.cimsor h5, .block-cikkoldal > .box-cikkoldal .content .table_w50p_new.cimsor p:first-child {
  margin: 0 0 16px;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 28px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .content .table_w100p_new.cimsor p:last-child, .block-cikkoldal > .box-cikkoldal .content .table_w50p_new.cimsor p:last-child {
  margin-bottom: 0;
}
.block-cikkoldal > .box-cikkoldal .content .htmlkod {
  max-width: 100%;
  min-height: 100px;
  margin: 50px 0;
  overflow: hidden;
}
.block-cikkoldal > .box-cikkoldal .content .htmlkod > * {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  display: block;
}
.block-cikkoldal > .box-cikkoldal .content .htmlkod > script {
  display: none !important;
}
.block-cikkoldal > .box-cikkoldal .content .htmlkod > noscript {
  display: none !important;
}
.block-cikkoldal > .box-cikkoldal .content .htmlkod > link {
  display: none !important;
}
.block-cikkoldal > .box-cikkoldal .content > .forras {
  text-align: right;
  font-style: italic;
}
.block-cikkoldal > .box-cikkoldal .content > .forras a {
  color: #000;
  border-bottom: none;
}
.block-cikkoldal > .box-cikkoldal .content > .forras a:hover {
  color: #9B152B;
}
.block-cikkoldal > .box-cikkoldal .content a {
  color: #9B152B;
  text-decoration: none;
  border-bottom: 0.0625rem solid #DCDCDC;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-cikkoldal > .box-cikkoldal .content a:hover {
  border-bottom-color: #9B152B;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-lead {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 19.5px;
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline {
  margin: 50px 0;
  padding: 20px 0 0 40px;
  background-color: #DCDCDC;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline > h4 {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  line-height: 36px;
  color: #000;
  margin: 0 0 20px 80px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .pp-content-wrapper {
  padding-bottom: 50px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list {
  border-left: 3px solid #9B152B;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list > .list-elem {
  padding: 10px 0;
  margin-bottom: 0;
  margin-left: -40px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list > .list-elem > .info {
  height: 40px;
  margin-left: 10px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list > .list-elem > .cim {
  position: relative;
  height: 40px;
  margin-left: 80px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list > .list-elem > .cim h3 {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 21px;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list > .list-elem > .cim h3 > a {
  color: #000;
  border-bottom: none;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list > .list-elem:first-child {
  margin-top: -10px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list > .list-elem:last-child {
  margin-bottom: -10px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-timeline .content.list:after {
  content: " ";
  display: block;
  clear: both;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > #percrol-percre {
  padding: 20px;
  display: block;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item {
  padding-top: 10px;
  margin-bottom: 50px;
  border-top: 1px solid #9B152B;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item:first-child {
  border-top: none;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item > .pp-header > p {
  margin: 0;
  width: auto;
  float: left;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item > .pp-header > p.datum {
  font-size: 15px;
  line-height: 15px;
  padding: 5px;
  background-color: #DCDCDC;
  margin-right: 10px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item > .pp-header > p.szerzo {
  font-size: 14px;
  line-height: 14px;
  padding: 5px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item > .pp-header > p.szerzo a {
  color: #000;
  border-bottom: none;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item > .pp-header > a.szerzo-link > img.szerzo-img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 100%;
  margin-top: -8px;
  margin-right: 5px;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item > .pp-header:after {
  content: " ";
  display: block;
  clear: both;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item h4 {
  margin: 20px 0 25px;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  line-height: 36px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item h4 a {
  color: #000;
  border-bottom: none;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item .pp-content {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item .pp-content a {
  color: #9B152B;
  text-decoration: none;
  border-bottom: 0.0625rem solid #DCDCDC;
}
.block-cikkoldal > .box-cikkoldal .content.percrol-percre .pp-items > .pp-item .pp-content a:hover {
  border-bottom: 0.0625rem solid #9B152B;
}
.block-cikkoldal > .box-cikkoldal .content-footer .back-to-home {
  display: block;
  position: relative;
  margin: 20px 0 25px;
  width: 100%;
  height: 45px;
  background-color: #DCDCDC;
  text-align: center;
}
.block-cikkoldal > .box-cikkoldal .content-footer .back-to-home > img {
  height: 35px;
  margin: 5px 10px 5px 0;
}
.block-cikkoldal > .box-cikkoldal .content-footer .back-to-home > span {
  position: relative;
  top: -19px;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #000;
  font-size: 15px;
}
.block-cikkoldal > .box-cikkoldal .content-footer .tag-container {
  margin: 50px 0;
}
.block-cikkoldal > .box-cikkoldal .content-footer .tag-container:after {
  display: block;
  content: " ";
  clear: both;
}
.block-cikkoldal > .box-cikkoldal .content-footer .tag-container > a {
  background-color: #DCDCDC;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 21px;
  color: #898989;
  padding: 4px 7px;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-cikkoldal > .box-cikkoldal .content-footer .tag-container > a:hover {
  background-color: #DCDCDC;
  color: #9B152B;
}
.block-cikkoldal > .box-cikkoldal .content-footer .tag-container > a.highlight {
  background-color: #9B152B;
  color: #fff;
}
.block-cikkoldal > .box-cikkoldal .content-footer .tag-container > a.highlight:hover {
  background-color: #DCDCDC;
  color: #9B152B;
}
@media (min-width: 926px) {
  .block-cikkoldal > .box-cikkoldal #strossle_placeholder {
    margin-top: 75px;
  }
}
.block-cikkoldal > .box-cikkoldal .footer {
  padding: 0 104px;
  margin-bottom: 45px;
}
.block-cikkoldal > .box-cikkoldal .footer .m-l-80 {
  margin-left: 80px;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container, .block-cikkoldal > .box-cikkoldal .footer .rovat-container {
  background-color: #DCDCDC;
  padding: 15px 10px;
  margin: 25px 0;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #898989;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container:after, .block-cikkoldal > .box-cikkoldal .footer .rovat-container:after {
  content: " ";
  display: block;
  clear: both;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container img, .block-cikkoldal > .box-cikkoldal .footer .rovat-container img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
  border-radius: 100%;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .footer-more, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .footer-more {
  margin-left: 5px;
  font-size: 12px;
  color: #4d4d4d;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .footer-more:after, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .footer-more:after {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
  color: #9B152B;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .footer-more:hover, .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .footer-more:focus, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .footer-more:hover, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .footer-more:focus {
  color: #9B152B;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .footer-more:hover:after, .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .footer-more:focus:after, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .footer-more:hover:after, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .footer-more:focus:after {
  margin-left: 10px;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .szerzo, .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .rovat, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .szerzo, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .rovat {
  margin: 0;
  font-weight: normal;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .szerzo .follow, .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .rovat .follow, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .szerzo .follow, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .rovat .follow {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  color: #9B152B;
  display: inline-block;
  padding: 2px 6px;
  position: relative;
  top: -2px;
  margin-left: 6px;
  border: 1px solid #9B152B;
  border-radius: 10px;
  text-transform: lowercase;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .szerzo, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .szerzo {
  font-weight: bold;
  color: #000;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .szerzo .footer-more, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .szerzo .footer-more {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: normal;
  text-transform: none;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .leiras, .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .rovat-leiras, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .leiras, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .rovat-leiras {
  margin-top: 10px;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact {
  margin: 10px 0 0;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 15px;
  color: #898989;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a {
  display: block;
  float: left;
  padding: 3px 5px;
  border: 1px solid #909090;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 2px 10px 0;
  line-height: 18px;
  text-transform: none;
  color: #6e6f72;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a:before, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a:before {
  content: "";
  display: inline-block;
  float: left;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 5px;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a.rss:before, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a.rss:before {
  background-image: url("/static/css/img/icon-rss.svg");
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a.rss:after, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a.rss:after {
  display: none;
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a.send-mail:before, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a.send-mail:before {
  background-image: url("/static/css/img/email.svg");
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a.icon-facebook:before, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a.icon-facebook:before {
  background-image: url("/static/css/img/icon-facebook.svg");
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a.icon-twitter:before, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a.icon-twitter:before {
  background-image: url("/static/css/img/icon-twitter.svg");
}
.block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a:hover, .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a:focus, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a:hover, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a:focus {
  background-color: #ececec;
}
@media (max-width: 613px) {
  .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .footer-desc, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .footer-desc {
    margin-left: 0;
    float: none;
    clear: both;
    padding-top: 10px;
  }
  .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .rovat, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .rovat {
    margin-top: 20px;
  }
  .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .mobile-break, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .mobile-break {
    display: block;
    margin-top: 5px;
  }
  .block-cikkoldal > .box-cikkoldal .footer .szerzo-container .contact .footer-btn > a, .block-cikkoldal > .box-cikkoldal .footer .rovat-container .contact .footer-btn > a {
    display: inline-block;
    float: none;
  }
}
.block-cikkoldal > .box-cikkoldal .footer .hirtv-like {
  background-color: #DCDCDC;
  padding: 20px;
  /*margin-top: 25px;*/
  text-align: center;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #000;
  overflow: hidden;
}
.block-cikkoldal > .box-cikkoldal .footer .hirtv-like > p {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.block-cikkoldal > .box-cikkoldal .footer .hirtv-like .fb-like {
  position: relative;
  margin-left: 20px;
  top: 2px;
}
.block-cikkoldal > .box-cikkoldal .footer .hirtv-like .fb-page {
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 780px) {
  .block-cikkoldal > .box-cikkoldal .footer .hirtv-like .fb-page iframe {
    width: 100% !important;
  }
}
.block-cikkoldal > .box-cikkoldal .gallery-embed {
  display: inline-block;
  position: relative;
  color: inherit !important;
  border-bottom: none !important;
  cursor: pointer;
  margin-left: -104px;
  margin-right: -104px;
  /*
  > img {
    max-width: 100%;
    max-height: 100%;
  }
  */
}
.block-cikkoldal > .box-cikkoldal .gallery-embed span.gallery-info {
  position: absolute;
  left: 30px;
  bottom: 10px;
  height: 40px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 17px;
  color: #9B152B;
}
.block-cikkoldal > .box-cikkoldal .gallery-embed span.gallery-info > span {
  float: left;
  margin-top: 12px;
  padding: 0 10px;
  border-left: 1px solid #999;
}
.block-cikkoldal > .box-cikkoldal .gallery-embed span.gallery-info > span:first-child {
  border-left: none;
}
.block-cikkoldal > .box-cikkoldal .gallery-embed span.gallery-info > span.label {
  text-transform: uppercase;
}
.block-cikkoldal > .box-cikkoldal .gallery-embed span.gallery-info > span.count {
  color: #898989;
}
.block-cikkoldal > .box-cikkoldal .gallery-embed span.gallery-info:before {
  content: " ";
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  background: url("/static/css/img/camera.svg") no-repeat center center;
  background-size: 100%;
  margin-left: -20px;
}
.block-cikkoldal > .box-cikkoldal .gallery-embed:hover span.gallery-info {
  background-color: rgba(255, 255, 255, 0.9);
}

.block-cikkoldal > .box-cikkoldal.fizetett-hirdetes .header .szerzo-container .szerzo {
  color: #0071BC;
}

.szerzo > a, .contact > a, .rovat > a > .szerzo {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.szerzo > a:hover, .contact > a:hover, .rovat > a:hover > .szerzo {
  color: #9B152B !important;
}

.comments {
  background-color: #DCDCDC;
  padding: 10px;
  margin-top: 25px;
  text-align: center;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.comments .disqus-comment-count > span {
  background-color: #c3d8dd;
  width: 32px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  padding: 8px 0;
  text-align: center;
  position: relative;
  top: -2px;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  color: #000;
}
.comments .comments-info a {
  color: #9B152B;
  text-decoration: none;
  border-bottom: 0.0625rem solid #E6E6E6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ctnet-wrapper > p.subtitle {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 10px;
  color: #999;
  letter-spacing: 2px;
  text-transform: lowercase;
}
.ctnet-wrapper .ctnet-box {
  background-color: #DCDCDC;
  padding: 10px;
  margin-top: 25px;
}
.ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper {
  display: block !important;
  width: auto !important;
  position: relative;
  text-align: left;
  padding: 0 20px;
  margin: 30px auto 0;
}
.ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper h2 {
  font-size: 16px;
  padding-right: 325px;
}
.ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper p {
  font-size: 14px;
  padding-right: 325px;
}
.ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper .iwrp {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
}
.ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper .iwrp a img {
  padding: 0 !important;
}
.ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper .img.felcim {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 20px;
  width: auto !important;
}
@media (max-width: 613px) {
  .ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper {
    text-align: center;
  }
  .ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper p, .ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper h2 {
    padding-right: 0;
  }
  .ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper .iwrp {
    position: inherit;
    display: inline-block;
    float: left;
    width: 100%;
  }
  .ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper .img.felcim {
    position: inherit;
    float: left;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
  }
  .ctnet-wrapper .ctnet-box .ctnet_adslot_wrapper .img.felcim em {
    text-align: left;
  }
}
.ctnet-wrapper .ctnet-box:after {
  content: " ";
  display: block;
  clear: both;
}

#comments {
  display: none;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  color: #000;
  text-transform: none;
}

.box-sidebar {
  float: right;
}

.more-articles.box.box-container .box-container {
  margin-left: 0;
  float: none;
}
.more-articles.box.box-container .box-container .box {
  float: left;
  margin-left: 10px;
}
.more-articles.box.box-container h5 {
  margin: 50px 0;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 31px;
  font-weight: normal;
  font-style: normal;
  line-height: 38px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.plus18_layer {
  position: relative;
}

#plus18-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

#plus18-content {
  position: fixed;
  width: 50%;
  height: 50%;
  min-width: 650px;
  min-height: 650px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  border: 1px solid #000;
  padding: 50px;
  z-index: 10001;
}

.plus18-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 25px;
  z-index: 10001;
}

#plus18-content h4, .plus18-content h4 {
  display: block;
  margin: 0 auto;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 100px;
  font-weight: bold;
  font-style: normal;
  line-height: 100px;
  background-color: #fff;
  color: #000;
  width: 180px;
  height: 180px;
  border: 15px solid #9B152B;
  border-radius: 100%;
  padding: 27px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#plus18-content ul, .plus18-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#plus18-content ul li, .plus18-content ul li {
  text-indent: -1em;
  margin-left: 2em;
}
#plus18-content ul li::before, .plus18-content ul li::before {
  content: "⏹ ";
  color: #9B152B;
  display: inline-block;
  position: relative;
  top: -2px;
}
#plus18-content p, .plus18-content p {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #000;
  margin: 50px 0 50px !important;
}
#plus18-content li, .plus18-content li {
  margin: 0;
}
#plus18-content li > span, .plus18-content li > span {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #000;
}
#plus18-content .row, .plus18-content .row {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}
#plus18-content .row > .left, .plus18-content .row > .left {
  float: left;
  width: 50%;
  text-align: center;
}
#plus18-content .row > .right, .plus18-content .row > .right {
  float: right;
  width: 50%;
  text-align: center;
}
#plus18-content .row .plus18-btn, .plus18-content .row .plus18-btn {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 250px;
  padding: 10px;
  text-transform: uppercase;
  background-color: #9B152B;
  color: #fff !important;
  border-bottom: none !important;
}
#plus18-content .row .plus18-btn.plus18-agree, .plus18-content .row .plus18-btn.plus18-agree {
  background-color: #15326D;
}

.plus18-content .clear {
  display: block !important;
  clear: both;
}
.plus18-content h4 {
  margin: 0 20px 20px 0;
  float: left;
}
.plus18-content p {
  margin: 60px 0 60px !important;
}
.plus18-content p, .plus18-content li > span {
  color: #fff !important;
}
.plus18-content li {
  color: #fff !important;
  line-height: 30px;
}

@media (max-width: 650px) {
  #plus18-content {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    padding: 20px;
  }
  #plus18-content p {
    margin: 10px 0 !important;
  }
  #plus18-content .row {
    bottom: 20px;
  }
  #plus18-content .row > .left, #plus18-content .row > .right {
    width: 100%;
    margin: 15px 0;
  }
}
@media (max-width: 925px) {
  .plus18-content {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .plus18-content ul {
    display: none;
  }
}
@media (max-width: 613px) {
  .plus18-content h4 {
    display: block;
    margin: 0 20px 20px 0;
    font-family: "Roboto", Verdana, Geneva, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    width: 100px;
    height: 100px;
    border: 8px solid #9B152B;
    border-radius: 100%;
    padding: 19px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .plus18-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 30px 0 !important;
  }
  .plus18-content .row {
    bottom: 20px;
  }
  .plus18-content .row > .left, .plus18-content .row > .right {
    width: 50%;
    margin: 15px 0;
  }
  .plus18-content .row > .left .plus18-btn, .plus18-content .row > .right .plus18-btn {
    font-size: 12px;
    line-height: 16px;
    width: 140px;
  }
}
@media (max-width: 768px) {
  .box-cikkoldal > .box-cikkoldal .content-wrapper {
    padding: 0 52px !important;
  }
  .box-cikkoldal > .box-cikkoldal .footer {
    padding: 0 52px !important;
  }
  .box-cikkoldal .content .image-div.left {
    width: 304px !important;
    margin-left: -52px !important;
  }
  .box-cikkoldal .content .image-div.left-negyed {
    margin-left: -52px !important;
  }
  .box-cikkoldal .content .image-div.inner {
    margin-left: -52px !important;
    margin-right: -52px !important;
    width: auto !important;
  }
  .box-cikkoldal .content > h4 {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .box-cikkoldal .content .ad-container {
    margin-left: -52px !important;
    margin-right: -52px !important;
    width: auto;
  }
  .box-cikkoldal .content .table_w50p_new {
    margin-left: -52px !important;
    width: 100% !important;
  }
  .box-cikkoldal .content blockquote.half {
    margin-left: -52px !important;
  }
  .box-cikkoldal .related-container .related .related-img {
    display: none !important;
  }
}
@media (max-width: 613px) {
  .block-cikkoldal {
    max-width: 588px;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .block-cikkoldal > .box-cikkoldal .content-wrapper {
    padding: 0;
  }
  .block-cikkoldal > .box-cikkoldal .share-container .fb-share {
    margin-left: 0px;
  }
  .block-cikkoldal .content .image-div.left {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .block-cikkoldal .content .image-div.left-negyed {
    margin-left: 0 !important;
  }
  .block-cikkoldal .content .image-div.inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }
  .block-cikkoldal .content > h4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .block-cikkoldal .content .ad-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto;
  }
  .block-cikkoldal .content .table_w50p_new {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .block-cikkoldal .content blockquote.half {
    margin-left: 0 !important;
  }
  .block-cikkoldal > .box-cikkoldal .footer {
    padding: 0;
  }
  .block-cikkoldal .box {
    width: 100%;
  }
  .block-cikkoldal .header .img-container > .img.focuspoint {
    width: 100%;
    height: 320px;
  }
  .title {
    width: 100%;
  }
  .box, .more-articles.box.box-container .box-container .box {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 10px 0;
  }
  .box > .img.focuspoint > picture, .box > .img.focuspoint > img, .more-articles.box.box-container .box-container .box > .img.focuspoint > picture, .more-articles.box.box-container .box-container .box > .img.focuspoint > img {
    position: relative;
    width: 100%;
  }
  .box .content .bottom, .more-articles.box.box-container .box-container .box .content .bottom {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  .box .content .bottom .info, .more-articles.box.box-container .box-container .box .content .bottom .info {
    margin-left: 0;
  }
  .box .content .bottom .info:after, .more-articles.box.box-container .box-container .box .content .bottom .info:after {
    content: " ";
    display: block;
    clear: both;
  }
  .box .content .gallery-embed, .more-articles.box.box-container .box-container .box .content .gallery-embed {
    margin-left: 0;
    margin-right: 0;
  }
  .box .content .image-div, .more-articles.box.box-container .box-container .box .content .image-div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .box.hirsor .content.list .list-elem .right, .more-articles.box.box-container .box-container .box.hirsor .content.list .list-elem .right {
    float: left;
    margin-left: 80px;
  }
}
@media (min-width: 614px) and (max-width: 1238px) {
  .more-articles.box.box-container .box-container {
    width: 614px;
    margin-left: auto;
    margin-right: auto;
  }
  .more-articles.box.box-container .box-container:after {
    content: " ";
    display: block;
    clear: both;
  }
  .more-articles.box.box-container .box-container .box:nth-child(1),
  .more-articles.box.box-container .box-container .box:nth-child(3),
  .more-articles.box.box-container .box-container .box:nth-child(5),
  .more-articles.box.box-container .box-container .box:nth-child(7),
  .more-articles.box.box-container .box-container .box:nth-child(9),
  .more-articles.box.box-container .box-container .box:nth-child(11) {
    margin-left: 0;
  }
}
@media (min-width: 1238px) {
  .more-articles.box.box-container .box-container .box:nth-child(1),
  .more-articles.box.box-container .box-container .box:nth-child(4),
  .more-articles.box.box-container .box-container .box:nth-child(7),
  .more-articles.box.box-container .box-container .box:nth-child(10) {
    margin-left: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1237px) {
  .box-fluid {
    width: calc(100% - 312px);
  }
}
@media (max-width: 1025px) {
  .block-cikkoldal:after {
    content: " ";
    display: block;
    clear: both;
  }
  .box-sidebar {
    display: none;
  }
  .box-cikkoldal, .more-articles, .block-cikkoldal > .box {
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 613px) {
  .block-cikkoldal > .box-cikkoldal .header h1 {
    font-size: 7vw;
    line-height: 8.4vw;
  }
  .block-cikkoldal > .box-cikkoldal .header h2 {
    font-size: 4.5vw;
    line-height: 7.2vw;
  }
}
header {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}
header .container {
  max-width: 100% !important;
}

@media (min-width: 1238px) {
  header .container {
    max-width: 1238px !important;
  }
}
@media print {
  article.box-cikkoldal {
    width: 100% !important;
    padding: 0 !important;
  }
  .block.block-cikkoldal {
    width: 100% !important;
  }
  .block-cikkoldal > .box-cikkoldal .content-wrapper {
    padding: 0 !important;
  }
  .banner, .banner-media, .ctnet-wrapper {
    display: none !important;
  }
  .block-cikkoldal > .box-cikkoldal .header h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .block-cikkoldal > .box-cikkoldal .header h2 {
    font-size: 18px;
    line-height: 24px;
  }
  /*
  header.header-cikkoldal {
    display: none !important;
  }
  */
  header .fixed {
    position: static !important;
    top: 0 !important;
  }
  header.header-cikkoldal .fixed .logo {
    top: 0 !important;
  }
  .box-sidebar {
    display: none !important;
  }
  .share-container, .back-to-home, .hirtv-like {
    display: none !important;
  }
  .more-articles {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  #nx_profiler, #footer_end_holder {
    display: none !important;
  }
}
@media (max-width: 613px) {
  .box:not(.box-slide) .img.focuspoint > picture,
  .box:not(.box-slide) .img.focuspoint > img {
    min-width: 100%;
    min-height: 240px;
  }
  .box a.img > picture > img {
    width: 100%;
  }
  .box .focuspoint > picture > img {
    min-height: 0;
  }
  .box.lg-3x3 .image-holder, .box.lg-3x4 .image-holder {
    display: none;
  }
  .box.lg-3x3 .lead, .box.lg-3x4 .lead {
    display: block;
  }
  .box.lg-3x3:not(.video-preview) a.img > img, .box.lg-3x3:not(.video-preview) a.img > picture, .box.lg-3x4:not(.video-preview) a.img > img, .box.lg-3x4:not(.video-preview) a.img > picture {
    display: none;
  }
  .more-articles .box.lg-3x3 a.img > img, .more-articles .box.lg-3x3 a.img > picture, .more-articles .box.lg-3x4 a.img > img, .more-articles .box.lg-3x4 a.img > picture {
    display: block;
  }
  .box.picture .lead,
  .nagykep[class*=box-3x] .lead,
  .nagykep[class*=box-4x] .lead,
  .nagykep.box-6x2 .lead,
  .nagykep.box-6x4 .lead,
  .nagykep.box-9x2 .lead {
    display: block !important;
  }
  .box:not(.box-container):not(.hirsor).nagykep:hover > .content h3, .box:not(.box-container):not(.hirsor).nagykep:hover > .content h3 > a, .box:not(.box-container):not(.hirsor).nagykep.hover > .content h3, .box:not(.box-container):not(.hirsor).nagykep.hover > .content h3 > a {
    color: #9B152B;
  }
}
@media (max-width: 440px) {
  .title > h2 {
    font-size: 6vw;
    line-height: 1.15;
  }
  .box > .content > h3 {
    font-size: 5.8vw !important;
    line-height: 6.6vw !important;
  }
  .box > .content > .lead {
    font-size: 4vw !important;
    line-height: 4.8vw !important;
  }
  .slider .slide > a > .slide-content > h1 {
    font-size: 7vw !important;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .slider .slide > a > .slide-content > h3 {
    font-size: 4vw !important;
  }
}
@media (min-width: 441px) and (max-width: 613px) {
  .title > h2 {
    font-size: 26px;
    line-height: 1.15;
  }
  .box > .content > h3 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .box > .content > .lead {
    font-size: 18px !important;
    line-height: 21px !important;
  }
  .slider .slide > a > .slide-content > h1 {
    font-size: 36px !important;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .slider .slide > a > .slide-content > h3 {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=hirtv-cikkoldal.css.map */