.pointer{
	cursor:pointer;
}

.logo-wrapper {
    padding: 15px 0 0px;
		height:106px
}

.logo-wrapper img{
	height:75px
}

#loading{
  position: fixed;
    left: 0;
    right: 0;
    top: 50%;   
    margin:auto;
    margin-top:-60px;
    text-align:center;
    display:none;
		z-index:1000;
}

