html, body {
    height: 100%;
}
body {
    background-color: #808088;
    color: #333333;
    font-family: Arial,sans-serif;
    margin: 0px;
}
.wrapper {
    width: 1200px;
    /*height: 100%;*/
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 60px #000000;
}
.header .header-top {
    height: 100px;
}
.header .header-logo {
    padding-top: 20px;
    padding-left: 10px;
}
.header .header-logo .logo-link {
    font-family: Cabin;
    font-size: 45px;
    text-transform: uppercase;
    border-right: 1px solid #DCDCDC;
    padding-right: 15px;
    float: left;
    height: 56px;
}
.header .header-logo .additional {
    vertical-align: middle;
    font-family: Georgia;
    font-size: 14px;
    color: #656565;
    float: left;
    height: 56px;
    padding-left: 15px;
    line-height: 56px;
}
.header .header-logo a {
    text-decoration: none;
}
.header .logo-text-f {
    color: #383939;
}
.header .logo-text-s {
    color: #9c9c9c;
}
.header .header-logo .links {
    float: right;
    line-height: 56px;
    padding-right: 10px;
}
.header-background {
    background-image: url("../img/header-background.png");
    height: 500px;
    /*font-family: Cabin;
    font-size: 32px;
    color: #FFFFFF;*/
    border-top: 1px solid #383939;
    border-bottom: 1px solid #383939;
}
.transparent-block {
    background-color: transparent;
    background-image: url(../img/black-transparent.png);
    border-radius: 5px;
    padding: 10px;
}
.transparent-block.message {
    width: 350px;
    margin-left: 50px;
    margin-top: 330px;
    font-family: Cabin;
    font-size: 12px;
    color: #FFFFFF;
}
.transparent-block.message p {
    margin: 0;
}
.content {
    padding: 20px 10px;
    min-height: 412px;
    background-color: #F5F5F5;
}
.news {
    margin: 0 auto;
    width: 1130px;
}
.news .news-header {
    font-family: Cabin;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.news .news-item {
    display: inline-block;
    width: 550px;
    margin-bottom: 15px;
    height: 100px;
    vertical-align: top;
    position: relative;
    background-color: #eceff1;
}
.news .news-item:nth-child(even) {
    margin-right: 25px;
}
.news .news-date {
    text-align: center;
    background-color: #455a64;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    width: 30%;
}
.news .news-content {
    font-family: Cabin;
    padding: 10px 15px;
    font-size: 12px;
    color: #383939;
}
.footer {
    /*position: absolute;
    bottom: 0px;
    width: 1180px;*/
    background-color: #EAEAEA;
    padding: 10px 10px;
}
.footer .copyleft {
    text-align: center;
    font-size: 11px;
    color: #656565;
}