/* Mainstage */

.mainstage-panel {
	height: auto;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mainstage-panel .bg-img, .mainstage-panel.mob-2 .main:before, .mainstage-panel.mob-3 .main:before, .mainstage-panel.mob-4 .main:after {
	background-image: url(/images/slide-bg.jpg);
}

.mainstage-panel.mob-2 .main:before, .mainstage-panel.mob-3 .main:before, .mainstage-panel.mob-4 .main:after {
}

.mainstage-panel .info {
	position: relative;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	max-width: 50em;
}

.mainstage-panel .info.solid {
	background-color: #ffffffde;
}

.mainstage-panel .info-right .info {
	margin-left: auto;
}

.mainstage-panel .info-center .info {
	margin: auto;
}

.no-csscalc .mainstage-panel .info {
}

.mainstage-panel .info:before {
	display: block;
	content: '';
	position: absolute;
	right: 100%;
	width: 50vw;
	height: 100%;
	top: 0;
}

.mainstage-panel .info h3 {
	font-size: 1.333em;
	line-height: 1;
}

.mainstage-panel .info h2 {
	font-size: 3.889em;
	line-height: 1;
	letter-spacing: -.025rem;
	position: relative;
	font-weight: 600;
	display: block;
}

.mainstage-panel .info h2 strong {
	font-size: 1.514em;
	font-weight: 600;
	display: block;
	color: var(--secondary-color);
}

.mainstage-panel .info p {
	font-size: 1.111em;
	line-height: 1.6;
	margin-top: 2.35rem;
}

.mainstage-panel .info .btn {
	display: inline-block;
	margin-top: 2.5rem;
	position: relative;
}

/* End Mainstage */

/* Min Responsive */

@media screen and (min-width:433px) {
}

@media screen and (min-width:1178px) {
	.mainstage-panel .main {
		min-height: 38rem;
	}

	.mainstage-panel .main.stick-top {
		padding-top: 0;
	}
}

@media screen and (min-width:1513px) {
}

/* End Min Responsive */

/* Responsive - 1512px */

@media screen and (max-width:1512px) {
	.mainstage-panel .info h2 {
		font-size: 3em;
	}
	
	.mainstage-panel .info {
		padding-bottom: 0;
	}
}

/* End Responsive - 1512px */

/* Responsive - 1177px */

@media screen and (max-width:1177px) {
	.mainstage-panel .info {
		max-width: 80%;
	}

	.mainstage-panel .info h2 {
		font-size: 2.8em;
	}
}

/* End Responsive - 1177px */

/* Responsive - 916px */

@media screen and (max-width:916px) {
	.mainstage-panel .main {
	}

	.mainstage-panel .info {
	}

	.mainstage-panel .info:before {
		display: none;
	}

	.mainstage-panel.mob-1 {
		padding-top: 17em;
		background-size: auto calc(100% - 21em);
		background-position: top;
	}

	.mainstage-panel.mob-1 .info {
		box-shadow: 0 0.3rem 1em .5rem rgba(0,0,0,0.304);
	}

	.mainstage-panel.mob-2, .mainstage-panel.mob-3, .mainstage-panel.mob-4 {
		background-image: none !important;
	}

	.mainstage-panel.mob-2 .main:before, .mainstage-panel.mob-3 .main:before, .mainstage-panel.mob-4 .main:after {
		content: '';
		display: block;
		background-size: auto 100%;
		background-position: center;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
	}

	.mainstage-panel.mob-2 .main:before {
		padding-top: 50%;
		margin-bottom: -2em;
		width: 90%;
		box-shadow: 0 -0.5rem 1em rgba(0, 0, 0, 0.3);
	}

	.mainstage-panel.mob-3 .main:before {
		padding-top: 40%;
		background-size: cover;
	}

	.mainstage-panel.mob-4 .main:after {
		padding-top: 50%;
	}
}

/* End Responsive - 916px */

/* Responsive - 800px (Mobile) */

@media screen and (max-width:800px) {
	.mainstage-panel.mob-1 {
		background-size: auto calc(100% - 17em);
		padding-top: 14em;
	}
}

/* End Responsive - 800px (Mobile) */

/* Responsive - 713px */

@media screen and (max-width:713px) {
	.mainstage-panel .info {
		padding-bottom: 0;
	}

	.mainstage-panel .info h2 {
		font-size: 1.6em;
	}

	.mainstage-panel .info .btn {
		margin-top: 1.4rem;
	}
}

/* End Responsive - 713px */

/* Responsive - 555px */

@media screen and (max-width:555px) {
	.mainstage-panel .info {
		max-width: 100%;
	}

	.mainstage-panel .info .btn {
		margin-top: 1.5rem;
	}

	.mainstage-panel .info p {
		margin-top: 1.25rem;
	}

	.mainstage-panel .info h2.long-text {
		font-size: 1.5em;
	}

	.mainstage-panel .info h3 {
		font-size: 1.6em;
	}

	.mainstage-panel.mob-1 {
		background-size: auto calc(100% - 15em);
		padding-top: 9em;
	}
}

/* End Responsive - 555px */

/* Responsive - 432px */

@media screen and (max-width:432px) {
	.mainstage-panel .info {
	}

	.mainstage-panel .info h2.long-text {
		font-size: 1.2em;
	}

	.mainstage-panel.mob-1 {
		background-size: auto calc(100% - 14em);
		padding-top: 7em;
	}
}

/* End Responsive - 432px */
