.htyt-container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.htyt-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.htyt-col-md-6 {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.htyt-col-lg-4 {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.htyt-col-lg-8 {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.htyt-align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

/* channel info */

.htyt-channel-info-wrapper {
	margin-bottom: 30px;
}

.htyt-channel-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.htyt-channel-info__image {
	line-height: 1;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.htyt-channel-info__image a {
	line-height: 1;
	display: block;
}

.htyt-channel-info__image a img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
}

.htyt-channel-info__text .htyt-title a {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #111111;
}

.htyt-channel-info__text .htyt-title a:hover {
	text-decoration: underline;
}

.htyt-channel-info__text .htyt-info span {
	font-size: 12px;
	position: relative;
	margin-left: 10px;
	color: rgba(17, 17, 17, 0.7);
}

.htyt-channel-info__text .htyt-info span:before {
	position: absolute;
	top: 50%;
	left: -8px;
	width: 3px;
	height: 3px;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(17, 17, 17, 0.7);
}

.htyt-channel-info__text .htyt-info span:first-child {
	margin-left: 0;
}

.htyt-channel-info__text .htyt-info span:first-child:before {
	display: none;
}

/* subscribe button */

.htyt-subscribe-button {
	text-align: right;
}

.htyt-subscribe-button button,
.htyt-subscribe-button a {
	font-size: 11px;
	font-weight: 500;
	line-height: 26px;
	height: 24px;
	padding: 0 8px 0 5.5px;
	color: #fefefe;
	border: none;
	background: none;
	background-color: #e62117;
	display: inline-block;
}

.htyt-subscribe-button button i,
.htyt-subscribe-button a i {
	font-size: 12px;
	margin-right: 5px;
}

.htyt-subscribe-button button:hover,
.htyt-subscribe-button a:hover {
	background-color: #cc181e;
}

.htyt-subscribe-button span {
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	height: 24px;
	margin-left: -3px;
	padding: 0 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-left: 0;
	background-color: #fafafa;
	margin-top: -1px;
}

/* single video */

.htyt-single-video {
	margin-bottom: 35px;
}

.htyt-single-video__thumb {
	line-height: 1;
	position: relative;
}

.htyt-single-video__thumb a {
	line-height: 1;
	display: block;
}

.htyt-single-video__thumb a img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.htyt-single-video__thumb a .duration {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: block;
	padding: 5px 7px 6px;
	color: white;
	border-radius: 2px;
	background: rgba(34, 34, 34, 0.81);
}

.htyt-single-video__thumb .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.htyt-single-video__thumb .play-icon svg {
	width: 60px;
}

.htyt-single-video__thumb:hover .play-icon .htyt-play-button-bg {
	-webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
	transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
	fill: #f00;
	fill-opacity: 1;
}

.htyt-single-video__text {
	padding-top: 10px;
}
.htyt-single-video__text .htyt-title {
	line-height: 10px;
	margin: 0px;
}

.htyt-single-video__text .htyt-title a {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #111111;
}

.htyt-single-video__text .htyt-title a:hover {
	text-decoration: underline;
}

.htyt-single-video__text .htyt-info {
	margin-top: 5px;
}

.htyt-single-video__text .htyt-info span {
	font-size: 12px;
	position: relative;
	margin-left: 10px;
	color: rgba(17, 17, 17, 0.7);
}

.htyt-single-video__text .htyt-info span:before {
	position: absolute;
	top: 50%;
	left: -8px;
	width: 3px;
	height: 3px;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(17, 17, 17, 0.7);
}

.htyt-single-video__text .htyt-info span:first-child {
	margin-left: 0;
}

.htyt-single-video__text .htyt-info span:first-child:before {
	display: none;
}

.htyt-single-video--with-icon .htyt-single-video__thumb .play-icon {
	display: block;
}

.htyt-video-grid-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.htyt-video-grid-wrapper--column-2 > .htyt-single-video {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.htyt-video-grid-wrapper--column-3 > .htyt-single-video {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
}

.htyt-video-grid-wrapper--column-4 > .htyt-single-video {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}

.mt-30 {
	margin-top: 30px;
}

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

.htyt-container {
	max-width: 720px;
}

.htyt-col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.htyt-col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.htyt-video-playlist__single {
	margin-bottom: 30px;
}

.htyt-video-playlist__list--style-two {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.htyt-video-grid-wrapper--column-2 > .htyt-single-video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.htyt-video-grid-wrapper--column-3 > .htyt-single-video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.htyt-video-grid-wrapper--column-4 > .htyt-single-video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

}

@media (min-width: 768px) {

.htyt-col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

.htyt-container {
	max-width: 960px;
}

.htyt-video-grid-wrapper--column-4 > .htyt-single-video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

}

@media (min-width: 992px) {

.htyt-col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1200px;
}

}

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

.htyt-container {
	max-width: 540px;
}

.htyt-col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.htyt-col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.htyt-col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.htyt-channel-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 15px;
	text-align: center;
}

.htyt-channel-info__image {
	margin-right: 0;
	margin-bottom: 20px;
}

.htyt-subscribe-button {
	text-align: center;
}

.htyt-video-playlist__single {
	margin-bottom: 30px;
}

.htyt-video-playlist__list--style-two {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.htyt-video-grid-wrapper--column-2 > .htyt-single-video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.htyt-video-grid-wrapper--column-3 > .htyt-single-video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.htyt-video-grid-wrapper--column-4 > .htyt-single-video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

}

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

.htyt-container {
	width: 100%;
}

}

