 video::-webkit-media-controls,
video::-webkit-media-controls-enclosure {
	display: none!important
}

.lessons-page {
	background: #eaeae5;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 1em;
	transition: opacity .4s ease-in-out
}

@media screen and (max-width:1024px) {
	.lessons-page {
		font-size: .875em
	}
}

@media screen and (max-width:630px) {
	.lessons-page {
		font-size: .75em
	}
}

.lessons-page * {
	margin: 0;
	padding: 0
}

.lessons-page .ms-controls-bar {
	display: none!important
}

.lessons-page .icon {
	fill: #eaeae5
}

.lessons-page .play-icon {
	min-width: 20px;
	height: 20px;
	opacity: .52
}

.lessons-page .play-icon_big {
	-webkit-transform: scale(1.8);
	transform: scale(1.8)
}

.lessons-page .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat;
	font-weight: 700;
	color: #eaeae5;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .25s linear
}

.lessons-page .links:hover {
	color: #8e3329;
	transition: all .25s linear
}

.lessons-page .lists {
	list-style: none
}

.lessons-page .buttons {
	border: none;
	outline: none;
	background: none
}

.lessons-page .button-hover {
	transition: all .25s linear
}

.lessons-page .button-hover:hover {
	background: #6d2e24!important;
	color: #eaeae5!important
}

.lessons-page .headers {
	font-family: Montserrat;
	font-weight: 700;
	color: #534f49;
	text-transform: uppercase;
	margin-bottom: 0
}

.lessons-page .paragraph {
	color: #534f49
}

.location-header-video-player {
	margin-top: .75em!important;
	margin-bottom: 2.1875em!important;
	font-size: 16px
}

.location-header-video-player__next {
	color: #8e3329
}

.location-header-video-player__next:before {
	content: " / ";
	color: #534f49
}

.intro-video-home,
.intro-video-home-wrapper {
	position: relative;
	z-index: 1
}

.intro-video-home-wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 12.0833333333% 9.375em 12.5%
}

@media screen and (max-width:768px) {
	.intro-video-home-wrapper {
		padding: 12.0833333333% 4.6875em 12.5%
	}
}

@media screen and (max-width:400px) {
	.intro-video-home-wrapper {
		padding: 10px 30px 25px
	}
}

.intro-individual-kit {
	position: relative;
	z-index: 1
}

.intro-individual-kit-wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 1.9444444444% 9.375em 13.8194444444%
}

@media screen and (max-width:1024px) {
	.intro-individual-kit-wrapper {
		padding: 1.9444444444% 4.6875em 13.8194444444%
	}
}

@media screen and (max-width:400px) {
	.intro-individual-kit-wrapper {
		padding: 10px 30px 25px
	}
}

.intro-wrapper {
	width: 100%;
	background: rgba(0, 0, 0, .47)
}

.intro-individual-kit .intro-wrapper {
	background: none
}

.location-header-individual-kit {
	width: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 6.7361111111%;
	font-size: 16px;
	color: #eaeae5;
	transition: all .25s linear;
	cursor: pointer
}

.location-header-individual-kit .location-header-individual-kit__arrow {
	transition: all .25s linear
}

.location-header-individual-kit:hover {
	color: #8e3329;
	transition: all .25s linear
}

.location-header-individual-kit:hover .location-header-individual-kit__arrow {
	fill: #8e3329;
	transition: all .25s linear
}

.location-header-individual-kit__header {
	width: auto;
	margin-left: 16px;
	font-size: 16px;
	color: inherit;
	text-transform: uppercase
}

.location-header-individual-kit__arrow {
	width: 19px;
	height: 100%;
	fill: #eaeae5
}

.intro-content__pre-header {
	height: 14px;
	padding-left: 1px;
	color: #eaeae5!important;
	font-size: 15px
}

.intro-content__header {
	margin: 0 0 .6944444444%!important;
	color: #eaeae5!important;
	font-size: 2em;
	text-transform: none!important
}

.intro-content__paragraph {
	max-width: 366px;
	font-size: 14px;
	color: #eaeae5;
	line-height: 1.79
}

@media screen and (max-width:1024px) {
	.intro-content__paragraph {
		max-width: 600px
	}
}

@media screen and (max-width:768px) {
	.intro-content__paragraph {
		display: none
	}
}

.resume-button {
	position: relative;
	width: 10.0125em;
	height: 3.0625em;
	margin-top: 1em;
	background: #8e3329!important;
	font-family: Montserrat Bold;
	font-size: 14px;
	color: #eaeae5!important;
	text-transform: uppercase;
	transition: all .25s linear
}

.resume-button:active {
	background: #6d2e24
}

.resume-button__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.resume-button__icon {
	display: inline-block;
	width: 18px;
	margin-left: .3125em;
	fill: #eaeae5
}

.intro__background-img {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.intro__background-img_individual-kit {
	background-position: 70% 50%
}

.intro__background-img_individual-kit:after {
	display: none
}

.mobile-videoapp-ads {
	position: relative;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 2.34375em!important;
	text-align: center
}

.mobile-videoapp-ads_show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.mobile-videoapp-ads__close-button {
	position: absolute;
	right: .625em;
	top: .625em;
	width: 1.875em;
	height: 1.875em;
	fill: #8e3329
}

.mobile-videoapp-ads__header {
	margin: .625em 0
}

.mobile-videoapp-ads__app-link {
	margin-top: .625em;
	color: #8e3329!important
}

.lessons-page .content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 1.75em 9.375em 10.75em
}

@media screen and (max-width:1024px) {
	.lessons-page .content {
		padding: 1.75em 4.6875em 5.625em
	}
}

@media screen and (max-width:630px) {
	.lessons-page .content {
		padding: 1.75em 30px 2.5em
	}
}

@media screen and (max-width:400px) {
	.lessons-page .content {
		padding: 1.75em 16px 2.5em
	}
}

.content_individual-kit-padding {
	padding-top: 3.9375em!important
}

.tab-switcher {
	margin-top: 25px
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #d4d4ce
}

@media screen and (max-width:630px) {
	.tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.tabs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 2px;
	padding: .9375em 1.875em;
	background: #d4d4ce;
	font-family: Montserrat Bold;
	font-size: 1rem;
	color: rgba(70, 70, 70, .53);
	text-transform: uppercase;
	cursor: pointer
}

@media screen and (max-width:630px) {
	.tabs__item {
		margin: 5px 5px 0 0;
		padding: .3125em .625em;
		font-size: .875rem
	}
}

.tabs__item_active {
	background: #8e3329;
	color: #eaeae5
}

.tab-content {
	display: none;
	position: relative
}

.tab-content_active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.tab-content-note {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding-top: 2.0625em
}

.tab-content-note_hide {
	display: none!important
}

.tab-content-note-top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: .875em
}

.tab-content-note-top-block__header {
	width: auto;
	font-size: 1.5em;
	margin-bottom: .875em
}

.tab-content-note__paragraph {
	font-family: Open Sans Regular;
	font-size: 1rem;
	margin-bottom: 1.5em;
	padding-right: 3.125em
}

@media screen and (max-width:630px) {
	.tab-content-note__paragraph {
		padding-right: 0
	}
}

.tab-content-note__form {
	position: relative;
	width: 100%;
	margin-bottom: 1.5em;
	padding-right: 3.125em;
	font-size: 1rem
}

@media screen and (max-width:630px) {
	.tab-content-note__form {
		padding-right: 0
	}
}

.tab-content-note__edit-area {
	resize: none
}

.tab-content-note__edit-area,
.tab-content-note__edit-area-get-height {
	min-height: 12.5em;
	margin-bottom: 1.5em;
	font-family: Open Sans Regular;
	font-size: 1rem
}

.tab-content-note__edit-area-get-height {
	position: absolute;
	z-index: -1;
	width: 100%;
	padding-right: 3.125em;
	visibility: hidden
}

.tab-content-note__save-button {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 6.25em;
	height: 2.75em;
	background: #8e3329!important;
	font-family: Montserrat Bold;
	font-size: .875rem;
	color: #eaeae5!important
}

.tab-content-note-top-block__edit-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}

.icon-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Open Sans Regular!important;
	font-size: 16px!important;
	color: #534f49!important;
	text-transform: none!important
}

.icon-block:hover {
	color: #8e3329!important
}

.print-icon-block {
	margin-right: 44px
}

.print-icon-block:hover .print-icon-block__icon {
	fill: #8e3329
}

.edit-icon-block {
	margin-right: 44px
}

.edit-icon-block:hover .edit-icon-block__icon {
	fill: #8e3329
}

.print-icon-block__icon {
	width: 17.6px;
	height: 15.8px;
	margin-right: 12.4px;
	fill: #534f49
}

.edit-icon-block__icon {
	width: 16px;
	height: 16px;
	margin-right: 6px;
	fill: #534f49
}

.tab-content-preview {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding-top: 3.0625em
}

@media screen and (max-width:768px) {
	.tab-content-preview {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.tab-content-preview-poster__cover {
	margin: 0 1.6875em 1.6875em 0;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
	min-width: 11.4375em
}

.tab-content-preview-poster__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	font-family: Montserrat Bold;
	font-size: 3.375em;
	color: #eaeae5;
	text-transform: uppercase
}

.tab-content-preview-info__pre-header {
	font-family: Bebas Neue!important;
	font-size: 1.5em;
	height: 1em;
	padding-left: .1em
}

.tab-content-preview-info__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 2.625em
}

@media screen and (max-width:400px) {
	.tab-content-preview-info__header {
		font-size: 1.875em
	}
}

.tab-content-preview-info__open-viewer-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 11.3125em;
	height: 3.1875em;
	margin-top: 8px;
	background: #8e3329;
	color: #eaeae5!important
}

.tab-content-watching-videos {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding-top: 2.375em
}

.tab-content-watching-videos__header {
	font-size: 18px;
	margin-bottom: 5px
}

.tab-content-watching-videos__info {
	max-width: 60%;
	font-size: 14px;
	line-height: 1.71
}

@media screen and (max-width:768px) {
	.tab-content-watching-videos__info {
		max-width: 100%
	}
}

@media screen and (max-width:630px) {
	.tab-content-watching-videos__info {
		margin-bottom: 0
	}
}

.tab-content-watching-videos-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 24px
}

@media screen and (max-width:768px) {
	.tab-content-watching-videos-item {
		-ms-flex-flow: wrap;
		flex-flow: wrap
	}
}

@media screen and (max-width:400px) {
	.tab-content-watching-videos-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.tab-content-watching-videos-item__mini-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 147px;
	flex: 0 0 147px;
	height: 78px;
	margin-right: 24px;
	border: 1px solid #979797;
	background-color: #222;
	background-size: cover
}

.tab-content-watching-videos-item__mini-video svg {
	width: 26px;
	height: 26px
}

@media screen and (max-width:768px) {
	.tab-content-watching-videos-item__mini-video {
		margin-right: 0
	}
}

@media screen and (max-width:400px) {
	.tab-content-watching-videos-item__mini-video {
		width: 100%
	}
}

.tab-content-watching-videos-item-hide {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	transition: all .4s linear
}

@media screen and (max-width:400px) {
	.tab-content-watching-videos-item-hide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.tab-content-watching-videos-item-hide_rotate {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	transition: all .4s linear
}

.tab-content-watching-videos-item-hide__arrow {
	width: 81px;
	height: 100%;
	fill: #534f49
}

.tab-content-watching-videos-item__info-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%
}

@media screen and (max-width:768px) {
	.tab-content-watching-videos-item__info-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 24px
	}
}

.tab-content-watching-videos-item__header {
	margin-bottom: 8px;
	font-family: Montserrat Regular;
	font-weight: 400;
	font-size: 16px;
	color: #534f49
}

.tab-content-watching-videos-item__info {
	overflow: hidden;
	font-family: Montserrat Regular;
	font-size: 12px;
	line-height: 1.58;
	transition: all .4s linear
}

.tab-content-watching-videos-item__info_show {
	max-height: 250px;
	transition: all .4s linear
}

.tab-content-watching-videos-item__watch-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 122px;
	flex: 0 0 122px;
	height: 31px;
	margin-left: 105px;
	background: #8c8c8c;
	color: #eaeae5!important
}

.tab-content-watching-videos-item__watch-status:after {
	display: block;
	content: "watch now"
}

@media screen and (max-width:1024px) {
	.tab-content-watching-videos-item__watch-status {
		margin-left: 24px
	}
}

@media screen and (max-width:768px) {
	.tab-content-watching-videos-item__watch-status {
		margin-left: 0
	}
}

@media screen and (max-width:400px) {
	.tab-content-watching-videos-item__watch-status {
		-webkit-box-flex: 31px;
		-ms-flex: 31px;
		flex: 31px;
		width: 122px;
		margin-top: 24px
	}
}

.tab-content-watching-videos-item__watch-status_active {
	background: #8e3329
}

.tab-content-watching-videos-item__watch-status_active:after {
	content: "completed"
}

.tab-content-watching-videos-item__watch-status_resume {
	background: #8e3329
}

.tab-content-watching-videos-item__watch-status_resume:after {
	content: "resume"
}

.tab-content-watching-gear {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding-top: 2.375em
}

.tab-content-watching-gear__header {
	font-size: 18px;
	margin-bottom: 5px
}

.tab-content-watching-gear__info {
	max-width: 60%;
	font-size: 14px;
	line-height: 1.71
}

@media screen and (max-width:768px) {
	.tab-content-watching-gear__info {
		max-width: 100%
	}
}

@media screen and (max-width:630px) {
	.tab-content-watching-gear__info {
		margin-bottom: 0
	}
}

.tab-content-watching-gear-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 24px
}

@media screen and (max-width:630px) {
	.tab-content-watching-gear-item {
		-ms-flex-flow: wrap;
		flex-flow: wrap
	}
}

@media screen and (max-width:400px) {
	.tab-content-watching-gear-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.tab-content-watching-gear-item__mini-gear {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 147px;
	flex: 0 0 147px;
	height: 147px;
	margin-right: 24px;
	border: 1px solid #979797;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%
}

.tab-content-watching-gear-item__mini-gear svg {
	width: 26px;
	height: 26px
}

@media screen and (max-width:630px) {
	.tab-content-watching-gear-item__mini-gear {
		margin-right: 0
	}
}

@media screen and (max-width:400px) {
	.tab-content-watching-gear-item__mini-gear {
		width: 100%
	}
}

.tab-content-watching-gear-item-hide {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	transition: all .4s linear
}

@media screen and (max-width:400px) {
	.tab-content-watching-gear-item-hide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.tab-content-watching-gear-item-hide_rotate {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	transition: all .4s linear
}

.tab-content-watching-gear-item-hide__arrow {
	width: 81px;
	height: 100%;
	fill: #534f49
}

.tab-content-watching-gear-item__info-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%
}

@media screen and (max-width:630px) {
	.tab-content-watching-gear-item__info-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 24px
	}
}

.tab-content-watching-gear-item__header {
	margin-bottom: 8px;
	font-family: Montserrat Regular;
	font-weight: 400;
	font-size: 16px;
	color: #534f49
}

.tab-content-watching-gear-item__info {
	overflow: hidden;
	font-family: Montserrat Regular;
	font-size: 12px;
	line-height: 1.58;
	transition: all .4s linear
}

@media screen and (max-width:400px) {
	.tab-content-watching-gear-item__info {
		max-height: 0
	}
}

.tab-content-watching-gear-item__info_show {
	max-height: 250px;
	transition: all .4s linear
}

.tab-content-watching-gear-item__watch-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 122px;
	flex: 0 0 122px;
	height: 31px;
	margin-left: 105px;
	background: #8c8c8c;
	color: #eaeae5!important
}

.tab-content-watching-gear-item__watch-status:after {
	display: block;
	content: "buy"
}

@media screen and (max-width:1024px) {
	.tab-content-watching-gear-item__watch-status {
		margin-left: 24px
	}
}

@media screen and (max-width:630px) {
	.tab-content-watching-gear-item__watch-status {
		margin-left: 0
	}
}

@media screen and (max-width:400px) {
	.tab-content-watching-gear-item__watch-status {
		-webkit-box-flex: 31px;
		-ms-flex: 31px;
		flex: 31px;
		width: 122px;
		margin-top: 24px
	}
}

.tab-content-watching-gear-item__watch-status_active {
	background: #8e3329
}

.tab-content-watching-gear-item__watch-status_active:after {
	content: "completed"
}

.collection {
	padding-top: 0px;
}

.collection:after {
	clear: both;
	content: "";
	display: block
}

@media screen and (max-width:630px) {
	.collection {
		padding-top: 2.5em
	}
}

.collection__header {
	font-size: 2em;
	color: #534f49
}

.collection-covers {
	padding: 1.875em .3125em 0
}

.collection-covers-wrapper {
	float: left;
    display: block;
    margin-bottom: 15px;
    width: 20%;
    position: relative;
    height: 225px;
    background-color: white;
    display: inline-block;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.collection-covers-wrapper img {
    max-height: 130px;
}

.collection-covers-wrapper:last-child,
.collection-covers-wrapper:nth-child(4n+4) {
	margin-right: 0
}

@media screen and (max-width:1024px) {
	.collection-covers-wrapper {
		float: left;
		display: block;
		margin-right: 2.3576520234%;
		width: 31.7615653177%
	}
	.collection-covers-wrapper:last-child {
		margin-right: 0
	}
	.collection-covers-wrapper:nth-child(4n) {
		margin-right: 2.35765%
	}
	.collection-covers-wrapper:nth-child(3n) {
		margin-right: 0
	}
}

@media screen and (max-width:630px) {
	.collection-covers-wrapper {
		float: left;
		display: block;
		margin-right: 2.3576520234%;
		width: 48.8211739883%
	}
	.collection-covers-wrapper:last-child {
		margin-right: 0
	}
	.collection-covers-wrapper:nth-child(3n) {
		margin-right: 2.35765%
	}
	.collection-covers-wrapper:nth-child(2n),
	.collection-covers-wrapper:nth-child(4n) {
		margin-right: 0
	}
}

.collection-covers-wrapper__cover {
	width: 100%
}

.collection-covers-wrapper__lock-icon {
	position: absolute;
	bottom: 52%;
	left: 35.55328%;
	display: none;
	width: 24.4866920152%;
	height: 28.8934485449%;
	fill: #eaeae5;
	opacity: .56
}

.collection-covers-wrapper__lock-icon_show {
	display: block
}

.video-block__playlist-outer {
	background: #212121;
	overflow: hidden;
	height: 100%
}

@media screen and (max-width:1024px) {
	.video-block__playlist-outer {
		height: 440px
	}
}

@media screen and (max-width:768px) {
	.video-block__playlist-outer {
		height: 310px
	}
}

@media screen and (max-width:630px) {
	.video-block__playlist-outer {
		height: 220px
	}
}

.playlist-padding-top {
	height: 13px
}

.playlist {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 293px;
	flex: 0 0 293px;
	max-width: 293px;
	height: calc(100% - 26px);
	margin: 13px 0;
	overflow: hidden
}

@media screen and (max-width:1024px) {
	.playlist {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%
	}
}

.playlist-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.1875em 1.5625em 1.1875em 1.875em;
	border-bottom: 1px solid hsla(0, 0%, 55%, .53);
	cursor: pointer
}

.playlist-item_no-border {
	border-bottom: none
}

.playlist-item_active .playlist-item__info-text {
	opacity: 1
}

.playlist-item_active .play-icon {
	opacity: 1;
	fill: #8e3329
}

.playlist-item__info-text {
	margin-left: 1em;
	opacity: .52;
	font-size: 12px;
	color: #fff
}

.ps-scrollbar-y-rail {
	position: absolute;
	right: 6px!important
}

.ps-scrollbar-y {
	position: relative;
	width: 8px;
	border: 1px solid #979797;
	border-radius: 4px;
	background: #d8d8d8;
	opacity: .16;
	cursor: pointer
}

.ps-scrollbar-y:hover {
	opacity: .5
}

.flowplayer,
.video-js {
	-ms-flex-negative: 2;
	flex-shrink: 2;
	position: relative;
	background: #1a1a1a;
	cursor: pointer;
	max-width: 100%!important;
	max-height: 100%!important
}

@media screen and (max-width:1024px) {
	.flowplayer,
	.video-js {
		width: 100%;
		height: 70%;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

@media screen and (max-width:1024px) {
	.video-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}

.video-info {
	padding: 2.8125em 5em 0 0
}

@media screen and (max-width:768px) {
	.video-info {
		padding-right: 0
	}
}

.video-info__header {
	font-size: 1.5rem;
	margin-bottom: 1em
}

.video-info__time {
	margin-left: 1.375em;
	font-family: Montserrat Light;
	font-size: 1.125rem;
	font-weight: 300;
	color: #939393
}

@media screen and (max-width:400px) {
	.video-info__time {
		display: block;
		margin-left: 0
	}
}

.video-info__info {
	font-size: 14px;
	line-height: 1.79
}

body.compensate-for-scrollbar {
	overflow: hidden;
	-ms-overflow-style: none
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px 44px 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide--image {
	padding: 44px 0 0;
	overflow: visible
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px 6px 0
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 44px;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-slide--html .fancybox-content {
	margin: 0 0 6px
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: calc(100% - 44px);
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
	width: 100%
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background: transparent;
	height: 100px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	background: rgba(30, 30, 30, .6);
	height: 100%;
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0, 0%, 100%, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	border: 6px solid hsla(0, 0%, 39%, .5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0 0
	}
	.fancybox-slide--image .fancybox-content {
		margin-bottom: 6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:768px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.fancybox-content {
	overflow: hidden
}

.fancybox-content.flowplayer {
	padding: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.fancybox-is-fullscreen .flowplayer {
	max-width: 99%!important;
	max-height: 99%!important
}

.fancybox-is-fullscreen .flowplayer .fp-fullscreen:before {
	content: "\e016"
}

.fancybox-is-fullscreen .flowplayer.fp-outlined .fp-fullscreen:before,
.fancybox-is-fullscreen .flowplayer.fp-minimal .fp-fullscreen:before {
	content: "\e216"
}

.fancybox-is-fullscreen .flowplayer.fp-edgy .fp-fullscreen:before {
	content: "\e116"
}

.fancybox-is-fullscreen .flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before,
.fancybox-is-fullscreen .flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before {
	content: "\e316"
}

.fv-player-fancybox-play-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	font-size: 40px;
	color: white;
	text-align: center;
	text-shadow: 0 0 7px #000
}

body.fancybox-active #wpadminbar,
body.fancybox-active .nc_wrapper.bottom {
	display: none!important
}

.horse-loading {
    text-align: center;
    width: 80%;
    position: fixed;
    z-index: 9999;
    transform: translateY(-50%);
    display:none;
}
.collection-name {
    background-color: #ffc82d;
    padding: 20px;
    font-size: 22px;
    display: none;
}
span.duh-coll-back {
    cursor: pointer;
}

.duh-buttons {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: none;
    /* opacity: 0.5; */
}

.btn-box {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 9999;
    /* transform: translateY(-50%); */
    /* display:none; */
    /* height: 100%; */
    top: 40%;
}

.buy-btn {
    border: solid 1px #ca0a0a;
    background-color: red;
    padding: 6px;
    margin: 10px 30px;
    color: white;
}

.vid-btn {
    border: solid 1px #000000;
    background-color: #f1f1f1;
    padding: 6px;
    margin: 10px 30px;
    color: #3c3c3c;
}

.kits:hover div.duh-buttons {
    display: block;
}

div.duh-kit {
    cursor: pointer;
}

.buy-btn a {
    color: white;
}

main.content.content_no-top-padding.duh-kit-collection {
	width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    display: inline-block;
}

a.collection-covers-wrapper.kits.duh-kit span {
    font-size: 13px;
    color: black;
    font-weight: bold;
}

.video-category {
	margin: 0px;
}

a.show-all-vid {
	color: #2b79cc;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

h3.video-wrapper__title i {
    display: none;
}