html, body
	{
/*	background-color: #FEF8E4;*/
	background-color: #000B10;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	}
#container
	{
	background-color: #FFFFFF;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px;
	}
#content
	{
	margin: 0 auto;
	max-width: 900px;
	text-align: left;
	}


/* Text Stuff */
@font-face
	{
	font-family: impact-font;
	src: url(htp://www.fvtvn.com/fonts/impact.ttf);
	}

body
	{
	padding: 0;
	}
	
h.txt_standard
	{
	font: 14px arial, sans-serif;
	color: #000B10;
	}
	
h.txt_standard_hl
	{
	font: 4vw arial, sans-serif;
	color: #7FD4FF;
	}
	
h.txt_large
	{
	font: 6vw impact, sans-serif;
	color: #CEE3ECF;
	}
	
h.txt_small
	{
	font: 2vw arial, sans-serif;
	color: #6AA2BC;
	}
h.txt_tiny
	{
	font: 1.5vw arial, sans-serif;
	color: #000B10;
	}
	
h.title_standard
	{
	font: 48px impact, HelveticaNeue-CondensedBlack, Roboto Condensed, sans-serif;
    font-weight: 900;
	color: #6AA2BC;
	}
h.title_small
	{
	font: 32px impact, HelveticaNeue-CondensedBlack, Roboto Condensed, sans-serif;
	font-weight: 900;
	color: #6AA2BC;
	}
h.title_1
	{
	font: 4vw impact, HelveticaNeue-CondensedBlack, Roboto Condensed, sans-serif;
	font-weight: 900;
	color: #6AA2BC;
	}
	
h.title_2
	{
	font: 6vw impact, HelveticaNeue-CondensedBlack, Roboto Condensed, sans-serif;
	font-weight: 900;
	color: #7FD4FF;
	}
	
h.txt_genres
	{
	font: 1.3vw impact, HelveticaNeue-CondensedBlack, Roboto Condensed, sans-serif;
	font-weight: 900;
	color: #CEE3EC;
	word-spacing: 0.5vw;
	}
h.txt_genres_mobile
	{
	display: none;
	font: 3.5vw impact, HelveticaNeue-CondensedBlack, Roboto Condensed, sans-serif;
	font-weight: 700;
	color: #CEE3EC;
	word-spacing: 0.5vw;
	}
a.txt_genres_links:hover
	{
	color: #000B10;
	background: #FFFFFF;
	}
	
a:link 
	{
	color: #00A9FF;
	text-decoration: none;
	}
	
a:visited
	{
	color: #00A9FF;
	text-decoration: none;
	}
	
#tab_1
	{
	background-color: #003854;

	}
	
#tab_2
	{
	background-color: #082A3D;
	}
.hline
	{
	display: block;
	background: #0071A9;
	width: 100%;
	height: 2px;
	margin: 0px;
	}
	



/* Top Menu Stuff */
#menu
	{
	position: fixed;
	margin-top: 0;
	top: 0;
	padding: 0;
	border: 0;
	margin: 0 auto;
	vertical-align: middle;
	background-color: #000000;
	color: #406A7F;
	width: 100%;
	height: 40px;
	z-index: 10000;
	box-shadow: 0px -13px 10px 15px #000000;
	}
#menu.stick
	{
	background-color: #406A7F;
	color: #000000;
	height: 50px;
	font: 20px;
	}
.menu-box
	{
	width: 95%;
	vertical-align: middle;
	text-align: right;
	top: 0;
	padding: 5px;
	border: 0px;
	margin: 0px auto;
	}
#menu-logo
	{
	display: none;
	}
#menu-logo.stick
	{
	top: -5px;
	position: relative;
	display: inline;
	float: left;
	width: 115px;
	padding: 0px;
	margin: 0 auto;
	}
.menu-content
	{
	position: relative;
	top: 3px;
	vertical-align: middle;
	font: 16px "Arial Bold", sans-serif;
	letter-spacing: 1px;
	word-spacing: 7px;
	}
a.menu-link:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}
a.menu-link:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}
a.menu-link:hover
	{
	color: #81D5FE;
	text-decoration: underline;
	}
.menu-content.stick
	{
	letter-spacing: 0px;
	font: 25px "Arial Bold", sans-serif;
	}
#social-icon
	{
	position: relative;
	top: 3px;
	height: 40%;
	}
#mobile-menu
	{
	position: absolute;
	right: 10px;
	float: right;
	display: none;
	height: 55%;
	}

/* Drop Menu */
.dropmenu
	{
	float: right;
	}
.dropmenu .dropmenu-text
	{
	visibility: hidden;
	width: 125px;
	color: #0071A8;
	font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: right;
	text-indent: 0px;
	padding-left: 8px;
	padding: 5px 15px;
	border-style: solid;
	border-width: 2px;
	border-color: #0071A8;
	border-radius:5px 3px 5px 50px;
	background-color: #9DC6DB;
	box-shadow: 6px 6px 10px #000B10;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	}
.dropmenu:hover .dropmenu-text
	{
	visibility: visible;
	}
a.mobilemenu-link:link
	{
	color: #0071A8;
	text-decoration: none;
	}
a.mobilemenu-link:visited
	{
	color: #0071A8;
	text-decoration: none;
	}
a.mobilemenu-link:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
	}



/* Logo Banner */
.banner
	{
	position: relative;
	top: 40px;
	padding: 0;
	border: 0;
	margin: 0 auto;
	margin-bottom: 50px;
	background-color: #000000;
	background-image: url("../images/AC_MEET-THE-MUMMY-1200x675.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	}
.banner_home
	{
	position: relative;
	/* top: 0px; */
	padding: 0;
	border: 0;
	margin: 0 auto;
	margin-bottom: 50px;
	background-color: #000000;
	background-image: url("../images/AC_MEET-THE-MUMMY-1200x675.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	}
.banner-box
	{
	width: 95%;
	vertical-align: middle;
	text-align: left;
	top: 0;
	border: 0px;
	margin: 0px auto;
	}
.banner-logo
	{
	padding: 0px;
	width: 45%;
	max-width: 300px;
	}
/* test homepage stuff */
.banner_home_block
	{
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	object-fit: cover;
	width: 100%;
	height: 50%;
	}
.banner_home_vid
	{
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
	}
.banner_home_fade
	{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
.banner-logo_home
	{
	position: absolute;
	left: 35px;
	bottom: 35px;
	padding: 0px;
	width: 45%;
	max-width: 200px;
	z-index: 2;
	}



/* Footer */
#footer
	{
	position: relative;
	margin-top: 00px;
	margin-bottom: 0;
	top: 30px;
	padding: 0px;
	border: 0;
	margin: 0 auto;
	vertical-align: middle;
	background-color: #000000;
	width: 100%;
	height: 75px;
	}
.footer-box
	{
	width: 95%;
	text-align: left;
	top: 0;
	padding: 10px;
	border: 0px;
	margin: 0px auto;
	vertical-align: middle;
	color: #888888;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
.test
	{
	position: relative;
	height: 50px;
	}



/* Content */
#schedual_bar
    {
    width: 95%;
    height: 105px;
    border: none;
    }
#icon
	{
	position: relative; 
	border: 5px solid #003854;
	border-radius: 5px;
	width: 200px;
	max-width: 25%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	}
#video_feature
    {
    width: 100%;
    height: 35vw;
    min-height: 300px;
    padding: 0;
    margin-top: 10px;
    border: none;
    }
.stream_button
    {
    width: 94%;
    margin: 3%;
    border-radius: 20px;
    }
.stream_logo
    {
    width: 94%;
    height: 50%;
    margin: -30%;
    padding: 20%;
    }
.stream_button:hover
    {
    filter: brightness(125%);
    }
    
	
/* On-Demand */
#login-buttons
	{
	float: right;
	margin-right: 1vw;
	}
#back-button
	{
	float: left;
	margin-left: 1vw;
	}
.slider
	{
	position: absolute;
	width: 95%;
	height: 150px;
	padding: 10;
	margin: auto;
	border: none;
	valign: center;
	overflow: hidden;
	}
#left-button
	{
	opacity: 0.4;
	top: 16px;
	margin-right: -80px;
	float: left;
	position: relative;
	z-index: 9998;
	}
#right-button
	{
	opacity: 0.4;
	top: 16px;
	margin-left: -80px;
	right: 11px;
	float: right;
	position: relative;
	z-index: 9998;
	}
#left-button:hover
	{
	opacity: 1;
	}
#right-button:hover
	{
	opacity: 1;
	}
h.menu-text
	{
	font: 2vw arial, sans-serif;
	}
h.login-font
	{
	font: 3vw sans-serif;
	color: #C0C0C0;
	}
#reg_button
	{
	background-color: #406A7F;
	border-radius:5px;
	}
#reg_button:hover
	{
	background-color: #FFFFFF;
	box-shadow: 6px 6px 5px #000000;
	}
a.button-text
	{
	color: #FFFFFF;
	text-decoration: none;
	font: 2vw arial, sans-serif;
	}
a.button-text:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	font: 2vw arial, sans-serif;
	}
a.button-text:hover
	{
	color: #000B10;
	text-decoration: none;
	font: 2vw arial, sans-serif;
	}
	

/* Tool Tip */	
.tooltip
	{
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	float:left;

	}
.tooltip .tooltiptext
	{
	visibility: hidden;
	background-color: white;
	color: #000000;
	text-align: left;
	border-radius: 6px;
	padding: 10px 15px;
	box-shadow: 3px 3px 10px #000000;
	/* Position the tooltip */
	z-index: 9999;
	}
.tooltiptext
	{
	position: fixed;
	bottom: 0px;
	right: 10px;
	width: 80%;
	max-width: 500px;
	margin-bottom: 10px;
	}
.tooltip:hover .tooltiptext
	{
	visibility: visible;
	}
	
.toolnotice
	{
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	float:left;

	}
.toolnotice .toolnoticetext
	{
	background-color: #0073A9;
	color: #FFFFFF;
	text-align: left;
	border-radius: 6px;
	padding: 10px 15px;
	box-shadow: 3px 3px 10px #000000;
	/* Position the tooltip */
	z-index: 9999;
	}
.toolnoticetext
	{
	position: fixed;
	bottom: 0px;
	left: 10px;
	width: 80%;
	max-width: 450px;
	margin-bottom: 10px;
	}


/* Sliders */
#entries
	{
	position: absolute;
	width: 100%;
	padding: 0;
	text-align: left; 
	margin: auto;
	border: none;
	}
.slider
	{
	position: absolute;
	top: -10px;
	width: 97%;
	height: 150px;
	padding: 10;
	margin: auto;
	border: none;
	valign: center;
	overflow: hidden;
	}
.slider_series
	{
	position: absolute;
	top: -10px;
	width: 97%;
	height: 215px;
	padding: 10;
	margin: auto;
	border: none;
	valign: center;
	overflow: hidden;
	}
#left-button
	{
	opacity: 0.4;
	top: 3px;
	margin-right: -80px;
	float: left;
	position: relative;
	z-index: 9998;
	}
#right-button
	{
	opacity: 0.4;
	top: 3px;
	margin-left: -80px;
	right: 11px;
	float: right;
	position: relative;
	z-index: 9998;
	}
#left-button:hover
	{
	opacity: 1;
	}
#right-button:hover
	{
	opacity: 1;
	}


/* Small Screen Stuff*/
@media only screen and (max-width: 1000px)
	{
	/* Text Stuff */

	h.txt_genres
	    {
	    display: none;
	    }
    h.txt_genres_mobile
	    {
	    display: inline;
	    }

	/* Menu & Banner */
	.menu-box
		{
		width: 95%;
		}
	.menu-box
		{
		width: 95%;
		}
	.banner-box
		{
		width: 95%;
		}
	.menu-content
		{
		display: none;
		}
	#mobile-menu
		{
		float: left;
		display: inline;
		}

	/* Content */
	.promo
		{
		width: 90%;
		}
	.content-fullpage
		{
		width: 90%;
		}
	.content-img
		{
		width: 87%;
		}
	}