/* Sub Banner T1 Styles */
.sub-banner.t1 {
	position: relative;
	padding: 6% 4%;
}

.sub-banner.t1 .img {
}

.sub-banner.t1 img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sub-banner.t1 .info {
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.text-left.sub-banner.t1 .info {
	text-align: left;
}

.text-right.sub-banner.t1 .info {
	text-align: right;
}

.sub-banner.t1 .info > strong {
	display: block;
	font-size: 2em;
}

.sub-banner.t1 .info > .main-font {
	display: block;
}

.sub-banner.t1 .info > .main-font > em {
	font-style: normal;
	display: block;
	font-size: 1.6111em;
	margin-top: .15em;
}
/* End Sub Banner T1 Styles */

/* Slide & Fade Styles */
[data-onvisible='slide-n-fade'].sub-banner.t1 .info > * {
	opacity: 0;
}

.slide-n-fade[data-onvisible='slide-n-fade'].sub-banner.t1 .info > strong {
	-webkit-animation: knockKnockSideSlide .75s ease 0s 1 forwards;
	animation: knockKnockSideSlide .75s ease 0s 1 forwards;
}

.slide-n-fade[data-onvisible='slide-n-fade'].sub-banner.t1 .info .main-font {
	-webkit-animation: knockKnockSideSlide .75s ease .25s 1 forwards;
	animation: knockKnockSideSlide .75s ease .25s 1 forwards;
}
/* End Slide & Fade Styles */

/* 1500px Responsive */
@media screen and (max-width:1500px) {
	body {
	}
}
/* End 1500px Responsive */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	body {
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	body {
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	body {
	}

	.sub-banner.t1 {
		padding: 4% 0;
	}

	.sub-banner.t1 .info > strong {
		font-size: 1.75em;
	}

	.sub-banner.t1 .info > .main-font > em {
		font-size: 1.5em;
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	body {
	}
}
/* End 650px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	body {
	}

	.sub-banner.t1 {
		padding: 5% 0;
	}

	.sub-banner.t1 .info > strong {
		font-size: 1.5em;
	}

	.sub-banner.t1 .info > .main-font > em {
		font-size: 1.3em;
	}
}
/* End 550px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	body {
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	body {
	}

	.sub-banner.t1 .info > strong {
		font-size: 1.333em;
	}

	.sub-banner.t1 .info > .main-font > em {
		font-size: 1.111em;
	}
}
/* End 400px Responsive */

/* 350px Responsive */
@media screen and (max-width:350px) {
	body {
	}
}
/* End 350px Responsive */
