/* CSS Document */
/* Liminal Radio CSS */


.navigation-inner {
  display: block;
  width: 100%;
}

.navigation-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}




.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

[class*="span"] {
  box-sizing: border-box;
}

.span12 { width: 100%; }
.span8 { width: 66.6667%; }
.span4 { width: 33.3333%; }

@media (max-width: 768px) {
  .span12, .span8, .span4 {
    width: 100%;
  }
}

.container {
  max-width: 1200px;
  margin: 20px auto 0 auto;
  padding: 0 15px;
}








a [class~="nav-collapse"] {
  overflow: visible;
}


.container {
   margin-top: 20px;
}   

 
 body {
	background-image: url(images/galactic.png);
  background-color: #60758A;
}

h3 {
    color: #fff;
}

.snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
  background: none;
}


#logo {
  float: left;
}

  #logo img {
	float: left;
	padding-top: 2px;
}

 .transparentbox {
           margin-top: 0.5em; 
           display: inline;
  }
  
 .headerparent {
          position: relative;
    width: 100%;
  }
  
  .title {
  padding-top: 5px;
}
 
  H1 {
	font-size: 5.2em;
	text-align: justify;
	color: #fff;
}

H2 {
       color: #fff;
       text-align: center;
       padding-left: .1em;
}


#logo {
float: none;
}



  .navparent
                           {
     padding-left: 3px;
     padding-right: 3px;
     text-align: center;    
}

 #navigation, .title {
         
     display: inline-block;
 }
 

  .navbar {
	margin-bottom: 13px;
}

 .nav {
    margin: 0 40px 0 40px;
 }



/*[itemprop="blogPost"]*/ .logonav, #videorightchild, #videoleftchild, .socialshare, .foot_border, .foot_signoff  {
 background-color: rgba(96,117,138, 0.5) ;
 border-radius: 25px;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

#jchat_wall_popup .jchat_userstabtitle {
  border-radius: 25px 25px 0 0;
}

 .logonav {
	min-height: 160px;
  }


 .nav-tabs .nav-pills{
     float:left;
   width:100%;
   background:#ff234;
   border-bottom:2em solid #000;
   overflow:hidden;
   position:relative;
   data-toggle: collapse;
   data-target: .nav-collapse;
}

nav ul {
    clear:none;
   float:left;
   list-style:none;
   margin:0.4em;
   padding:0;                                                    coloring
   position:relative;
   left: 5%;
   text-align:center;}
   
/* Navbar Coloring */
 .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	color: #fff;
	background-color: #08c;
  margin:0 auto;
  float: none;
  min-height: 4px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2A313F;
  background-image: -moz-linear-gradient(top, #4F5768, #248B23);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4F5768), to(#248B23));
  background-image: -webkit-linear-gradient(top, #4F5768, #248B23);
  background-image: -o-linear-gradient(top, #4F5768, #248B23);
  background-image: linear-gradient(to bottom, #4F5768, #248B23);
  background-repeat: repeat-x;
  border:.3em solid #353D50;;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59c0e1', endColorstr='#ff59c0e1', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
}


/* Navbar Size */

#nav ul {
    display: inline-block;
    list-style-type: none;
}

.nav-pills > li > a {
    font-size: 0.7em;
    color: #fff;
    background-color: #08c;
    margin: 0 auto;
    width: 9em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: #2A313F;
    background-image: -moz-linear-gradient(top, #4F5768, #2A313F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4F5768), to(#2A313F));
    background-image: -webkit-linear-gradient(top, #4F5768, #2A313F);
    background-image: -o-linear-gradient(top, #4F5768, #2A313F);
    background-image: linear-gradient(to bottom, #4F5768, #2A313F);
    background-repeat: repeat-x;
    border: .3em solid #353D50;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59c0e1', endColorstr='#ff59c0e1', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
}
  
   
 .nav > li > a:hover, .nav > li > a:focus {
        color: #353D50;
        border: .3em solid #fff;
      background-color: #2A313F; 
    background-image: -moz-linear-gradient(top, #4F5768, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4F5768), to(#fff));
    background-image: -webkit-linear-gradient(top, #4F5768, #fff);
    background-image: -o-linear-gradient(top, #4F5768, #fff);
    background-image: linear-gradient(to bottom, #4F5768, #fff);
    background-repeat: repeat-x;
    border: .3em solid #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59c0e1', endColorstr='#ff59c0e1', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
   }
   

/* Navbar coloring */
     .navbar-inner {
  margin:0 auto;
  float: none;
  min-height: 400px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2A313F;
  background-image: -moz-linear-gradient(top, #4F5768, #2A313F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4F5768), to(#2A313F));
  background-image: -webkit-linear-gradient(top, #4F5768, #2A313F);
  background-image: -o-linear-gradient(top, #4F5768, #2A313F);
  background-image: linear-gradient(to bottom, #4F5768, #2A313F);
  background-repeat: repeat-x;
  border: 1px solid #353D50;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59c0e1', endColorstr='#ff59c0e1', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
}


    nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}                                                           


/* Navbar Coloring */

nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
nav .nav li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child,
nav .nav li li:hover > .nav-child,
nav .nav li li > a:focus + .nav-child {
	display: block;
}
nav .nav > li > .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav > li > .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav li li .nav-child {
	top: -8px;
	left: 100%;
}
nav .nav li li .nav-child:before {
	position: absolute;
	top: 9px;
	left: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid rgba(0,0,0,0.2);
	border-bottom: 7px solid transparent;
	content: '';
}
nav .nav li li .nav-child:after {
	position: absolute;
	top: 10px;
	left: -6px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

#videomobilenotice {
  display: none ;
}
.mobilenotice {
  display: none !important;
}



.socialshare {
    overflow: hidden;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
}

.socialshare h3 {
    text-align: center;
}

 .logintop {
  margin: 0 auto;
  border-radius: 25px;
}

.sclogin {
     text-align: center !important;
}

.sourcecoast .btn-primary {
    width: 100px;
    border-radius: 25px;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}



/* BLOG STYLING */
.page-header a   {
    color: #fff;
    background-color: #3B4252;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 26px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
  padding: 0 0.5em 0 0.5em
}

.item-page {
   margin-bottom: 3em;
}

.item-page p {
    padding: 0 1.5em 0 1.5em;
}

p  {
    padding-left: 1em;
    padding-right: 1em;
    color: #fff;
   font-size: 23px;
  line-height: 30px;
}

p a  {
    color: #A1423C;
    font-weight: bold;
    font-size: 1.2em;
}

   .featured {
     color: #fff;
    font-size: 2.5em;
}

.featured h3{
     color: #fff;
    font-size: 2.5em;
}

.item-page body {
    font-size: 2em !important!;
}

 
      
.videoparent {
    position: relative;
    width: 100%;
}


.videorightchild  img {
    position:relative;
    margin: auto;
    width: 100%;
top: 25%; left: 0; bottom: 25%;
 vertical-align: middle;
 padding-bottom: 100%;
    margin-bottom: -100%;
  vertical-align: middle;
}

.yendifplayer { margin: 0 auto !important; }

.yendifplayer.black .yf-playlist .yf-scrollbar{
             height: 110px;
             width: 2em;
}

.yendifplayer .yf-playlist .yf-track {
	position: relative;
	width: 100% !important;;
	height: 100%;
}

.yendifplayer.black .yf-playlist .yf-thumb {
    background-color: #333;
    border-left: 1px solid #151515;
    width: 100%;
    height: 20% !important;
}

.yendif-video-share.category     {
display:none;
}

.vjs-playlist.bottom {
  /*max-height: 200px !important;
  overflow-y: auto !important;*/
 
}

  
}




  #jchat_wall_popup {
    padding-top: 0.8em;
}

#jchat_maximizebutton.jchat_maximizeimages.maximized {
    background-color: #60758A;
}

#jchat_userstab.maximized  {
    background-color: #60758A;
}

#jchat_userstab.maximized span {
    background-color: #60758A;
}

#jchat_userstab.jchat_tab.jchat_tabclick {
    background-color: #60758A !important;
}

#jchat_userstab {
  background-color: #60758A !important;
  
}

.jchat_nousers_placeholder {
  display: none;
}


/* Footer Styling */ 

.foot_border {
    margin-top: .5em;
}

footer {
   display: inline-block;
}

footer .nav > li > a:hover, .nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
}

 
   footer .row-fluid::before, footer .row-fluid::after {
    display: inline-block;
}

footer p a  {
    color: #A1423C;
    font-weight: normal;
    font-size: 1em;
}

footer a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}

footer .vjs-playlist.bottom {
 /* display: none; */
}
 
 .foot_help {
    height: 150px;
 
 }
 
 .foot_main .foot_help { 
	padding: 0 0 25px;
  min-height: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mt35 {
	margin-top: .5em;
}


.foot_main .foot_help dl {
	color: #666;
	margin-right: 100px;
	overflow: hidden;
}



.foot_help_ll, .foot_help_l, .foot_help_r {
     display: inline-block;
     float: left;
     width: 33%;
     text-align: center;
     }
     
.foot_signoff {
   float: right;
}

.bitcoin {
  display: flex;
  justify-content: center;
  
}

.owl-carousel {
  display: block !important;
  width: 80%;
  -ms-touch-action: pan-y;
  margin: auto;
}


.noads p a {
    font-size: 30em;
}

.smartshoutbox .copyright {
  display: none;
}

.smartshoutbox img {
   max-width: 300px;
}

.carousel-inner img {
  margin: auto;
}


@media only screen and (min-width: 769px) {
  
	#videoleftchild {
  width: 66%;
	float: left;
	}
  
  #videorightchild {
    width: 30%;
    float: right;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
padding-bottom: 1em;
	}
  		
}

#jchat_target {                                 
    width: 100%;
    height: 50%;
}

div.jchat_walltab_popup, #jchat_wall_popup {
    width: 100%;
}

#jchat_userstab_popup {
    width: 260px;
}

#jchat_wall_popup.maximized, div.jchat_webrtctooltip.maximized {
    height: 70% !important;
}

#jchat_base {
    bottom: 200px !important;
}

#jchat_userstab, #jchat_userstab.jchat_userstabclick {
    width: 40px !important;
}

.jchat_userstabsubtitle {
    width: 98% !important;
    }

 #jchat_userstab.jchat_tab {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    width: 40px;
    height: 40px;
}

.jchat_userscount {
  display: none;
}

  
/* reduced widths*/
@media screen and (max-width: 1200px) {  

.navbar .btn-navbar {
	float: none;
	padding: 7px 100px;
	margin-top: 23px;
}

     .nav-pills > li > a {
	font-size: 0.7em;
}

H1 {
	font-size: 3em;
}

}    




/* Removing Follow and right display at reduced widths*/
@media screen and (max-width: 769px) {
  
   ul {
    overflow: visible;
}


 	#videoleftchild #videorightchild {
  width: 100%;
	float: left;
	}       
  
  #videoleftchild {
    padding-bottom: 2em;
}
  
#videorightchild {
  border-top: 2em;
	}
   
   .socialshare {
  display: none !important;
  }
}

@media screen and (max-width: 767px) {



H1 {
	font-size: 4em;
}

@media screen and (max-width: 609px) {

H1 {
	font-size: 3.5em;
}

  @media screen and (max-width: 564px) {

H1 {
	font-size: 2.5em;
}

 @media screen and (max-width: 471px) {
 
 H1 {
	font-size: 2.1em;
}

H3 {
	font-size:.8em;
}


#logo {
   margin: 0 auto;
     width:12em; 
}

 #logo img {
   margin: 0 auto;
     width: 200px; 
}

.navbar .btn-navbar {
	margin-top: 40px;
  margin-bottom: 3px;
}

 .nav {
    margin: 0 4px 0 4px;
 }
 
 .nav > li > a {
    font-size: 10px;
}

#navigation, .title {
   margin-top: -33px;
}
   
#videomobilenotice {
  display: inline ;
  text-align: justify;
}
   
   
   .mobilenotice {
  display: inline !important;
 
}
   .mobilenotice p {
  text-align: center;
}

@media screen and (max-width: 353px) {
 
 H1 {
	font-size: 1.65em;
}
  
  p  {
   font-size: 14px;
  line-height: 23px;
}

.navbar .btn-navbar {
    margin-right: 50px;
    margin-left: 50px;
    padding: 7px 10px;

}

body {
  background: red !important;
}

}