/* T3 Video Area General Styles */

.video-area.t3 {
	opacity: 0;
	transition: opacity .5s ease 0s;
	background-position: left;
}

.video-area.t3.active, .video-area.t3.no-scroll {
	opacity: 1;
}

body.cms-admin .video-area.t3 {
	opacity: 1;
}

.video-area.t3 .main {
}

.video-area.t3 header {
}

.video-area.t3 header h4 {
}

/* End T3 Video Area General Styles */

/* T3 Video Area Scrolling List Styles */

.video-area.t3 .scroll-box {
	position: relative;
}

.video-area.t3 .container {
	position: relative;
	overflow: hidden;
}

.video-area.t3 .video-list {
	position: relative;
	transition: transform 1s ease 0s;
}

.video-area.t3 .video-list li {
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 20em;
}

.video-area.t3 .video-list li .info {
	padding: 3.5em 4%;
}

.video-area.t3 .video-list li .info .title-font {
}

.video-area.t3 .video-list li .info .title-font strong {
	font-size: 1.6667em;
	line-height: 1.1;
}

.video-area.t3 .video-list li .info .content {
}

.video-area.t3 .video-list li .info .content p {
}

.video-area.t3 .video-list li .info .content > *:last-child {
	margin-bottom: 0;
}

.video-area.t3 .video-list li .video {
}

/* End T3 Video Area Scrolling List Styles */

/* T3 Video Area Scroll Nav Styles */

.video-area.t3 .scrolling-list-nav {
	position: absolute;
	top: 50%;
	left: calc(100% + .5em);
	width: 4em;
	display: none;
	transform: translateY(-50%);
}

.active.video-area.t3 .scrolling-list-nav {
	display: block;
}

.video-area.t3 .scrolling-list-nav:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	transform-origin: center;
	transform: rotate(28deg);
}

.video-area.t3 .scrolling-list-nav icon {
	font-size: 2em;
	display: block;
	padding: .25em 0;
	outline: none;
	transition: color .4s ease 0s;
	cursor: pointer;
}

.video-area.t3 .scrolling-list-nav icon.prev-btn {
}

.video-area.t3 .scrolling-list-nav icon.next-btn {
	text-align: right;
}

/* End T3 Video Area Scroll Nav Styles */

/* T3 Video Area More Btn Styles */

.video-area.t3 .btn-con {
	text-align: center;
}

.video-area.t3 .btn-con .btn {
}

/* End T3 Video Area More Btn Styles */

/* Slide & Fade Styles */

[data-onvisible='slide-n-fade'].video-area.t3 .main > * {
	opacity: 0;
}

.slide-n-fade[data-onvisible='slide-n-fade'].video-area.t3 header {
	animation: knockKnockSlide 1s ease 0s 1 forwards;
}

.slide-n-fade[data-onvisible='slide-n-fade'].video-area.t3 .scroll-box {
	animation: knockKnockSlide 1s ease .25s 1 forwards;
}

.slide-n-fade[data-onvisible='slide-n-fade'].video-area.t3 .btn-con {
	animation: knockKnockSlide 1s ease .5s 1 forwards;
}

/* End Slide & Fade Styles */

/* 1500px Responsive */

@media screen and (max-width:1500px) {
	body {
	}

	.video-area.t3 .scrolling-list-nav {
		left: 100%;
	}
}

/* End 1500px Responsive */

/* 1200px Responsive */

@media screen and (max-width:1200px) {
	body {
	}

	.video-area.t3 .scroll-box {
		margin-right: 4em;
	}
}

/* End 1200px Responsive */

/* 1000px Responsive */

@media screen and (max-width:1000px) {
	body {
	}

	.video-area.t3 .video-list li .info {
		padding: 2.5em 4%;
	}

	.video-area.t3 .video-list li .info .title-font strong {
		font-size: 1.333em;
	}

	.video-area.t3 .video-list li .info .content {
		display: none;
	}
}

/* End 1000px Responsive */

/* 800px Responsive */

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

	.video-area.t3 .video-list li {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -ms-flexbox;
		display: flex;
		min-height: 0;
	}

	.video-area.t3 .video-list li .info {
		width: 100%;
		text-align: center;
		padding: 1em 4%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.video-area.t3 .video-list li .video {
		width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

@media screen and (max-width:650px) {
	body {
	}
}

/* End 650px Responsive */

/* 550px Responsive */

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

	.video-area.t3 .video-list li .info {
		padding: .75em 4%;
	}

	.video-area.t3 .video-list li .info .title-font strong {
		font-size: 1.111em;
	}
}

/* End 550px Responsive */

/* 475px Responsive */

@media screen and (max-width:475px) {
	.video-area.t3 {
		background-image: unset !important;
	}
}

/* End 475px Responsive */

/* 400px Responsive */

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

/* End 400px Responsive */

/* 350px Responsive */

@media screen and (max-width:350px) {
	body {
	}
}

/* End 350px Responsive */
