@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
	font-family: 'Poppins', sans-serif !important;
	background: #edeef0 !important;
	padding-top: 100px !important;
	padding-bottom: 45px !important;
}

img {
    opacity: 1;
    transition: opacity 0.1s;
}

img[data-src] {
    opacity: 0;
}

/*
	/*Header Css
*/

.top-header {
	background: #13254b;
	height: 45px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 4;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.3);
}

.top-navLogo {
	height: 45px;
    transform: skew(-25deg);
    background: #333333;
    border-right: 8px solid #887e7e;
    border-left: 8px solid #887e7e;
	float: left;
    padding: 7px 20px;
    margin-left: -18px;
}

.top-navLogo img {
	height: 100%;
	max-width: 100%;
	transform: skew(25deg);
}

.top-navLogo .text-logo {
	width: 30px;
	height: 30px;
	background: #cc0000;
	display: inline-block;
	position: relative;
	transform: skew(25deg);
	vertical-align: middle;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}

/*.channel-name {
	color: #ccc;
	display: inline-block;
	position: relative;
	transform: skew(25deg);
	vertical-align: middle;
}*/

.channel-name {
    color: #fff;
    display: inline-block;
    position: relative;
    transform: skew(25deg);
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 2;
    font-family: sans-serif;
}

/*
	/*Top Nav
*/

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 12px 16px;
	text-decoration: none;
	font-size: 14px;
	transform: skew(-25deg);
    line-height: 21px;
}

.topnav a span {
	display: block;
	transform: skew(25deg);
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topnav a:hover {
	background-color: #cc0000;
	transition: all 0.4s;
}

.topnav a.icon {
	transform: skew(0);
    position: absolute;
    font-size: 18px;
    padding: 11px 0;
    top: 0;
    left: 0;
    width: 38px;
    height: 45px;
    transition: none;
}

.topnav a.icon:hover {
	background: none;
}

.topnav .icon {
	display: none;
}

#category_dropdown {
	display: none;
}

.menubar {
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 45px;
	width: 100%;
	z-index: 3;
}

#nav_drop {
	display: none;
}

/*Nav*/

.navbar {
	padding: 0 1rem;
	margin-bottom: 0;
}

.navbar-brand {
	font-size: 14px;
	text-transform: uppercase;
	color: #474747;
	font-weight: 500;
	border-right: 1px solid #ccc;
	padding: 0 1rem 0 0;
}

.navbar-brand i {
	color: #cc0000;
}

.navbar-light .navbar-nav .nav-link {
	padding: 12px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #333;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #333;
	font-weight: 600;
}

.navbar-toggler {
	padding: .15rem 0.4rem;
    font-size: 12px;
    margin: 8px 0;
    border-radius: 0;
}

:focus {
	outline: 0 !important;
}

.right-nav {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 1rem;
}

.right-nav a {
	transform: skew(0);
    background: #cc0000;
    margin: 7px 3px;
    padding: 3px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    position: relative;
}

.nav-action i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 27px;
}

.right-nav .form-control {
	height: 34px;
	width: 0px;
	float: left;
	margin: 5px;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 14px;
	transition: all 0.4s;
	opacity: 0;
}

.opened {
	opacity: 1 !important;
	width: 350px !important;
	padding: .375rem .75rem !important;
	border: 1px solid #ced4da !important;
	transition: width 0.4s;
}

/*
	/*Content Css //Home
*/

.my-container {
	width: 1260px;
	margin: auto;
	padding: 0 15px;
}

.player-dv {
	width: 70%;
	padding: 0 15px;
}

.related-dv {
	width: 30%;
	padding: 0 15px;
}

/* Main Thumb */

.thumb-outer {
	position: relative;
	padding-top: 55.9%;
	overflow: hidden;
	border-radius: 15px;
	background: #333;
	box-shadow: 2px 2px 15px #999;
	border: 3px solid #fff;
	margin-bottom: 1rem;
}

.thumb-inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

.thumb-inner img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.82) , rgba(255, 255, 255, 0));
    z-index: 0;
    top: 0;
    left: 0;
}

.thumb-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 1rem;
	padding-left: 6rem;
	z-index: 2;
	line-height: 18px; 
}

.duration {
	position: absolute;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.70);
	font-size: 12px;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	padding: 1px 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	line-height: 18px;
}

.thumb-bar .duration {
	bottom: auto;
	top: 23px;
}

.duration i {
	color: #cc0000;
	font-size: 10px;
}

.thumb-bar label {
	font-size: 24px;
	font-weight: 300;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.thumb-bar span {
	font-size: 14px;
	color: #ddd;
	font-weight: 300;
}

/* play btn */

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 2em;
	color: #cc0000;
	background: #ffffff99;
	border: none;
	z-index: 2;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	cursor: pointer;
}

.thumb-outer:hover .play-btn {
	width: 84px;
	height: 84px;
	transition: all 0.4s;
}

.related-video {
	margin-bottom: 1rem;
}

/* Default Thumbnail */

.default-thumb {
	position: relative;
	padding-top: 56.25%;
	background: #d5d5d6;
	border-radius: 12px;
	overflow: hidden;
}

.description {
	line-height: 14px;
	margin-top: 3px;
	padding: 3px;
	margin-bottom: 1rem;
}

.description label {
	font-weight: 500;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}

.description span {
	font-weight: 300;
	font-size: 12px;
}

.card {
	margin-bottom: 1rem;
	border-radius: 6px;
}

.card-title {
	font-size: 14px;
	border-bottom: 1px solid rgba(169, 169, 169, 0.3);;
	padding-bottom: 8px;
}

/*
	/*Large Thumbnail
*/

.large-cat {
	padding: 0 15px;
	width: 54%;
	float: left;
}

.small-cat {
	padding: 0 15px;
	width: 46%;
	float: left;
}

.large-thumb {
	position: relative;
	border-radius: 12px;
	padding-top: 43%;
	overflow: hidden;
	cursor: pointer;
}

.large-cat .description {
	line-height: 20px;
}

.large-cat .description label {
	font-size: 18px;
}

.large-cat .description span {
	font-size: 14px;
}

.large-inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.large-inner img {
	width: 100%;
}

.video-options {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	padding: 10px 15px;
	z-index: 2;
	width: 100%;
	text-align: right;
}

.video-options a {
	position: absolute;
	right: 5px;
	margin: 3px 0;
	bottom: 5px;
	width: 28px;
	height: 28px;
	border-radius: 20px;
}

.video-options a:nth-child(2) {
	bottom: 40px;
}

.video-options a:hover {
	width: auto;
	background: rgb(0,0,0,0.5);
	transition: all 0.4s;
	padding-left: 10px;
}

.default-thumb:hover .video-options {
	opacity: 1;
}

.video-options img {
    width: 28px;
}

.cat-title {
	margin: 0;
}

.s-more,.s-more:focus {
	float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #666;
}

.s-more:hover {
    color: #666;
	text-decoration: underline;
}

/*
	/*Footer
*/

.footer {
	margin-top: 2rem;
	text-align: right;
	padding: 5px 15px;
	background: linear-gradient(#fff, #f3f3f3);
	box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.25);
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 20;
}

.footer a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.footer-link {
	float: left;
	margin-right: 1rem;
}

/*
	/*Dropdown btn
*/

.cat-dropdown {
	position: relative;
	display: inline-block;
}

.cat-dropdown.all-categories {
	position: static;
}

.dropbtn {
	font-weight: 600 !important;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 45px;
	background-color: #fff;
	min-width: 500px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
}

.cat-dropdown.all-categories .dropdown-content {
	width: 100%;
	min-height: 300px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.dropdown-content a {
	color: #666 !important;
	width: calc(20% - 4px);
	padding: 10px 16px;
	text-decoration: none;
	display: inline-block;
	transform: skew(0deg);
	text-align: left;
	border-radius: 0;
	font-size: 0.9em;
	float: none;
}

.dropdown-content a:hover {
	background: #dadada !important;
}

.dropdown-content span {
	transform: skew(0) !important;
}

/*.cat-dropdown:hover .dropdown-content {
	display: block;
}*/

.cat-dropdown:hover .dropbtn {
	background-color: #cc0000;
}

.my-nav .dropdown-menu {
	left: auto;
	right: 0;
}

.my-nav .cat-dropdown:hover .dropbtn {
	background: none;
	color: #333;
	font-weight: 500;
}

.top-m {
	transform: none;
	left: auto;
	right: 0;
	min-width: 250px;
	padding: 0;
}

.top-m a {
	float: none;
    width: auto;
    border-radius: 0;
    font-size: 13px;
}

/*
	/*Player Page
*/
/*
.slider {
	margin: 0 -15px;
}*/

.player-side {
	width: 65%;
	padding-right: 15px;
}

.player {
	position: relative;
	padding-top: 56.25%;
	background: #333;
	overflow: hidden;
}

.player-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.public-player {
	position: absolute;
	width: 100%;
	height: 100%;
}

.public-player .ppv-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.player-side .ppv-overlay {
	z-index: 2;
}

.ppv-overlay .btn {
	width: 300px;
}

.player-desc {
	padding: 8px 15px;
	background: #f3f3f3;
	box-shadow: 2px 2px 5px #ccc;
	line-height: 21px;
}

.player-info {
	width: 60%;
	display: inline-block;
    vertical-align: top;
}

.player-desc label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
	margin: 0;
	display: block;
}

.player-desc .player-attrs {
	float: right;
    background: #cc0000;
    border: 1px solid #ccc;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50%;
    position: relative;
    top: 3px;
    z-index: 1;
}

.player-attrs:hover {
	color: #fff;
	transition: all 0.4s;
}

.player-attrs span {
	display: inline;
}

.share-icons {
	display: inline-block;
    width: calc(40% - 4px);
    text-align: right;
    vertical-align: top;
}

.share-icons button {
	width: 36px;
    height: 32px;
    color: #fff;
    position: relative;
    vertical-align: middle;
}

.share-icons button i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-icons button:hover {
	box-shadow: 0 0 4px #ccc;
}

.btn-share-fb {
	background: #2d5a82;
    border: 1px solid #2d5a82;
}

.btn-share-twitter {
	background: #17a2b8;
    border: 1px solid #17a2b8;
}

.btn-share-embed {
	background: #b95050;
    border: 1px solid #b95050;
}

.btn-favourite {
	background: linear-gradient(to bottom, #fff 0%, #fff 40%, #f2f2f2 100%);
	border: 1px solid #eaeaea;
	position: relative;
}

.heart-plus {
    font-size: 11px !important;
    color: #fefefe;
    left: 20px !important;
    top: 16px !important;
    background: #dc3545;
    border-radius: 50%
}

.heart-minus {
	position: absolute;
    font-size: 11px;
    color: #fefefe;
    left: 17px;
    top: 10px;
    background: #28a745;
    border-radius: 50%;
}

.text-gery {
	color: #585858;
}

.btn-favourite.active .remove-from-fav {
	display: block;
}

.btn-favourite.active .add-to-fav {
	display: none;
}

.btn-favourite .remove-from-fav {
	display: none;
}

.btn-favourite .add-to-fav {
	display: block;
}

.fav-loader {
	background: linear-gradient(to bottom, #fff 0%, #fff 40%, #f2f2f2 100%);
	color: #333;
	position: absolute;
	font-size: 12px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 4px;
	display: none;
}

.desc-info {
	font-size: 12px;
}

.desc-info span {
	margin-right: 1rem;
	display: inline-block;
}

.desc-info i {
	color: #333;
}

.desc-info a {
	margin-right: 5px;
}

.comments-side {
	width: calc(35% - 4px);
	background: #f9f9f9;
	padding-top: 55px;
	position: relative;
}

.content-heading {
	position: absolute;
	width: 100%;
	font-weight: 500;
	top: 0;
	left: 0;
	padding-top: 7px;
	background: #fff;
}

.content-heading a {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}

.content-heading a.active,
.content-heading a:hover {
	border-radius: 0;
	/*border: none;*/
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	border-bottom-color: #cc0000 !important;
	border-bottom: 1px solid #cc0000;
	position: relative;
	/*bottom: -1px;*/
}

.related-videos {
	display: table;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 8px;
}

.related-thumbnail {
	border-radius: 3px;
	overflow: hidden;
	width: 120px;
	display: inline-block;
	vertical-align: middle;
}

.related-vid-inner {
	position: relative;
	padding-top: 56.25%;
	background: #444;
}

.related-vid-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}

.related-thumbnail .duration {
	font-weight: 500;
    line-height: 15px;
    padding: 1px 8px;
    font-size: 10px;
    left: 5px;
    bottom: 5px;
    color: #333;
}

.related-description {
	display: inline-block;
	padding: 0 1rem;
	line-height: 18px;
	max-width: calc(100% - 120px);
	vertical-align: middle;
}

.related-description label {
	display: block;
	display: -webkit-box;
	width: 100%;
	max-height: 33px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	word-break: break-all;
}

.related-description span {
	font-size: 12px;
	color: #666;
}

.related-description .cat-tag {
	font-size: 13px;
	margin: 0;
}

.comment {
	position: relative;
	font-size: 14px;
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
}

.user-img {
	width: 32px;
    display: inline-block;
    vertical-align: top;
}

.user-img img {
	width: 100%;
	border-radius: 50%;
}

.user-comment {
	padding-left: 10px;
	padding-right: 15px;
    line-height: 18px;
    display: inline-block;
    width: calc(100% - 36px);
}

.user-comment a {
	display: block;
    width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comment-time {
	position: absolute;
    right: 0;
    top: 1rem;
    color: #999;
    font-size: 11px;
}

.tab-pane {
	position: relative;
}

.user-comments {
	padding: 0 15px;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh - 185px);
}

.rel-live {
	padding: 0 15px;
}

.user-comments::-webkit-scrollbar {
    width: 8px;
}
 
.user-comments::-webkit-scrollbar-track {
  /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;*/
}
 
.user-comments::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #cc0000b8; 
}

.comment-field {
	width: 100%;
	padding: 0 15px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.input-bars {
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	padding-left: 36px;
	padding-right: 85px;
	position: relative;
	box-shadow: 2px 2px 5px #ccc;
}

.input-bars .form-control {
	height: 36px;
	border: none;
	font-size: 14px;
	resize: none;
}

.input-bars .form-control:focus {
	box-shadow: none;
}

.comment-img {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 32px;
	height: 32px;
	background: #cc0000;
	border-radius: 4px;
	overflow: hidden;
}

.comment-img img {
	width: 100%;
}

.comment-field .btn-comment {
	position: absolute;
	height: 36px;
	right: 0;
	top: 0;
	width: 85px;
	background: #fff;
	color: #333;
	font-weight: 500;
}

.chat-admin {
	color: #fff;
    background: #666;
    font-size: 12px;
    margin-right: 2px;
    padding: 0 8px;
    border-radius: 20px;
    text-decoration: none;
}

.embed-modal .modal-content {
	border-radius: 0;
}

.embed-modal .modal-header {
	background: #f3f3f3;
}

.embed-modal .modal-title {
	line-height: normal;
    font-size: 16px;
}

.embed-modal .form-control {
	border-radius: 0;
	resize: none;
}

.comment-options {
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #666;
	width: 10px;
    text-align: center;
    cursor: pointer;
}

.options-dr {
	position: absolute;
	right: 10px;
	top: 0;
	background-color: #fff;
	font-size: 12px;
	box-shadow: 2px 2px 5px #ccc;
	min-width: 190px;
	z-index: 2;
	display: none;
}

.comment-options:hover .options-dr {
	display: block;
}

.options-dr a {
	display: block;
	color: #666;
	padding: 8px 10px;
	border-bottom: 1px solid #f7f7f7;
	text-decoration: none;
	transition: all 0.4s;
	text-align: left;
}

.options-dr i {
	margin-right: 2px;
}

.options-dr a:hover {
	color: #333;
	background-color: #f3f3f3;
}

/*
.comment-img img {
	width: 100%;
}

.comment-field .btn-comment {
	position: absolute;
	height: 36px;
	right: 0;
	top: 0;
	width: 85px;
	background: #fff;
	color: #333;
	font-weight: 500;
}

.chat-admin {
	color: #fff;
    background: #666;
    font-size: 12px;
    margin-right: 2px;
    padding: 0 8px;
    border-radius: 20px;
    text-decoration: none;
}

/*
.comment-img img {
	width: 100%;
}

.comment-field .form-control {
	border-radius: 0;
	font-size: 14px;
	resize: none;
	float: left;
	margin-bottom: 5px;
}

.comment-field .form-control:focus {
	box-shadow: none;
}*/



/*
	/*Chat
*/

.chat-main {
	background: #f9f9f9;
}

.chat {
	padding: 0.5rem 8px;
	border-bottom: 1px solid #f3f3f3;
}

.user-chat {
	padding: 0 25px 0 55px;
	position: relative;
}

.my-chat {
	padding: 0 0 0 35px;
	position: relative;
}

.chat-img {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #0199fc;
	bottom: 0;
	overflow: hidden;
	border-radius: 50%;
}

.chat-img img {
	width: 100%;
	vertical-align: top;
}

.chat-text {
	min-height: 30px;
	border-radius: 8px;
	padding: 5px 10px;
	font-size: 14px;
}

.chat-text a {
	display: block;
	font-size: 12px;
}

.chat-text span {
	font-size: 14px;
}

.chat-time {
	position: absolute;
	top: 5px;
	font-size: 12px;
	color: #999;
	font-weight: 600;
}

.user-chat .chat-img {
	right: 0;
}

.user-chat .chat-time {
	left: 0;
}

.my-chat .chat-img {
	left: 0;
	top: 0;
}

.my-chat .chat-time {
	right: 10px;
}

.user-chat .chat-text {
	background: #0199fc;
	border: 1px solid #0199fc;
	color: #fff;
}

.my-chat .chat-text {
	background: #f3f3f3;
	border: 1px solid #dadada;
	color: #333;
}

.user-chat .chat-text a {
	color: #333;
}

/*
	/*Login Popup
*/

.login-modal {
	text-align: center;
}

.login-modal .login-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffffcc;
	z-index: 19;
	display: none;
}

.centered-leader {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.centered-leader img {
	width: 100%;
}

.login-modal .form-control {
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
}

.login-modal .modal-content {
	border-radius: 0;
	font-size: 14px;
}

.login-modal .btn {
	width: 70%;
	font-size: 14px;
}

.login-modal .close {
	position: absolute;
	right: 15px;
	z-index: 20;
}

.login-modal .modal-title {
	font-size: 14px;
	text-align: center;
}

.login-modal .modal-header {
	padding: 0.8rem 1rem;
}

.login-modal .modal-body {
	padding: 2rem 4em 0 4em;
}

.login-modal .modal-footer {
	padding: 0.6rem 1rem 2rem;
	text-align: center;
	border: none;
	display: block;
}

.login-modal .modal-footer a {
	margin-left: 5px;
}

.login-modal .alert {
	text-align: left;
}

.signup-fields {
	display: none;
}

.forgot-fields {
	display: none;
}

.right-nav .cat-dropdown {
	float: right;
}

.right-nav .dropbtn {
	padding: 0;
	overflow: hidden;
	color: #fff;
}

.right-nav .dropbtn img {
	width: 100%;
	height: 100%;
}

.right-nav .dropdown-content {
	min-width: 300px;
    left: auto;
    transform: none;
    right: 0;
    padding: 0;
    padding-bottom: 8px;
    z-index: 5;
}

.dropdown-content h4 {
	font-size: 16px;
	margin: 0;
}

.dropdown-content p {
	font-size: 12px;
	margin: 0;
	font-weight: 500;
	color: #888;
}

.dropdown-content .btn {
	width: auto;
    border-radius: 20px;
    padding: 5px 15px;
    height: auto;
    color: #fff !important;
    background: #17a2b8 !important;
    margin: 5px 0;
}

.dropdown-content .btn:hover {
	background: #1d8090 !important;
}

.dropdown-content .dd-link {
    background: none;
    border-radius: 0;
    margin: 0;
    float: none;
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    height: auto;
    padding: 10px 15px;
}

.dd-link:hover {
	color: #333 !important;
}

.dropdown-content hr {
	margin: 5px 0;
	border-top: 1px solid #f3f3f3;
}

span#subscribers {
	display: inline !important;
}

/*
	/*Schedule Page
*/

.schedule {
	padding-bottom: 0.7rem;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid rgba(156, 156, 156, 0.25);
}

.schedule-time {
	color: #cc0000;
	font-size: 30px;
	padding: 1rem 0;
	margin: auto;
	font-weight: 500;
	text-align: center;
}

.schedule label {
	font-weight: 500;
	margin: 0;
	margin-top: 1.4rem;
}

.schedule-title {
	line-height: 16px;
}

.schedule-title label {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.schedule-type label {
	color: #666;
}

.schedule-date label {
	width: 100%;
}

.schedule:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.square {
	border-radius: 0;
}

/*
	/*Search Page
*/

.search-result-bar {
	position: relative;
	padding-left: 60px;
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	/*margin-bottom: 1rem;*/
}

.search-result-bar i {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 20px;
	color: #666;
}

.search-result-bar .form-control {
	height: 50px;
	border: none;
	font-size: 14px;
}

.search-result-bar .form-control:focus {
	box-shadow: none;
	border: none;
}

.result-heading {
	text-align: center;
	padding: 0 15px 0.5rem 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}

.result-heading span {
	font-weight: bold;
}

/*
	/*Upload Video Page
*/

.upload-video {
	font-size: 14px;
	min-height: 400px;
	padding: 2rem 0;
}

.upload-video label {
	font-weight: 500;
}

.upload-video .btn input {
	display: none;
}

.progress-bar {
	background-color: #5edc35;
}

.@-webkit-keyframes blink {
	50% {
		color: transparent
	}
}

@keyframes blink {
	50% {
		color: transparent;
	}
}
.dot {
	-webkit-animation: 1s blink infinite;
	animation: 1s blink infinite;
	margin-left: 3px;
}
.dot:nth-child(2) {
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms
}
.dot:nth-child(3) {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms
}

/*
	/*About Page
*/

.about {
	font-size: 14px;
	min-height: 360px;
	padding: 1rem;
}

.about-links p {
	margin: 0;
}

/*
	/*Connected Channels
*/

.connected-channels .default-thumb {
	border: 1px solid #ccc;
	background: #000;
	border-radius: 0;
}

.connected-channels .default-thumb img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
    padding: 0 2rem;
}

/*
	/*FAQs
*/

.faq h5 {
	font-size: 16px;
	margin: 0;
	margin-top: 2rem;
}

.faq h5:first-child {
	margin-top: 0.6rem;
}

.faq p {
	font-size: 14px;
	color: #666;
	margin: 5px 0 5px 2rem;
}

/*
	/*Player pricing buttons
*/

/*
	/*Extra
*/

.not-found {
	width: 100%;
	padding: 5em;
	text-align: center;
    color: #888;
    border-radius: 4px;
}

.form {
	width: 100%;
}

.lp-0 {
	padding: 0;
}

.no-live {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    color: #888;
}

.play-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-34%, -50%);
}

.pt-40 {
	padding-top: 40px;
}

/*.modal-dialog {
	margin-top: 4rem;
}*/

/*
	/*Categories Layout
*/

.categories {
	display: table;
	width: 100%;
}

.category-layout {
	padding: 0 15px;
	margin-bottom: 30px;
	float: left;
}

.category-layout:first-child {
	width: 50%;
}

.category-layout:nth-child(2) {
	width: 50%;
}

.category-layout:nth-child(n+3) {
	width: 33.333%;
}

.category-layout:nth-child(n+3) label {
	font-size: 1.1rem;
}

.category-layout:nth-child(n+6) {
	width: 50%;
}

.category-layout:nth-child(n+6) label {
	font-size: 2rem;
}

.category-layout:nth-child(n+7) {
	width: 25%;
	margin-bottom: 17px;
}

.category-layout:nth-child(n+7) label {
	font-size: 0.9rem;
}

.category-layout:nth-child(n+9) {
	margin-bottom: 30px;
}

.layout-outer {
	padding-top: 56.25%;
	position: relative;
	background-color: #d3d3d3;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.125);
	transition: all 0.4s;
}

.category-layout:first-child .layout-outer,
.category-layout:nth-child(2) .layout-outer {
	padding-top: 40%;
	position: relative;
	background-color: #d3d3d3;
}

.layout-inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.cat-overlay {
	content: "";
    position: absolute;
    left: -70px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    transform: skew(-30deg);
    transition: width 0.4s;
    z-index: 1;
}

.layout-outer:hover .layout-inner::after {
	width: 60%;
	transition: width 0.4s;
}

.layout-outer label {
	position: absolute;
    top: 50%;
    left: 110px;
    transform: translateY(-50%) skew(30deg);
    font-size: 1.7em;
    font-weight: 200;
    text-transform: uppercase;
    z-index: 2;
    color: #f3f3f3;
    pointer-events: none;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.layout-inner img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: width 0.4s;
}

.layout-inner:hover img{
	width: 120%;
	transition: width 0.4s;
}

/*.content, .tab-content, .tab-pane {
	height: 100%;
}*/

.subsc-vids {
	text-align: right;
	padding: 1rem 15px;
	font-size: 14px;
}

.subsc-vids .btn {
	width: 300px;
	position: relative;
    padding-left: 45px;
    padding-right: 110px;
    font-size: 12px;
}

.subsc-vids .btn.disabled {
	/*opacity: 1;*/
}

.subsc-vids p {
	margin: 0;
}

.subsc-vids p.text-danger {
	font-weight: 600;
	color: #ee0000 !important;
	text-transform: uppercase;
}

.subsc-vids .price-name {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
    display: block;
    pointer-events: none;
}

.subsc-vids .btn-success .btn-price {
	position: absolute;
    top: 0;
    right: 0;
    background: #108c2c;
    padding: 6px 7px;
    height: 100%;
}

.deleted-msg {
	display: inline-block;
	margin-top: 5px;
	background-color: #cc0000;
	color: #fff;
	font-size: 13px;
	padding: 8px 15px;
	border-radius: 1px;
	cursor: not-allowed;
	text-transform: capitalize;
}

.deleted-msg i {
	font-size: 16px;
    position: relative;
    bottom: -1px;
}

.subsc-vids .btn-danger .btn-price {
	position: absolute;
    top: 0;
    right: 0;
    background: #c50909;
    padding: 6px 7px;
    height: 100%;
}

.subsc-vids .btn-light {
	border: 1px solid #ccc;
	background-color: #ddd;
}

.subsc-vids .btn-light .btn-price {
	position: absolute;
    top: 0;
    right: 0;
    background: #ddd;
    padding: 6px 7px;
    height: 100%;
    font-weight: 500;
    border-left: 1px solid #ccc;
}

.subsc-vids .btn-primary .btn-price {
	position: absolute;
    top: 0;
    right: 0;
    background: #1263b9;
    padding: 6px 7px;
    height: 100%;
    font-weight: 500;
    border-left: 1px solid #ccc;
}

.subsc-vids .btn-success i {
	position: absolute;
    background: #108c2c;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px 13px;
}


.subsc-vids .btn-primary i {
	position: absolute;
    background: #1263b9;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px 13px;
}

.subsc-vids .btn-danger i {
	position: absolute;
    background: #c50909;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px 13px;
}

.subsc-vids .btn-light i {
	position: absolute;
    background: #ddd;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px 13px;
    border-right: 1px solid #ccc;
}

.video-error {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(#444,#222);
}

.err-text {
	position: absolute;
	bottom: 20%;
	padding: 2rem 15px 2rem 110px;
}

.err-text i {
	position: absolute;
    left: 25px;
    top: 10px;
    color: #989898;
    font-size: 80px;
}

.err-text h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 3px;
}

.err-text span {
    color: #b5b5b5;
    font-size: 16px;
}

.cookies {
	padding: 1rem;
	background: rgb(255,255,255,0.95);
	position: fixed;
	bottom: 36px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	box-shadow: -2px -2px 5px #ccc;
	font-weight: 300;
	font-size: 14px;
	color: #666;
}

.cookies a {
	margin: 0.3rem;
}

.cookies-dv {
	width: 70%;
	background: #fff;
	margin: auto;
	padding: 5rem;
	box-shadow: 2px 2px 5px #ccc;
}

.cookies-dv h1 {
	font-size: 32px;
	font-weight: 400;
}

.cookies-dv h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.cookies-dv p,
.cookies-dv li {
	font-size: 14px;
	color: #888;
	margin-bottom: 1rem;
}

.input-bars #info {
	position: absolute;
    right: 90px;
    font-size: 12px;
    bottom: 9px;
    color: #999;
}

.stats-iframe {
	height: 350px;
}

.tooltip {
    pointer-events: none;
}

/*
	/*Alerts
*/

.alert {
	border-radius: 0;
	font-size: 14px;
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    padding-right: 100px;
    background: #fff;
}

.alert::after {
	content: "";
    text-align: center;
    position: absolute;
    top: 0;
    right: -17px;
    width: 100px;
    height: 100%;
    color: #fff;
    transform: skew(-40deg);
}

.alert .close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	right: 30px;
	z-index: 1;
	opacity: 1;
}

.alert-danger::after {
	background: #da2626;
}

.alert-success::after {
	background: #6ac500;
}

.alert-info::after {
	background: #3fbdac;
}

.alert-primary::after {
	background: #3d89ca;
}

.alert-warning::after {
	background: #efa80a;
}

.media-discription {
	height: 22px;
    padding-right: 70px;
    position: relative;
    color: #616161;
    /*transition: all 0.4s;*/
}

.media-discription p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.open-discription {
	height: auto;
    transition: height 0.4s;
    text-align: justify;
    margin-bottom: 5px;
    /*transition: all 0.4s;*/
    padding: 0 !important;
}

.open-discription p {
    overflow: visible;
    white-space: normal;
    margin: 0;
}

.description-more {
	position: absolute;
    right: 0;
    margin-right: 0 !important;
    font-size: 12px;
    top: 0;
    display: none;
}

.description-less {
	margin-left: 5px;
    margin-right: 0 !important;
    font-size: 12px;
}

.media-discription .description-less {
	display: none;
}

.open-discription .description-less {
	display: inline-block !important;
}

.open-discription .description-more {
	display: none !important;
}

.download-buttons {
	text-align: right;
	margin-top: 5px;
}

.download-buttons a {
	width: 100%;
	height: auto;
	font-size: 12px;
	position: relative;
	border-radius: 2px;
	padding-left: 50px;
    padding-right: 75px;
	overflow: hidden;
	margin-bottom: 5px;
	max-width: 280px;
}

.download-buttons a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	border-left: 2px solid #fff;
	height: 100%;
	transform: skew(-30deg);
	transition: all 0.4s;
}

.download-buttons a label {
	margin: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.download-buttons>a>span {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 13px;
	color: #f3f3f3;
}

.download-buttons>a>i {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 13px;
	color: #f3f3f3;
}

.login-modal .btn {
	position: relative;
	overflow: hidden;
	font-size: 12px;
}

.centered-table-cell .btn i,
.login-modal .btn i {
	position: absolute;
	top: 50% !important;
	left: 15px;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 13px;
	color: #f3f3f3;
}

.centered-table-cell .btn-success::after {
	content: "";
	position: absolute;
	background: #1d7d5e !important;
	top: 0;
	left: -10px;
	width: 45px;
	height: 100%;
	border-right: 2px solid #fff;
}

.login-modal .btn-success::after,
.download-buttons .btn-success::after {
	content: "";
	position: absolute;
	background: #1d7d5e !important;
	top: 0;
	left: -10px;
	width: 55px;
	height: 100%;
	transform: skew(-30deg);
	border-right: 2px solid #fff;
}

.login-modal .btn-info::after,
.download-buttons .btn-info::after {
	content: "";
	position: absolute;
	background: #267986;
	top: 0;
	left: -10px;
	width: 55px;
	height: 100%;
	transform: skew(-30deg);
	border-right: 2px solid #fff;
}

.login-modal .btn-primary::after {
	content: "";
	position: absolute;
	background: #0a53a0;
	top: 0;
	left: -10px;
	width: 55px;
	height: 100%;
	transform: skew(-30deg);
	border-right: 2px solid #fff;
}

.login-modal .btn-danger::after,
.download-buttons .btn-danger::after {
	content: "";
	position: absolute;
	background: #aa0000;
	top: 0;
	left: -10px;
	width: 55px;
	height: 100%;
	transform: skew(-30deg);
	border-right: 2px solid #fff;
}

.login-modal .btn-secondary::after,
.download-buttons .btn-secondary::after {
	content: "";
	position: absolute;
	background: #444;
	top: 0;
	left: -10px;
	width: 55px;
	height: 100%;
	transform: skew(-30deg);
	border-right: 2px solid #fff;
}

/*
	/*Buttons
*/

.btn-success {
    background: #00b96c !important;
    border-color: #16b975 !important;
    border: 1px !important
}

.btn-success:hover {
    background: #1d9e69 !important;
    border-color: #11a96a !important;
}

/*
	/*Fan Filter Search
*/

.fan-filter {
	margin-bottom: 1rem;
	text-align: center;
	background: #fcfcfc;
	padding: 1rem;
	padding-bottom: 2rem;
	border: 1px solid #e3e3e3;
	border-top: none;
}

.fan-filter-item {
	display: inline-block;
	max-width: 200px;
	text-align: left;
	vertical-align: bottom;
	position: relative;
	margin-bottom: 5px;
}

.fan-filter-item label {
	font-size: 13px;
	margin: 0;
	font-weight: 500;
}

.fan-filter-item .form-control {
	border-radius: 0;
	height: 32px;
	font-size: 13px;
	padding-right: 25px;
}

.fan-filter-item .fa-calendar {
	position: absolute;
	right: 8px;
	bottom: 10px;
	font-size: 13px;
	color: #00b96c;
	pointer-events: none;
}

.fan-filter-item .btn {
	border-radius: 2px;
	font-size: 12px;
	height: 32px;
	margin: 0;
	width: 120px;
	margin-left: 2rem;
}

.datepicker {
	padding: 0.6rem !important;
	border-radius: 0 !important;
	box-shadow: 2px 2px 5px #ccc;
}

.datepicker-days .day {
	font-size: 13px;
	padding: 0.3rem 0.5rem;
	border-radius: 0;
	color: #666;
}

.datepicker-days .new.day {
	color: #d0d0d0;
}

.datepicker-days .dow {
	font-size: 14px;
	padding: 0.3rem 0.5rem;
	border-radius: 0;
	font-weight: 500;
}

.fan-filter-item .mycheckbox {
	padding: 5px;
    padding-left: 30px;
    display: inline-block;
    font-size: 13px;
    border: 1px dashed #00b96c;
    margin: 0;
    height: 32px;
    width: 95px;
}

.fan-filter-item .checkmark {
	top: 5px;
	left: 5px;
}

.datepicker .datepicker-switch,
.datepicker .next, .datepicker .prev,
.datepicker tfoot tr th {
    font-weight: 600;
    color: #00b96c;
}

.video-feature {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 2;
	transition: all 0.25s;
	bottom: -50%;
	pointer-events: none;
}

.video-feature a {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 50%;
	font-size: 13px;
	color: #fff;
	padding-top: 3.5%;
	text-transform: uppercase;
}

.video-feature a:first-child {
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
}

.video-feature a i {
	font-size: 18px;
	margin-right: 2px;
	position: relative;
	bottom: -2px;
}

.video-feature a:nth-child(2) {
	background: rgba(0, 0, 0, 0.75);
	bottom: 50%;
	border-bottom: 1px solid #888;
}

.video-feature a:hover {
	text-shadow: 1px 1px 3px #333;
}

.default-thumb:hover .video-feature{
	bottom: 0;
	transition: all 0.25s;
	pointer-events: all;
}

/*
	/*VIDEO
*/

.video-opt {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.inner-opt {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.inner-opt a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.inner-opt span {
	background: #333;
	border-radius: 10px 0 0 10px;
	position: relative;
	right: -10px;
	z-index: 1;
	bottom: -1px;
	white-space: nowrap;
	width: 1px;
	overflow: hidden;
	display: inline-block;
    vertical-align: middle;
	transition: all 0.4s;
}

.inner-opt a:hover span {
	width: auto;
	transition: all 0.4s;
	padding: 2px 10px;
}

.inner-opt:nth-child(2) {
	bottom: 45px;
}

.inner-opt img {
	width: 30px;
	position: relative;
	z-index: 2;
}

.tv-app {
	font-size: 14px;
	/*background-color: #cccdd1;*/
	text-align: center;
	/*padding: 1rem;
	border: none;*/
	/*margin-top: -1rem;*/
	/*border-radius: 0;*/
	/*min-height: 78vh;*/
	margin-bottom: 0;
}

.tv-app .card-title {
	text-align: left;
}

.tv-app h3 {
	font-size: 22px;
	color: #666;
}

.tv-app p {
	max-width: 600px;
	margin: auto;
	color: #666;
	font-weight: 300;
}

.tv-app img {
	max-width: 100%;
}

.ottStore-btns img {
	height: 50px;
	margin: 5px;
}

#reload a,#reload a:hover {
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

input, select {
	font-size: 100%;
	position: relative;
}

.related-video .default-thumb {
	border-radius: 6px 6px 0 0;
}

.related-video .description {
	margin: 0;
	padding: 10px;
	border-radius: 0 0 6px 6px;
}

/*.related-video label {
	color: #f3f3f3;
}

.related-video span {
	color: #ccc;
}*/

.bottom-loader {
	height: 120px;
	position: relative;
	display: none;
}

.bottom-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30px;
}

.lazyload {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.5s;
}

.lazyload.loaded {
  opacity: 1;
}

.card-title img {
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
}

.usssa-widget {
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 12px;
	padding-left: 15px;
}

.usssa-widget label {
	display: block;
	font-weight: bold;
	margin: 0;
	font-size: 13px;
}

.usssa-widget span {
	color: #999;
	font-size: 11px;
	font-weight: 400;
}

.widget-iframe {
	height: 252px;
}

.widget-cats {
	overflow-y: hidden;
	overflow-x: auto;
	padding: 0 15px;
}

.widget-cats .row {
	display: block;
	white-space: nowrap;
}

.widget-cats .col-md-3 {
	display: inline-block;
	vertical-align: top;
}

.show-more {
	color: #333;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	position: relative;
	padding-top: 12.5%;
	margin-right: 10px;
}

.sm-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.sm-inner i {
	font-size: 2.4em;
}

.sm-inner span {
	font-size: 13px;
	display: block;
}

.play-icon {
	font-size: 3.4em;
	position: absolute;
	pointer-events: none;
	color: #f3f3f3;
	top: 50%;
	left: 50%;
	text-overflow: 2px 2px 4px #ccc;
	transform: translate(-50%,-50%);
}

.widget-cats .description label {
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
	line-height: 18px;
	font-size: 15px;
	font-weight: 600;
	margin: 0.5rem 0;
}

.widget-cats::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.widget-cats::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
.widget-cats::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px; 
}

/* Handle on hover */
.widget-cats::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.bg-white {
	background-color: #fff;
}

.dummy-img {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 150px);
	padding-top: 5px;
	width: 100%;
}

.dummy-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(transparent,#1c1c1c);
}

.dummy-img img {
	width: 100%;
}

.dummy-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 2;
	text-align: center;
}

.dummy-inner i {
	font-size: 2em;
	margin-bottom: 0.3em;
}

.dummy-inner h4 {
	font-size: 1.2em;
	margin: 0;
}

.dummy-inner p {
	font-size: 1em;
	color: #ccc;
}

.new-carousel {
	position: relative;
	z-index: 1;
	margin: 0.5rem 0 1rem 0;
	visibility: hidden;
}

.outerdiv a {
	pointer-events: none;
}

.outerdiv {
	cursor: pointer;
}

.bd-page li {
	background-color: #333;
}

li.active .outerdiv a {
	pointer-events: all;
}

#ulElements {
	margin-top: 0.5rem !important;
	margin-bottom: 1rem !important;
}

#ulElements .left,
#ulElements .right {
	top: 30px !important;
    width: 60px;
    height: calc(100% - 60px);
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
    text-shadow: 1px 1px 3px rgb(0,0,0,0.25);
}

#ulElements .left:before,
#ulElements .right:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ulElements .left {
	left: 0 !important;
}

#ulElements .right {
	right: 0 !important;
}

.title-bar {
	position: absolute;
	background: linear-gradient(rgb(0,0,0,0.75),transparent);
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
}

#ulElements li.active {
	box-shadow: 0 0 1em rgb(0,0,0,0.5);
	border: 3px solid #eee;
}

#ulElements li.active .title-bar {
	background: linear-gradient(transparent,rgb(0,0,0,0.75));
	top: auto;
	bottom: 0;
}

.title-bar label {
	color: #fff;
	position: absolute;
	top: 8px;
	width: 100%;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

#ulElements li.active .title-bar label {
	top: auto;
	bottom: 0;
	padding-left: 100px;
}

/*#ulElements li.active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 4.2em;
	height: 4.2em;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: rgb(0,0,0,0.75);
	pointer-events: none;
}

#ulElements li.active::after {
	content: "\f04b";
	font-family: "fontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-37%,-50%);
	color: #fff;
	pointer-events: none;
	font-size: 1.3em;
}*/

.title-text {
	position: absolute;
	background: linear-gradient(transparent,rgb(0,0,0,0.75));
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	pointer-events: none;
	padding-left: 100px;
}

.inner-title {
	position: absolute;
	bottom: 0;
	color: #fff;
	max-width: calc(100% - 100px);
	line-height: 1.2em;
	height: 50px;
}

.inner-title label {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*font-weight: 500;*/
	margin: 0;
}

.inner-title span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.8em;
	color: #eee;
}

.outerdiv .duration {
	bottom: 27px;
}

.comments-side .nav-link {
	padding: 0.4rem 0.8rem;
}

.public-chapters {
	padding: 0 1rem;
}

.public-chapters li {
	list-style: none;
	margin-bottom: 0.4em;
	position: relative;
}

.public-chapters a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	border-left: 2px solid #999;
	padding: 0.6em 0.8em;
	padding-right: 60px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: border 0.3s, color 0.3s;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgb(0,0,0,0.2);
}

.time-mark {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 12px;
}

.public-chapters li:hover a,
.public-chapters li a.active {
	white-space: normal;
	border-left: 2px solid #05a8d1;
	color: #05a8d1;
}

.public-chapters span {
	display: inline-block;
    background-color: #ccc;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    transition: background-color 0.3s;
}

.public-chapters li:hover a span,
.public-chapters li a.active span {
	color: #fff;
	background-color: #05a8d1;
}

/* Subscription Listing Public page START */
.subscriptions-item h3 {
	font-size: 1em;
	margin: 0.5rem 0 0 0;
	font-weight: 500;
	color: #333;
}

.subscriptions-item p {
	font-size: 0.8em;
	margin: 0;
	color: #888;
}

.subscriptions-item h4 {
	font-size: 0.9em;
	margin: 0.3rem 0 0 0;
	color: #333;
	font-weight: 500;
}

.sub-listings {
	padding-bottom: 0.7rem;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid rgba(156, 156, 156, 0.25);
}

.btn-avail {
	font-size: 0.85em;
	border-radius: 3px;
	min-width: 140px;
	box-shadow: 2px 2px 5px rgb(0,0,0,0.125);
	margin-top: 1rem;
	padding: 0.6rem 1.5rem;
}

.recuring-text {
	font-size: 0.7em;
	color: #888;
	font-style: italic;
	display: block;
	margin-top: 0.25rem;
}

.sub-listings .default-thumb {
	background: none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 2px rgb(0,0,0,0.15) !important;
}
/* Subscription Listing Public page END */
.clip-icons {
	display: inline-block;
    width: calc(60% - 4px);
    text-align: right;
    vertical-align: top;
}
.clip-icons .video-features a {
	text-decoration: none;
}
.clip-icons .video-features a img {
    margin-top: -4px;
	width: 34px;
}
.clip-icons .video-features a.clipextraction-icon {
	float: right;
}
.clip-icons .video-features a.video-clip-edit-icon {
	position: relative;
	right: 5px;
}
@media screen and (max-width: 661px) {
	.clip-icons .video-features a img {
	    width: 28px;
	    height: 25px;
	}
	.player-desc .share-icons {
		width: 50%;
	}
	.clip-icons {
		width: 48%;
	}
}
@media only screen and (max-width: 1006px) {
	.my-container .row .player-desc .share-icons {
	    width: 50%;
	}
	.clip-icons {
		width: 48%;
	}
}
.footer-fixed-content {
    padding: 0px;
    position: fixed;
    right: 1%;
    bottom: 10%;
    z-index: 99;
}
.footer-fixed-content a {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    color: #333;
    outline: none;
    box-shadow: none;
    display: block;
    text-align: center;
    margin: 10px;
	font-size: 15px;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 25px;
}
.footer-fixed-content a span {
	font-weight: 600;
}
div.g-recaptcha {
	margin: 15px 0;
}
div.g-recaptcha div:first-child {
    margin: auto;
}
#show_support_box .form-group:not(:last-child) {
	text-align: left;
	font-size: 16px;
	margin-bottom: 5px;
}
#show_support_box .modal-body {
	padding: 1rem 3em 0 3em;
}

/* new platform bottom content */
.new-platform {
	background-color: #FFFFFF;
	height: 120px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #0000001A;
}

.new-platform .content {
    padding: 0 24px;
    border-left: 5px solid #3366FF;
    display: flex;
    align-items: center;
}

.new-platform .content .news {
    margin-left: 24px;
}

.new-platform .content .news p{
    color: #3366FF;
    font-size: 22px;
    font-weight: 500;
}

.new-platform .content .news span{
    color: #333333;
    font-size: 14px;
}

.new-platform  .buttons {
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.new-platform  .buttons .go-to {
    color: #FFFFFF;
    height: 46px;
    background: #010570;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
}

.new-platform  .buttons .go-to a{
    color: #FFFFFF;
}

.new-platform  .buttons .go-to a:hover{
    text-decoration: none;
}

.new-platform  .buttons .no-thanks {
    color: #010570;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #010570;
    margin-right: 16px;
    padding: 0 15px;
    line-height: 34px;
    border-radius: 4px;
    min-width: 64px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

@media only screen and (max-width: 768px) {
	.new-platform {
		flex-direction: column;
		justify-content: initial;
		height: auto;
	}

	.new-platform .content {
		padding: 0px 10px;
	}

	.new-platform .content img {
		display: none;
	}

	.new-platform .content .news {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0;
	}

	.new-platform .content .news p {
		font-size: 18px;
		margin: 5px 0px;
	}

	.new-platform .buttons {
		border-left: 5px solid #3366FF;
		padding: 7px 10px;
		justify-content: space-around;
	}

	.new-platform .buttons .no-thanks {
		height: 32px;
	}

	.new-platform .buttons .go-to {
		height: 32px;
	}
}