@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|PT+Serif:400,700&display=swap&subset=latin-ext");
.bg {
  background-color: #0077D4;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-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, .bg-light {
  background-color: rgba(0, 119, 212, 0.2);
}

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

.bg-default, .default-bg {
  background-color: #1C2E3D;
  color: #fff;
}
.bg-default *, .default-bg * {
  color: #fff;
}

body {
  color: #1C2E3D;
  font-family: "Montserrat", sans-serif;
}

p {
  color: #1C2E3D;
}

.pr-2x {
  padding-right: 30px;
}

.pl-2x {
  padding-left: 30px;
}

.px-2x {
  padding-left: 30px;
  padding-right: 30px;
}

h1 {
  font-family: "PT Serif", serif;
  color: #F5C701;
  margin: 30px auto;
}

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

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

.display-block {
  display: block;
}

.inline {
  display: inline;
}

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

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.up {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.text-active,
.font-active {
  color: #F5C701 !important;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-active:hover, .text-active:focus,
.font-active:hover,
.font-active:focus {
  color: #8f7401 !important;
}

.text-default,
.font-default {
  color: #1C2E3D !important;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-default:hover, .text-default:focus,
.font-default:hover,
.font-default:focus {
  color: black !important;
}

.text-highlight,
.font-highlight {
  color: #f36564 !important;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-highlight:hover, .text-highlight:focus,
.font-highlight:hover,
.font-highlight:focus {
  color: #e01311 !important;
}

.bg-beige {
  background-color: #e6e0d7;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-twitter {
  background-color: #00acee;
}

.bg-youtube {
  background-color: #ff0000;
}

.bg-instagram {
  background-color: #bc2a8d;
}

.bg-rss {
  background-color: #ea6221;
}

.bg-dark-gray {
  background-color: #656568;
}

.bg-light-gray {
  background-color: #F6F6F6;
}

.btn-active {
  color: #1C2E3D;
  background-color: #F5C701;
  border-color: #F5C701;
}
.btn-active:disabled {
  color: #8e8e90;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
  opacity: 1;
}
.btn-active:hover, .btn-active:focus {
  background-color: #c29e01;
  border-color: #c29e01;
}
.btn-active:disabled:hover, .btn-active:disabled:focus {
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}

.btn-facebook {
  color: #fff;
  background-color: #3B5998;
  border-radius: 3px;
  padding-top: 16px;
}
.btn-facebook:hover, .btn-facebook:focus {
  background-color: #718dc8;
}

.btn-google {
  color: #fff;
  background-color: #DB4437;
  border-radius: 3px;
  padding-top: 16px;
}
.btn-google:hover, .btn-google:focus {
  background-color: #eb958d;
}

.btn-lg {
  height: auto;
  min-height: 44px;
  padding: 13px 20px;
  border-width: 3px;
  border-radius: 4px;
}

.btn-xl {
  height: auto;
  min-height: 50px;
  padding: 16px 20px;
  border-width: 3px;
  border-radius: 4px;
}

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

img {
  max-width: 100%;
}

.icon {
  position: relative;
  width: 22px;
  height: 28px;
  display: inline-block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon.icon-user {
  background-image: url(/static/frontend/imgs/icon-user.png);
}
.icon.icon-search {
  background-image: url(/static/frontend/imgs/icon-search.png);
}
.icon.icon-lock {
  background-image: url(/static/frontend/imgs/icon-lock.png);
}
.icon.icon-book {
  width: 23px;
  background-image: url(/static/frontend/imgs/icon-book.png);
}
.icon.icon-bars {
  width: 18px;
}
.icon.icon-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F5C701;
}
.icon.icon-bars :nth-child(1) {
  top: 6px;
}
.icon.icon-bars :nth-child(2) {
  top: 13px;
}
.icon.icon-bars :nth-child(3) {
  bottom: 6px;
}
.icon.icon-close {
  width: 28px;
  height: 28px;
}
.icon.icon-close:before, .icon.icon-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background-color: #fff;
  height: 2px;
}
.icon.icon-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon.icon-back {
  top: 1px;
  width: 16px;
  height: 15px;
  background-image: url(/static/frontend/imgs/back-arrow.png);
  margin-right: 5px;
}
.icon.icon-checked {
  top: 4px;
  left: -3px;
  width: 17px;
  height: 17px;
  background-image: url(/static/frontend/imgs/checked.png);
}
.icon.icon-large-checked {
  width: 68px;
  height: 68px;
  background-image: url(/static/frontend/imgs/large-check.png);
}
.icon.icon-card {
  width: 116px;
  height: 95px;
  background-image: url(/static/frontend/imgs/icon-card.png);
}

.h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
}

.text-transform-none {
  text-transform: none !important;
}

.bg-dark .icon.icon-bars span {
  background-color: #fff;
}

.img-33x33 {
  display: inline-block;
  width: 33px;
  height: 33px;
}

.img-70x70 {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.pl-30px {
  padding-left: 30px;
}

.pb-300px {
  padding-bottom: 300px;
}

.mr--10 {
  margin-right: -10px;
}

@media (min-width: 1007px) {
  .ml--30 {
    margin-left: -30px;
  }
}

.mt-120px {
  margin-top: 120px;
}

@media (min-width: 1200px) {
  .mt--60px {
    margin-top: -60px;
  }
}

@media (min-width: 1200px) {
  .mt--30px {
    margin-top: -30px;
  }
}

.mb-60px {
  margin-bottom: 60px;
}

.min-h-149px {
  min-height: 149px;
}

.bottom-0 {
  bottom: 0;
}

.w-160px {
  width: 160px !important;
}

.w-230px {
  width: 230px !important;
}

.w-270px {
  width: 270px !important;
}

@media (min-width: 1200px) {
  .article-container, .text-box {
    padding: 0 100px;
  }
}

@media (min-width: 1200px) {
  .article-head-col2 {
    padding-right: 100px;
  }
}

.main-article .card-body {
  padding: 0;
}
.main-article .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #1C2E3D;
  margin: 10px 0 15px;
  word-break: break-word;
}
.main-article .card-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C2E3D;
  margin: 15px 0 30px;
}
.main-article .card-overtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #1C2E3D;
  margin: 15px 0 10px;
}
.main-article .card-info {
  margin: 30px 0;
}
.main-article .card-info .card-meta {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-right: 25px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}
.main-article .card-info .card-meta li {
  display: inline-block;
}
.main-article .card-info .card-meta li > a, .main-article .card-info .card-meta li > span {
  padding: 2px 20px 4px;
  border-right: 1px solid #1C2E3D;
}
.main-article .card-info .card-meta li > a span.focuspoint, .main-article .card-info .card-meta li > span span.focuspoint {
  top: 10px;
  margin-right: 3px;
}
.main-article .card-info .card-meta li:first-child > a, .main-article .card-info .card-meta li:first-child > span {
  padding-left: 0;
}
.main-article .card-info .card-meta li:last-child > a, .main-article .card-info .card-meta li:last-child > span {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 768px) {
  .main-article .card-info .card-meta {
    margin-right: 0px;
  }
  .main-article .card-info .card-meta li a, .main-article .card-info .card-meta li span {
    padding: 2px 6px;
  }
}
.main-article .card-info .card-topic {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  background-color: #F5C701;
  color: #000;
  text-transform: uppercase;
}
.main-article .card-info .card-buttons {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  position: relative;
  top: 8px;
}
.main-article .card-info .card-buttons li {
  display: inline-block;
  margin-right: 5px;
}
.main-article .card-info .card-buttons li a {
  padding: 5px 3px;
}
.main-article .card-info .card-buttons li .fa {
  font-size: 18px;
}
.main-article .article-lead {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 26px;
}
.main-article .article-lead p:last-child {
  margin-bottom: 0;
}
.main-article .article-content-wrapper {
  position: relative;
}
.main-article .article-content-wrapper .share-box {
  padding: 8px;
}
.main-article .article-content-wrapper .share-box.fixed {
  position: fixed;
  top: 120px;
  z-index: 10000;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .main-article .article-content-wrapper .share-box {
    position: absolute;
    top: 0;
    left: -100px;
    width: 70px;
  }
}
.main-article .article-content-wrapper .share-box ul {
  list-style: none;
}
.main-article .article-content-wrapper .share-box ul li {
  background-color: transparent;
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0 !important;
}
.main-article .article-content-wrapper .share-box ul li:first-child {
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #1C2E3D;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.main-article .article-content-wrapper .share-box ul li:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0 !important;
}
.main-article .article-content-wrapper .share-box ul li .fa {
  width: 28px;
  font-size: 24px;
  text-align: center;
  margin-right: 8px;
}
.main-article .article-content-wrapper .share-box ul li .fa.fa-facebook-square {
  color: #3b5998;
}
.main-article .article-content-wrapper .share-box ul li .fa.fa-comment {
  color: #e6e0d7;
}
.main-article .article-content-wrapper .share-box ul li .fa.fa-envelope {
  color: #73afba;
}
.main-article .article-content-wrapper .share-box ul li .counter {
  position: relative;
  top: -7px;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  color: #1C2E3D;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .main-article .article-content-wrapper .share-box {
    padding-left: 0;
  }
  .main-article .article-content-wrapper .share-box ul {
    max-width: 100%;
    flex-direction: row;
  }
  .main-article .article-content-wrapper .share-box ul li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #f0f0f0 !important;
    border-bottom: none !important;
  }
  .main-article .article-content-wrapper .share-box ul li:first-child {
    padding-top: 10px;
    padding-left: 0;
    border-left: none !important;
  }
  .main-article .article-content-wrapper .share-box ul li:last-child {
    padding-bottom: 5px;
    border-left: none !important;
    border-bottom: none !important;
  }
}
.main-article .article-content {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.45;
}
.main-article .article-content a {
  text-decoration: none;
  border-bottom: 2px solid #F5C701;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-article .article-content a:hover, .main-article .article-content a:focus {
  background-color: #fff0b1;
}
.main-article .article-content h1 {
  font-size: 26px;
}
.main-article .article-content blockquote, .main-article .article-content .blockquote {
  background-color: #faf9f7;
  border: 5px solid #e6e0d7;
  padding: 30px 50px 10px;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.4;
  color: #737172;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-article .article-content blockquote:last-child, .main-article .article-content .blockquote:last-child {
  margin-bottom: 0;
}
.main-article .article-content .blockquote h1, .main-article .article-content .blockquote h2, .main-article .article-content .blockquote h3, .main-article .article-content .blockquote h4, .main-article .article-content .blockquote h5, .main-article .article-content .blockquote h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 24px;
}
.main-article .article-content .blockquote h1 {
  font-size: 300%;
  color: #1C2E3D;
}
.main-article .article-content .blockquote h2 {
  font-size: 250%;
  color: #1C2E3D;
}
.main-article .article-content .blockquote h3 {
  font-size: 200%;
  color: #1C2E3D;
}
.main-article .article-content .blockquote h4 {
  font-size: 150%;
  color: #1C2E3D;
}
.main-article .article-content .blockquote h5 {
  font-size: 100%;
  font-family: "PT Serif", serif;
  font-weight: normal;
}
.main-article .article-content .blockquote h6 {
  font-size: 80%;
  font-family: "PT Serif", serif;
  font-weight: normal;
}
.main-article .article-content .blockquote p {
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.4;
  color: #737172;
}
.main-article .article-content blockquote {
  border-left: none;
  border-right: none;
  position: relative;
  color: #737172;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
}
.main-article .article-content blockquote:last-child {
  margin-bottom: 0;
}
.main-article .article-content blockquote:before {
  content: "”";
  position: absolute;
  top: -32px;
  left: 69px;
  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 80px;
  line-height: 96px;
  border-radius: 50%;
  background-color: #e6e0d7;
  color: #fff;
}
.main-article .article-content > table.left {
  margin-right: 25px;
}
.main-article .article-content > table.right {
  margin-left: 25px;
}
.main-article .article-content > table.center {
  width: 100%;
}
.main-article .article-content > table table {
  margin: 0 auto;
}
.main-article .article-content > table table p:first-of-type {
  margin: 0px;
}
.main-article .article-content > table table p:first-of-type:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  clear: both;
}
.main-article .article-content > table table p {
  max-width: 50%;
  width: auto !important;
  color: #999;
  font-size: 16px;
  margin-bottom: 4px;
}
.main-article .article-content > table.table_w100p {
  width: 100% !important;
}
.main-article .figure {
  width: 100%;
  background-color: #e6e0d7;
  margin: 20px 0;
}
.main-article .figure .figure-img {
  margin-bottom: 0;
}
.main-article .figure .figure-caption {
  text-align: left;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.3;
}
.main-article .image-div {
  background-color: #e6e0d7;
  margin: 20px 0;
}
.main-article .image-div .img-wrapper {
  text-align: center;
  margin-bottom: 0;
}
.main-article .image-div .cikkkeptable {
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.3;
}
.main-article .image-div .cikkkeptable .fa {
  display: none;
}
.main-article .image-div .cikkkeptable .clear {
  display: block;
  clear: both;
}
.main-article .img-wrapper {
  text-align: center;
}
.main-article .tags {
  list-style: none;
  padding-left: 0;
}
.main-article .tags li {
  display: inline-block;
  margin-right: 6px;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  background-color: #e7e7e7;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.main-article .cikkblock {
  max-width: 100%;
  overflow: hidden;
}
.main-article .cikkblock > iframe {
  max-width: 100%;
}
.main-article .visszhang {
  display: inline-block;
  padding: 10px;
  background: #e6e0d7;
  border-radius: 6px;
}
.main-article .visszhang .full-icon {
  color: #f5c701;
}
.main-article .blockquote.orange {
  background-color: #e7e7e7;
  border: 25px solid #fff0b1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.main-article .blockquote.orange:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border-top: 1.5px solid #f5c701;
}

.prev-next-articles {
  border-top: 1px solid #c4cdd5;
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-left: -30px;
  padding-left: 15px;
  margin-right: -30px;
  padding-right: 15px;
}
.prev-next-articles a:hover, .prev-next-articles a:focus {
  text-decoration: none;
}
.prev-next-articles a:hover .media .media-body, .prev-next-articles a:focus .media .media-body {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .prev-next-articles {
    margin-left: 0;
    margin-right: 0;
  }
}
.prev-next-articles .media-body {
  margin-left: 12px;
  margin-right: 12px;
}
.prev-next-articles .prev-article, .prev-next-articles .next-article {
  text-transform: uppercase;
}
.prev-next-articles .prev-article .fa, .prev-next-articles .next-article .fa {
  display: inline-block;
  font-size: 9px;
  line-height: 21px;
  font-weight: normal;
  padding: 6px 12px;
}
.prev-next-articles .prev-article.prev-article, .prev-next-articles .next-article.prev-article {
  margin-left: -28px;
}
.prev-next-articles .prev-article.next-article, .prev-next-articles .next-article.next-article {
  margin-right: -28px;
}

aside {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  aside {
    padding-top: 0;
  }
}
aside .topic .static-wrapper {
  width: 100%;
  padding: 0 15px;
}

.img-570x400 {
  width: 570px;
  max-width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-570x400 {
    width: 740px;
    height: 520px;
  }
}
@media (max-width: 575px) {
  .img-570x400 {
    height: 300px;
  }
}

.img-1440x490 {
  width: 100%;
  max-width: 100%;
  height: 490px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .img-1440x490 {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .img-1440x490 {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .article-page .main {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .article-page .main .main-article .article-lead {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .article-page .main .main-article .card-info {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .article-page .main .main-article .card-title {
    font-size: 26px;
  }
}

.adult-hover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #000000fa;
}

.adult-hover > div.alert {
  position: absolute;
  width: 350px;
  left: calc(50% - 175px);
  top: calc(50% - 104px);
  top: 50%;
}
.adult-hover > div.alert a {
  text-decoration: underline;
}

/*# sourceMappingURL=article.css.map */