.header {
    height: 500px;
}

.header-container {
    display: none;
}

.main-content {
    position: relative;
    min-height: 600px;
    background: #1f232e;
    border-radius: 5px;
}

.main-content .container {
    padding: 20px;
    width: 100%;
}

.static {
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0px 0px 50px;
    padding: 7px 0 0 0;
}

.static .icon-static {
    float: left;
    margin-right: 5px;
}

.static h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 2px 5px;
    text-transform: uppercase;
}

.breadcrumb--main {
    font-size: 20px;
    color: #fff;
}

.breadcrumb--main a {
    color: #fff;
    text-decoration: none;
}

.boxsearch {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: #111111;
    border: 1px solid #65605f;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 180px;
}

.boxsearch fieldset {
    border: none;
    padding: 5px;
}

.boxsearch .bgsearch {
    background: transparent;
    border: none;
    width: 135px;
    font-size: 14px;
    padding: 3px 9px;
    color: #9da3c0;
}

.boxsearch .btsearch {
    background: url(../img/icon-search.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    text-indent: -9999px;
}
.news-list {
    min-height: 400px;
}