menu {
    color: red;
}

navigation {
    background-color: #333 /* darkgrey */;
}

body {
    color: #666;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-stretch: condensed;
    font-size: 14px;
    line-height: 150%;
    background: url(../images/bg/bg-404.png) no-repeat;
    background-size: cover;
    margin: 0;
}

a {
    color: #666;
    text-decoration: none;
}

img {
    border: none;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 100%;
}

.wrap-inner {
    width: 900px;
    margin: 30px auto;
    direction: ltr;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100%;
    padding: 15% 0;
    text-align: center;
}

.header {
    padding: 0 0 10px 10px;
}

.contener {
    display: block;
    width: 100%;
}

.block-left {
    display: table-cell;
    width: 25%;
    vertical-align: top;
}

.logo {
    display: block;
    margin-top: 115px;
}

.logo>a {
    margin-bottom: 10px;
    display: block;
}

.logo p {
    margin: 0 0 35px;
    color: #DD002B;
    font-size: 15px;
}

.block-main {
    vertical-align: top;
    display: table-cell;
}

.block-main ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.block-main ul li strong {
    font-weight: 100;
}

.block-main ul li span {
    background: #666;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.block-copyright {
    clear: both;
    display: block;
    text-align: center;
}

.block-copyright .copyright,.block-copyright .designby {
    display: inline-block;
}

.block-copyright .powered-by {
    display: block;
}

.second-block {
    color: #7e7e7e;
    margin-top: 20px;
    margin-left: -160px;
    overflow: hidden;
}

.firts-block {
    margin-left: -320px;
}

.mess-code {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 30px;
}
.contener img.img_404{
    margin-left: 80px;
}
.text-please p{
    display: block;
    width: 100%;
}
.error-code {
    color: #5D9300;
    font-size: 500%;
    font-weight: 700;
    line-height: 52%;
    border-bottom: 1px dashed #DC143C;
}

.error-code .erro-word {
    font-weight: 100;
    font-size: 65%;
    letter-spacing: 2px;
    margin-right: 20px;
    float: left;
    line-height: 55px;
}

h4 {
    font-weight: 100;
    font-size: 120%;
}

.block-main ul li {
    font-size: 100%;
    margin: 8px 0;
    text-transform: capitalize;
}

.block-main .second-block ul li {
    background: url(../images/home_404.png) left top no-repeat;
    padding-left: 10px;
    line-height: 18px;
}

.block-main .second-block ul li a {
    text-decoration: none;
}

.btn i {
    margin-right: 5px;
}

.btn,button {
    border: none;
    padding: 10px 70px;
    border-radius: 3px;
    color: #fff;
    background: #14aff0;
    display: inline-block;
}

.btn:hover,button:hover {
    color: #fff;
    background: #666;
}

.lW {
    float: left;
    clear: left;
    height: 25px;
}

.rW {
    float: right;
    clear: right;
    height: 25px;
}

.btn:focus,button:focus {
    box-shadow: 0 0 5px rgba(0,0,0,.2) inset,1px 1px 1px rgba(0,0,0,.3);
}

@media (min-width:768px) and (max-width:979px) {
    div.wrap-inner {
        width: 100%;
    };
}

@media (max-width:767px) {
    .contener img.img_404 {
        max-width: 100%;
        margin: 0;
    }

    div.wrap-inner {
        width: 100%;
        padding: 0 15px;
    }

    div.block-left,div.block-main {
        display: block;
        width: 100%;
    }

    div.block-left {
        width: 80%;
        margin: 0 auto;
    }

    div.block-main {
        padding: 10px 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    div.block-main .logo,div.firts-block,div.second-block {
        margin: 0;
    }

    .lW,.rW {
        display: none;
    };
}