
.nestor-logo-wrapper {
	position: relative;
	width:100%;
	padding-top: 110px;
	
}


.top-line {
	position: absolute;
	top:2%;
	left: 20%;
	width: 80%;
	height: 98%;
	border-top: 5px solid rgba(145, 145, 145, 0.45);
}

.nestor-logo-wrapper>.inlay {
	position: absolute;
	top: 5%;
	left: 20%;
	height: 90%;
	width: 80%;
}



.nestor-logo-wrapper>.inlay>h1 {

	font-size: 60px;
	color: #e00f16;
	margin: 0;
}
.nestor-logo-wrapper>.inlay>p {
	
	font-size: 18px;
	color: #e00f16;
}


.bottom-line {
	position: absolute;
	top:0;
	left: 0;
	width: 80%;
	height: 100%;
	border-bottom: 5px solid rgba(145, 145, 145, 0.45);

}
.movein,
.top-line,
.bottom-line {
	-webkit-transition: transform 1.8s ease-in;
	-moz-transition: transform 1.8s ease-in;
	transition: transform 1.8s ease-in;
}

.movein.left.out,
.top-line.out {
	-webkit-transform: translateX(3000px);
	-moz-transform: translateX(3000px);
	transform: translateX(3000px);

}

.movein.right.out,
.bottom-line.out {
	-webkit-transform: translateX(-3000px);
	-moz-transform: translateX(-3000px);
	transform: translateX(-3000px);

}






