/* Mainstage Layout */
.v2.mainstage {
	height: 100vh;
	text-align: center;
	padding: 10em 7%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-height: 72.222em;
}

.v2.mainstage .color-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	pointer-events: none;
}

.v2.mainstage .color-overlay:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
}

.v2.mainstage header {
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.v2.mainstage header strong {
	font-size: 7em;
	text-transform: uppercase;
	display: block;
	line-height: .9em;
	position: relative;
	padding-bottom: .25em;
	padding-right: 0;
}

.v2.mainstage header strong:before {
	content: attr(data-text);
	position: absolute;
	display: block;
	transition: .75s ease;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.v2.mainstage.visible header strong:before {
	height: 100%;
}

.v2.mainstage header strong:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
}

.v2.mainstage .values {
	padding: 0 2em;
}

.v2.mainstage header div em {
	font-size: 2em;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25em;
}

.v2.mainstage header div p {
	margin-top: 1.5em;
	font-size: 1.111em;
}

.v2.mainstage header .btn {
	margin-top: 3em;
	padding-left: 0;
	transition: background-color .4s ease, color .4s ease, padding .4s ease;
}
/* End Mainstage Layout */

/* Responsive - min-width */
@media screen and (min-width:876px) {
	.v2.mainstage header .info {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.v2.mainstage header strong {
		min-width: 40%;
		max-width: 50%;
	}

	.v2.mainstage .values {
		max-width: 45%;
	}

	.v2.mainstage header .btn:hover {
		padding-left: 1em;
	}
}
/* End Responsive - min-width */

/* Responsive */
@media screen and (max-width:1436px) {
	.v2.mainstage header strong {
		font-size: 5.5em;
	}
}

@media screen and (max-width:1120px) {
	.v2.mainstage header strong {
		font-size: 4.25em;
	}

	.v2.mainstage header div em {
		font-size: 1.4em;
	}

	.v2.mainstage .values {
		padding-right: 0;
	}
}

@media screen and (max-width:875px) {
	.v2.mainstage {
		height: auto;
	}

	.v2.mainstage header {
		padding-top: 2em;
	}

	.v2.mainstage header strong {
		font-size: 5.25em;
	}

	.v2.mainstage .values {
		padding: 2em 0;
	}

	.v2.mainstage header div p {
		margin-top: 1em;
	}

	.v2.mainstage header .btn {
		margin-top: 0;
	}

	.v2.mainstage.visible header strong:before {
		width: 100%;
	}
}

@media screen and (max-width:683px) {
	.v2.mainstage {
		background-image: url(/images/themes/standard/v2/Slide-bg-683.jpg);
		padding: 10em 7% 4em;
	}

	.v2.mainstage header strong {
		font-size: 3em;
	}
}

@media screen and (max-width:414px) {
	.v2.mainstage header div em {
		font-size: 1.2em;
	}

	.v2.mainstage header div p {
		font-size: 1em;
	}
}
/* End Responsive */
