.loadingContent {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
    color: #ed8b00;
    position: relative;
    left: 50%;
   /* top: 50%;*/
	margin-top: -250px;
    transform: translate(-50%, -50%);
}

.loading {
    width: 270px;
    height: 8px;
    border-radius: 6.5px;
    background-color: #fff;
    margin-bottom: 11px;
}

.loading .barBlue {
    position: absolute;
    height: 8px;
    width: 0;
    border-radius: 6.5px;
    background-color: #ed8b00;
}
.model{
    height: 100%;
    width:100%;
 
}
#model-container {
    width: 100%;
    height: 550px;
	 
}
