header {
background: center url(../img/bg-no-home.png) no-repeat!important;
height:167px!important;
}
.press-title {
position:relative;
    display: table;
    margin: 0 auto;
}
.press-box {
position:absolute;
top:-20px;
}
.bread, .bread a {
color:#fff;
}
.bread a {
text-decoration:underline;
}
.category-press {
font-size:32px;
color: #215145;
padding:20px;
margin-top: 5px;
    background: #fff;
}
section.news {
padding: 65px 0 30px;
}
.newsbox {
margin-bottom:30px;
}


@media (max-width: 991px) {
.press-box {
    width: 100%;
}
}
@media (max-width: 767px) {
 .press-title {
    width: 100%;
}
}

.page {
background: #f0f0f0;
}
.page footer {
    background: #fff;
}
.page .press-box {
    position: relative;
}
.page .category-press p {
color:#000;
font-size:13px;
}
.page .category-press h1 {
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 30px;
}
.page .category-press iframe {
display:table;
margin: 40px auto;
}