.boxid_.content404 {
    min-height: 400px;
    display: table;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.cartoon404 {
    background-image: url(../img/404cartoons.png);
    background-size: contain;
    height: 615px;
    width: 50%;
    background-repeat: no-repeat;
    float: left;
}

.mainTitle404 {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

.textButton404 {font-size: 18px;font-weight: 300;color: #3b5998;line-height: 34px;margin: 20px 0;display: block;}

.mainTitle404 h1 {
    font-size: 15em;
    margin: 0;
    padding: 0;
    line-height: 196px;
    font-weight: 100;
    color: #061f5c;
    display: block;
    margin: 0 0 40px 0;
}

.oopsText {
    font-size: 4em;
    font-weight: 400;
    color: rgba(120, 137, 156, 0.5);
    margin: 0;
}

.boxid_.content404:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #000;
    bottom: 0;
    z-index: -999;
    background: #E0EDF8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(224, 237, 248, 0.4), #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(224, 237, 248, 0.4), #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(224, 237, 248, 0.4), #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(224, 237, 248, 0.4), #fff); /* Standard syntax */
}

.ctnBtn {
    display: block;
}

.homeLink {
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    background-color: #0056a6;
    padding: 10px 18px 10px 18px;
    text-decoration: none;
    border-radius: 2px;
    transition: all ease 0.3s;
}

.homeLink:hover {
    color: #ffffff;
    background: #3fa9f5;
}

.ctnBtn {
    display: block;
    margin: 20px 0;
}