.articolSCarrousel
{
    height:50vh;
    background-position:top center;
}

.articolSCarrousel h2
{
    font-weight: 300;
}

.articolSPrezentare
{
    padding-top:20px;
    padding-bottom:20px;
    background-color: var(--asGray);
}

.articolSPrezentare a
{
    color: var(--green);
}
.articolSPrezentare .articolSAutori
{
  padding-bottom:15px;
}

.articolSPrezentare .articolSAutori a
{
      font-weight: 700;
      text-decoration:none;
}
.articolSPrezentare .articolSAutori a:hover
{
    text-decoration:underline;
}

.articolSFirstSection
{
    background-color: var(--asLightGray);
    padding-top:20px;
    padding-bottom:20px;
}
.articolSFirstSection a
{
    padding:5px 10px;
    background-color: var(--darkGray);
    color:var(--white);
    border-radius:3px;
    font-size:12px;
    margin-right:15px;
    text-decoration:none;
}




.articolSSecondSection
{
    padding-top:20px;
    padding-bottom:20px;
    background-color: var(--asLightGray);
    border-top:1px solid var(--tabGray);
}
.articolSSecondSection a,.articolSFirstSection .kwAbstract
{
    text-decoration:none;
    font-size:13px;
    color:var(--white);
    background-color:var(--darkGray);
    margin-right:15px;
    padding:5px 10px;
    border-radius:5px;
    display: inline-block;
    margin-bottom:10px;

}

.articolSBibliografie
{
    padding-top:20px;
    padding-bottom:20px;
    background-color: var(--asLightGray);
}

.articolSBibliografie ol
{
    font-size:12px;
}

.articolSBibliografie ol li p
{
    margin-bottom:0px;
    font-size:12px;
}
.articolText figure
{
    display: flex !important;
    width:100%;
    cursor:pointer;
    -webkit-box-align: center;
    flex-wrap: wrap;
    padding:5px;
}
.articolText figure img
{
    float:left;
    margin-right:15px;
}
.articolText figure.image figcaption {
    margin-top: 30px;
    display: table-caption;
    caption-side: bottom;
    width:auto;
    font-size:13px;
}

 .articolImageShow a
{
   pointer-events: none;
}

.articolImageShow
{
    position: fixed;
    background-color:var(--white);
    width:40%;
    padding:10px;
    margin-left:30%;
    margin-top:2%;
    max-height:60vh;
    z-index: 19999;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(125,125,125,1);
    -moz-box-shadow: 0px 0px 21px 0px rgba(125,125,125,1);
    box-shadow: 0px 0px 21px 0px rgba(125,125,125,1);
    display:none;
    text-align:center;
}
.articolImageShow img
{
    max-height: 100%;
}

@media (max-width: 767px)
{
 .articolImageShow
{
    position: fixed;
    background-color:var(--white);
    width:98%;
    padding:10px;
    margin-left:1%;
    max-height:95vh;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
figure
{
    max-width: 100%;
}
figure img
{
    max-width:100%;
}

}

