.navbar-header {
    position: absolute;
    z-index:100;
    /*top: 0;*/
    top:-45px;
    width:100%;
    height:42px;
    border:1px solid #fceda7;
    background:#fceda7;
    color:#333;
    font-weight:bold;
    text-shadow:0 1px 0 #fff;
    /*background-image:-webkit-gradient(linear,left top,left bottom,from( #fceda7 ),to( #fbef7e ));
    background-image:-webkit-linear-gradient( #fceda7,#fbef7e );
    background-image:-moz-linear-gradient( #fceda7,#fbef7e );
    background-image:-ms-linear-gradient( #fceda7,#fbef7e );
    background-image:-o-linear-gradient( #fceda7,#fbef7e );
    background-image:linear-gradient( #fceda7,#fbef7e );*/
}

.navbar-title {
    position: absolute;left: 50%;
    width: 100%;
    max-width:600px;
    min-width:200px;
    line-height: 40px;font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (min-width: 600px) {
    .navbar-title {
        margin-left: -300px;
    }
}

@media screen and (max-width: 600px) {
    .navbar-title {
        margin-left: -50%;
    }
}

.navbar-return {
    position:absolute;
    top:5px;
    left:5px;
    cursor:pointer;
}
