.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}
body {
    color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 125%;
}
.container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
#content {
    width: 100%;
    padding: 0 20px 100px;
    box-sizing: border-box;
}
.logo {
    text-align: center;
    padding: 25px 0 60px;
}
.logo img {
    max-width: 90%;
}

.left, .right {
    margin: 0 30px;
    display: inline-block;
}
.left {
    float: left;
}
.right {
    float: right;
}
h2 {
    font-weight: 300;
    font-size: 26px;
}
h2 span {
    font-size: 33px;
    color: #0071C0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul li {
    background: url('/cogo/static/img/layout/404-list-item.png') no-repeat center left;
    line-height: 16px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 5px;
}
p {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 5px;
}
ul li a,
ul li a:hover,
ul li a:visited,
ul li a:active,
ul li a:link,
p {
    color: #666666;
    text-decoration: none;
}
#footer{
    width: 100%;
    background: #666666;
    padding: 30px 0;
    height: 115px;
    box-sizing: border-box;
}
.pageWrapper {
    min-height: 100%;
    margin-bottom: -115px;
}
.pageWrapper:after {
    content: "";
    display: block;
    height: 115px;
}

p.small {
    font-size: 11px;
}

a.btn {
    color: #FFF;
    display: inline-block;
    background: url('../img/ico/arrow-circled-white.png') no-repeat right #0071C0;
    padding-right: 50px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 700;
    padding-left: 10px;
    text-decoration: none;
    margin-top: 15px;
}

.center {
    text-align: center;
}

@media (max-width: 960px) {
    h2 {
        font-size: 20px;
    }
    h2 span {
        font-size: 25px;
    }
    a.btn {
        font-size: 12px;
    }
    .left, .right {
        float: none;
    }
}