/* CSS Document COLORS */
body {
    background: #F8F8F8;
    font-family: "futura", sans-serif;
    font-size: 12pt;
    color: #000000;
    width: 100%;
    margin: 0;
    padding: 0;
}

a   {
    color: #000000;
    text-decoration: none;
}

a:link	{
    color: #000000; 
    text-decoration: none;
    }

a:visited {
    color: #000000; 
    text-decoration: none;
}

a:active {
    color: #000000; 
    text-decoration: none;
}

a:hover	{
    color: #000000; 
    text-decoration: none;
}

h1	{
    font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-weight: 800;}

h2  {
    font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-weight: 800;}

h3	{
    font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-weight: 800;
}

h4  {
    font-weight: normal;
}

.all_caps {
    text-transform: uppercase;
}

p a { color: #000000; text-decoration: underline; }
p a:link { color: #000000; text-decoration: underline; }
p a:visited { color: #000000; text-decoration: underline; }
p a:active { color: #000000; text-decoration: none; }
p a:hover	{ color: #000000; text-decoration: none; }

ul  {
    list-style: none;
    list-style-image: none;
}

li a { color: #000000; text-decoration: underline; }
li a:link { color: #000000; text-decoration: underline; }
li a:visited { color: #000000; text-decoration: underline; }
li a:active { color: #000000; text-decoration: none; }
li a:hover	{ color: #000000; text-decoration: none; }

.inline-text {
	display: inline;
}

input {
	color: #b8b8b8;
}

.button {
    font-family: "Arial Narrow", sans-serif;
    background: #ffffff;
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none;
}

.dark_button {
    font-family: "Arial Narrow", sans-serif;
    background: #000000;  
    color: #ffffff;
	font-weight: normal;
    text-transform: uppercase;
}

.dark_button a { color: #ffffff; text-decoration: none; }
.dark_button a:link { color: #ffffff; text-decoration: none; }
.dark_button a:visited { color: #ffffff; text-decoration: none; }
.dark_button a:active { color: #ffffff; text-decoration: underline; }
.dark_button a:hover	{ color: #ffffff; text-decoration: underline; }

.clear  {
    clear:both;
}

.clear_right    {
    clear: right;
}

.clear_left {
    clear: left:
}

.right_align    {
    text-align: right;
}

.center_align {
	text-align: center;
}

.yellow  {
    color: #fbce29;
}

.red {
	color: #ef4135;
}

.blue {
	color: #009DDC;
}

.label {
	font-family: "Arial Narrow", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.playlist	{
	list-style: none;
	border: 1px solid #888888;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
}

.playlist:hover	{
	list-style: none;
	border: 1px solid #888888;
	background: #e9e9e9;
	cursor: hand;
	cursor: pointer;
}

.address {
    font-weight: bold;
	text-transform: uppercase;
}

.inline {
	display: inline-block;
}

.main {
    clear: both;
}

.splash_card {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: grey;
}

.credit {
	color: #868686;
	font-style: italic;
}

[class*="col-"] {
    border: 0 solid red;
}

.footer {
    color: #868686;
}

.header_alert {
    font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-weight: 800;
    text-align: center;
    font-style: normal;
}

.icon_tray {
    color: #666666;
}

.social_icon {
    opacity: .4;
}

.social_icon:hover {
    opacity: 1;
}

nav {
    text-align: center;
    font-family: "Arial Narrow", sans-serif;
	text-transform: uppercase;
}

nav	a {color: #000; text-decoration: none;}
nav	a:link {color: #000; text-decoration: none;}
nav	a:visited {color: #000; text-decoration: none;}
nav	a:active {color: #000; text-decoration: none;}
nav	a:hover	{color: #000; text-decoration: none;}

nav ul {
	text-align: center;
	position: relative;
	z-index: 100;
	display: inline-block;
}

#episode h2 {
    color: #ffffff;
}

.row li {
    list-style-image: none;
    list-style: none;
    font-weight: bold;
}

.content_card {
	background: #ffffff;
	vertical-align: top;
}

#fvpp-blackout {
  background: #000;
  opacity: 0.5;
}

/* JPlayer */

.jp-title {
	color: white;
	font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
}

.jp-controls button {
	background-color: #F8F8F8;
}
    
.jp-progress {
	background-color: #D8D8D8;
}

.jp-play-bar {
	background-color: #10ABF2;
}

.jp-seek-bar {
	background-color: #D8D8D8;
}

.jp-playlist, #channels {
	background: black;
}

.jp-playlist li, #channels li {
	background: black;
}

.jp-playlist a, #channels a {color: #ffffff; text-decoration: none;}
.jp-playlist a:link, #channels a:link {color: #ffffff; text-decoration: none;}
.jp-playlist a:visited, #channels a:visited {color: #ffffff; text-decoration: none;}
.jp-playlist a:active, #channels a:active {color: #10ABF2; text-decoration: none;}
.jp-playlist a:hover, #channels a:hover {color: #10ABF2; text-decoration: none;}