.news .title-block {
    margin: 15px 0px 10px 0px;
}

.news .title-block .title {
    color: #062a51;
    font-size: 40px;
    font-family: BebasNeueRegular;
    line-height: 35px;
}

.news .title-block .date {
    font-family: BPGNP;
    color: #fe5966;
    font-size: 14px;
    padding-top: 15px;
}

.news .content-block {
    padding-bottom: 40px;
}

.news .content-block .text {
    font-family: BPGNP;
    font-size: 14px;
    color: #062a51;
    text-align: justify;
    padding: 20px 0px;

}

.news p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.news .content-block>.image-block a {
    outline: none;
}

.news .content-block>.image-block img {
    border: solid 10px #cad6e3;
    margin: 10px 0px;
    outline: none;
}

.news .content-block>.image-description-block {
    color: #062a51;
    font-family: BPGNP;
    font-size: 12px;
    font-style: italic;
}

.news .content-block .video-block {
    background: white;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 75px 30px 75px;
}

.video-block {
    background: white;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 75px 30px 75px;
}

.news .content-block .video-block .mod-title {
    margin-left: 0px;
}

.news .content-block .video-block .mod-title a {
    opacity: 0.6;
}

.news .content-block .video-block .video {
    margin-top: 10px;
}

.news .content-block .video-block .video-copyright {
    color: #062a51;
    font-family: BPGNP;
    font-size: 12px;
    font-style: italic;
}

.news .content-block .video-block .video-footer {
    padding-top: 20px;
}

/*Page footer*/
.page-container .main-container .news .content-footer .return-back {
    order: 3;
}

/*Social network icons block*/
.social-network .share-page:after {
    content: "";
    flex: 1;
    border-bottom: solid 1px red;
    line-height: 1px;
}

.social-network .share-page a {
    font-family: BPGNP;
    font-size: 12px;
    color: #062a51;
    font-style: italic;
}

.social-network {
    display: flex;
    align-items: center;
}

.social-network .share-page {
    font-family: BPGNP;
    font-size: 12px;
    color: #062a51;
    font-style: italic;
}

.social-network ul.items {
    padding-right: 12px;
    display: flex;
}

.social-network ul.items li.item {
    background: white;
    border: 1px solid #ebebeb;
    border-right: none;
}

.social-network ul.items li.item a {
    color: #bec6cf;
}

.social-network ul.items li#facebook a:hover {
    color: #3b5998;
}

.social-network ul.items li#twitter a:hover {
    color: #1da1f2;
}

.social-network ul.items li#google a:hover {
    color: #F50000;
}

.social-network ul.items li.item i {
    padding: 8px 10px;
}

.social-network ul.items li.item:last-child {
    border: 1px solid #ebebeb;
}

/*Overrides*/
.video-block .social-network {
    display: flex;
}

.video-block .social-network .between {
    height: 1px;
    flex: 1;
    background: #e1e1e1;
    margin: 0 13px;
}

.video-block .social-network ul.items {
    padding-right: 0px;
}

/*News navigation*/
.news-navigation-block {
    border-left: solid 1px #7f7f7f;
    border-right: solid 1px #7f7f7f;
    display: flex;
    justify-content: center;
}

.news-navigation-block a {
    font-family: BPGNP;
    font-size: 12px;
    color: #062a51;
    font-style: italic;
}

.news-navigation-block .previous-news a {
    margin-right: 2px;
    background: url(../img/svg/9c9c9c/arrow1-previous.svg) no-repeat left center;
    background-size: 30px 20px;
    padding-left: 30px;
}

.news-navigation-block .previous-news a:hover {
    color: #ff5966;
    background: url(../img/svg/ff5966/arrow1-previous.svg) no-repeat left center;
    background-size: 30px 20px;
}

.news-navigation-block .next-news a {
    margin-left: 2px;
    background: url(../img/svg/9c9c9c/arrow1-next.svg) no-repeat right center;
    background-size: 30px 20px;
    padding-right: 30px;
}

.news-navigation-block .next-news a:hover {
    color: #ff5966;
    background: url(../img/svg/ff5966/arrow1-next.svg) no-repeat right center;
    background-size: 30px 20px;
}

