

.loading {
    background: url(../resources/img/loading.gif) no-repeat center;
    display:inline-block;
}


#loading-mask-old {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20001;
    /*background-color: #5a5a5a;*/
    background: url(../resources/img/background_texture_grey.png);
    text-align: center;
}

#loading-old {
    position: absolute;
    top: 30%;
    height: 140px;
    width: 100%;
    z-index: 20001;
    text-align: center;
    /*border-top: 3px solid #367CB3;
    border-bottom: 3px solid #367CB3; */
    padding-top: 50px;
    background: #5a5a5a url(../resources/img/loading.gif) no-repeat scroll center 95px;
}

#loading-text {
    padding-top: 80px;
    font: 10px helvetica, arial, sans-serif;
    color: #222;
}

.bgtexture {
    text-align: left;
    background: url(../resources/img/background_texture_grey.png);
}

body {
    background: url(../resources/img/background_texture_grey.png);
}

.phoneabout {
    background: #aaa
}

.images {
    -webkit-transform: scale(1.0);
    -webkit-transition-property: -webkit-transform, background-color;
    -webkit-transition-duration: 5s;
    -webkit-transition-timing-function: ease-in;
    border: 2px solid;
}