/* CSS Document */

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

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;
    font-size: 3em;
    margin:0 0 10px 0;
    padding:0;
}

h2  {
    font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 2em;
    margin:0 0 10px 0;
    padding:0;
}

h3	{
    font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 1.4em;
    margin:0 0 10px 0;
    padding:0;
}

h4  {
    font-size:12pt;
    margin:0;
    padding:0;
    font-weight: normal;
}

.all_caps {
    text-transform: uppercase;
}

.close_margin {
	margin: 0 5px 0 0;
}

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; }

.teaser {
	height: 5em;
	overflow: hidden;
}

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

li  {
    margin:0;
    padding:5px 0;
}

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 {
	font-size: 1.2em;
	color: #b8b8b8;
	padding: 5px;
}

.button {
    font-family: "Arial Narrow", sans-serif;
    background: #ffffff;
    padding: 10px 15px;
    margin: 0 0 1em 0;
    color: #000000;
    font-size: 1.25em;
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none;
}

.dark_button {
    font-family: "Arial Narrow", sans-serif;
    background: #000000;
    padding: 10px 15px;
    margin: 0 0 1em 0;
    color: #ffffff;
    font-size: 1em;
	font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}

.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; }

.social_fb {

    height: 50px;
    width: 75px;
    vertical-align: text-bottom;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 1em;
    padding: 25px 0 0 0;
}

.social_twitter {

    height: 50px;
    width: 75px;
    vertical-align: text-bottom;
    padding: 25px 0 0 0;
    display: inline-block;
    overflow: hidden;
}

.social_fb_sm {

    height: 30px;
    width: 75px;
    vertical-align: text-bottom;
    display: inline-block;
    overflow: hidden;
    margin: 0 5px 1em 0;
    padding: 0;
}

.social_twitter_sm {

    height: 30px;
    width: 75px;
    vertical-align: text-bottom;
    padding: 0;
    display: inline-block;
    margin: 0 5px 1em 0;
    overflow: hidden;
}

.clear  {
    clear:both;
}

.clear_right    {
    clear: right;
}

.clear_left {
    clear: left:
}

.float_left {
    float: left;
    margin: 0 20px 20px 0;
    padding: 0;
}

.float_right    {
    float: right;
    margin: 0 0 20px 20px;
    padding: 0;
}

.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;
	font-size: .9em;
}

.playlist	{
	margin: -1px auto;
	padding: 10px;
	list-style: none;
	border: 1px solid #888888;
	background: #ffffff;
	line-height: 30px;
	cursor: hand;
	cursor: pointer;
}

.playlist:hover	{
	margin: -1px auto;
	padding: 10px;
	list-style: none;
	border: 1px solid #888888;
	background: #e9e9e9;
	line-height: 30px;
	cursor: hand;
	cursor: pointer;
}

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

.inline {
	display: inline-block;
}

.main {
    clear: both;
}

.splash_card {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 8em;
    text-transform: uppercase;
    font-size: 2em;
    color: white;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: grey;
}

.splash_title {
    line-height: 8em;
}

.splash_desc {
    line-height: 1.2em;
    margin: 1.5em;
}

.card_desc {
    height: 5em;
    margin: 0 0 2em 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
}

.mainpic {
	width: 100%;
	margin: 0;
}

.thumbnail {
	width: 125px;
	margin: 0 1em 1em 0;
}

.partner_logo {
    height: 100px;
}

.credit {
	font-size: .8em;
	color: #868686;
	font-style: italic;
	text-align: right;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.gallery li {
    float: left;
}

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

.row:after  {
    content: "";
    clear: both;
    display: block;
    margin: 0 0 2em 0;
}

.box-first  {
    width: 80%;
    margin: 0 auto 0 0;
    padding: 1em;
}

.box-last   {
    width: 80%;
    margin: 0 0 0 auto;
    padding: 1em;
}

.box-middle {
    width: 80%;
    margin: 0 auto;
    padding: 1em;
}

.box-midright   {
    width: 80%;
    margin: 0 3% 0 7%;
    padding: 1em;
}

.box-midleft    {
    width: 80%;
    margin: 0 7% 0 3%;
    padding: 1em;
}

.box-fullbit    {
    margin: 0;
}

.icon   {
    width: 40px;
    height: 40px;
    margin: 0 0 10px 0;
}

.footer {
    margin:2em auto 0 auto;
    padding:0;
    font-size: .8em;
    color: #868686;
    width: 100%;
}

.social {
	text-align: right;
}

.copyright {
	text-align: center;
}

.mainpic {
    width: 100%;
    margin: 0 0 2em 0;
}

.header	{
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: 150px;
}

.header:after {
    margin: 0;
}

.header_alert {
    vertical-align:middle;
    margin: 35px 0 0 0;
    text-align: center;
    font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 800;
}

.header_alert p {
    padding: 0 1em;
}

.icon_tray {
    text-align: right;
    margin: 35px 0 0 0;
    color: #666666;
}

.social_icon {
    height: 30px;
    margin: 0 5px 5px 0;
    opacity: .4;
}

.social_icon:hover {
    opacity: 1;
}

nav {
    text-align: center;
    font-family: "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .05em;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: -28px;
	z-index: 100;
	height: 40px;
}

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;
}

nav ul li {
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
	width: 230px;
}
ul li.drop {
	position: relative;
	width: 230px;
	z-index: 999;
}
nav ul > li {
	display: inline-block;
}

nav ul li a {
	line-height: 50px;
	padding: 0;
	height: 50px;
	color: #F8F8F8;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
nav ul li a:hover {
	color: #000;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	z-index: 999;
}
.dropdownContain {
	width: 300px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -110px; /* half of width */
	top: -600px;
	font-size: .9em;
	font-weight: normal;
	z-index: 999;
}

.dropOut	a {color: #F8F8F8; text-decoration: none;}
.dropOut	a:link {color: #F8F8F8; text-decoration: none;}
.dropOut	a:visited {color: #F8F8F8; text-decoration: none;}
.dropOut	a:active {color: #F8F8F8; text-decoration: none;}
.dropOut	a:hover	{color: #F8F8F8; text-decoration: none;}

.dropOut {
	width: 220px;
	background: #474747;
	color: #F8F8F8;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	z-index: 999;
}

.dropOut ul {
	float: left;
	padding: 7px 0;
}

.dropOut ul li {
	text-align: center;
	float: left;
	width: 200px;
	padding: 10px 10px 7px 10px;
	margin: 0px;
	color: #F8F8F8;
	border-bottom: 1px solid black;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

.dropOut ul li a {
	margin: 0;
	padding: 0;
	line-height: inherit;
	color: #ccc;
}

.dropOut ul li:hover {
	background: #000000;
	color: #ccc;
}

ul li:hover a { color: #ccc; }
ul li:hover .dropdownContain { top: 40px; }
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .dropOut { opacity: 1; margin-top: 8px; }

#episode h2 {
    color: #ffffff;
    padding: 0 0 2em 0;
}

.radio_banner {
    width: 100%;
    margin: 0 0 1em 0;
}

.radio_nav {
    text-align: center;
    margin: 2em 0 0 .5em;
}

.two_cols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin: 0 0 2em 0;
    padding: 0 1em 0 0;
}

.four_cols {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    margin: 0 0 2em 0;
    vertical-align: top;
}

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

.content_card {
	background: #ffffff;
	display: inline-block;
	padding: 0;
	margin: 0 2em 2em 0;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	width: 29%;
	clear: both;
	vertical-align: top;
}

.card_pic {
	width: 100%;
	height: 10em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.card_pic img {
	width: 100%;
	vertical-align: middle;
}

.content_card .icon {
	width: 50px;
	height: 50px;
	padding: 1em;
	margin: 0;
	float: right;
}

.card_text {
	margin: 0;
	padding: 1em;
}

.search_mobile {
	background-color: #7d7d7d;
	border-top: 1px black solid;
	width: 100%;
	padding: 0;
	height: 3em;
	text-align: center;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1081px) {
.container  {
    width: 80%;
    max-width: 1500px;
    margin:0 auto;
    padding: 0;
}

p   {
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.3em;
}

.logo   {
    display: inline;
    height: 150px;
    width: 150px;
    margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 20%;
  padding: 20px 2%;
  background: #FFF;
  text-align: center;
}

.col-1 {width: 8.33%; }
.col-2 {width: 16.66%; }
.col-3 {width: 25%; }
.col-4 {width: 33.33%; }
.col-5 {width: 41.66%; }
.col-6 {width: 50%; }
.col-7 {width: 58.33%; }
.col-8 {width: 66.66%; }
.col-9 {width: 75%; }
.col-10 {width: 83.33%; }
.col-11 {width: 91.66%; }
.col-12 {width: 100%; }

.menu   {
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 0;
    height: 40px;
    border-bottom: 1px #000 solid;
    border-top: 1px #000 solid;
}

.header_play {
    text-align: center;
    padding: 120px 0 0 0;
    background-image: url('http://clocktower.org/grafix/PlayButton.png');
    background-position-x: center;
    background-position-y: 35px;
    background-repeat: no-repeat;
    letter-spacing: 0;
}

.header_play:hover {
    text-align: center;
    padding: 120px 0 0 0;
    background-image: url('http://clocktower.org/grafix/PlayButtonOver.png');
    background-position-x: center;
    background-position-y: 35px;
    background-repeat: no-repeat;
    font-size: .9em;
    letter-spacing: 0;
}

.bio_image {
    max-height: 500px;
}

.small_button {
    font-family: "Arial Narrow", sans-serif;
    background: #ffffff;
    padding: 5px;
    margin: 0 0 1em 0;
    color: #000000;
    font-size: 1em;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.radio_logo {
    height: 100px;
    margin: 0;
    padding: 0;
    flex: left;
}

#episode {
    position: fixed;
    top:0;
    height: 400px;
}

.episode_info {
    margin: 0 0 1em 0;
    padding: 1em;
    height: 400px;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center top;
    position: fixed;
    top: 0;
    z-index: 50;
}

#jp_container_N {
    position: fixed;
    z-index: 30;
    top: 0;
}

.player_nav img {
	height: 30px;
	vertical-align: text-bottom;
}

.radio_tower {
	height: 100px;
	float: left; 
	margin: 0 1em 2em 0;
}

} /* End Desktops and laptops ----------- */

/* Any Mobile ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 1081px) {

body {
    font-size: 22pt;
}

h1, h2, h3, h4, p, .small_button, li {
    margin-left: 30px;
    margin-right: 30px;
}

p {
    margin: 0 30px 1em 30px;
    padding: 0;
    line-height: 1.3em;
}

.icon_tray {
    display: none;
}

.menu   {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    display: block;
    height: 20%;
    border: none;
}

.menu_boxen {
    clear: both;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: block;
    margin: 1em 0;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.7em;
    text-transform: uppercase;
}

.header_alert {
    clear: both;
    font-size: 1.7em;
}

.logo   {
    display: inline-block;
    width: 33.33%;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: middle;
	float: left;
}

.logo img {
    width: 80%;
    	padding: .5em 0 0 .5em;
}

.header_play {
    text-align: center;
    padding: 1em 0;
    margin: 0;
    width: 33%;
    background-image: none;
    vertical-align: top;
    float: left;
    font-weight: bold;
    font-size: 1.3em;
}

.header_play:hover {
    text-align: center;
    padding: 1em 0;
    margin: 0;
    width: 33%;
    background-image: none;
    vertical-align: top;
    float: left;
    font-weight: bold;
    font-size: 1.3em;
}

.header_play img {
    width: 150px;
    display: block;
    margin: auto 0;
}

.header_menu {
    float: right;
    text-align: right;
    padding: 1em 1em 0 0;
    margin: 0;
    width:25%;
    vertical-align: top;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.7em;
}

.four_cols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.two_cols {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    margin: 0;
    padding: 0;
}

.content_card {
    width: 100%;
    margin: 0 0 2em 0;
}

.card_pic {
	position: relative;
	width: 100%;
	height: 20em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.small_button {
    font-family: "Arial Narrow", sans-serif;
    background: #ffffff;
    padding: 15px;
    margin: 0 0 1em 0;
    color: #000000;
    font-size: 1.2em;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.bio_image {
    width: 100%;
}

.footer {
    font-size: 1em;
}

.footer .copyright {
    margin: 0 1em 5em 1em;
}

.footer_address {
	margin: 0 1em 1em 1em;
}

.radio_tower {
	width: 150px;
	float: left; 
	margin: 0 1em 1em 0;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  top: 5%;
  left: 5%;
  width: 85%;
  height: 85%;
  background: #FFF;
  text-align: center;
}

.social_icon {
    height: 100px;
    margin: 0 10px 0 10px;
    opacity: .4;
}

.player_nav_mobile {
	text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 50px;
}

.player_nav_mobile img {
	height: 75px;
	vertical-align: text-bottom;
}

.player_nav_mobile h3 {
    font-size: 2em;
}

.player_nav_mobile button {
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 10px 35px 10px;
}

.radio_logo_mobile {
    height: 300px;
    margin: 10px;
    padding: 0;
	position: absolute;
	z-index: 100; 
}

.mobile_title {
	position: absolute;
	top: 420px;
	z-index: 100;
	color: white;
	margin: 10px;
	font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-weight: 585;
    font-size: 2.5em;
}

.jp-controls_mobile {
	text-align: center;
	margin: 0 0 1em 0;
	position: absolute;
	bottom: 400px;
	width: 100%;
}

.main {
	width: 100%;
	padding: 0;
	margin: 0;
}

} /* End Any Mobile ----------- */

/* Mobile Portrait ----------- */
@media only screen and (min-device-width : 320px) and (orientation : portrait) and (max-device-width : 1024px) {
.container	{
    width: 100%;
    margin:0 auto;
    padding: 0;
}

[class*="col-"] {
    width: 100%;
}

[class*="box-"] {
    width: 96%;
    margin: 0;
}


.logo   {
    display: inline;
    height: 25%;
    margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

.player_nav_mobile {
	text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 50px;
}

.player_nav_mobile img {
	height: 75px;
	vertical-align: text-bottom;
}

.player_nav_mobile h3 {
    font-size: 2em;
}

.player_nav_mobile button {
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 10px 35px 10px;
}

.radio_logo_mobile {
    height: 300px;
    margin: 10px;
    padding: 0;
	position: absolute;
	z-index: 100; 
}

.mobile_title {
	position: absolute;
	top: 420px;
	z-index: 100;
	color: white;
	margin: 10px;
	font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-weight: 585;
    font-size: 2.5em;
}

.jp-controls_mobile {
	text-align: center;
	margin: 0 0 1em 0;
	position: absolute;
	bottom: 400px;
	width: 100%;
}

.social_footer {
    position: fixed;
    bottom: 0;
    border-top: 1px black solid;
    background: white;
    height: 5em;
    margin: 0;
    text-align: center;
}

.social_footer .social_icon {
    height: 3em;
    padding: 1em 0;
}

} /* Mobile Portrait ----------- */

/* Mobile Landscape ----------- */
@media only screen and (min-device-width : 320px) and (orientation : landscape) and (max-device-width : 1000px) {
.container  {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

[class*="col-"] {
    width: 100%;
}

[class*="box-"] {
    width: 85%;
    margin: 0 auto;
}

.social_footer {
    position: fixed;
    bottom: 0;
    border-top: 1px black solid;
    background: white;
    height: 2.5em;
    margin: 0;
    text-align: center;
    width: 100%;
}

.social_footer .social_icon {
    height: 1.5em;
    padding: .5em 0;
}

}

/* Landscape Orientation */
@media only screen and (min-device-width : 320px) and (orientation : landscape) and (max-device-width : 5000px) {

.player_nav_mobile {
	text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: -100px;
}

.player_nav_mobile img {
	height: 50px;
	vertical-align: text-bottom;
}

.player_nav_mobile h3 {
    font-size: 1.3em;
}

.player_nav_mobile button {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 10px 10px 10px;
}

.radio_logo_mobile {
    height: 150px;
    margin: 10px;
    padding: 0;
	position: absolute;
	z-index: 100; 
}

.mobile_title {
	position: absolute;
	top: 10px;
	z-index: 100;
	color: white;
	margin: 10px;
	font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-weight: 585;
    font-size: 1.5em;
}

.jp-controls_mobile {
	text-align: center;
	margin: 0 0 1em 0;
	position: absolute;
	bottom: 60px;
	width: 100%;
}

} /* Mobile Landscape ----------- */




#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}


/* JPlayer */

.jp_container_N {
	position: fixed;
	padding: 0;
	margin: 0;
	z-index: 88;
}

.radio_logo {
    height: 100px;
    margin: 10px;
    padding: 0;
	position: absolute;
	z-index: 100; 
}

.jp-title {
	z-index: 100;
	color: white;
	margin: 10px;
	font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-style: normal;
    font-size: 2.5em;
}

.jp-play {
	background-image: url('../grafix/Play.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 1em;
	border: 0;
	height: 75px;
    width: 75px;
    display: inline-block;
}

.jp-state-playing .jp-play {
	background-image: url('../grafix/Pause.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 1em;
	border: 0;
	height: 75px;
    width: 75px;
    display: inline-block;
}

.jp-next {
	background-image: url('../grafix/Next.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 1em;
	border: 0;
	height: 75px;
    width: 75px;
    display: inline-block;
}

.jp-previous {
	background-image: url('../grafix/Previous.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size:  cover;
	margin: 0 1em;
	border: 0;
	height: 75px;
    width: 75px;
    display: inline-block;
}

.jp-controls {
	text-align: center;
	margin: 0 0 1em 0;
	position: absolute;
	top: 300px;
	width: 100%;
}

.jp-controls button {
	background-color: #F8F8F8;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
    
.jp-progress {
	background-color: #D8D8D8;
	height: 1em;
	margin: 0 0 1em 0;
}

.jp-play-bar {
	background-color: #10ABF2;
	height: 1em;
	margin: 0 0 1em 0;
}

.jp-seek-bar {
	background-color: #D8D8D8;
	height: 1em;
	margin: 0 0 1em 0;
}
    
.player_nav {
	text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 450px;
}

.player_nav img {
	height: 30px;
	vertical-align: text-bottom;
}

.jp-playlist, #channels {
	background: black;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	z-index: 150;
	filter: alpha(opacity=80);
	opacity: .8;
	font-size: 1.2em;
}

.jp-playlist ul, #channels ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	text-indent: none;
	margin: 0 2em;
	padding: 0;
}

.jp-playlist li, #channels li {
	background: black;
	margin: 0;
	border-bottom: 1px solid white;
	text-indent: none;
	padding: 1em 0;
}

.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;}

.closer {
	text-align: right;
	margin: 0;
	font-weight: 500;
	font-size: 1.2em;
	position: fixed;
	top: 10px;
	right: 20px;
}

#twitter_button, #facebook_button {
	display: inline;
}