/* HTML elements */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
table {
    width: 100%;
}
a {
    color: #EF4136;
    text-decoration: none;
}
a:link, a:visited {
    text-decoration: none;
    color: #EF4136;
}
a:active, a:focus {
	outline: none;
    color: #EF4136;
}
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0;
	transition:all 0.3s ease 0s;
	outline: none;
	font-weight: bold;
}
a, button, .btn {
	transition:all 0.3s ease 0s;
	outline: none;
}
.text-break {
    border: 0;
    height: 3px;
    width: 100%;
}
.dropdown-divider {
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
}
/* Common classes */
.admin-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #EF4136;
}
.overflow-hidden {
	overflow: hidden;
}
.text-uppercase {
	text-transform: uppercase;
}
.wow {
	visibility: hidden;
}
.btn-send {
	background: #EF4136;
	color: white;
	padding: 8px 30px;
	font-size: 16px;
	outline: none;	
}
.btn-send:hover,
.btn-send:active,
.btn-send:focus {
	 background: #EF4136;
	 color: white;
}
.small-print {
    font-size: 11px;
}
.padding-top-10px {
    padding-top: 10px;
}
.padding-bottom-10px {
    padding-bottom: 10px;
}

/* Ninja Image */
#ninja {
    height: 400px;
}

/* Loader */
#loader-container {
    background: #211F22;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#loader {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 53%;
  width: 90px;
}
#loader ul {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
#loader ul li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #EF4136;
  bottom: 0;
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
#loader li:nth-child(1) {
  left: 0;
  animation: sequence1 0.8s ease infinite 0;
}
#loader li:nth-child(2) {
  left: 15px;
  animation: sequence2 0.8s ease infinite 0.1s;
}
#loader li:nth-child(3) {
  left: 30px;
  animation: sequence1 0.8s ease-in-out infinite 0.2s;
}
#loader li:nth-child(4) {
  left: 45px;
  animation: sequence2 0.8s ease-in infinite 0.3s;
}
#loader li:nth-child(5) {
  left: 60px;
  animation: sequence1 0.8s ease-in-out infinite 0.4s;
}
#loader li:nth-child(6) {
  left: 75px;
  animation: sequence2 0.8s ease infinite 0.5s;
}

/* Lazy loading. */
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 0.3s;
}

/* Signup alert - Default theme colours */
#alert-signup {
    background: #211F22;
    position: fixed;
    top: -65px;
    width: 100vw;
    height: 65px;
    padding: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: medium solid #d82727;
    border-radius: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 999;
}
#alert-signup .close {
    color: #D2D2D2;
    padding: 10px;
}
#alert-signup .close:hover {
    color: #EF4136;
}
#alert-signup a, #alert-signup a:hover, #alert-signup a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #EF4136;
    font-weight: bold;
}

/* Navigation top menu bar */
#nav-top-menu {
    background-position: 500px 0;
    background-repeat: no-repeat;
    position: fixed;
    width: 100vw;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	z-index: 500;
    -webkit-backface-visibility: hidden;
}
@media (max-width:991px){
    #nav-top-menu {
        background-position: 0 0;
    }
}
#nav-top-menu .logo {
	white-space: nowrap;
	height: 80px;
}
#nav-top-menu .logo img {
	margin: 10px 0;
    height: 60px
}
#nav-top-menu .logo .bubble img {
    padding: 10px 20px 10px 0;
}
#nav-top-menu .logo ul,
#nav-top-menu .logo ul li {
    margin: 0;
    padding: 0;
}
#nav-top-menu .search-box {
    position: relative;
    margin: 27px 0 27px 20px;
    width: 300px;
}
#nav-top-menu .search-box .form-control {
	position: relative;
	height: 24px;
	padding: 0 0 0 25px;
	background: transparent;
	border: none;
	box-shadow: none;
	transition:all 0.3s ease-in-out 0.05s;
}
#nav-top-menu .search-box .search-icon {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -10px;
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 0;	
	transition:all 0.3s ease-in-out 0.05s;
}
#nav-top-menu .search-box .form-control:focus {
	padding-left: 5px;
}
#nav-top-menu .search-box .search-icon:focus,
#nav-top-menu .search-box .form-control:focus ~ .search-icon {
	left: calc(100% - 18px);
}
#nav-top-menu .search-box .search-icon i.fas {
	font-size: 14px;
}
#nav-top-menu .login {
    padding: 14px 10px 6px 0;
}
#nav-top-menu .login .user-link {
    position: relative;
    top: 5px;
}
#nav-top-menu .login-list {
	white-space: nowrap;
}
#nav-top-menu .login-list>li {
	display: inline-block;
}
#nav-top-menu .login a {
    position: relative;
}
#nav-top-menu .login>ul>li img {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border: thin solid transparent;
}
#nav-top-menu .login>ul>li img:hover {
    border-color: #EF4136;
}
#nav-top-menu .login .notify-count {
    position: absolute;
    top: -10px;
    right: 0;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px 0;
	border-radius: 10px;	
	z-index: 1;
}
#nav-top-menu .login .user-menu-icon {
    position: absolute;
    top: 3px;
    left: -2px;
}
#nav-top-menu .login .dropdown .upload-dropdown {
    right: -175px;
}
#nav-top-menu .login .dropdown .notification-dropdown {
    right: -75px;
}
#nav-top-menu .login .dropdown .user-menu-dropdown {
    right: -12px;
}
#nav-top-menu .login .dropdown .upload-dropdown,
#nav-top-menu .login .dropdown .notification-dropdown,
#nav-top-menu .login .dropdown .user-menu-dropdown {
    left: auto;
    max-width: calc(100vw - 20px);
}
#nav-top-menu .login .dropdown .dropdown-item {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
#nav-top-menu .login .dropdown .dropdown-item .fa-fw {
    margin-right: 8px;
}
#nav-top-menu .login .dropdown p {
    margin: 0;
}
#nav-top-menu .login .dropdown ul li a {
    padding-top: 5px;
}
#nav-top-menu .login .dropdown ul li:last-child a {
    padding-top: 0;
    padding-bottom: 5px;
}
#nav-top-menu .login .dropdown ul li a i {
    margin-right: 10px;
}
#nav-top-menu .login .unauth-link {
    margin: 15px 0;
}
#nav-top-menu .login .unauth-link a {
    text-decoration: none;
    cursor: pointer;
    color: #EF4136;
    font-weight: bold;
}

/* Navigation side menu */
#nav-side-menu {
    position: fixed;
    top: 80px;
    left: -205px;
    width: 200px;
    height: calc(100vh - 80px);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 500;
    display: flex;
    flex-direction: column;
}
#nav-side-menu .side-toggle {
    position: fixed;
    top: 80px;
    left: 0;
    font-size: 18px;
    color: #777777;
    padding: 5px 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#nav-side-menu .side-toggle:hover {
    color: #EF4136;
}
#nav-side-menu .search-box {
    padding: 0 10px;
    margin: 0 0 -20px;
}
#nav-side-menu .search-box .form-control {
	position: relative;
	padding: 0 50px 0 25px;
	background: transparent;
	border: none;
	box-shadow: none;
	transition:all 0.3s ease-in-out 0.05s;
}
#nav-side-menu .search-box .search-icon {
	position: relative;
	left: 1px;
	top: -27px;
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	transition:all 0.3s ease-in-out 0.05s;
}
#nav-side-menu .search-box .form-control:focus {
	padding-left: 0;
}
#nav-side-menu .search-box .search-icon:focus,
#nav-side-menu .search-box .form-control:focus ~ .search-icon {
    left: 85%;
}
#nav-side-menu .search-box .search-icon i.fas {
	font-size: 14px;
}
#nav-side-menu .side-content {
    padding: 0 10px 10px;
    overflow-y: auto;
}
#nav-side-menu .side-content .side-list {
    margin: 0;
    padding: 0;
}
#nav-side-menu .side-content .side-list li a {
	padding: 4px 0 4px 5px;
	display: inline-block;
	width: 100%;
	position: relative;
	text-decoration: none;
}
#nav-side-menu .social-list {
    padding-top: 10px;
    -webkit-backface-visibility: hidden;
}

/* Navigation menu buffer */
#nav-menu-buffer {
    padding-top: 81px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/* Main content */
#main-content {
}

/* Page Bar */
#page-bar {
    margin-top: 5px;
	padding: 5px 0;
}
#page-bar .page-bar-container {
    overflow: hidden;
}
@media (max-width: 767px) {
	#page-bar .page-bar-container {
		text-align: center;
	}
}
#page-bar .page-title {
    font-size: 30px;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 1.1em;
    margin: 0;
}
#page-detail {
    padding: 10px 0;
    margin-bottom: 5px;
}

/* Show more */
.show-more-container {
    height: 30px;
}
.show-more {
    cursor: pointer;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
}
.show-more span {
    font-size: 10px;
    font-weight: bold;
}

/* Policy pages */
.policy-header {
    margin-top: 5px;
    padding: 10px 0;
}
.policy-header img {
    width: 80%;
    max-width: 350px;
    margin: auto;
}
.policy-detail {
    padding-top: 20px;
    padding-bottom: 20px;
}
.policy-footer {
    margin-bottom: 5px;
    padding: 10px 0;
}

/* Principles */
.principle-table {
    padding-top: 10px;
}
.principle-table td {
    width: 50%;
}
.principle-table th {
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
}
.principle-table td {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
}
.principle-table th:nth-child(odd),
.principle-table td:nth-child(odd) {
    text-align: right;
    padding-right: 20px;
    border-right: 3px solid #EF4136;
}
.principle-table th:nth-child(even),
.principle-table td:nth-child(even) {
    text-align: left;
    padding-left: 20px;
}
.principle-table:nth-child(2) {
    border-right: 3px solid #EF4136;
}

/* Too long didnt read */
.tldr {
    border: medium solid #777777;
    border-radius: 20px;
    padding: 10px 15px;
    margin: 20px 10px;
}

/* Profile view */
#profile-view .profile-title {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

/* Profile settings */
#profile-settings {
    padding: 20px 0 10px;
}
#profile-settings .notification-table {
    padding: 0 0 20px;
    white-space: nowrap;
}
#profile-settings .notification-table th {
    padding: 2px 5px;
}
#profile-settings .notification-table td {
    padding: 2px 5px;
}

/* Image upload */
#fileupload-small-icon,
#fileupload-medium-icon,
#fileupload-large-icon {
    padding: 25px 0 15px;
}

/* Search */
.search-image-container img { 
    width: 100%; 
    padding-bottom: 20px;
}

/* Channel details */
.channel-videos-container {
	margin-bottom: 20px;
	overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.channel-videos-image-container,
.channel-videos-text-container {
    position: relative;
	display: inline-block;
	width: 100%;
}
.channel-videos-image-container:hover .play-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.channel-videos-image {
	position: relative;
}
.channel-videos-title {
    margin: 10px 0;
    display: block;
    display: -webkit-box;
    min-height: 1.1em;
    max-height: 2.2em;
    line-height: 1.1em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.channel-videos-title a {
    font-weight: bold;
}
.channel-videos-text {
    display: block;
    display: -webkit-box;
    min-height: 1.0em;
    max-height: 6.4em;
    line-height: 1.1em;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.channel-videos-text p {
    margin-bottom: 14px;
}
.channel-videos-text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .channel-videos-image-container,
    .channel-videos-text-container {
        display: inline-block;
        width: 100%;
    }
    .channel-videos-details {
        margin: 10px 0;
        border: 0;
    }
}
.channel-about-details {
    margin: 10px 0;
    padding: 0 5px 10px;
}
.channel-about-details span {
	padding: 0 0 0 10px;
}
.channel-about-list tr td:first-child {
    width: 80px;
}
.channel-notify-button {
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
}
.channel-notify-button:hover, .channel-notify-button:focus, .channel-notify-button:active {
    -webkit-transform: scale(1.2) rotate(10deg);
    -moz-transform: scale(1.2) rotate(10deg);
    -ms-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}
.user-tools {
    margin: 40px 0 10px;
    border: medium solid #777777;
    border-radius: 10px;
    padding: 5px;
}
.user-tools button {
    width: 90%;
    margin: 0 auto 10px;
}

/* Video Progress & Status */
#video-progress {
    width: 0%;
    height: 2px;
    background-color: #EF4136;
    transition: width .4s ease-in-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#video-status {
    font-size: 14px;
    padding: 1px 3px 3px;
}
#video-status ul {
    margin: 0;
}
#video-status code {
	background: transparent;
    font-size: 14px;
    font-weight: bolder;
}
#video-status .fal {
    margin-right: 5px;
}

/* Video details */
.video-info-bar {
	margin-top: 2px;
	position: relative;
	z-index: 20;
	font-size: 16px;
    -webkit-backface-visibility: hidden;
}
.video-info-bar .info-ul {
	position: relative;
	z-index: 30;
	margin: 0;
}
.video-info-bar .info-ul li {
	padding: 5px;
}
.video-info-bar .info-ul li .fa-thumbs-up,
.video-info-bar .info-ul li .fa-thumbs-down {
    padding-left: 1px;
    padding-right: 2px;
}
.video-info-bar .info-ul li .fa-eye {
    margin-left: 2px;
    margin-right: 5px;
}
.video-info-bar .info-ul li:last-child {
    padding-right: 0;
}
.video-info-bar .info-ul .video-like {
    margin: 0 5px;
    color: #30A247;
    border-radius: 4px;
    border: 2px solid transparent;
	transition:all 0.5s ease 0s;
}
.video-info-bar .info-ul .video-like.active {
    border: 2px solid #30A247;
}
.video-info-bar .info-ul .video-dislike {
    margin: 0 5px;
    color: #EF4136;
    border-radius: 4px;
    border: 2px solid transparent;
	transition:all 0.5s ease 0s;
}
.video-info-bar .info-ul .video-dislike.active {
    border: 2px solid #EF4136;
}
.video-info-bar .info-ul .info-btn {
    padding: 2px 3px;
	cursor: pointer;
}
.video-info-bar .info-ul .btn {
	padding: 0;
	outline: none;
	background: none;
}
.video-info-bar .info-ul .btn:active,
.video-info-bar .info-ul .btn:focus {
	outline: none;
}
.video-info-bar .sharing-drop {
	padding: 4px 10px;
	cursor: pointer;
	width: 30px;
	transition:all 0.3s ease 0s;
}
.video-info-bar .sharing-drop button {
    border: 0;
}
.video-info-bar .sharing-drop span {
	transition:all 0.3s ease 0.1s;
}
.video-info-bar .sharing-drop-open {
	background: #EF4136;
}
.video-info-bar .sharing-drop:hover span {
	color: #EF4136;
}
.video-info-bar .sharing-bar {
	width: auto;
	background: #EF4136;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	transition:all 0.3s ease 0s;
}
.video-info-bar .sharing-bar li {
	padding: 5px 8px;
	border: none;
}
.video-info-bar .sharing-drop-open span,
.video-info-bar .sharing-drop-open:hover span,
.video-info-bar .sharing-bar li a,
.video-info-bar .sharing-bar li a:hover {
	color: white;
}
.video-info-bar .sharing-bar-open {
	top: 100%;
}
.video-detail-text {
	padding: 10px 0px 20px;
    -webkit-backface-visibility: hidden;
}
.video-detail-text p {
	margin-bottom: 20px;
	line-height: 1.7em;
}
.video-detail-text p:last-child {
	margin-bottom: 0px;
}
.video-detail-list {
    padding: 5px 0;
    -webkit-backface-visibility: hidden;
}
.video-detail-list tr td:first-child {
    width: 80px;
}
.video-author {
    margin-left: 0;
}
.video-publish-date {
    margin: 5px 0;
    font-size: 10px;
}
.video-no-discussion {
    margin: 20px 0 0;
    padding: 15px 0 10px;
    text-align: center;
    font-weight: bold;
}
.moderation-table th {
    padding: 2px 5px;
}
.moderation-table .flag-name {
    white-space: nowrap;
}
.moderation-table td {
    padding: 2px 5px;
}
#comment-frm-container {
    -webkit-backface-visibility: hidden;
}

/* Subscription list */
.subscription-container {
	display: inline-block;
    text-align: left;
	width: 100%;
	max-width: 400px;
    margin: 10px 0 20px;
    padding: 90px 0 0 10px;
    position: relative;
    overflow: hidden;
}
.subscription-banner {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 86px;
}
.subscription-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 106px;
    border-radius: 30px;
    overflow: hidden;
}
.subscription-image {
    width: 100px;
    height: 100px;
}
.subscription-button {
    position: absolute;
    top: 15px;
    right: 25px;
    padding: 1px 4px 0;
    font-size: 12px;
}
.subscription-button:focus {
    outline: none;
}
.subscription-notify-button {
    position: absolute;
    top: 15px;
    right: 4px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
}
.subscription-notify-button:hover, .subscription-notify-button:focus, .subscription-notify-button:active {
    -webkit-transform: scale(1.2) rotate(10deg);
    -moz-transform: scale(1.2) rotate(10deg);
    -ms-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}
.subscription-name {
    margin-right: 5px;
    position: absolute;
    top: 43px;
    left: 111px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    display: -webkit-box;
    height: 2.2em;
    line-height: 1.1em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subscription-last-video {
    position: absolute;
    top: 80px;
    left: 111px;
    font-size: 11px;
	font-weight: normal;
}
.subscription-description {
    padding: 20px 10px 7px 10px;
    border-radius: 0 0 5px 5px;
    text-align: justify;
}
.subscription-description-text {
    font-size: 14px;
    display: block;
    display: -webkit-box;
    min-height: 4.75em;
    max-height: 4.75em;
    line-height: 1.2em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:767px){
    .subscription-description-text {
        min-height: 0;
    }
}

/* Notification list */
#notification-list {
    padding: 0 0 10px;
}
#notification-list .notification-actions {
    padding: 5px 0;
}
#notification-list .notification-item {
    position: relative;
    padding: 10px;
}
#notification-list .notification-item p {
    margin: 0;
}

/* Notifications */
.notification-unread {
    padding: 1px 5px;
    border-radius: 10px;
}
.notification-read {
    padding: 1px 5px;
    border-radius: 10px;
}
.notification-target {
    padding-left: 5px;
}
.notification-detail {
    font-size: 12px;
    padding-left: 5px;
}
.notification-read-button,
.notification-unread-button {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    padding: 4px;
    cursor: pointer;
}
.notification-clear-button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    padding: 4px;
    cursor: pointer;
}

/* State text */
.state-text {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
}

/* Channel carousel */
#carousel {
    margin-top: 5px;
    padding: 12px 0 22px;
}
#carousel .carousel-indicators {
  position: absolute;
  bottom: -21px;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
}
#carousel .carousel-indicators li {
    height: 13px;
    width: 13px;
    border-color: transparent;
    border-radius: 15px;
    background: #EF4136;
}
#carousel .carousel-indicators li.active {
    height: 15px;
    width: 15px;
    border: 2px solid #EF4136;
    background: transparent;
}

/* Play overlay */
.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
    z-index: 10;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease-in-out 0.1s;
}

/* Channel card */
.channel-card {
    position: relative;
    background-color: white;
	display: inline-block;
	width: 100%;
	max-width: 570px;
	overflow: hidden;
}
.channel-card .channel-card-text {
    position: absolute;
    left: 0;
    bottom: 6px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    display: -webkit-box;
    min-height: 1.1em;
    max-height: 1.1em;
    line-height: 1.1em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 20;
}
.channel-card:hover .play-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
}
.channel-card-top-shadow:before {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.0);
	z-index: 1;
	transition: all 0.3s ease-in-out 0.1s;
}
.channel-card:hover .channel-card-top-shadow:before {
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	height: 20%;
}
.channel-card-bottom-shadow {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	width: 100%;
	min-height: 40%;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* Video card */
.video-card {
	display: inline-block;
    text-align: left;
	width: 100%;
	max-width: 320px;
	margin: 10px auto 10px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.video-card .video-card-image {
	position: relative;
}
.video-card:hover .play-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
}
.video-card .video-card-text {
    padding: 0 5px;
}
.video-card .video-card-text a {
	font-size: 13px;
	text-decoration: none;
}
.video-card .video-card-text p {
    margin: 2px 0;
}
.video-card .video-card-text p span {
    font-size: 12px;
}
.video-card .video-card-text p i {
	transition:all 0.5s ease 0s;
}

/* Video Trending */
.video-trending-container {
	margin: 10px 0;
	overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.video-trending-image-container,
.video-trending-text-container {
    position: relative;
	display: inline-block;
	width: 100%;
}
.video-trending-image-container:hover .play-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.video-trending-text-container {
    height: 190px;
}
.video-trending-image {
	position: relative;
}
.video-trending-title {
    margin: 5px 0 0;
    display: block;
    display: -webkit-box;
    min-height: 1.2em;
    max-height: 2.5em;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-trending-channel {
    margin: 10px 0;
    display: block;
    display: -webkit-box;
    height: 1.2em;
    line-height: 1.2em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-trending-title a {
    font-size: 16px;
    font-weight: bold;
}
.video-trending-channel a {
    font-size: 14px;
    font-weight: bold;
}
.video-trending-text {
    margin: 5px 0;
    display: block;
    display: -webkit-box;
    height: 6.4em;
    line-height: 1.1em;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-trending-text p {
    margin-bottom: 14px;
}
.video-trending-text p:last-child {
    margin-bottom: 0;
}
.video-trending-details {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 1199px) {
    .video-trending-text-container {
        height: 155px;
    }
    .video-trending-text {
        height: 4.3em;
        -webkit-line-clamp: 4;
    }
}
@media (max-width: 991px) {
    .video-trending-text-container {
        height: 125px;
    }
    .video-trending-title {
        max-height: 4.9em;
        -webkit-line-clamp: 4;
    }
}
@media (max-width: 767px) {
    .video-trending-image-container,
    .video-trending-text-container {
        display: inline-block;
        width: 100%;
        max-width: 640px;
    }
    .video-trending-text-container {
        height: 110px;
    }
    .video-trending-title {
        max-height: 3.7em;
        -webkit-line-clamp: 3;
    }
}

/* Video sensitivity overlay */
.video-sensitivity-overlay {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
}

/* Side bar */
.sidebar-heading {
	background: #EF4136;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 25px 11px;
}

/* Cookie alert */
#alert-cookie {
    padding: 10px 10px 0 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background: #EF4136;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    z-index: 999;
}
#alert-cookie i {
    color: white;
    margin: 10px 0;
}
#alert-cookie p {
    color: #DDDDDD;
	font-size: 12px;
}
#alert-cookie p a {
    color: white;
	font-size: 13px;
	font-weight: bold;
}
#alert-cookie button {
    margin: 5px 0;
    padding: 0 15px;
}

/* Tags */
.tags ul {
	font-size: 0px;
	margin: 0 auto;
}
.tags ul li {
	margin-right: 4px;
	padding: 0px;
	display: inline-block;
	margin-bottom: 4px;
}
.tags ul li a {
	font-size: 13px;
	padding: 5px 8px;
	background: #e8e8e8;
	color: #979797;
	text-decoration: none;
	text-transform: uppercase; 
	display: inline-block;
}
.tags ul li a:hover {
	background: #ef4136;
	color: #fff;
}

/* Tags */
.video-tags ul {
	font-size: 0px;
	margin: 0 auto;
}
.video-tags ul li {
	margin-right: 4px;
	padding: 0px;
	display: inline-block;
	margin-bottom: 4px;
}
.video-tags ul li a {
	font-size: 13px;
	padding: 2px 4px;
	background: #e8e8e8;
	color: #979797;
	text-decoration: none;
	text-transform: uppercase; 
	display: inline-block;
}
.video-tags ul li a:hover {
	background: #EF4136;
	color: #fff;
}

/* Help Us Grow */
.grow-option {
    margin-bottom: 20px;
    height: 130px;
}
.grow-logo {
    padding: 10px 10px 20px;
    width: 240px;
    height: 90px;
    margin: auto;
}
.grow-vpn-option {
    margin: 10px 0 20px;
}

/* Modal popups */
.modal-logo {
    height: 60px;
}
.modal-body {
    padding: 10px 15px 5px 15px;
}
.modal form input {
    margin-bottom: 4px;
}
#confirm-modal-detail {
    color: #EF4136;
}

/* Override Bootstrap Tab Styling */
.nav-tabs>li.active {
    border-bottom: thin solid #EF4136;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background: transparent;
}
.nav-tabs>li>a {
	font-size: 16px;
	text-transform: uppercase;
    padding: 8px 10px 7px;
}
.nav-tabs>li>a:hover {
    border-radius: 10px;
}
.nav-tabs>li.active>a {
    font-weight: bolder;
}
.tab-scroll-left,
.tab-scroll-right {
    position: absolute;
    top: 0;
    cursor: pointer;
    display: none;
    width: 25px;
    height: 37px;
    padding: 9px 0;
    text-align: center;
    white-space: nowrap;
}
.tab-scroll-left {
    left: -15px;
}
.tab-scroll-right {
    right: -15px;
}
.tab-scroll-outer {
    position: relative;
}
.tab-scroll-inner {
    position: relative;
    height: 50px;
    overflow: hidden;
}
.nav-tabs-list {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 5000px;
}
.nav-tabs-list li {
    position: relative;
}
.nav-tabs>li>a {
    font-weight: bold;
    -webkit-backface-visibility: hidden;
}

/* Modal and Sidebar Tab Optimisations */
.modal-body .nav-tabs>li>a,
.modal-body .nav-tabs>li.active>a,
.sidebar .nav-tabs>li>a,
.sidebar .nav-tabs>li.active>a {
	font-size: 12px;
    padding: 6px;
}
.modal-body .tab-content {
    padding: 10px 0 0;
}

/* Override Bootstrap Panel Styling */
.panel,
.panel>.panel-heading,
.panel .panel-body {
    box-shadow: none;
    border: none;
}

/* Bootstrap Clearfix */
@media (min-width:1200px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

/* Fix scrollbar jump on modal open and tab changes */
html {
    overflow-y: scroll;
}
.modal-open {
    padding-right: 0 !important;
}
