.articleReader audio {
    /* height: auto; */
    margin: 30px 0 5px 0;
}

/*article - reszponziv youtube*/
.articleReader .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.articleReader .embed-container iframe,
.articleReader .embed-container object,
.articleReader .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Video player*/
.videoPlayer {
    width: 100%;
    background-color: #000;
    color: #FFF;
}

.videoPlayer .playerCont,
.videoPlayer .infoCont {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.videoPlayer .videoInfo {
    width: 100%;
    background-color: #333;
    padding-bottom: 25px;
}

.videoPlayer .infoCont .infoLogo {
    width: 96px;
    height: 96px;
    background-image: url('IMG/hiradoSprite.png');
    background-position: -250px -190px;
    margin: 45px 25px 0 20px;
    float: left;
}

.videoPlayer .infoCont .infoTxt {
    width: 100%;
    float: right;
    /*margin:0 25px 0 0;*/
    font-family: ProxiSemiBold;
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
    box-sizing: border-box;
}

.videoPlayer .infoCont .infoTxt h2 {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    margin: 30px 0 19px 0;
}

/*more videos*/

.moreVideos {
    width: 1440px;
    margin: auto;
    margin-top: 20px;
}

.moreVideos .moreVideoTitle {
    width: 100%;
    border-bottom: #333 solid 1px;
    margin-top: 20px;
}

.moreVideos .moreVideoTitle h2 {
    background-color: #333;
    color: #FFF;
    margin: 0;
    float: left;
    font-size: 32px;
    line-height: 32px;
    font-family: ProxiSemiBold;
    text-transform: uppercase;
    padding: 20px 25px 15px 25px
}

.moreVideos .moreVideoCont {
    margin: 30px 0 50px 0
}

.moreVideos .oneMoreVideo {
    width: 345px;
    float: left;
    margin-right: 15px
}

.moreVideos .oneMoreVideo a {
    color: #333
}

.moreVideos .oneMoreVideo .oneVidPic {
    width: 100%;
    height: 195px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: cover;
}

.moreVideos .oneMoreVideo .videoZoomingElement {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.moreVideos .oneMoreVideo .oneVidPic:hover {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.moreVideos .oneMoreVideo .oneVidTxt {
    padding: 15px 15px 20px 15px;
    font-family: ProxiSemiBold;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    position: relative
}

.moreVideos .oneVidTxt .oneVidCat {
    position: absolute;
    top: -20px;
    left: 0;
    font-family: ProxiNormal;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 5px 2px 5px;
    background-color: #79288D;
    color: #FFF
}

/*.moreVideos .oneMoreVideo .oneVidShare{
	padding:0 15px
}

.moreVideos .oneMoreVideo .share,
.moreVideos .oneMoreVideo .shareOver{
	height: 34px;
  background-image: url(IMG/share_grey.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 6px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #CCC;
  font-size: 14px;
  z-index: 100;
}

.moreVideos .oneMoreVideo .shareOver{
  display: none;
  overflow: hidden;
}

.moreVideos .oneVidShare:hover .share{
	display: none;
}

.moreVideos .oneVidShare:hover .shareOver{
	display: block;
}

.moreVideos .shareOver .lazySet div{
	float:left;
	margin:0 10px 10px 0
}*/

.moreVideos .moreVideoTabs {
    border-bottom: #646464 solid 1px;
    width: 1440px;
    margin: 0 auto;
}

.moreVideos .moreVideoTabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: ProxiSemiBold;
    font-size: 32px;
    line-height: 32px
}

.moreVideos .moreVideoTabs ul li {
    float: left;
    background-color: #646464;
    margin-right: 10px;
    color: #FFF;
    text-transform: uppercase;
    padding: 20px 25px 15px 25px;
}

.moreVideos .moreVideoTabs ul li:hover,
.moreVideos .moreVideoTabs ul li.active {
    background-color: #333;
}
.ut-layout-new_search .moreVideos .moreVideoTabs [data-type="pp"] {
    display: none;
}
.moreVideos .oneMoreVideo .videoMainType {
    height: 30px;
    position: absolute;
    right: 0;
    top: -30px;
}

.moreVideos .oneMoreVideo .video {
    background-position: 5px 5px;
    background-color: #79288D;
    background-image: url("IMG/hiradoSprite.png");
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin-left: 5px;
    width: 30px;
}

.moreVideos .oneMoreVideo .gallery {
    background-position: -26px 5px;
    background-color: #79288D;
    background-image: url("IMG/hiradoSprite.png");
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin-left: 5px;
    width: 30px;
}

/*Article reader*/

.articleHeadCont {
    width: 100%;
}

.articleHead {
    width: 1440px;
    margin: 0 auto;
}

.articleHead .articleMeta {
    width: 360px;
    float: left;
    padding: 25px 0 0 20px;
}

.articleHead .articleMeta .breadCrumbs {
    font-family: ProxiBold;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 15px;
}

.articleMeta .breadCrumbs a {
    color: #FFF;
    text-decoration: none;
}

.articleMeta .breadCrumbs a:hover {
    text-decoration: underline
}

.articleMeta .breadCrumbs .st,
.articleMeta .breadCrumbs .nd,
.articleMeta .breadCrumbs .rd {
    float: left;
    margin-right: 5px;
}

.articleMeta .breadCrumbs .nd {
    font-size: 24px;
    margin-top: -8px;
}

.articleMeta .breadCrumbs .rd {
    font-size: 30px;
    margin-top: -13px;
}

.articleHead .articleMeta .artTime {
    font-family: ProxiSemiBold;
    font-size: 16px;
    color: #FFF;
    height: 22px;
    margin-bottom: 15px;
}

.articleHead .articleMeta .lastModified {
    height: 40px;
}

.articleMeta .artTime .timePicto {
    background-image: url('IMG/hiradoSprite.png');
    background-position: -100px -190px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

.articleMeta .artTime span {
    font-size: 24px;
    font-family: ProxiBold, "Arial Black", sans-serif;
}

.articleHead .articleMeta .artAuthor,
.articleHead .articleMeta .artSource {
    font-family: ProxiBold, "Arial Black", sans-serif;
    font-size: 24px;
    color: #FFF;
    height: auto;
    min-height: 22px;
    margin-bottom: 5px;
}

.articleHead .articleMeta .artAuthor {
    margin-bottom: 8px;
    clear: both;
}

.articleMeta .artSource .sourcePicto {
    background-image: url('IMG/hiradoSprite.png');
    background-position: -100px -220px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
}

.articleMeta .artAuthor .sourcePicto {
    background-image: url('IMG/pencil_white.png');
    background-position: left top;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
}

.articleMeta .artSource span,
.articleMeta .artAuthor span {
    font-size: 16px;
    font-family: ProxiNormal, "Arial Black", sans-serif;
}

.articleHead h1 {
    float: left;
    color: #FFF;
    width: 710px;
    font-family: ProxiExtraB, "Arial Black", sans-serif;
    font-size: 42px;
    line-height: 52px;
    margin: 10px 0 0 20px;
}

/*articleReader*/
.articleReader {
    font-family: ProxiNormal, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    width: 1440px;
    background-color: #fff;
    padding: 30px 0 40px 0;
}

.articleReader .articleLeft {
    float: left;
    width: 330px;
    margin: 0 20px 0 30px;
            display: none;
}

.appstersArticle .articleReader .articleLeft {
    float: left;
    /*width: 330px;*/
    margin: 0 20px 0 30px;
}

.articleReader .articleLeft .articleSocial {
    margin-left: -5px;
    padding: 5px 0 0 0;
    /*background-image: url('IMG/share_grey.png');*/
    display: inline-flex;
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

.appstersArticle .articleReader .articleContent .socLeft {
    margin-bottom: 60px;
}

.appstersArticle .articleReader .articleContent .socLeft .articleSocial {
    width: 25%;
    /* text-align: right; */
    display: inline-flex;
    float: right;
    padding-left: 75%;
}

.appstersArticle .articleReader .articleContent .socLeft .articleSocial div {
    margin-right: 5px;
}


.appstersArticle .articleReader .articleContent .socLeft {
    display: block;
}

.appstersArticle .articleReader .articleLeft .articleSocial div {
    display: none;
}

.sendEmail {
    margin-top: -8px;
}

.articleReader .articleLeft .articleSocial div {
    margin-right: 5px;
}

.articleReader .articleLeft .articleQuote {
    background-color: #dfdfdf;
    font-size: 18px;
    font-family: ProxiSemiBold;
    font-style: italic;
    padding: 35px 15px 45px 15px;
    color: #686868;
}

.articleLeft .articleQuote .qoutePicto {
    width: 110px;
    height: 77px;
    background-image: url('IMG/hiradoSprite.png');
    background-position: -130px -190px;
    margin-bottom: 50px;
}

.articleReader .articleContent {
    width: 670px; width: 1050px; padding-left: 20px;
    float: left;
    font-family: ProxiNormal;
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 1199px) {
    .articleReader .articleContent {
        padding-left: 0px;
    }
}

.articleReader .articleContent .articleLead strong {
    font-size: 24px;
    line-height: 28px;
    font-family: ProxiExtraB;
}

.articleReader .articleContent strong {
    font-family: ProxiExtraB;
}

.articleReader .articleContent strong p {
    margin-top: 0;
}

.articleReader .articleContent img {
    height: auto;
}

.articlePic.alignnone img,
.articlePic.aligncenter img,
.articlePic.alignleft img,
.articlePic.alignright img {
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.articlePic.alignleft {
    margin-right: 20px;
}

.articlePic.alignright {
    margin-left: 20px;
}

.articleReader .articleContent img.big {
    width: 1070px;
    float: right;
    margin-bottom: 20px;
}

.articleReader .articleBanner {
    background-color: #cc00cc;
    width: 690px;
    height: 125px;
}

.articleReader .articleRelated {
    padding-top: 10px;
    float: left;
    width: 100%;
}

.articleReader .articleContent .articleSocial {
    width: 100%;
    text-align: right;
}

.articleReader .articleContent .articleSocial .articleSocialInner {
    width: auto;
    display: inline-block;
}

.articleReader .articleContent .articleSocial .articleSocialInner > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-height: 22px;
}

/*artRelated*/

.artRelated {
    background-color: #f8f8f8;
    width: 1440px;
    margin-top: -20px;
}

.artRelated h2 {
    font-size: 32px;
    font-family: proxiNormal;
    text-transform: uppercase;
    color: #000;
    padding: 25px 20px;
    margin: 20px 0 0 0;
    border-top: #666 solid 1px;
    font-weight: normal;
}

.artRelated .artRelatedMain {
    width: 345px;
    margin-left: 20px;
    float: left;
}

.artRelatedMain.noPic .relMainPic {
    display: none;
}

.artRelatedMain.noPic .relMainTxt {
    margin-top: 30px;
}

.artRelated a {
    color: #000;
    text-decoration: none;
}

.artRelated a:hover {
    text-decoration: underline !important;
}

.artRelated .artRelatedMain .relMainPic {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
}

.artRelated .artRelatedMain .relMainTxt {
    padding: 20px 15px 5px 15px;
    position: relative;;
    font-size: 24px;
    line-height: 24px;
    font-family: ProxiSemiBold;
}

.artRelatedMain .relMainTxt .relMainCat {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 5px 2px 5px;
    background-color: #808080;
    color: #FFF;
}

.artRelatedMain .relMainTxt .relMainType {
    height: 30px;
    position: absolute;
    top: -30px;
    right: 0;
}

.artRelatedMain .relMainTxt .relMainType .foto,
.artRelatedMain .relMainTxt .relMainType .video {
    width: 30px;
    height: 30px;
    background-color: #808080;
    float: right;
    margin-left: 5px;;
    background-image: url('IMG/hiradoSprite.png');
    background-repeat: no-repeat;
}

.artRelatedMain .relMainTxt .relMainType .video {
    background-position: 5px 5px;
}

.artRelatedMain .relMainTxt .relMainType .foto {
    background-position: -26px 5px;
}

.artRelated .restCol {
    width: 320px;
    float: left;
    margin: 0 14px 0 24px;
}

.artRelated .restCol .separ {
    height: 1px;
    width: 100%;
    background-color: #e3e3e3;
}

.artRelated .restCol .restOne {
    margin: 15px 0 25px 0;
}

.restCol .restOne .restPic {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 10px;
}

.restCol .restOne .restTxt {
    float: right;
    width: 225px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-family: ProxiSemiBold, Arial, sans-serif;
    margin: 5px 0 10px 0;
}

.restCol .restOne .restShare {
    float: right;
    width: 225px;
}

.artRelated .restOne.noPic .restPic {
    display: none;
}

.artRelated .restOne.noPic .restTxt,
.artRelated .restOne.noPic .restShare {
    width: 100%;
}

/*responsive*/
.headBreaking {
    margin-top: 0;
}

.headBreaking .breakTxt {
    width: 1440px;
}

.articleHead {
    padding-bottom: 20px;
    padding-top: 10px;
}

.articleReader .articleLeft .articleSocial div {
    margin-bottom: 5px;
    height: 25px;
}

.articleReader .articleLeft .articleSocial .fb {
    width: 135px;
}

.articleReader .articleLeft .articleSocial .tw {
    padding-top: 2px;
    height: 23px;
}

.articleReader .articleLeft .articleSocial .clear {
    height: 0;
}

.articleReader .fb_iframe_widget {
    margin-right: 0 !important;
}

.articleReader .fb_iframe_widget span {
/*    height: 290px !important;*/
}

@media all and (max-width: 767px) {
    .articleReader .fb_iframe_widget span {
   /*     height: 240px !important;*/
    }
}

@media all and (max-width: 480px) {
    .articleReader .fb_iframe_widget span {
     /*   height: 230px !important;*/
    }
}

@media all and (max-width: 400px) {
    .articleReader .fb_iframe_widget span {
    /*    height: 210px !important;*/
    }
}

@media all and (max-width: 340px) {
    .articleReader .fb_iframe_widget span {
   /*     height: 180px !important;*/
    }
}

.articleHead .articleMeta .artSource {
    line-height: 24px;
}

.articleReader .articleContent strong p {
    margin: 0 0 20px 0;
}

.articlePic {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.articlePic.aligncenter p {
    margin: 0 auto;
}

.articlePic p {
    max-width: 100%;
    width: auto!important;
}

.articlePic img {
    margin-bottom: 5px;
}

.aFramed {
    margin: 20px 20px 20px 0;
    font-family: ProxiNormal, Arial, sans-serif;
    font-size: 16px;
    background-color: #EEE;
    border-bottom: solid 1px #aaa;
}
.hirado_redesign .aFramed {
    font-family: 'Nunito', sans-serif;
}
.hirado_redesign_darkmode .hirado_redesign .aFramed {
    font-family: 'Nunito', sans-serif;
    background: #3b435a;
    color: #d9dfe0;
}
.hh-audio {
    margin: 30px 0 15px 0;
    overflow: hidden;
}

.articleContent .articleVideo {
    width: 670px;
    height: 377px;
}

.interestingRecommended{
    overflow:hidden;
}

/*crisisibox*/
.hmsCrisisBoxContainer {
    /* border: solid 2px #2843C9; */
    border: 10px solid rgb(199, 217, 255);
    padding: 20px;
}

.hmsCrisisBoxContainer strong {
    font-family: ProxiExtraB, Arial, sans-serif;;
}

.hmsCrisisBoxContainer p, .hmsCrisisBoxContainer address,
.hmsCrisisBoxContainer h1, .hmsCrisisBoxContainer h2,
.hmsCrisisBoxContainer h3, .hmsCrisisBoxContainer h4,
.hmsCrisisBoxContainer h5, .hmsCrisisBoxContainer h6 {
    color: #2843C9;
    font-family: ProxiBold, Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: normal;
}

.hmsCrisisBoxContainer a {
    color: #2843C9;
    font-family: ProxiBold, Arial, sans-serif;
    margin: 0;
    line-height: normal;
}

.hmsCrisisBoxContainer h1 {
    font-size: 26px;
}

.hmsCrisisBoxContainer h2 {
    font-size: 24px;
}

.hmsCrisisBoxContainer h3 {
    font-size: 22px;
}

.hmsCrisisBoxContainer h4 {
    font-size: 20px;
}

.hmsCrisisBoxContainer h5 {
    font-size: 19px;
}

.hmsCrisisBoxContainer h6 {
    font-size: 18px;
}

.hmsCrisisBoxContainer a {
    text-decoration: underline;
}

.hmsCrisisBoxContainer span.crisisIcon {
    width: 75px;
    height: 60px;
    display: block;
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-image: url('IMG/crisis_icon.svg');
    background-size: contain;
    background-position: center;
}

/*crisisbox end*/

/*Footer*/
.hiradoFooterContainer {
    background-color: #4c4c4c;
    /*height: 35px;*/
    padding: 20px 0;
}

.hiradoFooterContainer ul {
    width: 1440px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    list-style-type: none;
    text-align: center;
}

.hiradoFooterContainer ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.hiradoFooterContainer ul li a {
    color: #999;
    padding: 0.2em 1em;
    text-decoration: none;
    font-size: 18px;
    font-family: ProxiNormal, Arial, sans-serif;
    text-transform: uppercase;
}

.hiradoFooterContainer ul li a:hover {
    background-color: transparent;
    color: #999;
    text-decoration: underline;
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .hiradoFooterContainer ul {
        width: 1170px;
    }

    .articleContent .articleVideo {
        width: 760px;
        height: 428px;
    }

    .appstersArticle .articleReader .articleLeft .articleSocial div {
        display: block;
    }

}

@media (min-width: 1024px) and (max-width: 1199px) {
    .hiradoFooterContainer ul {
        width: 980px;
    }

    .articleContent .articleVideo {
        width: 590px;
        height: 332px;
    }

    .appstersArticle .articleReader .articleLeft .articleSocial div {
        display: block;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .hiradoFooterContainer ul {
        width: 748px;
    }

    .hiradoFooterContainer ul li a {
        font-size: 16px;
    }

    .articleContent .articleVideo {
        width: 718px;
        height: 404px;
    }

    .appstersArticle .articleReader .articleLeft .articleSocial div {
        display: block;
    }

}

@media all and (max-width: 768px) {
    .hmsCrisisBoxContainer p {
        padding-left: 95px;
        font-size: 16px;
    }

    .hmsCrisisBoxContainer {
        padding: 10px;
    }

    .appstersArticle .articleReader .articleLeft .articleSocial div {
        display: block;
    }

}

@media (min-width: 480px) and (max-width: 767px) {
    .hiradoFooterContainer ul {
        width: 420px;
    }

    .hiradoFooterContainer ul li a {
        font-size: 16px;
    }

    .articleContent .articleVideo {
        width: 390px;
        height: 219px;
    }

    .aFramed {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .appstersArticle .articleReader .articleLeft .articleSocial div {
        display: block;
    }

}

@media (max-width: 479px) {

    .appstersArticle .articleReader .articleLeft .articleSocial div {
        display: block;
    }

    .hiradoFooterContainer ul {
        width: 100%;
    }

    .hiradoFooterContainer ul li a {
        font-size: 16px;
    }

    .articleContent .articleVideo {
        width: 100%;
        height: 200px;
    }

    .aFramed {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .artRelated .artRelatedMain {
        width: 100%;
        margin-left: 0;
    }

    .artRelated .restCol {
        width: 100%;
        margin: 0;
    }

    .restCol .restOne .restPic {
        width: 30%;
    }

    .restCol .restOne .restTxt {
        width: 65%;
        margin: 0;
        padding: 5px 0 10px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .restCol .restOne .restShare {
        width: 70%;
    }

    .articleHead .articleMeta {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .articleHead h1 {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
        padding: 10px 10px 0 20px; /*overflow:hidden;*/
        width: 100% !important;
    }

    .moreOfferCont .oneMoreOffer .moreOfferPic {
        width: 30% !important;
    }

    .moreOfferCont .oneMoreOffer .moreOfferTxt,
    .moreOfferCont .oneMoreOffer .switchShare {
        width: 70% !important;
        padding: 0 0 0 10px;
    }

    .moreOfferCont .oneMoreOffer .switchShare {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}

@media (max-width: 420px) {
    .hmsCrisisBoxContainer p {
        padding-left: 0px;
    }

    .appstersArticle .articleReader .articleLeft .articleSocial div {
        display: block;
    }
}
/*.hmsCrisisBoxContainer hirado redesign fix*/
.hmsCrisisBoxContainer {
    display: flex;
    align-items: center;
}

/*gridFix*/
@media (min-width: 1440px) {

    .gridFix .container_12 {
        width: 1440px;
    }

    .gridFix .grid_12 {
        width: 1440px;
        margin-left: 0;
        margin-right: 0;
    }

    .gridFix .grid_9 {
        width: 1040px;
        margin-left: 0;
        margin-right: 20px;
    }

    .gridFix .grid_3 {
        width: 340px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .gridFix .container_12 {
        width: 1170px;
    }

    .gridFix .grid_12 {
        width: 1170px;
        margin-left: 0;
        margin-right: 0;
    }

    .gridFix .grid_9 {
        width: 760px;
    }

    .gridFix .grid_3 {
        width: 340px;
    }

    .articleHead {
        width: 1200px;
    }

    .articleHead .articleMeta {
        width: 1200px;
    }

    .articleHead .articleMeta .breadCrumbs {
        float: left;
        margin-bottom: 10px;
    }

    .articleHead .articleMeta .artTime,
    .articleHead .articleMeta .artSource {
        float: left;
        margin-right: 30px;
    }

    .articleHead h1 {
        width: 1200px;
    }

    .articleReader {
        width: 760px;
    }

    .articleReader .articleLeft {
        width: 760px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .appstersArticle .articleReader .articleLeft {
        width: 250px;
        margin-left: 0;
        margin-bottom: 10px;
        float: right;
    }

    .articleLeft .articleQuote .qoutePicto {
        float: left;
        margin-right: 30px;
    }

    .articleReader .articleLeft .articleSocial {
        margin-bottom: 20px;
        min-height: 30px;
    }

    .articleReader .articleLeft .articleSocial div {
        float: left;
    }

    .articleReader .articleContent {
        width: 760px;
    }

    .artRelated {
        width: 1170px;
    }

    .artRelated .artRelatedMain {
        width: 315px;
    }

    .artRelated .restCol {
        width: 250px;
        margin: 0 14px;
    }

    .restCol .restOne .restTxt,
    .restCol .restOne .restShare {
        width: 160px;
    }

    .moreOffers {
        width: 740px !important;
        float: none !important;
    }

    .moreOfferCont .oneMoreOffer {
        margin-bottom: 20px;
        width: 360px;
    }

    .moreOfferCont .oneMoreOffer .moreOfferTxt {
        max-height: 40px;
        overflow: hidden;
        width: 260px;
    }

    .moreOfferCont .oneMoreOffer .switchShare {
        width: 220px;
    }

    .videoPlayer .playerCont, .videoPlayer .infoCont {
        width: 100%;
    }

    .moreVideos {
        width: 1170px;
    }

    .moreVideos .oneMoreVideo {
        width: 277px;
    }

    .moreVideos .oneMoreVideo .oneVidPic {
        height: 157px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {

    .gridFix .container_12 {
        width: 980px;
    }

    .gridFix .grid_12 {
        width: 980px !important;
        margin-left: 0;
        margin-right: 0;
    }

    .gridFix .grid_9 {
        width: 580px;
        margin-left: 15px
    }

    .gridFix .grid_3 {
        width: 340px;
    }

    .articleHead {
        width: 960px;
    }

    .articleHead .articleMeta {
        width: 960px
    }

    .articleHead .articleMeta .breadCrumbs {
        float: left;
        margin-bottom: 10px
    }

    .articleHead .articleMeta .artTime,
    .articleHead .articleMeta .artSource {
        float: left;
        margin-right: 30px
    }

    .articleHead h1 {
        width: 960px
    }

    .articleReader {
        width: 590px
    }

    .articleReader .articleLeft {
        width: 590px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .appstersArticle .articleReader .articleLeft {
        width: 250px;
        margin-left: 0;
        margin-bottom: 10px;
        float:right;
    }

    .articleLeft .articleQuote .qoutePicto {
        float: left;
        margin-right: 30px;
    }

    .articleReader .articleLeft .articleSocial {
        margin-bottom: 20px;
        min-height: 30px;
    }

    .articleReader .articleLeft .articleSocial div {
        float: left
    }

    .articleReader .articleContent {
        width: 590px;
    }

    .artRelated {
        width: 980px
    }

    .artRelated .artRelatedMain {
        width: 350px;
    }

    .artRelated .restCol {
        width: 265px;
        margin: 0 14px;
    }

    .restCol .restOne .restTxt,
    .restCol .restOne .restShare {
        width: 160px
    }

    .moreOffers {
        width: 590px !important;
        float: none !important;
    }

    .moreOfferCont .oneMoreOffer {
        margin-bottom: 20px;
        width: 530px !important;
    }

    .moreOfferCont .oneMoreOffer .moreOfferTxt {
        max-height: 60px;
        overflow: hidden;
        width: 435px !important;
    }

    .moreOfferCont .oneMoreOffer .switchShare {
        width: 435px !important;

    }

    .videoPlayer .playerCont, .videoPlayer .infoCont {
        width: 100%
    }

    .moreVideos {
        width: 980px;
    }

    .moreVideos .oneMoreVideo {
        width: 230px
    }

    .moreVideos .oneMoreVideo .oneVidPic {
        height: 130px
    }

    .moreVideos .oneMoreVideo .oneVidTxt {
        font-size: 20px;
        line-height: 20px;
    }

    /*.hiradoFooterContainer {
        background-color: #4c4c4c;
        height: auto;
        padding-top: 20px;
    }

    .hiradoFooterContainer ul li { display: block; }*/

}

@media (min-width: 768px) and (max-width: 1023px) {

    .gridFix .container_12 {
        width: 748px;
    }

    .gridFix .grid_12 {
        width: 748px;
        margin-left: 0;
        margin-right: 0;
    }

    .gridFix .grid_9 {
        width: 718px;
        margin-left: 15px;
    }

    .gridFix .grid_3 {
        width: 748px;
    }

    .articleHead {
        width: 748px;
    }

    .articleHead .articleMeta {
        width: 748px
    }

    .articleHead .articleMeta .breadCrumbs {
        float: left;
        margin-bottom: 10px
    }

    .articleHead .articleMeta .artTime,
    .articleHead .articleMeta .artSource {
        float: left;
        margin-right: 30px
    }

    .articleHead h1 {
        width: 748px
    }

    .articleReader {
        width: 718px
    }

    .articleReader .articleLeft {
        width: 718px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .appstersArticle .articleReader .articleLeft {
             width: 250px;
             margin-left: 0;
             margin-bottom: 10px;
             float: right;
         }

    .articleLeft .articleQuote .qoutePicto {
        float: left;
        margin-right: 30px;
    }

    .articleReader .articleLeft .articleSocial {
        margin-bottom: 20px;
        min-height: 30px;
    }

    .articleReader .articleLeft .articleSocial div {
        float: left
    }

    .articleReader .articleContent {
        width: 718px;
    }

    .artRelated {
        width: 748px
    }

    .artRelated .artRelatedMain {
        width: 350px;
        margin-left: 15px;
    }

    .artRelated .restCol {
        width: 350px;
        margin: 0 14px;
    }

    .restCol .restOne .restTxt,
    .restCol .restOne .restShare {
        width: 260px
    }

    .moreOffers {
        width: 718px !important;
        float: none !important;
    }

    .moreOfferCont .oneMoreOffer {
        margin-bottom: 20px;
        width: 334px;
    }

    .moreOfferCont .oneMoreOffer .moreOfferTxt {
        max-height: 40px;
        overflow: hidden;
        width: 220px !important;
    }

    .moreOfferCont .oneMoreOffer .switchShare {
        width: 220px;
    }

    .mostRead {
        display: none
    }

    .videoPlayer .playerCont, .videoPlayer .infoCont {
        width: 100%
    }

    .moreVideos {
        width: 748px;
    }

    .moreVideos .oneMoreVideo {
        width: 359px
    }

    .moreVideos .oneMoreVideo .oneVidPic {
        height: 203px
    }

    .moreVideos .oneMoreVideo .oneVidTxt {
        font-size: 20px;
        line-height: 20px;
        min-height: 42px
    }

    /*.hiradoFooterContainer {
        background-color: #4c4c4c;
        height: auto;
        padding-top: 20px;
    }

    .hiradoFooterContainer ul li { display: block; }*/

}

@media (min-width: 480px) and (max-width: 767px) {

    .gridFix .container_12 {
        width: 420px;
    }

    .gridFix .grid_12 {
        width: 420px;
        margin-left: 0;
        margin-right: 0;
    }

    .gridFix .grid_9 {
        width: 390px;
        padding: 0 15px;
    }

    .gridFix .grid_3 {
        width: 420px;
    }

    .articleHead {
        width: 420px;
    }

    .articleHead .articleMeta {
        width: 420px
    }

    .articleHead .articleMeta .breadCrumbs {
        float: left;
        margin-bottom: 10px
    }

    .articleHead .articleMeta .artTime,
    .articleHead .articleMeta .artSource {
        float: left;
        margin-right: 30px
    }

    .articleHead h1 {
        width: 400px !important;
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .articleReader {
        width: 390px
    }

    .articleReader .articleLeft {
        width: 390px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .appstersArticle .articleReader .articleLeft {
        width: 250px;
        margin-left: 0;
        margin-bottom: 10px;
        float: right;
    }

    .articleLeft .articleQuote .qoutePicto {
        float: left;
        margin-right: 30px;
    }

    .articleReader .articleLeft .articleSocial {
        margin-bottom: 20px;
        min-height: 30px;
    }

    .articleReader .articleLeft .articleSocial div {
        float: left
    }

    .articleReader .articleContent {
        width: 390px;
    }

    .artRelated {
        width: 420px
    }

    .artRelated .artRelatedMain {
        width: 390px;
        margin-left: 15px;
    }

    .artRelated .restCol {
        width: 390px;
        margin: 0 14px 0 14px;
    }

    .restCol .restOne .restTxt,
    .restCol .restOne .restShare {
        width: 300px
    }

    .moreOffers {
        width: 390px !important;
        float: none !important;
    }

    .moreOfferCont .oneMoreOffer {
        margin-bottom: 20px;
        width: 335px !important;
    }

    .moreOfferCont .oneMoreOffer .moreOfferTxt {
        width: 240px !important;
    }

    .moreOfferCont .oneMoreOffer .switchShare {
        width: 240px;
    }

    .mostRead {
        display: none;
    }

    .videoPlayer .playerCont, .videoPlayer .infoCont {
        width: 100%
    }

    .videoPlayer .infoCont .infoTxt h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 20px 0 10px 0;
    }

    .moreVideos {
        width: 420px;
    }

    .moreVideos .oneMoreVideo {
        width: 420px
    }

    .moreVideos .oneMoreVideo .oneVidPic {
        height: 237px
    }

    .moreVideos .oneMoreVideo .oneVidTxt {
        font-size: 20px;
        line-height: 20px;
    }

    /*.hiradoFooterContainer {
        background-color: #4c4c4c;
        height: auto;
        padding-top: 20px;
    }

    .hiradoFooterContainer ul li { display: block; }*/

}

@media (max-width: 479px) {

    .gridFix .container_12 {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gridFix .grid_12 {
        width: 100%;
    }

    .gridFix .grid_9 {
        width: 100%
    }

    .gridFix .grid_3 {
        width: 100%;
    }

    .articleHead {
        width: 100%
    }

    .articleHead .articleMeta {
        width: 100%
    }

    .articleHead .articleMeta .breadCrumbs {
        float: left;
        margin-bottom: 10px
    }

    .articleHead .articleMeta .artTime,
    .articleHead .articleMeta .artSource {
        float: left;
        margin-right: 30px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-right: 15px;
        word-wrap: break-word
    }

    .articleHead h1 {
        width: 100%;
        font-size: 30px !important;
        line-height: 34px !important;
    }

    .articleReader {
        width: 100%
    }

    .articleReader .articleLeft {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .appstersArticle .articleReader .articleLeft {
        width: 250px;
        margin-left: 0;
        margin-bottom: 10px;
        float: right;
    }

    .articleReader .articleLeft .articleSocial {
        margin-bottom: 20px;
        min-height: 30px;
    }

    .articleReader .articleLeft .articleSocial div {
        float: left
    }

    .articleReader .articleContent {
        width: 100%;
    }

    .artRelated {
        width: 100%
    }

    .moreOffers {
        width: 100% !important;
        float: none !important;
    }

    .moreOfferCont .oneMoreOffer {
        margin-bottom: 20px;
        width: 100% !important;
        box-sizing: border-box;
    }

    .moreOfferCont .oneMoreOffer .moreOfferPic {
        width: 25%
    }

    .moreOfferCont .oneMoreOffer .moreOfferTxt {
        width: 70%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .moreOfferCont .oneMoreOffer .switchShare {
        width: 70%;
    }

    .mostRead {
        display: none;
    }

    .videoPlayer .playerCont, .videoPlayer .infoCont {
        width: 100%;
    }

    .videoPlayer .infoCont .infoTxt h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 20px 0 10px 0;
    }

    .moreVideos {
        width: 100%;
    }

    .moreVideos .oneMoreVideo {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .moreVideos .oneMoreVideo .oneVidPic {
        height: 200px
    }

    .moreVideos .oneMoreVideo .oneVidTxt {
        font-size: 20px;
        line-height: 20px;
    }

    /*.hiradoFooterContainer {
        background-color: #4c4c4c;
        height: auto;
        padding-top: 20px;
    }

    .hiradoFooterContainer ul li { display: block; }*/

}

/*
 * Appsters cikk megjelen�t�
 */
@media (max-width: 1439px) {
    .appstersArticle .articleMeta {
        padding: 25px 0 0 0
    }
}

.appstersArticle .articleMeta .artTime {
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 0;
}

.appstersArticle .articleMeta .artTime span {
    font-size: 14px;
}

.appstersArticle .articleMeta .artTime .timePicto {
    margin-top: 0;
}

.appstersArticle .articleMeta .artSource {
    font-size: 14px;
    margin-bottom: 10px
}

.appstersArticle .articleMeta .artSource span {
    font-size: 14px
}

@media (max-width: 1023px) {
    .articleHead h1 {
        width: 710px;
    }
}

@media (max-width: 767px) {
    .appstersArticle .articleHead h1 {
        font-size: 26px;

        line-height: 34px;
        width: 380px;
    }
}

@media (max-width: 479px) {
    .appstersArticle .articleHead h1 {
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }
}

/* CIKK BEÉPÜLŐ AUDIO LEJÁTSZÓ JAVÍTÁSA */

.hh-audio {
    clear: both;
    float: none;
}

.hh-audio audio {
    width: 100%;
    display: block;
}

@media all and (-ms-high-contrast: none) {
    .hh-audio audio {
        height: 35px;
    }
}

audio::-internal-media-controls-download-button {
    display: none;
}

audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


@media (max-width: 1440px) {
    .appstersArticle .articleReader .articleContent .socLeft {
    display:none;
    }
}


/* fejléc módosítása mobilra */

@media (max-width: 479px) {
    .articleHead .articleMeta .breadCrumbs {
        float: left;
        margin-bottom: 0;
    }
    .articleHead .articleMeta .artAuthor, .articleHead .articleMeta .artSource {
        margin-bottom: 10px !important;
    }
    p.path {
        margin: 0 0 15px !important;
    }
}

/* fejlec atalakitasa mobilnezetben*/

@media all and (max-width: 479px) {

    .articleMeta .artSource span, .articleMeta .artAuthor span {
        display: none;
    }

    .articleMeta .artAuthor .sourcePicto {
        display: none;
    }

    .articleMeta .artTime .timePicto {
        display: none;
    }

    .articleMeta .artSource .sourcePicto {
        display: none;
    }

    .articleHead, .articleHead .articleMeta {
        display: flex;
        flex-flow: column;
    }

    .articleHead {
        padding-bottom: 1px;
    }

    .articleHead .articleMeta {
        padding: 15px 0 0 20px;
    }

    .articleHead .articleMeta {
        order: 2;
    }

    .articleHead h1 {
        order: 1;
    }

    .articleHead .articleMeta {
        -webkit-order: 2;
    }

    .articleHead h1 {
        -webkit-order: 1;
    }

    .articleHead .articleMeta .artSource {
        order: 1;
    }

    .articleHead .articleMeta .artTime {
        order: 2;
    }

    .articleHead .articleMeta .breadCrumbs {
        order: 3;
    }

    .articleHead .articleMeta .artSource {
        -webkit-order: 1;
    }

    .articleHead .articleMeta .artTime {
        -webkit-order: 2;
    }

    .articleHead .articleMeta .breadCrumbs {
        -webkit-order: 3;
    }

    .articleHead .articleMeta .artAuthor {
        font-size: 20px;
    }

    .articleHead .articleMeta .artTime {
        font-size: 16px;
        margin-bottom: 1px;
        margin-top: 1px;
    }

    .articleHead .articleMeta .lastModified {
        height: 30px;
    }

    .articleMeta .artTime span {
        font-size: 18px;
    }

    .articleHead .articleMeta .breadCrumbs {
        font-size: 15px;
    }
}

/* óra-perc mobilnézetben */

@media all and (max-width: 767px) {
    .articleMeta .artTime span {
        font-size: 16px;
    }
    .articleHead .articleMeta .artTime {
        float: none;
    }
    .articleMeta .artTime .timePicto {
        margin-top: 0;
    }
    .articleHead .articleMeta .lastModified {
        height: 30px;
        padding-left: 36px;
    }
}
@media all and (max-width: 479px) {
    .articleHead .articleMeta .lastModified {
        padding-left: 0;
    }
}

.articleReader .articleContent h1 strong,
.articleReader .articleContent h2 strong,
.articleReader .articleContent h3 strong,
.articleReader .articleContent h4 strong,
.articleReader .articleContent h5 strong,
.articleReader .articleContent h6 strong {
    font-family: inherit;
}

@media all and (max-width: 1439px) {
    .articleReader .articleContent h1 strong {
        font-size: 38.5px;
        line-height: 40px;
    }
    .articleReader .articleContent h2 strong {
        font-size: 31.5px;
        line-height: 37px;
    }
    .articleReader .articleContent h3 strong {
        font-size: 24.5px;
        line-height: 30px;
    }
    .articleReader .articleContent h4 strong {
        font-size: 17.5px;
        line-height: 20px;
    }
    .articleReader .articleContent h5 strong {
        font-size: 14px;
        line-height: 20px;
    }
    .articleReader .articleContent h6 strong {
        font-size: 11.9px;
        line-height: 20px;
    }
}
@media all and (max-width: 1024px) {
    .articleReader .articleContent h1 strong {
        font-size: 38.5px;
        line-height: 40px;
    }
    .articleReader .articleContent h2 strong {
        font-size: 31.5px;
        line-height: 37px;
    }
    .articleReader .articleContent h3 strong {
        font-size: 24.5px;
        line-height: 30px;
    }
    .articleReader .articleContent h4 strong {
        font-size: 17.5px;
        line-height: 20px;
    }
    .articleReader .articleContent h5 strong {
        font-size: 14px;
        line-height: 20px;
    }
    .articleReader .articleContent h6 strong {
        font-size: 11.9px;
        line-height: 20px;
    }
}
@media all and (max-width: 479px) {
    .articleReader .articleContent h1 strong {
        font-size: 30.5px;
        line-height: 36px;
    }
    .articleReader .articleContent h2 strong {
        font-size: 28.5px;
        line-height: 34px;
    }
    .articleReader .articleContent h3 strong {
        font-size: 22.5px;
        line-height: 28px;
    }
    .articleReader .articleContent h4 strong {
        font-size: 17.5px;
        line-height: 20px;
    }
}

/* cikkfejléc redesign */

.articleHead .articleMeta {
    width: 1440px;
    display: inline-block;
}
.articleHead h1 {
    width: 100%;
}
.articleHead .articleMeta .artTime {
    float: left;
}
.articleHead .breadCrumbs {
    font-family: ProxiBold;
    font-size: 16px;
    color: #FFF;
    margin: 5px 0 1px 0;
    padding: 0 20px 0 20px;
}
.articleHead .articleMeta .breadCrumbs {
    margin-left: -20px;
}
.articleHead .breadCrumbs a {
    color: #FFF;
    text-decoration: none;
}
.articleHead .breadCrumbs a:hover {
    text-decoration: underline;
}
.articleHead .articleMeta {
    display: -webkit-flex;
    display: flex;
}
.articleHead .articleMeta .artTime {
    order: 2;
    -webkit-order: 2;
    padding: 0 30px 0 0;
    border-left: 1px solid #ffffff;
    height: 20px;
}
.articleHead .articleMeta .artAuthor {
    padding: 0 20px 0 0;
    margin-right: 20px;
    /*border-right: 1px solid #ffffff;*/
    height: 20px;
}
.articleHead .articleMeta .artSource {
    padding: 0 20px 0 0;
    margin-right: 20px;
    height: 20px !important;
    /*border-right: 1px solid #ffffff;*/
}
.articleHead .articleMeta .artAuthor, .articleHead .articleMeta .artSource {
    min-height: 20px;
}
.articleMeta .artTime .timePicto {
    margin-top: 0;
}
.articleHead .articleMeta .artTime {
    border-left: 0px solid #ffffff !important;
    padding-top: 3px;
}
.articleMeta .artAuthor .sourcePicto {
    margin-right: 8px;
}
.artTime.lastModified div {
    float: left;
}
.artTime.lastModified div:nth-child(1) {
    padding: 0 10px 0 0;
}
.articleMeta .artTime span {
    font-size: 16px;
    font-family: ProxiSemiBold;
}
.articleMeta .artSource .sourcePicto {
    margin-right: 10px;
}
.articleHead .articleMeta .artSource {
    line-height: 20px;
}
.articleHead h1 {
    width: 1050px;
}

@media all and (max-width: 1440px) {
    .articleHead .articleMeta .artTime {
        padding: 0 15px 0 0;
    }
}
@media all and (max-width: 1200px) {
    .articleHead .articleMeta .artAuthor {
        padding: 0 15px 0 0;
        margin-right: 20px;
    }
    .articleHead .articleMeta .artSource {
        padding: 0 20px 0 0;
        margin-right: 10px;
    }
    .articleHead .articleMeta .artTime {
        padding: 0 10px 0 10px;
        margin-right: 1px;
    }
    .artTime.lastModified div:nth-child(1) {
        padding: 0 10px 0 0;
    }
    .articleHead h1 {
        width: 980px;
    }
}
@media all and (max-width: 1024px) {
    .articleHead .articleMeta .artAuthor {
        padding: 0 15px 0 0;
        margin-right: 25px;
    }
    .articleHead .articleMeta .artSource {
        padding: 0 5px 0 0;
        margin-right: 15px;
    }
    .articleHead .articleMeta .artTime {
        padding: 0 20px;
        margin-right: 1px;
    }

    .articleHead .articleMeta {
        display: inline-grid;
    }
    .articleHead .articleMeta .artTime {
        padding-left: 0;
    }
    .articleHead .articleMeta div {
        margin: 5px 0;
    }
    .articleHead .articleMeta {
        padding: 5px 0 0 20px;
    }
    .articleMeta .artSource span, .articleMeta .artAuthor span {
        display: none;
    }
    .articleMeta .artAuthor .sourcePicto {
        display: none;
    }
    .articleMeta .artTime .timePicto {
        display: none;
    }
    .articleMeta .artSource .sourcePicto {
        display: none;
    }
    .articleHead .articleMeta .artTime {
        margin-bottom: 5px;
    }
    .articleMeta .artTime span {
        font-size: 16px;
    }
    .artTime.lastModified {
        padding: 0px 10px 0 0 !important;
    }
    .artTime.lastModified div:nth-child(1) {
        padding: 0px 10px 0 0;
        margin-top: -1px;
    }
    .articleHead h1 {
        width: 748px;
    }
}

@media all and (max-width: 480px) {
    .articleHead .articleMeta .artTime {
        padding-left: 0;
    }
    .articleHead .breadCrumbs {
        order: 3;
        -webkit-order: 3;
    }
    .articleHead .articleMeta .artTime.lastModified {
        padding-left: 0;
    }
    .articleHead .articleMeta div {
        margin: 1px 0;
    }
    .articleHead .articleMeta {
        padding: 15px 0 0 20px;
    }
    .articleHead .articleMeta .artAuthor {
        margin-bottom: 3px;
        clear: both;
    }
    .articleHead .articleMeta .artTime {
        margin-bottom: 0;
    }
    .articleHead .articleMeta .artTime.lastModified {
        margin-top: 0;
        margin-bottom: 8px;
        margin-top: 2px;
    }
    .articleHead .articleMeta .artAuthor, .articleHead .articleMeta .artSource {
        font-family: ProxiBold, "Arial Black", sans-serif;
        font-size: 20px;
    }
    .articleHead .articleMeta .artSource {
        margin-bottom: 2px;
    }
}


/* appsterses javitas */

@media all and (max-width: 480px) {
    .appstersArticle .articleHead .articleMeta {
        padding: 15px 0 0 0;
    }
    .appstersArticle .articleHead .articleMeta .artSource {
        font-size: 24px;
    }
    .appstersArticle .articleReader .articleContent .appsters_article_lead {
        font-size: 24px;
        line-height: 28px;
        font-family: ProxiExtraB;
    }
    .appstersArticle .articleHead .articleMeta .artTime {
        margin-top: 0;
    }
    .appstersArticle .articleHead {
        padding-top: 1px;
        padding-bottom: 5px;
    }
    .appstersArticle blockquote {
        margin: 30px 0 5px;
    }
    .appstersArticle blockquote h2,
    .appstersArticle blockquote h3,
    .appstersArticle blockquote h4,
    .appstersArticle blockquote h1 {
        margin-top: -60px;
        top: 25px;
        position: relative;
        margin-bottom: 0 !important;
    }
    .appstersArticle .articleContent hr {
        border: 0;
        height: 2px;
        background-image: linear-gradient(to right, #2843C9, rgba(0, 0, 0, 0));
        width: 40%;
        display: inline-block;
    }
    .appstersArticle .articleReader .articleContent blockquote h1,
    .appstersArticle .articleReader .articleContent blockquote h2,
    .appstersArticle .articleReader .articleContent blockquote h3,
    .appstersArticle .articleReader .articleContent blockquote h4,
    .appstersArticle .articleReader .articleContent blockquote h5,
    .appstersArticle .articleReader .articleContent blockquote h6 {
        margin-bottom: 25px !important;
    }
    .appstersArticle .articleReader .articleContent blockquote {
        margin: 10px 0 5px !important;
    }
}

/* releváns cikkek jav */

.artRelated .artRelatedMain .relMainPic {
    display: flex;
}
.artRelated .artRelatedMain .relMainTxt {
    align-self: flex-end;
}

.artRelated .artRelatedMain {
    width: 100%;
    margin-left: 0;
    float: left;
    background: white;
}
.artRelated .restCol {
    width: 320px;
    float: left;
    margin: 0 13px 0 13px;
}
.artRelated .artRelatedMain .relMainPic {
    width: 500px;
    height: 230px;
    background-size: cover;
    background-position: center;
}
.artRelated .relMainPic a {
    color: #fff;
}
.artRelated .artRelatedMain .relMainTxt {
    background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1439px) and (min-width: 1200px) {
    .artRelated .artRelatedMain {
        width: 100%;
    }
    .artRelated .restCol {
        width: 250px;
    }
}
@media (max-width: 1199px) and (min-width: 1024px) {
    .artRelated .artRelatedMain {
        width: 980px;
        margin-left: 0;
    }
    .artRelated .artRelatedMain .relMainPic {
        width: 320px;
        margin: 0 auto;
    }
    .artRelated .restCol {
        width: 320px;
        float: none;
        margin: 0 auto;
    }
    .artRelated .restCol .restOne {
        float: left;
    }
}
@media (max-width: 1023px) {
    .artRelated .artRelatedMain {
        width: 100%;
        float: unset;
        margin: 0 auto;
    }
    .artRelated .artRelatedMain .relMainPic {
        width: 345px;
        margin: 0 auto;
    }
    .artRelated {
        width: 100%;
    }
    .artRelated .restCol {
        width: 100%;
        float: left;
        margin: 0 15px 0 15px;
        background: #ffffff;
        margin-left: 0;
    }
    .artRelated .restCol .restOne {
        margin: 15px 0 25px 0;
        width: 345px;
        margin: 0 auto;
    }
}


/* fejlec javitas */

@media (max-width: 1024px) {
    .articleHead .articleMeta .artSource,
    .articleHead .articleMeta .artAuthor,
    .articleHead .articleMeta .artTime {
        border-right: 0px solid #ffffff;
    }
}


@media (max-width: 479px) {
    .appstersArticle .articleHead .articleMeta .artAuthor {
        height: auto;
    }
    .appstersArticle .articleHeadCont {
        width: calc(100% + 40px);
    }
}
