.all-page{
    -webkit-font-smoothing: antialiased;
    background-color: none;
}
.item-page{
    position: relative;
}
.item-page .content-intro{
    padding-top: 0;
}
    .cover-page{
        height:100vh;
        background-image:-webkit-linear-gradient(top, #ccc, #777);
        background-image:-moz-linear-gradient(top, #ccc, #777); background-image:-o-linear-gradient(top, #ccc, #777);
        background-image:-ms-linear-gradient(top, #ccc, #777); background-image:linear-gradient(top, #ccc, #777);
    }

.cover_carrier{
    height: 700px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
}
    .cover-page .filteropacity{
        height: 700px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.cover-page .container-news{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.cover-page .filteropacity {
    height: 700px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.filteropacity{
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,1));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,1));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,1));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,1));
    background-image: linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #fe000000 , endColorstr= #00000000 );
}

.container-news {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
    .lr_col_12 {
    max-width: 1160px;
}
.lr_col_12 {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}
.cover-page .centeredVerticallyBlock{
    height: 700px;
    display: table-cell;
    vertical-align: middle;
    width: 982px;
}

.fixed-menu{
    position:fixed;
    z-index: 888;
    top:0;
    left:0;
    right:0;
}
.centeredSection {
    text-align: center;
}

.item-page h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif', serif;
    margin-bottom: 10px;
}

.item-page .section-white h2{
    color: #000;
}
    .item-page .tag-large {
        margin-bottom: 30px;
    }
.pts{
    display: block;
    padding-top: 70px;
}

blockquote strong {
    font-family: 'NotoSerifBold',sans-serif;
    margin-bottom: 20px;
    font-size: 24px;
}
.section-white .article-text blockquote p {
    font-size: 10px;
}
.sub-ph-news {
    text-transform: uppercase;
}
h2, h3, h4, h5 {
    text-align: center;
}

i, em {
    font-family: 'Noto Serif', serif;
    font-style: normal;
    color: #747474;
    display: block;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

hr {
    border: 0;
    border-top: 1px solid #C2C2C2;
    margin: 42px 0;
}
