﻿body {
    font-size: 15px;
}
html, body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: baseline;
    background: #ffffff;
    color: #444444;
}
#wrapper {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.error-demo-3 {
    padding: 120px 0 0;
    position: relative;
    background: #e3eef3;
}
    .error-demo-3 .cloud1-img {
        position: absolute;
        top: 5%;
        left: 10%;
    }
    .error-demo-3 .cloud2-img {
        position: absolute;
        top: 10%;
        left: 30%;
    }
    .error-demo-3 .bird-img1 {
        position: absolute;
        top: 30%;
        left: 20%;
    }
    .error-demo-3 .cloud3-img {
        position: absolute;
        top: 5%;
        right: 10%;
    }
    .error-demo-3 .cloud4-img {
        position: absolute;
        top: 10%;
        right: 30%;
    }
    .error-demo-3 .bird-img2 {
        position: absolute;
        top: 30%;
        right: 20%;
    }
    .error-demo-3 .error-bottom-bg {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .error-demo-3 .error-top-wrapper {
        padding: 0 30px;
        text-align: center;
    }
    .error-demo-3 .error-bottom-wrapper {
        margin-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }
.error-btn-3 {
    -webkit-transform: rotate(-5deg);
    -ff-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 14%;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
a {
    text-decoration: none !important;
}
.copy-right {
    position: absolute;
    bottom: 0;
    right: 30px;
}
    .copy-right p {
        color: #ffffff;
    }
p {
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.copy-right p a {
    color: #333333;
    font-weight: 600;
}
.error-demo-3 .error-top-wrapper img {
    margin: 0 auto;
}
.error-demo-3 .error-bottom-wrapper p {
    font-size: 36px;
    text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
    .error-demo-3 .error-bottom-bg a {
        top: -50px;
        transform: inherit;
        border: 2px solid #469f4b;
        color: #469f4b;
        display: inline-block;
        padding: 12px 40px;
        background: transparent;
        position: relative;
        border-radius: 45px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .error-demo-3 {
        padding: 110px 0 0;
    }
}
@media only screen and (max-width: 1199px) {
    .error-demo-3 .error-bottom-bg {
        margin-top: 40px;
        text-align: center;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    error-demo-3 {
        padding: 90px 0 0;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .error-demo-3 {
        padding: 70px 0 0;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .error-demo-3 .error-bottom-bg a {
        font-size: 16px;
        padding: 10px 36px;
    }
}