 .thomas_notpage{
            background-image: url(/images/error-page/404_bgimg.png);
            background-size: cover;
            position: relative;
            background-color: #b2edeb;
            background-repeat: no-repeat;
        }
        .thomas_notpage span{
            display: inline-block;
            vertical-align: middle;
        }
        .BallonImg h3{
            color: #1a4b95;
            font-weight: 400;
            margin: 0 0 20px;
            font-size:24px;
        }
        .BallonImg strong{
            color: #1a4b95;
            font-size:16px;
        }
        .BallonImg{
            font-size:14px;
            color:#337ab7;
        }
        .BallonImg{
            text-align:center;
            margin:35px auto;
        }
        .thomas_notpage .notFound_text{
            display: inline-block;
            vertical-align: middle;
            padding-left: 80px;
        }
        .thomas_notpage .worry_text{
            font-size:12px;
            color:#337ab7;
            display: block;
            padding-top: 10px;
        }
        .worry_text a {
            color: #e14f52;
            text-decoration: underline;
            font-size: 14px;
            padding-left: 2px;
        }
        .error-links{text-align:center; padding:10px 0; background:#fff;font-weight: 500;border-top: 1px solid #000;}
        @media (min-width: 320px) and (max-width: 767px)
        {

          
			.thomas_notpage .notFound_text {
    vertical-align: middle;
    padding-left: 0px;
    padding-top: 20px;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    margin-top: -100px;
}
.BallonImg {
    text-align: center;
    margin: 35px auto;
    position: relative;
}
.thomas_notpage span {
    margin-top: 100px;
    display: block;
}

        }