/*wolcott*/
.phone_all{
    background: #f4f5f9 !important;
}
.error{
    width: 100%;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top:-180px;
}
.error img{
    width:50%;
    height:auto;
    margin:0 25%;
    float:left;
}
.error span{
    width:56%;
    height:auto;
    margin:0 22%;
    text-align:center;
    margin-top:-30px;
    color:#a5a6aa;
    float:left;
}
.error a{
    width:100%;
    height:30px;
    text-align:center;
    color:#39c2c3;
    text-decoration:underline;
    margin-top:10px;
    font-size:16px;
    float:left;
}