html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
    font:inherit;
    font-size:100%;

    margin:0;
    padding:0;

    vertical-align:top;

    border:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
    display:block;
}
body{
    line-height:1;
}

blockquote,
q{
    quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
    content:'';
    content:none;
}
table{
    border-spacing:0;
    border-collapse:collapse;
}

html{
    height:100%;
}

body{
    background-color:#f4f4f4;
    background-image:url('images/error-page/back.png');
    background-repeat:repeat;
    font:400 14px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
    text-align:center;
    overflow-x:hidden;
    overflow-y:visible;
    height:100%;
    min-height:200px;
}

@media screen and (min-height: 500px){
    body{
        overflow:hidden;
    }
}

.container{
    min-height:100%;
    position:relative;
}

@media screen and (min-height: 500px){
    .container{
        height:100%;
    }
}

.content{
    padding:0 15px 80px;
}

@media screen and (min-height: 500px){
    .content{
        position:relative;
        top:50%;
            -ms-transform:translateY(-50%);
                transform:translateY(-50%);
        overflow:hidden;
    }
}

.footer{
    height:80px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:15px 10px 0;
}


p{
    color:#646b71;
    color:rgba(61, 70, 77, .8);
    margin-bottom:1em;
}


@media (min-width: 450px){
    p{
        font-size:16px;
    }
}


@media (min-width: 800px){
    p{
        font-size:18px;
    }
}
.offsetter-1, .offsetter-2{
    display:block;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

.offsetter-1{
    width:7%;
    max-width:100px;
    min-height:20px;
}

@media screen and (min-height: 500px){
    .offsetter-1{
        display:none;
    }
}

.offsetter-2{
    width:4%;
    max-width:60px;
    min-height:20px;
}

.error-image{
    margin:0 auto;
    width:50%;
    min-width:70px;
    max-width:215px;
    max-height:315px;
    position:relative;
}

.error-image img{
    width:100%;
}

.error-image:before, .error-image:after{
    content:"";
    position:absolute;
    z-index:-2;
    bottom:15px;
    left:10px;
    width:45%;
    height:10%;
    max-width:300px;
    box-shadow:0 12px 10px rgba(0, 0, 0, 0.7);
        -ms-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.error-image:after{
    right:10px;
    left:auto;
        -ms-transform:rotate(3deg);
            transform:rotate(3deg);
}

.logo{
    display:inline-block;
    line-height:65px;
    *line-height:80px;
}

.logo img{
    max-width:100%;
    display:inline-block;
    vertical-align:middle;
}
