*,body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px !important;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  background: #000000;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 4.0em;
    margin: 10px 0 20px 10px;
    color: #102C57;
}

p {
	font-size: 3.5em;
	margin: 80px 10px 80px 10px
}

.error-text {
	color: #FF4400;
	padding: 10pt;
	font-size: 24pt;
	margin-top: 24pt;
	line-height: 30pt;
}

div.launchlogo {
	text-align: center;
	margin-top: 10%;
}

div.launchlogo img {
	width: 25%;
}

div.loader {
	margin-top: 0%;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.clear {
	clear: both;
}

.mdl-spinner {
	width: 84px !important;
	height: 84px !important;
}

.mdl-spinner__circle {
	border-width: 10px !important;
}

#ui-toast {
	background-color: #000000;
}

#ui-toast .mdl-snackbar__text {
	color: #FFFFFF;
}

/* Pre-Login Styles */

.logo img {
	width: 300px;
}

.header {
	width: 100%;
}

.header .login-bx h1 {
	font-size: 40pt;
}

.header .login-bx h2 {
	color: #FFFFFF;
}

.header .login-bx p {
	font-size: 20pt;
}

.header .qrcode-bx p {
	font-size: 20pt;
}

.header .login-bx {
	width: 45%;
	float: left;
	padding: 20pt;
}

.header .qrcode-bx {
	width: 45%;
	float: left;
	padding: 20pt;
	text-align: center;
}

.qrcode-bx picture img {
	width: 95%;
}

.header .login-bx .credentials-bx label {
	display: block;
	margin: 5pt 0 5pt 0;
	font-size: 30pt;
	color: #999999;
}

.header .login-bx .credentials-bx input {
	display: block;
	margin: 5pt 0 5pt 0;
	width: 95%;
	padding: 20pt;
	font-size: 26pt;
	color: #000000;
	border-radius: 5pt;
	border: 4px solid #444444;
}

.header .login-bx .credentials-bx input:focus {
	border: 4px solid #ff4400;
}

.header .login-bx .credentials-bx input.submit-btn {
	width: 300px !important;
	padding: 20pt;
	background: #102C57;
	color: #FFFFFF;
	font-size: 26pt;
}

.header .login-bx .credentials-bx input.submit-btn:visited {
	border: 4px solid #ff4400;
	font-weight: 400;
}

.loading-bar {
	position: relative;
	width: 800%;
	height: 4%;
	background-color: #333;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.loading-bar-fill {
	position: absolute;
	height: 4%;
	width: 0%;
	background-color: yellow;
	transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
}

.space {
	width: 100%;
	margin: 10pt 0;
}

/* Homepage styles */

.fixed {
	position: fixed !important;
}

.fullscreen {
	display: flex;
	position: fixed;
	z-index: 1024;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 0px !important;
	width: 100vw !important;
	height: 100vh  !important;
	object-position: 0%;
}

.header {
	background: #000000 !important;
	display: flex;
}

h2.category-title {
	background: #000000 !important;
	color: #FFFFFF;
	font-weight: bold !important;
	margin: 15pt 0 15pt 0;
}

#livecontent {
	margin-top: 25%;
	transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
}

.header .content-wrapper {
	background: #000000 !important;
	width: 100%;
	float: left;
}

.header .content-wrapper .banner {
	position: fixed;
	background-color: #000000;
	width: 100%;
}

.header .content-wrapper .banner .ads {
	background: #000000 !important;
	width: 69%;
	height: 325px;
	border-radius: 5pt;
	float: left;
	overflow: hidden;
}

.header .content-wrapper .banner .ads .fade img {
	width: 100%;
	vertical-align: middle;
	display: flex;
	justify-content: left;
}

.header .content-wrapper .banner .preview {
	background: #000000 !important;
	width: 30%;
	height: 30%;
	float: right;
	border: 2px solid #EFEFEF;
	border-top-left-radius: 5pt;
	border-bottom-left-radius: 5pt;
	display: flex;
    justify-content: center;
    align-items: center;
}

.logospace {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}

.logospace img {
	width: 80%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.channels .channel_logo {
	background: #000000 !important;
	width: 200pt;
	height: 120pt;
	float: left;
	border: 10px solid #EFEFEF;
	margin: 0 10pt 10pt 0;
	border-radius: 10pt;
}

.category h2 {
	padding-left: 10pt;
}

.channel-list {
	width: 97.3%;
	padding: 20pt;
	display: flex;
	overflow: hidden;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.channel-item img {
	width: 180pt;
    height: 100pt;
    float: left;
	border: 10pt solid #000000;
    margin: 0 10pt 10pt 0;
    border-radius: 10pt;
    object-fit: scale-down;
}

/*.highlight {
	transform: scale(1.2);
	transform-origin: center center;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	position: relative;
	z-index: 1;
}*/

.highlight {
	-webkit-transition: margin-left 0.3s ease;
	-moz-transition: margin-left 0.3s ease;
	transition: margin-left 0.3s ease;
}

.highlight img {
	border: 10pt solid #FFBF00 !important;
	transition: transform 0.25s ease;
}

.menu {
	position: fixed;
	width: 20%;
	height: 100%;
	background-color: #000000;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	z-index: 999;
}

.menu p img {
	width: 90% !important;
	text-align: center;
}

.menu.hidden {
	transform: translateX(-250px);
}

.menu-item {
	padding: 30px 20px;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
}

.menu-item:hover, .menu-item.active {
	background-color: #FFFFFF;
}

.menu-item.active span {
	color: #000000 !important;
}

.menu-item a, .menu-item.active a, .menu-item:hover a {
	text-decoration: none !important;
}

.menu-item.active span i {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

.menu-item:hover span {
	color: #000000 !important;
}

.menu-item:hover span i {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

.menu-item span {
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 20pt;
}

/* My Account */

.account {
	height: 100vh;
	padding: 0 0 0 20pt;
}

.account h1 {
	color: #FFEB00 !important;
}

.account h2, .account h3, .account h4 {
	color: #FFFFFF;
}

.account .action-btn {
	display: flex;
	transition: transform 0.3s ease-out;
}

.account .action-btn button {
	padding: 10pt 20pt;
	font-size: 18pt;
	border: 5px solid #F9F6E6;
	border-radius: 5px;
	margin: 10pt;
}

.account .action-btn button:hover, .account .action-btn button:focus {
	border: 5px solid #FFEB00;
	transition: transform 0.3s ease-out;
}

.account .action-btn button.normalbutton {
	background-color: #EFEFEF;
	color: #000000;
}

.account .action-btn button.splbutton {
	background-color: #FFEB00;
	color: #FFFFFF;
}

/* Movies Styles starts here */
#medialist {
	width: 100%;
	display: inline-table;
	overflow: hidden;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.moviethumb {
	width: 14%;
	padding: 1%;
	float: left;
}

.moviethumb img {
	width: 100%;
	border: 10px solid #000;
}

.focusable:focus {
	outline: 10px solid #FFEB00;
	background-color: rgba(0, 0, 0, 0.4);
}

.moviethumb img:hover {
	border: 10px solid #FFEB00;
	transition: transform 0.3s ease-out;
}

.moviethumb img:focus {
	border: 10px solid #FFEB00;
	transition: transform 0.3s ease-out;
}