	/* width */
	::-webkit-scrollbar {
	  width: 5px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: #121212; 
	}
	 
	/* Handle */ 
	::-webkit-scrollbar-thumb {
	  background: #212121; 
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #555; 
	}

		* {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		body,html { margin: 0; padding: 0; }

		html { scroll-behavior: smooth; }

		body {

			font-family: 'Montserrat', sans-serif;
			font-family: 'Quicksand', sans-serif;

			font-weight: 600;
			font-size: 1.1em;

			background: #010101;
			color: #cccccc;
			/*background-image: url('/images/space.png');*/
			background-size: cover;
			background-attachment: fixed;
		}

		.modal {
			z-index: 950 !important;
		}

		h1,h2,h3 {margin: 0;padding: 0}
		p {padding-bottom: 20px;}


		.ufobg {
			background-image: url(/images/bg-repeat.jpg);
		}

		.ufobg-light {
			background-image: url(/images/bg-repeat-light.jpg);
		}





		#page_wrapper {
			display: flex;
			margin-left: 260px;
			margin-right: 10px;
			
			
		}

		#left_menu {
			width: 250px;
			background: #212121;
			padding: 10px;
			padding-top: 0;
			height: 100%;
			position: fixed;
			overflow-y: auto;
			z-index: 79;
			padding-bottom: 50px;
			
		}

		#right_menu {
			width: 250px;
			padding: 10px;
		}

		#right_menu_sticky {
			position: -webkit-sticky; /* Safari */
			position: sticky;
			top: 96px;
		}


		.right_video_wrapper {
			display: flex;
			margin-bottom: 20px;
		}

		.right_video_wrapper:hover {
			background: #232323;
			cursor: pointer;
		}

		.right_video_thumbnail {
			width: 100px;
			margin-right: 10px;
		}

		.right_video_thumbnail img {
			max-width: 100%;
		}

		.right_video_title {
			flex: 1;
			font-size: 0.7em;
			text-overflow: ellipsis;
			overflow: hidden; 
			padding-left: 10px;
			height: 56px;
			display: block;
		}


		#left_menu_sticky {

			overflow-y: auto;
			padding-top: 20px;
			position: relative;
		}

		#left_menu_sticky a {
			display: block;
			padding: 5px 0 5px 0;
			margin: 5px 0 5px 0;
			color: #e8e8e8;
			text-decoration: none;
			border-radius: 5px;
			transition: all 0.2s;
			text-overflow: ellipsis;
			overflow: hidden; 
			white-space: nowrap;
			font-size: 0.9em;
		}

		#left_menu_sticky i {
			margin-right: 5px;
			padding-left: 5px;
		}

		#left_menu_sticky h1 {
			margin-bottom: 30px;
		}

		.main_header {
			text-align: center;
			position: relative;
			transition: all 0.5s;
			margin-bottom: 20px;

		}

		.main_header:hover {
			cursor: pointer;
			opacity: 0.8;
		}

		.main_header_text {
			position: absolute;
			bottom: -20px;
			width: 100%;
			color: #ffd300;
			text-align: center;

		}

		#madewithlove {

			bottom: 10px;
			font-size: 0.9em;
			width: 220px;
			text-align: center;
			color: #454545;
		}

		#lastupdate {
			margin-top: 50px;
			padding: 5px;
			background: #121212;
			font-size: 0.9em;
			text-align: center;
		}

		.site_logo {
			animation: float 6s ease-in-out infinite;
		}


		.decorated{
			overflow: hidden;
			text-align: center;
		}
		.decorated > span{
			position: relative;
			display: inline-block;
		}
		.decorated > span:before, .decorated > span:after{
			content: '';
			position: absolute;
			top: 50%;
			border-bottom: 2px solid;
			width: 100vw;
			margin: 0 20px;
		}
		.decorated > span:before{
			right: 100%;
		}
		.decorated > span:after{
			left: 100%;
		}

		#left_menu_sticky a:hover {
			background: #454545;
		}


		.channel_avatar {
			border-radius: 50%;
			width:26px;
			vertical-align: middle;
			margin-right: 10px;
			border: 2px solid #121212;
			margin-left: 5px;
		}


		.livenow {
			color: #EF5350 !important;
		}

		.livenowavatar {
			border: 2px solid #d50000 !important;
		}

		.livenowp {
			color: #4DD0E1 !important;
		}

		.livenowavatarp {
			border: 2px solid #4DD0E1 !important;
		}



		.menu_header {
			border-top: 1px solid #383838;
			padding-top: 10px;
			margin-top: 10px;
			margin-bottom: 10px;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 0.9em;
		}

		#countdown {
			background: #343434;
			text-align: center;
			font-size: 0.9em;
			padding: 5px;
			border-radius: 5px;

		}


		#clock {
			margin-top: 10px;
			display: flex;
		}

		.count_h {
			position: relative;
			flex: 1;
			height: 40px;
			text-align: center;
			background: #232323;
			border-radius: 3px;
			margin: 2px;
			padding-top: 5px;
		}

		.count_h span {
			position: absolute;
			bottom: 0;
			width: 100%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 0.6em;
		}

		#contents {
			margin-left: 260px;
			padding: 20px;
			display: flex;
			flex-wrap: wrap;
			flex: 250px 280px;
			margin: 20px;
			flex: 1;


		}

		#contents a {
			color: #ffd300;
		}

		#header_bar {
			background: #212121;
			position: -webkit-sticky; /* Safari */
			position: sticky;
			top: 0px;
			margin-left: 250px;
			z-index: 99;
			padding: 10px;
			text-align: right;
			display: flex;
			justify-content: center;
			justify-content: space-between;
			gap: 10px;
		}

		#header_bar div {
			
		}

		#header_links {
			display: flex;
			gap: 10px;
		}

		#header_links a {
			display: inline-block;
			padding: 10px;
			color: #ffffff;
			text-decoration: none !important;
			border-bottom: 1px solid #212121;
			transition: all 0.5s;
		}

		.red_icon {color: #F44336;}
		.green_icon {color: #66BB6A;}
		.blue_icon {color: #0277BD;}


		#header_links a:hover {
			border-bottom: 1px solid #dddddd;
		}

		#header_links i {
			margin-right: 5px;
		}



		#header_bar a.loginlink {
			display: inline-block;
			padding: 8px;
			border-radius: 3px;
			text-decoration: none;
			margin-right: 5px;

		}

		#header_bar a:hover {
			opacity: 0.8;
		}

		.headerytlogin, .mhytred {
			display: inline-block;
			color: #ffffff;
			border-radius: 3px;
			text-decoration: none;
			margin: 0px;
			padding: 10px;
			font-family: 'Roboto', sans-serif;
			border:  1px solid #121212;
			transition: all 0.5s;
		}

		.headerytlogin i {
			margin-right: 10px;
		}

		.hlogin {
			color: #FF7043;
			border: 1px solid #FF7043  !important;
		}

		.hlogin:hover {
			background: #E65100;
			color: #ffffff;
		}

		.hsignup {
			background: #E65100 !important;
			border: 1px solid #E65100  !important;
			color: #ffffff !important;
		}

		#hlogindlex {
			display: flex;
		}

		.hloginlogo {

			text-align: center;
			
			max-width: 30px;
			margin-right: 10px;
		}

		.hloginlogo img {
			vertical-align: middle;
			width: 100%;
			height: auto;
		}


		.hlogintext {
			padding-top: 5px;
			font-size: 1em;
			
			text-align: center;
		}



		#header_search {
			text-align: center;
			border: 0px solid red;
			
			font-size: 0.9em;
		}

		#header_search_form {
			display: flex;
		}

		.search_query {
			width:87%;
			border-radius: 0;
			border:2px solid #353535;
		}

		.search_submit {
			width:8%;
			text-align: center;
			border-radius: 0;
			background:#353535;
			border:2px;
			transition: all 0.5s;
			font-size: 1.3em;
			padding-top: 10px;
		}

		.search_submit:hover {
			cursor: pointer;
			background:#383838;
		}

		.loginlink {
			background: #ffd300;
			color: #121212;
		}

		.logoutlink {
			background: #c62828;
			color: #cccccc;
		}

		.profile_image {

		}

		.profile_image img {
			width: 34px;
			height: 34px;
			border-radius: 50%;
			margin-right: 10px;
			vertical-align: middle;
		}
		
		.home_flex {
			display: flex;
			flex-wrap: wrap;
		}

		.home_channel_title {
			
			padding: 10px;
			border-bottom: 1px solid #cccccc;
			font-size: 1.2em;
		}

		.home_channel_title a {
			text-decoration: none;
			color: #cccccc !important;
		}

		.home_channel_title img {
			width: 35px;
			height: 35px;
			border-radius: 50%;
			vertical-align: middle;
			margin-right: 10px;
		}

		#home_description {
			background-color: rgba(0, 0, 0, 0.5);
			border: 1px solid #2C2C2C;
			padding: 20px;
			border-radius: 10px;
			margin-bottom: 20px;
			position: relative;
		}

		.home_author_photo {
			position: absolute;
			right: -20px;
			top: -20px;
			border-radius: 50%;
			width: 50px;
			height: 50px;
			border: 2px solid #2C2C2C ;
		}

		#home_description ul {
			margin-bottom: 40px;
		}

		#home_description li {
			margin-bottom: 10px;
		}

		.home_header {
			color: #ffd300;
			margin-bottom: 10px;
			padding-bottom: 0;
		}

		.about_site {
			background: #ffd300;
			display: inline-block;
			padding: 10px;
			color: #121212 !important;
			text-decoration: none;
			transition: all 0.3s;
		}

		.home_readmore_link {
			text-align: center;
		}

		.home_readmore_link button {
			background: #7CB342;
			padding: 10px;
			border-radius: 5px;
			border: 1px solid #558B2F;
			font-family: 'Montserrat', sans-serif;
			font-size: 1.3em;
			transition: all 0.5s;
		}

		.home_readmore_link button:hover {
			opacity: 0.7;
			cursor: pointer;
		}

		.home_readmore_link i {
			margin-left: 20px;
			margin-right: 20px;
		}

		.home_readmore {
			display: none;
		}

		.about_site:hover {
			opacity: 0.8;
		}

		.join_discord {
			background: #7289da;
			color: #ffffff !important;
		}

		#homepage_forum_wrapper,  #homepage_latestvideos_wrapper {
			/*background: #090909;*/
			padding: 20px;
			border-radius: 10px;
			border: 1px solid #343434;
			margin-bottom: 20px;
		}

		#homepage_forum_wrapper h2, .homepage_forum_latestposts {
			font-size: 1.8em;
		}

		#homepage_forum_wrapper h2 a {
			text-decoration: none;
		}

		.homepage_forum_latestposts {
			font-weight: bold;
		}

		#homepage_forum_wrapper h2 a:hover {
			color: #ffffff;
		}

		#homepage_forum_wrapper ul {
			margin-bottom: 40px;
		}

		#homepage_latestvideos_wrapper h3 {
			font-size: 1.8em;
		}


		.flip {
			display: inline-block;
			vertical-align: middle;
			transform: scaleX(-1); /* Or also:   rotateY(180deg) */
			-ms-filter: fliph;
			filter: fliph;
		}


		#banner {
			width: 100%;
			min-height: 200px;
			background-size: cover;
			background-position: center;
			border-radius: 10px;
			margin-bottom: 20px;
			display: flex;
			justify-content: center;
			align-items: center;			
		}

		#banner h1 {
			color:  #ffffff;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
		}

		.page_header {
			display: block;
			width: 100%;
			text-align: center;
		}

		#channe_page_options {
			display: flex;
			flex-wrap: wrap;
		}


		#channel_options_button {
			flex: 1;
			display: inline-block;
			padding: 10px;
			background: #343434;
			color: #cccccc !important;
			text-decoration: none;
			width: 220px;
		}

		#channel_options_button:hover {
			cursor: pointer;
		}

		#channel_options_button i {
			float: right;
		}

		#channel_watched_options {
			position: relative;
		}

		.channel_buttons {
			position: absolute;
			width: 100%;
			background: #010101;
			z-index: 60;
		}

		#channel_watched_options a:hover {
			opacity: 0.7;
		}

		.channel_buttons a {
			display: block;
			padding: 15px;

			font-size: 0.9em;
			margin-bottom: 5px;
			color: #cccccc !important;
			text-decoration: none;
			margin-bottom: 5px;
			margin-top: 5px;
		}

		#channel_social_links {
			flex: 1;
			width: 100%;
			/*border-bottom: 1px solid #343434;*/
			margin-bottom: 20px;
			display: flex;
			justify-content: flex-end;
			padding-bottom: 20px;
		}

		#channel_tabs {
			width: 100%;
			display: flex;
			justify-content: center;
			margin-bottom: 20px;
			border-bottom: 1px solid #343434;
		}

		.channel_tab_wrapper {
			display: flex;
			flex-wrap: wrap;
		}

		.channel_tab {
			display: block;
			padding: 10px;
			background: #343434;
			color: #ffffff !important;
		}

		.channel_tab:hover, .channel_tab_active {
			cursor: pointer;
			background: #525252;
		}

		.tab_breaker {
			width: 20px;
		}

		.arrowme:hover {
			cursor: pointer;
		}




		#channel_social_links .fa-stack {
			font-size: 1.2em;
		}

		.rotate-45 {
			-ms-transform: rotate(-45deg); /* IE 9 */
			-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
			transform: rotate(-45deg);			
		}

		.channel_live_now_wrapper {
			
			margin-right: 5px;
		}

		.channel_live_now_wrapper i {
			margin-right: 10px;
		}

		.channel_livenow a {
			background: #d50000;
			display: block;
			color: #ffffff !important;
			padding: 10px;
			border-radius: 5px;
			text-decoration: none;
			text-align: center;
		}



		.channel_premiernow a {
			background: #4DD0E1;
			display: block;
			color: #1A237E !important;
			padding: 10px;
			border-radius: 5px;
			text-decoration: none;
			text-align: center;
		}

		.material-icons {
			/*font-size: 1.5em !important;*/
			line-height: 0.8em !important;
			vertical-align: middle;
			margin-right: 5px;
		}


		@keyframes flickerAnimation {
		  0%   { opacity:1; }
		  50%  { opacity:0.5; }
		  100% { opacity:1; }
		}
		@-o-keyframes flickerAnimation{
		  0%   { opacity:1; }
		  50%  { opacity:0.5; }
		  100% { opacity:1; }
		}
		@-moz-keyframes flickerAnimation{
		  0%   { opacity:1; }
		  50%  { opacity:0.5; }
		  100% { opacity:1; }
		}
		@-webkit-keyframes flickerAnimation{
		  0%   { opacity:1; }
		  50%  { opacity:0.5; }
		  100% { opacity:1; }
		}
		.animate-flicker {
		   -webkit-animation: flickerAnimation 2s infinite;
		   -moz-animation: flickerAnimation 2s infinite;
		   -o-animation: flickerAnimation 2s infinite;
		    animation: flickerAnimation 2s infinite;
		}

		.video_wrapper {
			flex: 1;

			max-width: 370px;
			min-width: 300px;
			margin: 10px;
			border-radius: 5px;
			padding: 5px;
			
			transition: all 0.2s;
			padding: 10px;
			border-radius: 10px;
			position: relative;
			background-color: rgba(0, 0, 0, 0.2);
		}

		.video_wrapper:hover {
			/*border: 1px solid #211F1F;*/
			cursor: pointer;
			background: #211F1F;
		}

		.video_image {
			position: relative;
		}

		.video_avatar {
			position: absolute;
			top: 10px;
			left: 10px;
			border-radius: 50% !important;
			width: 45px !important;
			height: 45px !important;
			border:  3px solid #ffffff !important;
		}

		.video_image img {
			width: 100%;
			max-width: 100%;
			border-radius: 5px;
		}



		.video_details_flex {
			margin-top: 10px;
			display: flex;
		}

		.video_mark_as_watched {
			display: inline-block;
			padding: 5px;
			font-size: 0.9em;
			border-radius: 3px;
			color: #FFB74D;
			transition: all 0.5s;
		}

		.video_mark_as_watched:hover {
			background: #565656;
			color: #ffffff;
		}

		.video_published {
			margin-left: auto;
			display: inline-block;
			padding: 5px;
			background: #010101;
			border-radius: 5px;
			font-size: 0.9em;
			
		}

		.video_published i {
			margin-right: 5px;
		}


			#watch_title_flex {
				display: flex;
				margin-top: 20px;
				margin-bottom: 20px;
				border-bottom: 1px solid #232323;
				padding: 10px;
				border-radius: 5px;
			}

			#watch_channel_thumb {
				padding: 10px 20px 10px 0;
			}

			#watch_channel_thumb img {
				width: 70px;
				height: 70px;
				border-radius: 50%;
			}

			.subscribe_inline {
				color: #565656 !important;
				text-decoration: none;
				transition: all 0.5s;
			}

			.subscribe_inline:hover {
				color: #C62828 !important;
				text-decoration: none;
			}

			.discuss_on_forums {
				background: #EF6C00 !important;
			}


		#videowatch_title {
			display: block;
			width: 100%;
			margin-bottom: 10px;
			margin-top: 20px;
		}

		#videowatch_published {
			display: block;
			color: #565656;
			font-size: 0.9em;
			margin-bottom: 20px;
		}


		#video_menu_bar {
			display: block;
			margin-top: 10px;
			margin-bottom: 10px;
		}


		#video_menu_bar a {
			display: inline-block;
			padding: 15px;
			text-decoration: none;
			color: #ffffff;
			margin-right: 5px;
			border: 1px solid #232323;
			border-radius: 3px;
			opacity: 0.8;
			transition: all 0.5s;
			background: #343434;

		}

		#video_menu_bar a:hover {
			background: #121212;
			opacity: 1;
			cursor: pointer;
		}

		#video_menu_bar i {
			margin-right: 5px;
		}

		.watched {
			background: #33691E !important;
			border: 1px solid #33691E;
		}

		.not_watched {
			border: 1px solid #33691E;
			/*background: #d50000 !important;*/
		}

		.video_watch_subscribelink {
			background: #BF360C !important;
		}

		.video_titleavatar_flex {
			margin-top: 10px;
			display: flex;
		}

		.video_avatar_withtitle {
			width: 40px;
			height: 40px;
			padding: 2px;
			border-radius: 50%;
			margin-right: 10px;
		}


		.video_title {
			font-size: 0.8em;
			text-overflow: ellipsis;
			overflow: hidden; 
			height: 45px;
			white-space: wrap;
			margin-top: 3px;
			line-height: 1.2em;

		}

		.watched_overlay {
			position: absolute;
			top: 20px;
			right: 20px;
			color: #ffffff;
			font-size: 2em;
			z-index: 10;
			background: green;
			padding: 10px;
			padding-left: 12px;
			padding-right: 12px;
			border-radius: 50%;
			border: 2px solid #ffffff;

		}

		.video_duration {
			position: absolute;
			right: 5px;
			bottom: 5px;
			background-color: rgba(0, 0, 0, 0.5);
			color: #ffffff;
			display: block;
			padding: 5px;
			font-size: 0.9em;
			border-radius: 5px;
		}

		.video_duration i {
			margin-right: 5px;
		}

		.video_channel_name {
			position: absolute;
			left: 5px;
			top: 5px;
			background-color: rgba(0, 0, 0, 0.5);
			color: #ffffff;
			display: block;
			padding: 5px;
			font-size: 0.9em;
			border-radius: 5px;
		}

		#videowatch_description {
			max-height: 400px;
			overflow-y: auto;
			padding: 0px;
			border-radius: 5px;
		}

		#videowatch_description a {
			color: #cccccc !important;
			text-decoration: none;
			transition: all 0.5s;
		}

		#videowatch_description a:hover {
			color: #ffd300 !important;
		}

		.watch_link {
			color: #ffd300;
		}

		#account {
			width: 100%;
		}

		#message_banner {
			background: #AED581;
			color: #121212;
			padding: 10px;
			width: 100%;
			margin-bottom: 20px;
		}



	.user_info {
		
		background: #141414;
		border: 1px solid #454545;
		margin-bottom: 50px;
		border-radius: 5px;
	}

	.user_profile_avatar {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		margin-left: 10px;
	}

	.large_button {
		display: block;
		padding: 20px;
		text-align: center;
		border: 1px solid #232323;
		color: #ffffff !important;
		text-decoration: none;
		background: #191919;
		transition: all 0.5s;
	}

	.large_button:hover {
		background: #454545;
	}

	.modal_button {
		flex: 1;
		margin: 10px;
	}

	.user_header {
		background: #006064;
		text-align: center;
		font-weight: bold;
		width: 100%;
		padding:10px;
	}

	.redbutton {
		background: #b71c1c !important;
	}

	.redbutton:hover {
		background: #d50000 !important;
	}

	.info_box {
		width: 100%;
		background: #A5D6A7;
		padding: 10px;
		text-align: center;
		color: #121212;
	}

	.info_box a {
		color: #000000 !important;
		font-weight: bold;

	}

	input {
		padding: 10px;
		background: #111111;
		border: 1px solid #111111;
		border-radius: 5px;
		color: #cccccc;
		font-size: 1.2em;
	}

	.disabled_input {
		color: #565656;
	}

	.submit_button {
		background: #ffd300;
		color: #000000;
	}

	.submit_button:hover {
		cursor: pointer;
		opacity: 0.8;
	}



	.modal {
		width:100% !important;
		background:#121212 !important;
		max-width:600px !important;
	}

	.modal_header {
		color:#ffd300;
		font-size:1.3em;
		font-weight:bold;
	}

	.modal_header img {
		width: 40px;
		vertical-align: middle;
	}


	.flex {
		display:flex;
		flex-wrap:wrap;
	}

	.flex_inner {
		flex:1;
		padding:0px;
		font-size:0.9em;
		justify-content: center;
		align-items: center;
	}


	.right_line {
		border-right:1px solid #333333;
		padding-right: 20px;
	}

	.signin_button {
		display: block;
		margin-bottom: 10px;
		border-radius: 5px;
		text-decoration: none;
		display: flex;
	}

	.signin_button i {
		font-size: 1.2em;
		
		width: 50px;
		
	}

	.signin_button span {
		padding: 15px;
		flex: 1;
	}

	.google_logo {
		width: 40px;
		height: 40px;
		padding-top: 8px;
		padding-left: 8px;
		


	}

	.google {
		background: #ffffff;
		color: #333333;
		border: 1px solid #222222;
		font-family: 'Roboto', sans-serif;
	}

	.youtube {
		background: #FF0000;
		color: #ffffff;
		border: 1px solid #222222;
		font-family: 'Roboto', sans-serif;		
	}

	.dlive {
		background: #232323;
		color: #ffffff;
		border: 1px solid #454545;
		font-family: 'Roboto', sans-serif;		
	}


	.center_align {
		text-align:center;
	}

	.login_options {
		padding: 10px;
	}

	.login_options a {
		opacity: 1;
		transition: all 0.5s;
		
	}

	.login_options a:hover {
		opacity:0.8;
	}

	.yellow {
		color: #ffd300;
	}

	.amber {
		background: #E65100 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		color: #ffffff !important;
		text-align: center;
	}

	.amber:hover {
		opacity: 0.8;
	}

	.newvideocount {
		margin-left: 4px;
	}


@keyframes float {
	0% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px) rotate(-25deg);
		opacity: 0.8;
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
		transform: translatey(-10px) rotate(0deg);
		opacity: 1;
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px) rotate(-25deg);
		opacity: 0.8;
	}
}






	#breadcrumb {
		background: #121212;
		color: #cccccc;
		padding: 10px;
		margin-bottom: 20px;
	}

	#breadcrumb a {
		color: #cccccc;
		display: inline-block;
		padding: 5px;
		text-decoration: none;
	}

	#breadcrumb a:hover {
		text-decoration: underline;
	}





	.icon-background {
		color: #343434;
		transition: all 1s;
	}

	.icon-background:hover {
		color: red !important;
		background: red !important;
	}

	.icon-image {
		color: #ffffff !important;
	}

	.tab_socials a {
		text-decoration: none !important;
		width: 35px;
		height: 35px;
		opacity: 0.7;
		transition: all 0.5s;
	}

	.tab_socials a:hover {
		opacity: 1;
	}

	.twitter_icon {
		color: #1DA1F2 !important;
	}

	.facebook_icon {
		color:  #4267B2 !important;
	}

	.instagram_icon {
		color: #833AB4 !important;
	}

	.youtube_icon {
		color: #c4302b !important;
	}

	.discord_icon {
		color: #7289da !important;
	}

	#socialss {
    position: fixed;
    bottom: 0;
    height: 55px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    z-index: 9999999;
    width: 100%;
    text-align: center;

}
#socials {
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 1.1em;
}
.post-content > #socials {
    width: 100%;
}
#socials a {
    flex: 1;
    padding: 5px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    color: #fff;
    margin: 5px !important;
    text-align: center;
    display: inline-block;

    padding: 30px;
}
#socials a:hover {
    opacity: 0.7;
}
#socials i {
    font-size: 1.3em;
    padding-top: 6px;
}
.twitter {
    background: #00acee;
}
.facebook {
    background: #3b5998;
}
.reddit {
    background: #ff5700;
}
.whatsapp {
    background: #34b7f1;
}



	#tab_options {
		margin-top: 60px;
		border-bottom: 1px solid #343434;

	}

	#tab_options a {
		display: inline-block;
		margin-right: 5px;
		padding: 10px;
		border: 1px solid #343434;
	}

	#tab_options a:hover {
		cursor: pointer;
		background: #343434;
		color: #ffffff;
	}

	.tab_option_active {
		background: #343434;
		color: #ffffff;
	}

	.tab {
		padding-top: 20px;
		min-height: 500px;;
	}

	#tab_contents > div {
		display: none;
	}

	.tab_active {
		display: block !important;
	}

	.privacy-policy {
		color: #ffffff;
	}

	#footer {
		
		margin-top: 50px;
		padding: 20px;
		width: 100%;
		
		text-align: right;
		color: #454545;
	}

	#footer a {
		color: #454545;
		text-decoration: none;
		font-size: 0.9em;
		transition: all 1s;
	}

	#footer a:hover {
		color: #ffd300;
	}

	.dot_break {
		margin: 0 10px 0 10px;

	}


	.user_account {
		background: #232323;
		padding: 20px;
		border-radius: 10px;
		max-width: 900px;
		margin-bottom: 20px;
		transition: all 0.5s;
	}

	.user_account:hover {
		background: #272727;
	}

	.user_account_header_flex {
		display: flex;
	}

	.user_account_chevron {
		flex: 1;
		text-align: right;
		font-size: 1.5em;
		padding-top: 10px;

	}

	.user_account h2 {
		color: #ffd300;
		margin: 15px;
	}

	.user_account h2 i {
		margin-right: 10px;
	}

	.user_account_flex {
		padding: 10px;
		margin: 10px 0 10px 0;

	}

	.user_account_chevron i {
		
		transition: all 0.3s linear;
	}

	.field_header {
		margin: 5px;
		font-size: 1em;
		margin-bottom: 10px;
	}

	.user_account_header_flex:hover {
		cursor: pointer;
	}

	.rotatechevron {
			-ms-transform: rotate(180deg); /* IE 9 */
			-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
			transform: rotate(180deg);			
	}

	.user_account_buttons {
		display: flex;
	}

	.user_button {
		margin: 10px;
		flex: 1;
	}

	.user_account p {
		margin: 40px 0 10px 0;
		text-align: center;
	}


	.tweet_wrapper {
		max-width: 370px;
		background: #232323;
		padding: 10px;
		border-radius: 5px;
		margin: 10px;
		font-size: 0.9em;
		transition: all 0.5s;
	}

	.tweet_wrapper:hover {
		background: #323232;
	}

	.tweet_author_flex {
		display: flex;
		border-bottom: 1px solid #343434;
	}

	.tweet_avatar {
		max-width: 60px;
	}

	.tweet_author {
		margin-left: 20px;
		flex: 1;
	}

	.tweet_author a {
		text-decoration: none;
		color: #ffffff !important;
		display: block;
		padding-top: 10px;
	}

	.tweet_avatar img {
		border-radius: 50%;
	}

	.tweet_text {
		padding-top: 10px;
		line-height: 1.7em;
	}

	.tweet_media {
		transition: all 0.3s;
	}

	.tweet_media img {
		margin-top: 10px;
		max-width: 100%;
		border-radius: 10px;
	}

	.tweet_media:hover {
		opacity: 0.6;
	}

	.tweet_footer {
		display: flex;
		border-top: 1px solid #343434;
		margin-top: 20px;
		padding-top: 10px;
	}

	.tweet_icon, .tweet_icon a {
		color: #1DA1F2 !important;
		text-decoration: none;
	}

	.tweet_icon a:hover {
		text-decoration: underline;
	}



	.tweet_date {
		flex: 1;
		text-align: right;
	}



#tweet_menu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #343434;
}

#tweet_menu a {
	text-decoration: none;
	padding: 10px;
	background: #343434;
	color: #ffffff;
	margin-right: 10px;
}


#tweet_menu a:hover, .activetweetheader {
	cursor: pointer;
	background: #565656 !important;
}


/* NEW NEWS CSS */

	#blog_wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
		width: 100%;
		max-width: 1200px;
		margin:0px auto;
		
	}

	.blog_innerwrapper_padding {
		
		flex: 1;
		min-width: 330px;
	}

	.blog_gallery_details {
		
		margin-top: 10px;
	} 


	.blog_image {
		min-height: 200px;
		background-size: cover;
		background-position: center;
		border-radius: 5px;
		transition: all 0.5s;
	}

	.blog_image:hover {
		cursor: pointer;
		opacity: 0.7;
	}



	.blog_tag {
		text-transform: uppercase;
		color: #FF7043;
		font-size: 0.8em;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.blog_title {
		font-size: 1.6em;
		margin-bottom: 10px;
		line-height: 1.4em;
		min-height: 70px;
		overflow-y: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.blog_title a {
		color: #efefef !important;
		text-decoration: none;

	}

	.blog_excerpt {
		font-size: 0.9em;
		line-height: 1.5em;
		color: #9E9E9E;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.blog_post_details {
		display: flex;
		margin-top: 20px;
		font-size: 0.8em;
		color: #616161;
		margin-bottom: 30px;

	}

	.blog_date {
		text-align: left;
	}

	.blog_readingtime {
		flex: 1;
		text-align: right;
	}



	.blog_full_width {
	    display: grid;
	    grid-gap: 4vmin;
	    grid-template-columns: 1fr 1fr 1fr;
	}

	.blog_full_width_image {

	    grid-column: 1/span 2;
	    min-height: 380px;
	    max-height: 400px;
	    overflow-y: hidden;
		border-radius: 5px;
	}

	.blog_full_blog_image {
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 100%;
	}


	.blog_full_width_gallery_details {
		grid-column: 3/span 3;
	}

	.blog_full_width_excerpt {
		font-size: 0.9em;
		line-height: 1.5em;
		color: #9E9E9E;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}


	#blog_post_header {
		text-align: center;
		margin-top: 20px;		
		border-radius: 5px;
		font-size: 1.6em;
		font-weight: bold;
		margin-bottom: 30px;
		color: rgb(255, 255, 255, 1);

	}

	#blog_post_flex {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		gap: 20px;

	}

	#blog_full_post {
		flex: 1;
		border-radius: 5px;
		font-size: 1.3em;
		color: rgb(255, 255, 255, 0.6);
		line-height: 2em;
		font-family: 'Roboto Slab', serif;
		min-width: 600px;
	}

	#blog_full_post h3 {
		color: rgb(255, 255, 255, 1);
		margin-top: 20px;
	}


	#blog_image img {
		width: 100%;
		height: auto;
		border-radius: 5px;
	}

	#blog_content {
		background: rgba(255, 255, 255, 0.05);
		padding: 10px;
		border-radius: 10px;
		word-wrap: break-word;
	}

	#blog_content img {

		width: 100%;
		height: auto;
		border-radius: 5px;
	}

	#blog_content video, #blog_content iframe {
		max-height: 450px;

		margin: 0 auto !important;
	}

	.kg-card {
		width: 100%;
		margin: 0;
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 20px;
		margin-top: 20px;
		border-radius: 5px;
		text-align: center;
		overflow: hidden;
	}

	.kg-card img {
		border: 0px solid #cccccc;
		max-width: 100% !important;
	}


	.kg-embed-card {
		margin-bottom: 20px !important;
		margin-bottom: 20px !important;
	}

	#reddit-embed {
		width: 100%;
		min-height: 570px;
		border-radius: 10px;
	}

	#blog_full_post blockquote {
		border-left: 5px solid #E65100;
		margin-left: 20px;
		padding-left: 20px;
		font-size: 1em;
	}

	figcaption {
		text-align: center;
		font-size: 0.8em;
		margin-bottom: 20px;
		background: #000000;
		border-radius: 10px;
	}

	#blog_post_details {
		display: flex;
		flex-wrap: wrap;
		
	}

	.blog_post_tag {
		background: #cccccc;
		padding: 5px;
		font-size: 0.7em;
		border-radius: 5px;
		color: #000;
	}

	.blog_post_share {
		flex: 1;
		text-align: right;
	}

	.blog_post_share i {
		margin-left: 5px;
	}

	.blog_post_share i:hover {
		cursor: pointer;
		opacity: 0.8;
	}

	.blog_sidearticles_header {
		text-align: center;
		padding: 10px;
		background: #E65100;
		margin-bottom: 10px;
	}

	#blog_sidearticles {
		width: 350px;

	}

	#blog_sidearticles_sticky {
		position: sticky;
    	top: 76px;
	}

	.blog_sidearticle_wrapper {
		display: flex;
		gap: 10px;
		margin-bottom: 20px;
		background: #141414;
		border-radius: 5px;
		transition: all 0.5s;
		opacity: 0.7;
	}

	.blog_sidearticle_wrapper:hover {
		background: #181818;
		opacity: 1;
	}

	.blog_sidearticle_image {
		max-width: 160px;
	}

	.blog_sidearticle_image img {
		width: 100%;
		height: auto;
		border-radius: 5px;
	}

	.blog_sidearticle_text {
		font-size: 0.8em;
		padding: 5px;
	}

	.blog_sidearticle_title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		color: rgba(255, 255, 255, 0.5);
	}

	.blog_sidearticle_tag {
		text-transform: uppercase;
		color: #FF7043;
		font-size: 0.8em;
		display: inline-block;
		margin-top: 10px;
		background: #000000;
	}


	#footer_links {
		
		background: #121212;
		position: fixed;
		bottom: 0;
		text-align: center;
		width: 100%;
		height: 80px;
		display: none;
		padding-top: 10px;
	}

	#footer_links a {
		flex: 1;
		text-decoration: none;
		color: #fff;
	}

	#footer_links i {
		display: block;
		font-size: 1.7em;
		margin-bottom: 10px;
	}