/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.09.22., 11:10:59
    Author     : Peta
*/

div.part-content {
    margin:0 auto;
    
}

@media only screen and (max-width: 639px){
    div.part-content {
        padding-left:0;
        padding-right: 0;
    }
}

div.portlet-content.box.part-content h6::first-letter {
    text-transform:uppercase;
}

div.part-content p {
    margin-bottom:15px;
}

div.part-content .article-tags {
    margin-bottom:32px;
}

div.part-content .article-tags span {
    display:inline-block;
    color:#979797;
    margin-left:14px;
    font-size:16px;
    line-height:20px;
    font-family:'PTSansRegular';
    text-transform:uppercase;
}

div.part-content .article-tags span a {

}

div.part-content .article-tags span:first-child {
    border:none;
    padding-left:0;
    margin-left:0;
}

div.part-content .article-lead {
    margin-bottom:32px;
}

div.part-content .article-lead::after,
div.part-content .article-desc::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div.part-content .article-lead p {
    color:var(--dblue);
}

div.part-content .article-lead a,
div.part-content .article-desc a {
    font-family:'PTSansBold';
    color:var(--dblue);
}

div.part-content .article-desc img {
    margin-top:20px;
}

div.part-content .article-actions {
    margin-bottom:24px;
    padding:5px 0;
    border-top:solid 1px #d0d0d0;
    border-bottom:solid 1px #d0d0d0;
}

div.part-content .article-actions::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div.part-content .article-actions a {
    display:block;
    float:left;
    width:32px;
    height:32px;
    border:solid 4px #e0e0e0;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-image:url('../gfx/article.svg');
    background-color:#e0e0e0;
    background-position:center center;
    position:relative;
    margin-right:1px;
}

div.part-content .article-actions a::after {
    content:"";
    position:absolute;
    display:block;
    top:0;
    right:0;
    bottom:0;
    left:0;
    transition:0.3s;
    background-repeat:no-repeat;
    background-image:url('../gfx/article.svg');
    opacity:0;
}

div.part-content .article-actions a:hover::after {
    opacity:1;
}

div.part-content .article-actions a.tools-pdf {
    background-position:0 0;
}

div.part-content .article-actions a.tools-pdf::after {
    background-position:0 -24px;
}

div.part-content .article-actions a.tools-print {
    background-position:-24px 0;
}

div.part-content .article-actions a.tools-print::after {
    background-position:-24px -24px;
}

div.part-content .article-actions a.tools-email {
    background-position:-48px 0;
}

div.part-content .article-actions a.tools-email::after {
    background-position:-48px -24px;
}

div.part-content .article-share {
    margin-top:40px;
}

.part-content .share-content .buttons::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

.part-content .share-content .buttons a {
    display:block;
    float:left;
    width:32px;
    height:32px;
    margin-right:5px;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-image:url('../../../gfx/socials.svg');
}

.part-content .share-content .buttons a.facebook {
    background-position:0 0;
}

.part-content .share-content .buttons a.twitter {
    background-position:-64px 0;
}

.part-content .share-content .buttons a.google {
    background-position:-128px 0;
}

.part-content .share-content .buttons a.netvibes {
    background-position:-192px 0;
}

div.part-content ul {
    padding-left:42px;
    list-style-type:square;
    margin-bottom:10px;
}

div.part-content ul li {
    position:relative;
}

/*
div.part-content ul li::before {
    content:"\f0c8\00a0";
    display:block;
    font-family:'FontAwesome';
    color:var(--lblue);
    display:inline-block;
    margin-right:10px;
}
*/

div.part-content ul > li ul li::before {
    color:#dddddd;
}

div.part-content ol {
    /*list-style-type: decimal;*/
    list-style-type:none;
    counter-reset: my-counter;
    padding-left:35px;
}

div.part-content ol > li:before{
    content: counters(my-counter,"")"";
    counter-increment: my-counter;
    display: inline-block;
    position:relative;
    top:-2px;
    width: 20px;
    height:20px;
    text-align: center;
    background-color:var(--lblue);
    color:var(--lblue);
    margin-right:10px;
    font-family: 'PTSansBold';
    font-size: 12px;
    line-height:21px;
    border-radius:3px;
}

div.part-content table {
    margin:32px 0 32px 0;
    width:100%;
}

div.part-content table th,
div.part-content table td {
    vertical-align:top;
    padding:5px 18px;
}

div.part-content table th {
    text-align:left;
    background-color:var(--lblue);
    color:#ffffff;
    font-weight:normal;
}

div.part-content table table {
    margin:0;
}

div.part-content table img,
div.part-content .article-desc table img {
    max-width:100%;
    margin-top:0;
    margin-bottom:0;
    display:inline-block;
}

div.part-content table tr:nth-child(even) > td {
    background-color:rgba(67,123,188,0.1);
}

div.part-content table tr:nth-child(odd) > td {
    background-color:rgba(67,123,188,0.2);
}

div.part-content table.flat th,
div.part-content table.flat td {
    vertical-align:middle;
    background:none;
    text-align:center;
}

div.part-content table.flat tr:nth-child(2) td {
    vertical-align:top;
}

div.part-content table.flat tr:nth-child(even) > td,
div.part-content table.flat tr:nth-child(odd) > td {
    background:none;
}


div.part-content img {
    margin-top:20px;
    margin-bottom:20px;
    display:block;
    max-width:100%;
    width:auto;
}

div.part-content img[style="float: left;"] {
    margin-right:25px;
}

div.part-content img[style="float: right;"] {
    margin-left:25px;
}
/*vissza gomb*/
.part-content div.history-back{
    margin:40px 0;
}
body.com_content.kapcsolat .part-content div.history-back{
    margin-bottom:0;
}

body.home .part-content div.history-back {
    display:none;
}

.part-content.box.part-content .component-body{
    position:relative;
}

.part-content.box.part-content .article-content p:last-child {
    margin-bottom:0;
}

.part-content.box.part-content .article-content a {
    color:var(--lblue);
}

.ui-widget-overlay {
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.6);
}

.ui-dialog {
    background-color:#ffffff;
    padding:20px;
    box-shadow:0 15px 15px rgba(0,0,0,0.3);
}

.ui-dialog::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

.ui-dialog-titlebar {
    margin-bottom:15px;
}

.ui-dialog-titlebar span {
    font-size:24px;
    font-family:'PTSansBold';
    color:var(--dblue);
}

.ui-icon-closethick {
    display:inline-block;
    float:right;
    width:16px;
    height:16px;
    color:var(--dblue);
    font-size:24px;
    text-indent:-9999px;
    position:relative;
}

.ui-icon-closethick::after {
    display:block;
    content:"\00d7";
    text-indent:0;
    line-height:16px;
    position:absolute;
    top:0;
}

#mail_form .message-subject {
    display:none;
}

#mail_form label {
    display:block;
    float:left;
    width:100px;
}

#mail_form label.error {
    font-family:'PTSansBold';
    font-size:12px;
    color:var(--dblue);
    width:100%;
    text-align:right;
}

#mail_form input[type=text],
#mail_form input[type=email],
textarea {
    resize:none;
    width:160px;
}

@media only screen and (min-width:1654px) {
    div.part-content {
        
    }
}

@media only screen and (min-width:1324px) and (max-width:1653px) {
    div.part-content {
        
    }
}

@media only screen and (min-width:994px) and (max-width:1323px) {
    div.part-content {
        
    }
}

@media only screen and (max-width: 639px){
    div.part-content h1.component-heading {
        font-size:30px;
        line-height:36px;
        margin-bottom:24px;
    }
    
    div.part-content .article-tags span {
        display:block;
        margin-left:0;
    }
    
    div.part-content .article-tags span.article-tags-separator {
        display:none;
    }
}



@media only screen and (max-width: 993px){
    
    
    div.part-content img {
        display:block;
        margin-left:0 !important;
        margin-right:0 !important;
        float:none !important;
        clear:both !important;
    }
}

@media only screen and (min-width:994px) {
    
    div.part-content p,
    div.part-content p span {
        text-align:left !important;
    }
}

@media only screen and (max-width:479px) {
    div.part-content .article-desc > table > tbody > tr,
    div.part-content .article-desc > table > tbody > tr > th,
    div.part-content .article-desc > table > tbody > tr > td {
        display:block;
        
    }
}

.part-content .share-content .share-title{
    display:none;
}

.part-content .share-content .buttons a {
    
}
