video[poster] {
	object-fit: cover!important
}

@import "../assets/css/fonts.css";
html,
body,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small {
	font-family: roboto, sans-serif
}

a {
	color: #df356e
}

body {
	overflow-x: hidden
}

a:hover {
	color: #df356e;
	opacity: .8
}

.btn.solid-btn {
	color: #fff;
	border-color: #67297d;
	background: #67297d;
	border-radius: 0;
	padding: 5px 25px;
	min-width: 100px
}

#mobLoginBtn {
	display: none;
}


/* Editt by M.Noman on 2020-10-21 */

.navbar-nav {
	width: 100%;
	display: -webkit-inline-box;
}

.mob-menu-part {
	display: none;
}


.btn.bordered-btn {
	color: #fff;
	border: 1px solid #fff;
	background: 0 0;
	border-radius: 0;
	padding: 5px 25px;
	min-width: 100px
}

.btn.gray-bordered-btn {
	color: #666;
	border: 1px solid #c2c2c2;
	background: 0 0;
	border-radius: 0;
	padding: 5px 25px;
	min-width: 100px
}

.btn.bordered-btn,
.btn.gray-bordered-btn,
.btn.solid-btn {
	transition: all .5s;
	opacity: 1
}

.btn.bordered-btn:hover,
.btn.gray-bordered-btn:hover,
.btn.solid-btn:hover {
	opacity: .7
}

.btn.jinntv-primary-btn {
	color: #fff;
	border-radius: 0;
	border-color: #fff
}

.btn.subscribe-btn {
	background: #ff0e0e;
	border-radius: 1px;
	text-transform: uppercase;
	padding: 8px 20px
}

.btn.subscribe-btn .live-anchor {
	text-decoration: none;
	color: #fff
}

.btn.jinntv-primary-btn:hover,
.btn.jinntv-primary-btn:active,
.btn.jinntv-primary-btn:focus {
	color: #fff;
	border-color: #67297d;
	background: #67297d
}
#humabtn
 {
background-color: transparent;
	color: #fff;
	border-radius: 0;
	border-color: #fff
}
#humabtn:hover
 {
	color: #fff;
	border-color: #67297d;
	background: #67297d
}
textarea,
select,
input,
button,
textarea:focus,
select:focus,
input:focus,
button:focus {
	outline: none;
	box-shadow: none
}

.empty-txt {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	opacity: .5;
	font-style: italic
}

.custom-check {
	position: relative
}

.custom-check input[type=checkbox],
.custom-check input[type=radio] {
	position: absolute;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: calc(100% - 8px)
}

.custom-check label {
	position: relative;
	display: inline-block;
	padding: 0 0 0 2em;
	height: 1.5em;
	line-height: 1.5;
	cursor: pointer
}

.custom-check label::before,
.custom-check label::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.5em;
	height: 1.5em
}

.custom-check label::before {
	content: " ";
	border: 2px solid #bdc3c7;
	border-radius: 0
}

.custom-check input[type=checkbox]+label::after {
	content: "\2714";
	color: #67297d;
	line-height: 1.5;
	text-align: center
}

.custom-check input[type=radio]+label::before {
	border-radius: 50%
}

.custom-check input[type=radio]+label::after {
	content: " ";
	top: .25em;
	left: .25em;
	width: 1em;
	height: 1em;
	background: #fff;
	border: .2em solid #2c3e50;
	border-radius: 50%
}

.custom-check input[type=checkbox]:checked+label::before,
.custom-check input[type=radio]:checked+label::before {
	background: #fff;
	border-color: #fff
}

.custom-check input[type=checkbox]+label::after,
.custom-check input[type=radio]+label::after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.custom-check input[type=checkbox]:checked+label::after,
.custom-check input[type=radio]:checked+label::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.custom-check label::before,
.custom-check label::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease
}

.template-height-fix {
	padding-top: 90px
}

.login-sec-content {
	padding: 50px 0 250px
}

.btn.theme-btn {
	min-width: 130px;
	margin: 0 0 20px;
	border-radius: 0;
	color: #fff;
	opacity: 1;
	background: #67297d;
	transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out
}

.theme-form input {
	border-radius: 0
}

.btn.theme-btn:hover {
	opacity: .7
}

.play-btn:hover,
.icon-btn:hover,
.popover-link:hover,
.store-btn:hover,
.footer-social:hover {
	-webkit-animation: pulse .5s;
	animation: pulse .5s
}

.app-feature-image {
	-webkit-tranisition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out
}

.app-feature-image:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2)
}

.item-txt-on-hover {
	-webkit-animation: fadeIn .5s;
	animation: fadeInUp .5s
}

.alert-modal .modal-dialog {
	margin-top: 100px
}

.alert-modal .modal-content,
.pdf-modal .modal-content {
	background: #67297d;
	border-radius: 0;
	border: none
}

.alert-modal .modal-title,
.pdf-modal .modal-title {
	color: #fff
}

.alert-modal .close,
.pdf-modal .close {
	color: #fff;
	text-shadow: none
}

.pdf-modal .modal-body {
	padding: 5px 5px 0;
	background: #525659
}

.alert-modal .modal-body {
	padding: 15px;
	background: #fff;
	min-height: 80px
}

.modal-bottom-btn {
	display: flex;
	justify-content: flex-end
}

.pdf-cover {
	width: 100%;
	height: 300px
}

.navbar {
	background: transparent;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 20%, rgba(255, 255, 255, 0) 80%);
}

.nav-bg-dark {
	animation: gradient-fill 0.3s;
	background: black;
}
@keyframes gradient-fill {
	from {
		background: 0 0
	}
	to {
		background: #000
	}
}

.navbar-nav {
	align-items: center;
}

.navbar-nav .nav-link {
	font-size: 0.9rem;
	font-weight: 300;
	color: #adaaaa;
	position: relative;
}

.navbar-nav .nav-link.live-active {
	color: white;
}

.navbar-nav .nav-link.live-active:before {
	content: "";
	position: absolute;
	top: 5px;
	right: -2px;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: red;
}

.navbar-brand-logo {
	width: 120px;
}

.avatar-pic {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

@media (max-width:768px) {
	.avatar-pic {
		width: 78px;
		height: 78px;
		border-radius: 50px;
		border: solid #ffffff 2px;
		margin-bottom: 25px;
	}
}

.profile-fl {
	width: 40px;
	height: 40px;
	color: white;
	letter-spacing: 1px;
	border-radius: 50px;
	background: #da426f;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-pic-wrapper {
	position: absolute;
	padding: 10px;
	right: 0px;
	top: 0px;
}

.profile-pic-wrapper:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 30px;
	width: 10px;
	height: 10px;
	background: #71e242;
	border-radius: 50%;
}

#profile:hover .profile-menu {
	display: block;
}

.profile-menu {
	position: absolute;
	top: 50px;
	/*right: 0;*/
	z-index: 1;
	background: white;
	display: none;
	padding: 12px;
	min-width: 150px;
	animation: bounceIn 1s;
}

.profile-menu hr {
	margin: 0.5rem 0;
}

.profile-menu a {
	display: block;
	text-decoration: none;
	color: #212529;
	transition: all 0.3s;
}

.profile-menu a:hover {
	opacity: 0.5;
}

.profile-menu .active {
	color: #da426f;
}

.live-popup {
	position: absolute;
	top: 80px;
	right: 10px;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 0;
	padding: 10px 15px;
	min-width: 250px;
	animation: slideInRight 1s;
}

.live-popup-content {
	flex: 1;
	color: white;
}

.live-popup-content h5 {
	font-size: 1rem;
	font-weight: 300;
	width: 180px;
}

.live-popup-content p {
	font-size: 0.8rem;
	font-weight: 300;
	opacity: 0.8;
	margin: 0;
	width: 180px;
}

.live-popup .close {
	color: white;
	margin-left: 5px;
}



.carousel-inner {
	background: #000
}

.header-video {
	position: absolute;
	z-index: -1;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.header-title-image img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.header-content {
	color: #fff;
	padding: 130px 0 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh
}

.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%
}

.header-content label {
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .73)
}

.header-content h1 {
	font-size: 4rem;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .73)
}

.header-content h6 {
	font-weight: 300;
	font-size: 1rem;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .73)
}

.header-content p {
	font-weight: 300;
	font-size: .8rem;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .73)
}

.header-bottom-buttons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px
}

.play-btn {
	width: 80px
}

.icon-btn {
	width: 30px
}

@supports(-ms-ime-align:auto) {
	.popover.share-popover {
		min-width: 104px
	}
}

.popover.share-popover {
	top: 10px;
	border-radius: 50px
}

.popover.share-popover .popover-body {
	display: inline;
	padding: 0 5px
}

.popover.share-popover .popover-link {
	width: 40px;
	display: inline-block
}

.popover.share-popover .popover-link img {
	margin: 5px
}

.popover.playlist-popover {
	top: 10px;
	border-radius: 0
}

.popover.playlist-popover .popover-body {
	padding: 10px
}

.main_wrapper_add_playlist hr {
	margin: .6rem 0
}

.main_wrapper_add_playlist .btn.theme-btn {
	margin: 0;
	min-width: 50px;
	width: 50px
}

.add_playlaylist_text {
	min-height: 38px;
	vertical-align: bottom;
	border: 2px solid #bdc3c7;
	margin-right: 5px
}

.list_playlist {
	background: #f4f4f4;
	list-style: none;
	margin: 0;
	padding: 8px 10px 0;
	max-height: 200px;
	overflow-y: auto
}

.list_playlist_myprofile {
	list-style: none;
	margin: 0;
	padding: 8px 10px 0;
	max-height: 200px;
	overflow-y: auto
}

.list_playlist.watch_later {
	background: 0 0
}

.list_playlist li {
	padding: 5px 0
}

.playList img {
	transition: transform .5s;
	transform: rotate(0deg)
}

.playList.close-playlist img {
	transition: transform .5s;
	transform: rotate(45deg);
	animation: none
}

.my-videos-playlist.close-playlist img {
	transition: transform .5s;
	transform: rotate(45deg);
	animation: none
}

.video-detail-playlist.close-playlist img {
	transition: transform .5s;
	transform: rotate(45deg);
	animation: none
}

.mobile .app-carousal-sec {
	padding-bottom: 0
}

.carousal-sec {
	background: #000;
	margin-top: -10px;
	position: relative
}

.carousal-sec .container {
	z-index: 0
}

.carousal-sec .container :hover {
	z-index: 999
}

.fill-height {
	min-height: calc(100vh - 269px)
}

.category-heading {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0 60px 0 0
}

.owl-nav {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 5rem;
	line-height: .5;
	position: absolute;
	top: 40%;
	right: -35px;
	z-index: -1;
	margin: 0;
	width: calc(100% + 90px)
}

.owl-nav:hover {
	visibility: visible!important;
	height: 50px
}

.carousal-sec .owl-theme .owl-nav button.owl-prev,
.carousal-sec .owl-theme .owl-nav button.owl-next {
	outline: none;
	border: 0;
	background: 0 0
}

.carousal-sec .owl-theme .owl-nav button.owl-prev {
	margin-right: 20px
}

.carousal-sec .owl-stage-outer {
	min-height: 590px;
	padding: 60px 0 0 20px;
	margin-left: -13px;
	margin-right: -13px;
	transition-property: all;
	transition-duration: .5s
}

.search-thumb .item.on-item-hover img,
.search-thumb .item.on-item-hover video,
.carousal-sec .owl-carousel .owl-item img,
.carousal-sec .owl-carousel .owl-item video {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all .2s ease-in-out;
	cursor: pointer
}

.owl-carousel .owl-item video {
	margin-bottom: -7px
}

.carousal-sec .item-hover-main-heading,
.item-main-heading {
	font-size: .9rem;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	padding-top: 5px;
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.carousal-sec .item-hover-sub-heading,
.item-sub-heading {
	font-size: .7rem;
	font-weight: 300;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.carousal-sec .item-hover-description {
	white-space: initial;
	font-size: .6rem;
	padding-top: 1px;
	line-height: 120%;
	overflow: hidden
}

.search-thumb .item-txt-on-hover img.item-play-icon,
.carousal-sec .owl-carousel .owl-item img.item-play-icon {
	position: absolute;
	width: 20px;
	height: 20px!important;
	margin: auto;
	left: 80%;
	top: 45%;
	-webkit-animation: zoomIn .7s;
	animation: zoomIn .7s
}

.search-thumb .item-txt-on-hover img.item-add-icon,
.carousal-sec .owl-carousel .owl-item img.item-add-icon {
	position: absolute;
	width: 20px;
	height: 20px!important;
	margin: auto;
	left: 89%;
	top: 45%;
	-webkit-animation: zoomIn .7s;
	animation: zoomIn .7s
}

.search-thumb .item-txt-on-hover img.item-subscribe-icon,
.carousal-sec .owl-carousel .owl-item img.item-subscribe-icon {
	position: absolute;
	width: 25px;
	height: 25px;
	left: 88%;
	top: 4%;
	-webkit-animation: zoomIn .7s;
	animation: zoomIn .7s
}

.search-thumb .item-txt-on-hover img.item-sound-icon,
.carousal-sec .owl-carousel .owl-item img.item-sound-icon {
	position: absolute;
	width: 20px;
	height: 20px!important;
	margin: auto;
	left: 89%;
	top: -40%;
	-webkit-animation: zoomIn .7s;
	animation: zoomIn .7s
}

.carousal-sec .myvideos-delete-playlist-item {
	position: absolute;
	top: 15px;
	right: 12px;
	z-index: 1;
	background: rgba(0, 0, 0, .3);
	padding: 5px;
	border-radius: 0;
	display: none
}

.carousal-sec .myvideos-delete-watchlater-item {
	position: absolute;
	top: 15px;
	right: 12px;
	z-index: 1;
	background: rgba(0, 0, 0, .3);
	padding: 5px;
	border-radius: 0;
	display: none
}

.carousal-sec .icon-btn-myvideos img {
	width: 20px;
	height: 20px
}

.carousal-sec .on-item-hover:hover .item-txt,
.item-txt-on-hover {
	display: none
}

.on-item-hover:hover .myvideos-delete-playlist-item,
.on-item-hover:hover .myvideos-delete-watchlater-item,
.on-item-hover:hover .item-txt-on-hover,
.item-txt {
	display: block
}

.on-item-hover {
	transition: all 1s ease-in-out;
	position: relative
}

.on-item-hover:hover {
	transform: scale(1.2);
	transition: 1s ease
}

.search-thumb {
	margin: 15px 0
}

.search-thumb {
	position: relative;
	min-height: 470px
}

.search-thumb .item.on-item-hover:hover>img,
.search-thumb .item.on-item-hover:hover video,
.carousal-sec .owl-carousel .item.on-item-hover:hover>img,
.carousal-sec .owl-carousel .item.on-item-hover:hover video {
	height: auto
}

.search-thumb .on-item-hover .subscribe-btn {
	position: absolute;
	top: 78%;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 150px;
	margin: auto
}

.search-thumb .on-item-hover:hover .subscribe-btn {
	top: 68%;
	transition: all .5s ease-in
}

.on-item-hover .subscribe-btn {
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 150px;
	margin: auto
}

.on-item-hover:hover .subscribe-btn {
	top: 73%;
	transition: all .5s ease-in
}

.carousal-sec .item-txt-on-hover {
	margin: -1px 0 0 -1px;
	padding: 0 10px;
	position: relative;
	background-color: #131313
}

.carousal-sec .add-item-btn {
	display: flex;
	justify-content: center;
	width: 150px;
	height: 150px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 0;
	margin: 10px 13px;
	transition: all .3s ease-in-out
}

.carousal-sec .add-item-btn:hover {
	width: 200px;
	height: 200px;
	margin: 10px 0;
	background-color: rgba(255, 255, 255, .1)
}

.app-sec {
	position: relative;
	padding: 300px 0 80px;
	background-image: url(../assets/images/white-bg.png);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: -110px
}

.app-sec:before {
	content: " ";
	position: absolute;
	top: 150px;
	right: -140px;
	width: 500px;
	height: 350px;
	background-image: url(../assets/images/round-pattern2.png);
	background-size: contain;
	background-repeat: no-repeat
}

.app-sec:after {
	content: " ";
	position: absolute;
	bottom: 150px;
	left: 0;
	z-index: -1;
	width: 270px;
	height: 200px;
	background-image: url(../assets/images/round-pattern.png);
	background-size: contain;
	background-repeat: no-repeat
}

.app-sec h1,
.app-sec h1 span {
	font-family: luckiest guy;
	font-size: 4rem;
	color: #df356e;
	margin-top: 50px;
	position: relative
}

.app-sec h1 span {
	color: #0054a1
}

.app-sec h1:before {
	content: " ";
	position: absolute;
	top: -150px;
	left: 0;
	width: 212px;
	height: 102px;
	background-image: url(../assets/images/eye-purple.png);
	background-size: contain;
	background-repeat: no-repeat
}

.app-sec p {
	color: #000;
	font-size: 1rem;
	line-height: 24px
}

.store-btn {
	width: 200px
}

/* Search Field */


/* Change Autocomplete styles in Chrome*/

input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus {
	/* border: 1px solid green; */
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

.search-field::-webkit-input-placeholder {
	/* Edge */
	color: rgba(255, 255, 255, 0.5);
}

.search-field:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.5);
}

.search-field::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.showSearch .search-field {
	padding-right: 40px;
}

.expandSearch,
.expandSearch input,
.expandSearch a {
	opacity: 0.6;
	float: right;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.expandSearch {
	position: relative;
	margin: 0;
	border: solid 1px transparent;
}

#showhideSearch {
	height: 2.5em!important;
	width: 100%;
}

.mob-search-icon {
	display: none;
}

.expandSearch .search-submit {
	position: absolute;
	right: 2px;
	cursor: pointer;
	background: transparent;
	border: 0;
	width: 46px;
	height: 40px;
	z-index: 1;
	opacity: 0;
}

.expandSearch.showSearch .search-submit {
	opacity: 1;
}

.expandSearch input {
	color: white;
	background: transparent!important;
	border: 0;
	height: 40px;
	overflow: hidden;
	width: 0px;
	opacity: 0;
	margin-left: -48px;
	padding-left: 45px;
}

.expandSearch a {
	display: block;
	padding: 8px 15px 8px 15px;
	background-color: transparent;
	z-index: 2;
	position: relative;
}

.showSearch input {
	width: 200px;
	opacity: 1;
}

#MyProfile {
	display: none;
}

#logout {
	display: none;
}

@media(max-width: 768px) {
	.showSearch input {
		width: 100%;
		opacity: 1;
		/*margin-left: 28%;*/
	}
	.mob-search-icon {
		display: block!important;
	}
	#MyProfile {
		display: block!important;
	}
	#logout {
		display: block!important;
	}
	.mob-menu-part {
		display: block!important;
	}
	.web-menu-part {
		display: none;
	}
}

.showSearch a {
	opacity: 1;
	float: left;
}

.showSearch {
	border-color: #FFF;
	height: 10%;
	width: fit-content;
}

#showhideSearch2 {
	width: 205px;
}



.navigation.pagination .nav-links {
	display: flex;
	width: 100%;
	padding: 0 0 25px;
	justify-content: flex-end
}

.navigation.pagination .page-numbers {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid;
	margin: 5px;
	font-size: 1.2rem;
	text-decoration: none
}

.navigation.pagination .page-numbers:hover {
	background: #df356e;
	border-color: #df356e;
	color: #fff
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers.current:hover {
	background: 0 0;
	border-color: #333;
	color: #333
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
	font-size: 2rem;
	background: 0 0;
	border-color: transparent;
	width: 20px
}

footer {
	position: relative;
	z-index: 2
}

.footer-bg {
	background-image: url(../assets/images/footer-bg.png);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 100px 50px 50px;
	overflow: hidden;
	min-height: 295px;
	position: relative;

}

.footer-bg:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: -1px;
	width: 60px;
	height: 130px;
	background-image: url(../assets/images/cirle-pattern-left.png);
	background-size: contain;
	background-repeat: no-repeat
}

.footer-bg:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	right: 20%;
	width: 130px;
	height: 55px;
	background-image: url(../assets/images/circle-pattern-right-bottom.png);
	background-size: contain;
	background-repeat: no-repeat
}

.footer-logo {
	width: 200px
}

.footer-heading {
	color: #fff;
	margin-top: 20px
}

.footer-desc {
	font-weight: 300;
	font-size: .7rem;
	line-height: 1.2;
	color: #fff
}

.schedule-img {
	width: 200px;
	height: 120px;
	object-fit: cover
}

.schedule-link {
	color: #fff;
	font-size: .7rem;
	font-weight: 300;
	padding: 10px
}

.schedule-link:hover {
	color: #fff
}

.footer-bottom-strip {
	background: #67297d;
	color: #ddd;
	font-size: .8rem
}

.detail-header-sec {
	background: #000
}

.detail-header-wrapper {
	position: relative;
	padding-top: 80px
}

.detail-header-wrapper:before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100px
}

.detail-header-video {
	width: 100%;
	height: 55vw;
	background: #000
}

.detail-season-heading {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300
}

.detail-season-subheading {
	color: #bab8b8;
	font-size: 1rem;
	margin-bottom: 5px
}

.detail-season-desc {
	color: #ddd;
	font-size: .8rem
}

.profile-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 205px;
	position: relative;
}

.profile-user-info {}

.profile-user-info .profile-label {
	color: #999;
	margin-bottom: 2px;
}

.profile-user-info p {
	color: #FFF;
}

.profilepicture-input {
	border: 1px solid #111;
	width: 100%;
	max-width: 250px;
}

.profile-pic {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
}

.profilepicture-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 180px;
	height: 150px;
	opacity: 0;
	z-index: 1;
}

.edit-icon {
	position: absolute;
	top: 9px;
	left: 150px;
	background: #da426f;
	padding: 7px 9px;
	border-radius: 50%;
	width: 38px;
}

.edit-icon img {
	width: 20px;
}

.delete-icon {
	position: absolute;
	top: 50px;
	left: 180px;
	background: #da426f;
	padding: 5px 8px;
	border-radius: 50%;
	width: 34px;
	z-index: 2;
}

.delete-icon img {
	width: 18px;
}


.video-detail-share-popover .popover-link {
	width: 30px;
	display: inline-block
}

.video_detail_add_playlaylist_text {
	min-height: 38px;
	vertical-align: bottom;
	border: 2px solid #bdc3c7;
	margin-right: 5px
}

.main_wrapper_video_detail_add_playlist .btn.theme-btn {
	margin: 0;
	min-width: 70px
}

.video_detail_list_playlist {
	background: #f4f4f4;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	max-height: 200px;
	overflow-y: auto
}

.video_detail_list_playlist.watch_later {
	background: 0 0
}

.video_detail_list_playlist li {
	padding: 5px 0
}

.problem-list {
	list-style: none;
	margin: 0;
	padding: 0 0 15px
}

.problem-list.problem {
	background: 0 0
}

.problem-list li {
	padding: 5px 0
}

.problem-list-description {
	font-size: 12px;
	margin-top: -6px;
	margin-left: 34px
}

.icon-btn-myvideos {
	width: 20px
}

.myvideos_add_playlaylist_text {
	min-height: 38px;
	vertical-align: bottom;
	border: 2px solid #bdc3c7;
	margin-right: 5px
}

.main_wrapper_myvideos .btn.theme-btn {
	margin: 0;
	min-width: 50px;
	min-width: 50px
}

.edit_playlist_text {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #444;
	border-radius: 0;
	color: #fff
}

.mobile {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: black;
}

.mobile .mobile-background {
	background: white;
}

.mobile .navbar,
.mobile .app-sec,
.mobile footer {
	display: none;
}

.search-heading {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 15px 60px 15px 0
}

.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box
}

.autocomplete-suggestion {
	position: relative;
	padding: .6em;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.02em;
	color: #333
}

.autocomplete-suggestion b {
	font-weight: 400;
	color: #df356e
}

.autocomplete-suggestion.selected {
	background: #f0f0f0
}

.loading {
	width: 100%
}

.loading-cf {
	margin-top: 40px;
	margin-bottom: 40px
}

.loading-cf:before,
.loading-cf:after {
	content: " ";
	display: table
}

.loading-cf:after {
	clear: both
}

.loader {
	width: 130px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto
}

#loader span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #723c79;
	margin: 35px 5px;
	opacity: 0
}

#loader span:nth-child(1) {
	animation: opacitychange 1s ease-in-out infinite
}

#loader span:nth-child(2) {
	animation: opacitychange 1s ease-in-out .33s infinite
}

#loader span:nth-child(3) {
	animation: opacitychange 1s ease-in-out .66s infinite
}

@keyframes opacitychange {
	0%,
	100% {
		opacity: 0
	}
	60% {
		opacity: 1
	}
}

.problemModal {
	z-index: 9999
}

.problemModal .modal-dialog {
	background: #252525;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)!important;
	margin: 0
}

.problemModal .modal-header {
	border-top: 3px solid #ff0e0e;
	border-radius: 0;
	border-bottom: 0
}

.problemModal .modal-content {
	background: 0 0
}

.problemModal .close {
	text-shadow: transparent;
	color: #fff
}

.problemModal .modal-subtitle {
	font-size: .8rem;
	opacity: .8;
	margin: 0
}

.problemModal textarea {
	background: #000101;
	color: #fff
}

.problemModal .btn.subscribe-btn {
	font-size: .8rem
}

.tooltip>.tooltip-inner {
	box-shadow: 1px 1px 20px rgba(255, 255, 255, .6)
}

.reset-poster-img-overlay {
	position: absolute;
	top: 0
}

.search-thumb .item.on-item-hover img.reset-poster-img-overlay-left {
	position: absolute;
	left: 0
}

.jinntv-originals {
	width: 80px;
	margin-bottom: 15px;
	height: auto
}

@media only screen and (max-width:991px) {
	.app-sec h1,
	.app-sec h1 span {
		font-size: 3rem
	}
	.app-sec h1:before {
		width: 150px;
		top: -100px
	}
	.app-sec p {
		font-size: .8rem
	}
	.store-btn {
		width: 150px
	}
	.app-sec:after {
		bottom: 0
	}
	.carousal-sec .owl-theme .owl-nav {
		display: none
	}
}

@media only screen and (max-width:1440px) {
	.on-item-hover .subscribe-btn {
		max-width: 150px;
		padding: 9px 20px;
		font-size: 1rem
	}
	.carousal-sec .owl-stage-outer {
		min-height: 640px
	}
	.on-item-hover:hover .subscribe-btn {
		transition: all .5s ease-in
	}
}

@media only screen and (max-width:1366px) {
	.search-thumb .item.on-item-hover img,
	.search-thumb .item.on-item-hover img.search-poster,
	.search-thumb .item.on-item-hover video.search-poster,
	.carousal-sec .owl-carousel .owl-item img,
	.carousal-sec .owl-carousel .owl-item video {
		height: auto;
		object-fit: cover
	}
	.carousal-sec .owl-stage-outer {
		min-height: 610px
	}
	.on-item-hover .subscribe-btn {
		max-width: 148px;
		padding: 8px 20px;
		font-size: 1rem
	}
	.on-item-hover:hover .subscribe-btn {
		transition: all .5s ease-in
	}
	.search-thumb .item.on-item-hover:hover>img,
	.search-thumb .item.on-item-hover:hover video,
	.carousal-sec .owl-carousel .item.on-item-hover:hover>img,
	.carousal-sec .owl-carousel .item.on-item-hover:hover video {
		height: auto
	}
}

@media only screen and (max-width:1280px) {
	.search-thumb .item.on-item-hover img,
	.search-thumb .item.on-item-hover img.search-poster,
	.search-thumb .item.on-item-hover video.search-poster,
	.carousal-sec .owl-carousel .owl-item img,
	.carousal-sec .owl-carousel .owl-item video {
		height: auto;
		object-fit: cover
	}
	.carousal-sec .owl-stage-outer {
		min-height: 590px;
		padding: 50px 0 0 22px;
		margin-left: -33px;
		margin-right: -13px
	}
	.on-item-hover .subscribe-btn {
		max-width: 120px;
		padding: 8px 9px;
		font-size: .8rem
	}
	.on-item-hover:hover .subscribe-btn {
		transition: all .5s ease-in
	}
	.search-thumb .item.on-item-hover:hover>img,
	.search-thumb .item.on-item-hover:hover video,
	.carousal-sec .owl-carousel .item.on-item-hover:hover>img,
	.carousal-sec .owl-carousel .item.on-item-hover:hover video {
		height: auto
	}
}

@media only screen and (max-width:1024px) {
	.category-heading {
		color: #fff;
		font-size: 1rem;
		font-weight: 400;
		padding: 0 60px 0 0
	}
	.search-thumb .item.on-item-hover img,
	.search-thumb .item.on-item-hover img.search-poster,
	.search-thumb .item.on-item-hover video.search-poster,
	.carousal-sec .owl-carousel .owl-item img,
	.carousal-sec .owl-carousel .owl-item video {
		height: auto;
		object-fit: cover
	}
	.carousal-sec .owl-stage-outer {
		min-height: 610px
	}
	.on-item-hover .subscribe-btn {
		max-width: 148px;
		padding: 8px 20px;
		font-size: 1rem
	}
	.on-item-hover:hover .subscribe-btn {
		transition: all .5s ease-in
	}
	.search-thumb .on-item-hover {
		height: 318px
	}
	.search-thumb .item.on-item-hover:hover>img,
	.search-thumb .item.on-item-hover:hover video,
	.carousal-sec .owl-carousel .item.on-item-hover:hover>img,
	.carousal-sec .owl-carousel .item.on-item-hover:hover video {
		height: auto
	}
	.carousal-sec .owl-theme .owl-nav {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.on-item-hover:hover {
		transform: scale(1);
		transition: 1s ease
	}
	.login-sec-content {
		padding: 50px 0
	}
	.carousel-indicators {
		display: none
	}
	/*Profile menu hiding*/
	#profile:hover .profile-menu {
		display: none;
	}
	.carousel-caption h1 {
		font-size: 2rem
	}
	.carousel-caption label,
	.carousel-caption h1,
	.carousel-caption h6,
	.carousel-caption p {
		width: 100%
	}
	.header-content {
		min-height: auto;
		padding-top: 80px
	}
	.header-title-image {
		margin-top: -80px;
		margin-bottom: 150px
	}
	.header-content h1 {
		font-size: 2rem
	}
	.carousal-sec .owl-stage-outer {
		min-height: 490px
	}
	.on-item-hover .subscribe-btn {
		max-width: 120px;
		padding: 5px 8px;
		font-size: .8rem
	}
	.on-item-hover:hover .subscribe-btn {
		transition: all .5s ease-in
	}
	.search-thumb .on-item-hover {
		height: 280px
	}
	.app-sec {
		padding: 150px 0 250px
	}
	.app-sec:before {
		top: 80px
	}
	.app-sec h1 {
		margin-top: 150px
	}
	.app-sec-feature-img {
		order: 1
	}
	.app-sec-content {
		order: 2
	}
	.detail-header-wrapper:before {
		height: 60px
	}
	footer {
		margin-top: -40px
	}
	.carousal-sec .item-hover-main-heading,
	.item-main-heading {
		font-size: .8rem;
		font-weight: 300
	}
	.carousal-sec .item-hover-sub-heading,
	.item-sub-heading {
		font-size: .6rem;
		font-weight: 200
	}
	.carousal-sec .item-hover-description {
		font-size: .5rem
	}
}

@media only screen and (max-width:600px) and (min-width: 600px) {
	.navbar-collapse {
		position: absolute;
		top: 70px;
		left: 0;
		z-index: 1;
		width: 100%;
		padding: 0 15px;
		background: rgba(0, 0, 0, 0.9);
	}
}
@media only screen and (max-width:600px)  {
	.play-btn {
		width: 40px
	}
	.icon-btn {
		width: 15px
	}
	.login-sec-content {
		padding: 50px 0
	}

	.carousel-indicators {
		display: none
	}
	.carousel-caption h1 {
		font-size: 2rem
	}
	.carousel-caption label,
	.carousel-caption h1,
	.carousel-caption h6,
	.carousel-caption p {
		width: 100%
	}
	.header-content {
		min-height: auto;
		padding-top: 80px
	}
	.header-title-image {
		margin-top: -80px;
		margin-bottom: 150px
	}
	.header-content h1 {
		font-size: 2rem
	}
	.search-thumb .item.on-item-hover img,
	.search-thumb .item.on-item-hover img.search-poster,
	.search-thumb .item.on-item-hover video.search-poster,
	.carousal-sec .owl-carousel .owl-item img,
	.carousal-sec .owl-carousel .owl-item video {
		height: auto
	}
	.carousal-sec .owl-stage-outer {
		min-height: 380px
	}
	.carousal-sec .item-hover-description {
		font-size: .4rem
	}
	.search-thumb .item-txt-on-hover img.item-play-icon,
	.carousal-sec .owl-carousel .owl-item img.item-play-icon {
		position: absolute;
		width: 15px;
		height: 15px!important;
		left: 75%
	}
	.search-thumb .item-txt-on-hover img.item-add-icon,
	.carousal-sec .owl-carousel .owl-item img.item-add-icon {
		width: 15px;
		height: 15px!important;
		left: 87%
	}
	.search-thumb .item-txt-on-hover img.item-subscribe-icon,
	.carousal-sec .owl-carousel .owl-item img.item-subscribe-icon {
		width: 20px;
		height: 20px;
		left: 85%
	}
	.search-thumb .item-txt-on-hover img.item-sound-icon,
	.carousal-sec .owl-carousel .owl-item img.item-sound-icon {
		position: absolute;
		width: 15px;
		height: 15px!important;
		left: 87%
	}
	.on-item-hover .subscribe-btn {
		max-width: 90px;
		padding: 3px 7px 4px;
		font-size: .6rem
	}
	.on-item-hover:hover .subscribe-btn {
		transition: all .5s ease-in
	}
	.search-thumb .item.on-item-hover:hover>img,
	.search-thumb .item.on-item-hover:hover video,
	.carousal-sec .owl-carousel .item.on-item-hover:hover>img,
	.carousal-sec .owl-carousel .item.on-item-hover:hover video {
		height: auto
	}
	.app-sec {
		padding: 150px 0 250px
	}
	.app-sec:before {
		top: 80px
	}
	.app-sec h1 {
		margin-top: 150px
	}
	.app-sec-feature-img {
		order: 1
	}
	.app-sec-content {
		order: 2
	}
	.detail-header-wrapper:before {
		height: 60px
	}
	footer {
		margin-top: -40px;
		display: none
	}
	.search-thumb {
		position: relative;
		min-height: 450px
	}
	.carousal-sec .item-txt-on-hover {
		display: none;
	}
	.carousal-sec .on-item-hover:hover .myvideos-delete-playlist-item,
	.carousal-sec .on-item-hover:hover .myvideos-delete-watchlater-item,
	.carousal-sec .on-item-hover:hover .item-txt-on-hover,
	.carousal-sec .item-txt {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	footer {
		display: none
	}
	.search-thumb .item.on-item-hover img,
	.search-thumb .item.on-item-hover img.search-poster,
	.search-thumb .item.on-item-hover video.search-poster,
	.carousal-sec .owl-carousel .owl-item img,
	.carousal-sec .owl-carousel .owl-item video {
		height: auto;
		object-fit: cover
	}
	.carousal-sec .owl-stage-outer {
		min-height: 480px
	}
	.on-item-hover .subscribe-btn {
		max-width: 80px;
		padding: 4px 6px 5px;
		font-size: .6rem
	}
	.on-item-hover:hover .subscribe-btn {
		transition: all .5s ease-in
	}
	.search-thumb .on-item-hover {
		height: auto
	}
	.search-thumb .item.on-item-hover:hover>img,
	.search-thumb .item.on-item-hover:hover video,
	.carousal-sec .owl-carousel .item.on-item-hover:hover>img,
	.carousal-sec .owl-carousel .item.on-item-hover:hover video {
		height: auto
	}
	.search-thumb {
		position: relative;
		min-height: 400px
	}
}

@media only screen and (max-width:360px) {
	footer {
		display: none
	}
	.category-heading {
		color: #fff;
		font-size: 1.1rem;
		font-weight: 500;
		padding: 30px 60px 0 0
	}
	.carousal-sec .item-hover-main-heading,
	.item-main-heading {
		font-size: .7rem;
		font-weight: 400
	}
	.carousal-sec .item-hover-sub-heading,
	.item-sub-heading {
		font-size: .5rem;
		font-weight: 100
	}
	.carousal-sec .item-hover-description {
		font-size: .4rem
	}
	.search-thumb .item-txt-on-hover img.item-add-icon,
	.carousal-sec .owl-carousel .owl-item img.item-add-icon {
		width: 12px;
		height: 12px!important
	}
	.search-thumb .item-txt-on-hover img.item-subscribe-icon,
	.carousal-sec .owl-carousel .owl-item img.item-subscribe-icon {
		width: 15px;
		height: 15px
	}
	.search-thumb .item-txt-on-hover img.item-sound-icon,
	.carousal-sec .owl-carousel .owl-item img.item-sound-icon {
		width: 12px;
		height: 12px!important
	}
	.search-thumb .item.on-item-hover img,
	.search-thumb .item.on-item-hover img.search-poster,
	.search-thumb .item.on-item-hover video.search-poster,
	.carousal-sec .owl-carousel .owl-item img,
	.carousal-sec .owl-carousel .owl-item video {
		height: auto;
		object-fit: cover
	}
	.carousal-sec .owl-stage-outer {
		min-height: 380px
	}
	.on-item-hover .subscribe-btn {
		max-width: 80px;
		padding: 3px 5px;
		font-size: .5rem
	}
	.on-item-hover:hover .subscribe-btn {
		transition: all .5s ease-in
	}
	.search-thumb {
		position: relative;
		min-height: 310px
	}
}

.ad_type1 {
	width: 100%;
	margin-top: 10px;
	height: auto;
	float: left;
	position: relative;
	z-index: 100;
}

.ad_type2 {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 10px;
	position: relative;
	z-index: 100;
}

.ad_type3 {
	width: 100%;
	float: left;
	margin-top: 10px;
	height: auto;
	position: relative;
	z-index: 100;
}

.ad_type1 img,
.ad_type1 video {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
	z-index: 100;
}

.ad_type2 img,
.ad_type2 video {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
	z-index: 100;
}

.ad_type3 img,
.ad_type3 video {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
	z-index: 100;
}

.ad_type3 .reset-poster-img-overlay {
	position: absolute;
	top: 6%
}

.ad_type3 img.reset-poster-img-overlay-left {
	position: absolute;
	left: 0
}

.ad_type1 .reset-poster-img-overlay {
	position: absolute;
	top: 6%
}

.ad_type1 img.reset-poster-img-overlay-left {
	position: absolute;
	left: 0
}

.ad_type2 .reset-poster-img-overlay {
	position: absolute;
	top: 6%
}

.ad_type2 img.reset-poster-img-overlay-left {
	position: absolute;
	left: 0
}

.ad_type1 :hover {
	opacity: 1.0;
	z-index: 1000;
}

.ad_type2 :hover {
	opacity: 1.0;
	z-index: 1000;
}

.ad_type3 :hover {
	opacity: 1.0;
	z-index: 1000;
}

@media only screen and (max-width:1025px) {
	.ad_type1 {
		height: auto;
		margin-top: 10px
	}
	.ad_type2 {
		height: auto;
		margin-top: 10px
	}
	.ad_type3 {
		height: auto;
		margin-top: 10px
	}
	.ad_type1 img,
	.ad_type1 video {
		height: auto
	}
	.ad_type2 img,
	.ad_type2 video {
		height: auto
	}
	.ad_type3 img,
	.ad_type3 video {
		height: auto
	}
}

@media only screen and (max-width:900px) {
	.ad_type1 {
		height: auto;
		margin-top: 10px
	}
	.ad_type2 {
		height: auto;
		margin-top: 10px
	}
	.ad_type3 {
		height: auto;
		margin-top: 10px
	}
	.ad_type1 img,
	.ad_type1 video {
		height: auto
	}
	.ad_type2 img,
	.ad_type2 video {
		height: auto
	}
	.ad_type3 img,
	.ad_type3 video {
		height: auto
	}
}

@media only screen and (max-width:600px) {
	.ad_type1 {
		height: auto;
		margin: 10px 0
	}
	.ad_type2 {
		height: auto;
		margin-top: 10px
	}
	.ad_type3 {
		height: auto;
		margin-top: 10px
	}
	.ad_type1 img,
	.ad_type1 video {
		height: auto
	}
	.ad_type2 img,
	.ad_type2 video {
		height: auto
	}
	.ad_type3 img,
	.ad_type3 video {
		height: auto
	}
}

@media only screen and (max-width:480px) {
	.ad_type1 {
		height: auto;
		margin-top: 10px
	}
	.ad_type2 {
		height: auto;
		margin-top: 10px
	}
	.ad_type3 {
		height: auto;
		margin-top: 10px
	}
	.ad_type1 img,
	.ad_type1 video {
		height: auto;
		object-fit: inherit
	}
	.ad_type2 img,
	.ad_type2 video {
		height: auto;
		object-fit: inherit
	}
	.ad_type3 img,
	.ad_type3 video {
		height: auto;
		object-fit: inherit
	}
}