.module-gallery {
	width: auto;
    /*margin: 0 15px; */
}
.module-gallery .slider-wrapper {
	display: flex;
	overflow: hidden;
	max-height: 400px
}
.module-gallery .slider-wrapper iframe{
	width: 100%;
	height: 400px
}
.module-gallery .slider-preview, .module-gallery .slider-preview-video {
	max-width: 70%;
	width: 100%;
}
.module-gallery .slider-thumb, .module-gallery .slider-thumb-content{
	max-width: 300px;
	text-align: center;
}
.module-gallery .slider-thumb .slick-list{
	max-height: 315px;
}
.module-gallery .slider-thumb li{
	display: flex;
    font-size: 14px;
    line-height: 1.05rem;
    letter-spacing: .02em;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
}
.module-gallery-showfull .slider-thumb-content{
	display: block;
	padding: 0 15px;
}
.module-gallery-showfull h1{
	font-size: 22px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 20px;
}
.module-gallery-showfull .video-category-content{
	text-align: left;
	color: #333;
	font-weight: 400;
}
.module-gallery-showfull .video-category-content p{
	margin-bottom: 10px;
}
.module-gallery .slider-thumb li span{
	text-align: left;
}
.module-gallery .slider-thumb li svg{
	margin: 0 20px;
	min-width: 30px;
}
.module-gallery .slider-thumb li.slick-current svg,
.module-gallery .slider-thumb li.slick-current{
	color: #cc0000;
}
/* .module-gallery .slider-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
.module-gallery .slider-thumb .slick-prev,
.module-gallery .slider-thumb .slick-next {
	z-index: 1;
    height: 30px;
    cursor: pointer;
    width: 140px;
    margin: 0 auto;
    background-color: #000;
    /* opacity: 0.3; */
    transition: opacity 300ms ease;
    font-size: 1.5em;
    color: #fff;
	border: none;
}
.module-gallery .slider-thumb .slick-prev:before,
.module-gallery .slider-thumb .slick-next:before {
	content: '';
}
.module-gallery .slider-thumb .slick-prev:hover,
.module-gallery .slider-thumb .slick-next:hover {
	opacity: 0.5;
}
.module-gallery .slider-thumb .slick-prev {
	left: unset;
	top: 0.5em;
	background: #ccc url(../images/double_arrow.svg) no-repeat center center;
	transform: rotate(180deg);
	background-size: 20px;
	margin-bottom: 10px;
    color: transparent;
}
.module-gallery .slider-thumb .slick-next {
    position: absolute;
	top: unset;
	right: 0;
    left: 0;
	bottom: 0;
	background: #ccc url(../images/double_arrow.svg) no-repeat center center;
	background-size: 20px;
    color: transparent;
}

.module-gallery .slick-arrow{
	padding: 10px 0;
	margin: 0 20px;
}
.slick-track .slick-track { display: none; }

.video-category-container{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 0 0px;
	margin: 0;
}
.video-category-item {
    width: 32%;
	margin-bottom: 20px;
}
.video-category-item img{
	width: 100%;
    height: 215px;
	object-fit: cover;
	border-radius: 10px;
}
.photo-category-item img{
    height: 215px;
}
.video-category-item a{
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0 12px;
}
.video-category-item a h4{
	padding: 10px 0;
}
.video-category-title{
    display: flex;
	justify-content: space-between;
    color: #212121;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 40px;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
	border-top: 1px solid #cc00007d;
    padding-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.video-category-title:before {
    background-color: #cc0000;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 14px;
}
.category-title.video-category-title{
	border-top: none;
	margin-bottom: 25px;
	margin-top: 0;
}
.video-category-title .cat_h1 a{
	text-decoration: none;
	color: #333333;
}
.video-category-title .cat_h1 a:hover{
	color: #cc0000;
}
.video-view-all{
	text-transform: initial;
	font-weight: 600;
}
.video-category-container .navigation{
	position: absolute;
	bottom: -30px;
}
.type-image_readmore{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ffffff7d;
    display: block;
    color: #cc0000;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #cc0000;
    border-radius: 7px;
    transition: 1s all;
}
.type-image_readmore:hover{
    background: #2928287d;
}
.youtube {
	background-color: #000;
	margin-bottom: 10px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.channel_box{
	font-family: 'Roboto Condensed';
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 70%;
}
.channel_descr{
	flex: 1;
	margin-left: 10px;
}
.channel_descr h4{
	margin-bottom: 10px;
	color: #0f0f0f;
	font-size: 22px;
    font-weight: 500;
}
.channel_descr p{
	color: #676767;
	font-size: 14px;
}
.channel_box .channel_link{
	font-family: 'Roboto Condensed';
	padding: 0 16px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
	border-radius: 18px;
	background: #0f0f0f;
	color: #fff;
	text-decoration: none;
}
.channel_box .channel_link:hover{
	opacity: 0.8;
}