body {
	font-family: 'Roboto', sans-serif;
	padding-top: 95px;
	padding-bottom: 80px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #e7e7e7;
    padding-top: 25px;*/
}

.navbar-brand>img {
    max-width: 50%;
} 

.navbar-brand {
    height: 95px;
    line-height: 20px;
}

.navbar-nav>li>a {
    line-height: 60px;
}

.page-header {
    text-align: center;
}

#modalwait{
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../img/wait.gif') 
                50% 50% 
                no-repeat;
}