.section_filters {
	flex-wrap: wrap;
}

.section_filters > * {
	margin-bottom: 18px!important;
}

.videos_container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.videos_container .video-item {
	position: relative;
	text-decoration: none;
	width: 25%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0.75%;
	opacity: 1!important;
	visibility: visible!important;
}

.visual_container {
	position: relative;
	overflow: hidden;
}

.videos_container:after {
	content: '';
	flex: auto;
}

.thumb_container img {
	display: block;
}

.thumb_overlay_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	/* color: #fff; */
	/* font-size: 2em; */
}

.section_infos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.section_description {
	width: 100%;
	font-size: 1.22em;
	margin-top: 40px;
}

.section_videos {
	margin-top: 40px;
}

.section_infos h2 {
	/* line-height: normal; */
	margin: 0;
}

.section_link a {
	text-decoration: n;
}

.section_link:before {
	content: '';
	position: absolute;
	display: inline-block;
	left: -25px;
	font-weight: 100;
	height: 100%;
	width: 1px;
	background: #656462;
}

.section_link a {
	display: inline-block;
	text-decoration: none;
}

.section_link {
	margin-left: 50px;
	position: relative;
	font-size: 1.48em;
	margin-top: 5px;
}

.vc_video_video_grid_channel_new {
	border-top: 1px solid #9a9a9a;
	padding-top: 30px;
	margin-top: 25px;
}

.vc_video_video_grid_channel_new:first-child {
	border-top: none;
}

.video_title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 1.3em;
	max-height: 2.6em;
	overflow: hidden;
	margin-top: 0.25em;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 600;
}

.prefix-title img {
	width: 50px;
	display: block;
	margin-right: 15px;
}

.section_title {
	display: flex;
	align-items: center;
}

.video_extra_title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.05em;
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.infos_container {
	margin-top: 15px;
	height: 3.85em;
}
/*Owl*/
.owl-nav > div {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 30px;
	width: 30px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin: auto;
	background-color: #efefef;
	padding: 5px;
	transition: .25s;
}
.owl-nav > div:hover {
	background: #656462;
	color: #efefef;
}

.owl-nav > div:not(.disabled) i {
	top: -1px;
	position: relative;
}
.owl-prev {
	left: -50px;
}

.owl-next {
	right: -50px;
}
.owl-prev.disabled,
.owl-next.disabled {
	opacity: .25;
}

.thumb_container img{
	width: 100%;
}

.item-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: 0;
}

.section_title span.no-style {
	color: #656462;
}

.video-tag {
	background: #fff;
	padding: 0px 5px;
	margin-right: auto;
}

.video-duration {
	background: rgba(0, 0, 0, 0.60);
	color: #fff;
	padding: 0px 5px;
	font-size: .8em;
	margin-left: auto;
}


/*Load more*/
.loadmore-bt-container{
	text-align: center;
}

.loadmore-bt-container a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 10px 25px;
	border: 1px solid #7f7f7f;
	text-transform: uppercase;
	font-weight: 600;
	color: inherit;
	margin-bottom: 25px;
	transition: .25s;
}

.loadmore-bt-container a:hover {
	background: #7f7f7f;
	color: #fff;
	border-color: #7f7f7f;
}

.loadmore-bt-container.hide{
	opacity: 0;
	visibility: hidden;
}

.vc_video_video_grid_loader {
	position: absolute;
	bottom: 25px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	font-size: 10px;
	width: 100%;
	padding: 5px;
	-webkit-transition: .25s;
	transition: .25s;
}

.vc_video_video_grid_loader.active{
	opacity: 1;
	visibility: visible;
}

.section_filters{
	font-size: .9em;
}

div#text_search_input {
	display: flex;
	align-items: center;
}

div#text_search_input input {
	margin: 0;
}

div#text_search_input a {
	background: black;
	color: #fff;
	height: 100%;
	/* width: 46px; */
	height: 46px;
	gap: 10px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

div#text_search_input * {
	display: inline-block;
}

.section_filters {
	display: flex;
}

.section_filters select {
	width: auto!important;
	min-width: auto;
	margin: 0;
	margin-right: 20px;
}

.section_filters select, .section_filters input {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	padding: 15px 15px;
}

.thumb_overlay_container .fa-play {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 0 0 3px white;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumb_overlay_container .fa-play:before {
	position: relative;
	left: 1px;
}

@media screen and (max-width: 1320px){

	.owl-nav > div {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 22px;
	}

	.owl-prev {
		left: -36px;
	}

	.owl-next {
		right: -36px;
	}

}

@media screen and (max-width: 1024px){

	.section_title {
		width: 100%;
	}

	.section_link {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.section_link:before {
		width: 35px;
		height: 1px;
		left: 0;
		top: -10px;
	}

}

@media screen and (max-width: 768px){

	.videos_container .video-item {
		width: 33%;
	}

}

@media screen and (max-width: 480px){

	.videos_container .video-item {
		width: 100%;
	}

	.section_videos .owl-carousel,
	.pioneer_videos{
		padding: 0 30px;
		box-sizing: border-box;
	}

	.owl-prev {
		left: -10px;
	}

	.owl-next {
		right: -10px;
	}
	.section_description{
		margin-top: 20px;
	}
}