/* A hír listázó */

.listItemWithoutImage .listItemWithoutImageDetails {
    background: url('../../images/mobile/table_background.png') repeat;
    display: block;
    white-space: nowrap;
    padding: 0.63em;
    border-bottom: 1px solid #C9CBCD;
}

.newsListItems a:first-child .listItemWithoutImage .listItemWithoutImageDetails {
    border-top: 1px solid #C9CBCD;
}

.listItemWithoutImage:hover .listItemWithoutImageDetails {
    background: none;
}

.listItemWithoutImage .listItemWithoutImageDetails .listItemWithoutImageDetailsTitle {
    font-family: PtSansBold, Arial;
    color: #3C4650;
    font-size: 0.8em;
    display: block;
    white-space: normal;
    line-height: 1.1em;
}

.listItemWithoutImage .listItemWithoutImageDetails .listItemWithoutImageDetailsDate {
    font-family: Arial;
    font-size: 0.6em;
    color: #3C4650;
    display: block;
}

.listItemWithoutImage .listItemWithoutImageDetails .listItemWithoutImageDetailsLeft {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-right: 0.2em;
}

.listItemWithoutImage .listItemWithoutImageDetails .listItemWithoutImageDetailsRight {
    width: 85%;
    display: inline-block;
    vertical-align: top;
}

/*
 *   A hír oldal
 */

.banner {
    margin-bottom: 0.5em;
}

.newsHeaderDatas {
    font-family: Arial;
    font-size: 0.6em;
}

.newsHeaderDatas .newsDate {
    color: #A0A0A0;
}

.newsHeaderDatas .newsWriters {
    color: #3C3C3C;
}

/* - */

.newsTitleLine {
    display: block;
}

.newsTitleLine>span {
    display: block;
    margin-top: 0.5em;
}

.newsTitleLine .newsLabel {
    display: block;
    font-family: Arial;
    font-weight: bold;
    color: #c4272e;
    font-size: 0.8em;
}

.newsTitleLine .newsTitle {
    font-family: PtSansBold, Arial;
    color: #3C3C3C;
    font-size: 1.1875em;
    line-height: 1.05263158em;
    margin-top: 0.42125em;
}

/* - */

.newsLead {
    display: block;
    margin-top: 0.4em;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.8em;
    color: #3C3C3C;
}

.newsLead p {
    margin: 0 !important;
    padding: 0 !important;
}

/* - */

.socialButtons {
    display: block;
    height: 2.5em;
    text-align: center;
    margin-top: 0.5em;
    background: url('../../images/mobile/table_background.png') repeat;
}

.socialButtons>* {
    vertical-align: middle;
    display: inline-block !important;
    max-width: 33%;
}

.socialButtons>style {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
}

/* - */

.newsImage {
    display: block;
    margin-top: 0.5em;
}

.newsImage img {
    width: 100%;
}

.newsBody {
    color: #444444;
    font-size: 0.8em;
}

.newsBody a {
    color: #6083A9 !important;
    text-decoration: underline !important;
}

.credits {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #444444;
    font-size: 0.75em;
}

.credits>:nth-child(2),
.credits>:nth-child(5) {
    color: #929292;
}

/* Címkék */

.width93PercentCentered.tags {
    display: block;
    background: url('../../images/mobile/table_background.png') repeat;
    padding-top: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-top: -1em;
}

.tag {
    display:block;
    margin-left: 1em;
    margin-bottom: 1em;
    font-size: 0.8em;
}

.tag:last-child {
    margin-bottom: 0em;
}

.tag>img {
    vertical-align: top;
    height: 2.5em;
}

.tag>span {
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    vertical-align: top;
    background: #6083a9;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-transform: uppercase;
    font-family: PtSansBold, Arial;
    color: #FFFFFF;
}

/* Kapcsolódó cikkek */

.width93PercentCentered.linkedNews {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.linkedNews .row {
    display: block;
    width: 100%;
    background-image: url('../../images/mobile/table_background.png');
    background-repeat: repeat;
    border-bottom: 1px solid #CCC;
}

.linkedNews .column {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 1em;
    padding-top: 0.75em;
    font-family: PtSansBold, Arial;
    font-size: 0.8em;
    color: #3C4650;
    padding-left: 0.25em;
}

.linkedNews .column:first-child {
    width: 80%;
    width: 3em;
}

.linkedNews .column:last-child {
    padding-right: 1em;
}

.linkedNews .row:first-child column {
    border-top: 1px solid #CCC;
}

.linkedNews .column .type {
    font-family: Arial;
    font-weight: normal;
    color: #858585;
    font-size: 0.7em;
}

.linkedNews .column:first-child img {
    height: 2em;
    width: 2em;
    vertical-align: top;
    margin: 0 auto;
    display: block;
}

/* Táblázat design */

.newsBody table {
    border: none;
    border-spacing: 0;
    display: block;
    max-width: 100%;
    overflow: auto;
    position: relative;
}

.newsBody table.scrollable:after {
    position: absolute;
    content: '';
    width: 10%;
    height: 100%;
    pointer-events: none;
    top: 0;
    right: 0;

    background: transparent; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255, 255, 255, 0) 0%, #BBB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #BBB)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255, 255, 255, 0) 0%, #BBB 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255, 255, 255, 0) 0%, #BBB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255, 255, 255, 0) 0%, #BBB 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255, 255, 255, 0) 0%, #BBB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0)', endColorstr='#BBB', GradientType=1 ); /* IE6-9 */
}

.newsBody table td {
    border: none;
    font-family: Arial;
    font-size: 0.9em;
}

.newsBody table tr:first-child td {
    font-family: PtSansBold !important;
    font-size: 0.9em !important;
    color: #3C4650 !important;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.newsBody table tr:nth-child(odd) {
    background-image: url('../../images/design/strip_background_middle.png');
    background-repeat: repeat;
}

.newsBody table tr:last-child td {
    border-bottom: 1px solid #CCC;
}

.newsBody table tr:nth-child(odd) td {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    color: #333333;
}

.newsBody table tr:hover td {
    color: #000;
}

blockquote {
    font-size: 1em;
}

.quoteWithImage tr>td h1 {
    font-size: 1.7em;
}

.quoteWithImage tr>td p {
    font-size: 1.2em;
}

.tableRedTitleGrey tr>th,
.tableRedTitle tr>th,
.tableBlueTitleTransparentHead tr>th {
    font-size: 0.75em;
    padding-top: 1.8em;
    padding-left: 1em;
    padding-right: 1em;
}

.tableRedTitleGrey tr>td:first-child,
.tableRedTitle tr>td:first-child,
.tableBlueTitleTransparentHead tr>td:first-child {
    font-size: 1em;
}

.tableRedTitleGrey tr>td,
.tableRedTitle tr>td,
.tableBlueTitleTransparentHead tr>td {
    height: 3em;
}

.tableBlueTitleTransparentHead tr>th {
    padding-top: 2em;
}

.quoteWithImage tr:last-child>td {
    background-size: 3em 3em, auto auto;
}

div.animation > video,
video.animation {
    width: 100%;
    cursor: pointer;
}

div.animation {
    position: relative;
}

div.animation > div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}

div.animation > div > img {
    position: absolute;
    z-index: 5;
    top: calc(50% - 18px);
    left: calc(50% - 32px);
}