.onboard {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;

	.onboard-start-here__wrapper {
		position: absolute;
		right: 50px;
		top: 5px;

		.onboard-start-here__arrow__up {
			position: relative;
			left: 30px;
			width: 20px;
			height: 57px;
			display: block;
			background: transparent url(../img/kickstart/ks-arrow-up.png) center center no-repeat;
		}
		.onboard-start-here__upload {
			position:relative;position: relative;
			left: 50%;
			top: -5px;
			margin-left: -20px;
		}
		.onboard-start-here__label {
			color: #fff;
			font-size: 13px;
			font-size: bold;
			text-transform: uppercase;
			text-align: center;
		}
	}

	.onboard-wrapper {
		position: absolute;
		left: -20px;

		&.onboard-wrapper__dashboard {
			top: 20px;
		}
		&.onboard-wrapper__videos {
			top: 90px;
		}
		&.onboard-wrapper__statistics {
			top: 160px;
		}
		&.onboard-wrapper__explore {
			top: 230px;
		}

		.onboard-start__arrow__left {
			position: relative;
			top: 15px;
			left: 0;
			width: 47px;
			height: 26px;
			display: inline-block;
			background: transparent url(../img/kickstart/ks-arrow-left.png) center center no-repeat;
		}
		.onboard-start__label {
			padding-left: 10px;
			vertical-align: middle;
			position: relative;
			display: inline-block;
			top: 5px;
			color: #fff;
			font-size: 13px;
			font-size: bold;
		}
	}
}


.number-circled {
	border-radius: 50%;
	background: transparent;
	color: #626262;
	border: 4px solid #626262;
	font-size: 50px;
	line-height: 100px;
	text-align: center;
	width: 114px;
	height: 114px;
}