html{
	
	min-height:100%;
	font-family: 'Titillium Web',sans-serif;
	
}
.backgroundthumb{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	filter: contrast(90%) brightness(110%) grayscale(30%);
	
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity .55s ease-in-out;		
	z-index: 10000;
}
.backgroundthumb.hidden{
	opacity:0;	
}
.backgroundvideo{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;	
	background:#fff;
	object-fit: cover;
	z-index: 10000;
}
.trimachine_logo{
	
	margin: 5px;
	width: 140px;
	height: 40px;
	z-index: 2000;
	position: relative;
	background-image: url(images/trimachine_logo.svg);
	background-repeat: no-repeat;
	float: right;
	opacity: 0.8;
	
	/* BUSINESS */
	background-position: 80px 0px;
	/*
	background-position: 25px 0px;
	background-size: 160%;
	*/

	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;	
	
}		
.trimachine_logo.active:hover{
	opacity: 1;
}
.user_logo{
	position: relative;
	float: right;
}
#start_project {
	
	background-image:url(images/start_project.png);
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background-size: cover;				
	cursor:pointer;

	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: calc(50% - 50px);
	
	opacity: 0.6;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;	
	
	border-radius: 50px;
	
	/* display:none; */
	z-index: 10000;
	
}
#start_project:hover {
	
	opacity: 1;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity .55s ease-in-out;			
	
}
#start_project p{
	margin-top: 110px;
	color: #fff;
	text-align: center;
}
#start_project.hidden {
	opacity:0;
}

/* --- */

.lds-grid {
	
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: calc(50% - 40px);
	
	/* display:none; */
	
}

.lds-grid div.info{
	width: 100px;
	background: none;
	color: #fff;
	margin-top: 80px;
	font-size: 14px;
}

.lds-grid div {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
	top: 8px;
	left: 8px;
	animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
	top: 8px;
	left: 32px;
	animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
	top: 8px;
	left: 56px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
	top: 32px;
	left: 8px;
	animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
	top: 32px;
	left: 32px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
	top: 32px;
	left: 56px;
	animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
	top: 56px;
	left: 8px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
	top: 56px;
	left: 32px;
	animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
	top: 56px;
	left: 56px;
	animation-delay: -1.6s;
}
@keyframes lds-grid {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}