/* Video System */
.video-system {
	padding-bottom: 0;
}

.video-system.category, .video-system.video-page {
	padding-top: 0;
}

.video-system .video-list {
	background-color: #83C0FF; /* $light */
	padding: 3em 0;
}

.video-system.category .video-list {
	margin-top: 0;
}

.video-system .overlay.active {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 95;
	opacity: 1;
	transition: opacity 1s ease;
}

.video-system .color-wrap {
	background-color: #83C0FF; /* $light */
	padding-top: 3em;
}

.jw-display-icon-container {
	border: none !important;
}

.jw-icon-display {
	color: #FFFFFF !important; /* $white */
}

.video:hover .jw-icon-display {
}

.jw-background-color {
	background: #0845A2 !important; /* $primary */
	transition: background-color .4s ease 0s;
}

.video:hover .jw-background-color {
	background-color: #E03636 !important; /* $secondary */
}
/* End Video System */

/* Video System - Bread Crumbs */
.bread-container {
	display: block;
	position: relative;
	margin: 0;
	border-top: solid 1px #83C0FF; /* $light */
}

.bread-crumbs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	color: #0845A2; /* $primary */
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bread-crumbs > * {
	display: table-cell;
	padding: 1em .45em;
	vertical-align: middle;
}

.bread-crumbs .home-button {
	padding: 1em 0;
}

.bread-crumbs .home-button:hover icon {
	color: #0845A2; /* $primary */
}

.bread-crumbs a {
	color: #31251C; /* $dark */
	display: inline-block;
}

.bread-crumbs a:hover {
	color: #0845A2; /* $primary */
}

.bread-crumbs span:not(.crumb-sep) {
	display: inline-block;
	position: relative;
}

.bread-crumbs span:not(.crumb-sep):before {
	display: block;
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100%;
	background-color: #0845A2; /* $primary */
	height: 1px;
	left: 0%;
}

.bread-crumbs .crumb-sep {
	color: #83C0FF; /* $light */
	margin: 0 0.45em;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.bread-crumbs .crumb-sep icon {
	font-size: .7em;
	font-weight: 300;
	display: block;
	line-height: 1em;
}
/* End Video System - Bread Crumbs */

/* Video System - Category Section */
.category-section {
	margin: 0 auto;
	margin-bottom: 4em;
}

.category-section header {
	padding-bottom: 1em;
	text-align: left;
	position: relative;
}

.category-section header:after {
	content: '';
	display: block;
	height: .25em;
	width: 100px;
	background-color: #0845A2; /* $primary */
	position: absolute;
	bottom: 0;
	left: 0;
}

.category-section header h3 {
	font-size: 2.5em;
	text-transform: uppercase;
}

.category-section header h3 a {
	color: #315A90;
}

.category-section header h3 a:hover {
	color: #E03636; /* $secondary */
}

.category-list {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0;
}

.category-list .category-item {
	margin: 1em 0;
	border: 1px solid #D0BCAC; /* lighten($dark,70%) */
	padding: 1em;
	width: 31.33%;
	background-color: #FFFFFF; /* $white */
}

.category-list .category-item:nth-of-type(3n-1) {
	margin: 1em 3%;
}

.category-list .category-item .thumbnail {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

.category-list .category-item .thumbnail.default {
	background-color: #E3E5E6;
	background-image: url(../images/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.category-list .category-item .thumbnail:before {
	content: '\f0c4';
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	color: rgba(255, 255, 255, 0.5);
	transition: .5s ease;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'icomoon-ult';
}

.category-list .category-item .thumbnail:hover:before {
	color: #FFFFFF;
}

.category-list .category-item .thumbnail img {
	height: 13em;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.category-list .category-item .info {
}

.category-list .category-item .info strong {
	display: block;
	line-height: 1.2;
	font-size: 1.333em;
	font-weight: 600;
	color: #31251C; /* $dark */
	text-align: center;
}

.category-list .category-item .info p {
}

.category-list .category-item .info .btn {
	display: table;
	margin: 1em auto 0;
}

.category-section .btn-con {
	background-color: #FFFFFF; /* $white */
	padding: 1em 3%;
	border: solid 1px #C8CCCE;
}

.category-section .btn-con .btn {
	display: table;
	margin: 0 auto;
}
/* End Video System - Category Section */

/* Video System - Current Video */
.video-system .current-video-list .video .item {
	border-bottom: 1px solid rgba(26,51,66,0.31);
	margin: 1.5em 0;
}

.video-system .current-video-list .item a div {
	margin-right: 1em;
}

.video-system .current-video-list .item a div img {
	box-shadow: 0 8px 17px -6px rgba(0, 0, 0, 0.6);
	border: 2px solid #FFFFFF;
}
/* End Video System - Current Video */

/* Video System - Video Page */
.video-player .video-box {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 5em;
}

.video-player .video-box .video {
	width: 63%;
}

.video-player .video-box .video .main-video-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.video-player .video-box .video .main-video-container video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-player .video-box .video-info {
	width: 33%;
	padding: 2em 2% 2em;
	position: relative;
	border: solid 1px #C8CCCE;
	background-color: #FFFFFF; /* $white */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.related-videos .related-list {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0 0 4em;
}

.related-videos .related-list .related-item {
	margin: 1em 0;
	border: 1px solid #C8CCCE;
	padding: 1em;
	width: 31.33%;
	background-color: #FFFFFF; /* $white */
}

.related-videos .related-list .related-item:nth-of-type(3n-1) {
	margin: 1em 3%;
}

.related-videos .related-list .related-item .thumbnail {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

.related-videos .related-list .related-item .thumbnail.default {
	background-color: #83C0FF; /* $light */
	background-image: url(../images/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.related-videos .related-list .related-item .thumbnail:before {
	content: '\f0c4';
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	color: rgba(255, 255, 255, 0.5);
	transition: .5s ease;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'icomoon-ult';
}

.related-videos .related-list .related-item .thumbnail:hover:before {
	color: #FFFFFF;
}

.related-videos .related-list .related-item .thumbnail img {
	height: 13em;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.related-videos .related-list .related-item .info {
}

.related-videos .related-list .related-item .info strong {
	display: block;
	line-height: 1.2;
	font-size: 1.333em;
	font-weight: 600;
	color: #37393C;
}

.related-videos .related-list .related-item .info p {
}

.related-videos .related-list .related-item .info .btn {
	display: table;
	margin: 1em auto 0;
}
/* End Video System - Video Page */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	.category-list {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.category-list .category-item {
		width: 48%;
	}

	.category-list .category-item:nth-of-type(3n-1) {
		margin: 1em 0;
	}

	.related-videos .related-list {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.related-videos .related-list .related-item {
		width: 48%;
	}

	.related-videos .related-list .related-item:nth-of-type(3n-1) {
		margin: 1em 0;
	}

	.related-videos .related-list .related-item:last-of-type {
		display: none;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.video-system .video-player-container {
		width: 90%;
		left: 5%;
	}

	.video-player .video-box {
		display: block;
	}

	.video-player .video-box .video {
		width: 100%;
	}

	.video-player .video-box .video-info {
		width: 100%;
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	.category-list {
		display: block;
	}

	.category-list .category-item {
		width: 100%;
	}

	.related-videos .related-list {
		display: block;
	}

	.related-videos .related-list .related-item {
		width: 100%;
	}
}
/* End 650px Responsive */
