/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@import url("fa_css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Economica:400,400i,700,700i');
/* font-family: 'Economica', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Exo:400,400i,500,500i,600,600i,700,700i,900,900i');
/* font-family: 'Exo', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Teko:400,500,700');
/* font-family: 'Teko', sans-serif; */
@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Teko', sans-serif;
	/* font-family: 'Exo', sans-serif; */
	margin: 0;
	min-width: 980px;
	padding: 0;
	background-color: #000;
}

p{
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	margin: 0 0 20px 0;	
}

p, ul {
	/* font-size-adjust: 0.488; */
	font-weight: 200;
	font-style: normal;
}

li {
    margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a {
	color: #D7E1E2;
	text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

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

a {
   outline: 0;
}

p a {
	color: #D7E1E2;
	text-decoration: none;
}

p a:hover {
	color: #fff;
	text-decoration: underline;
}


img{
	border: 0;
}

h1, #pixels{
	font-size:30px;
	font-weight:500;
	font-style:normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	margin: 5px 0;
}

h2{
	font-size:24px;
	font-weight:400;
	font-style:normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	margin: 5px 0;
}

h3 {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Exo', sans-serif;
	margin: 0 0 20px 0;
}

#headerbar {
	background: rgb(0 0 0 / 75%);
	height: 77px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	color: #D7E1E2;
	backdrop-filter: blur(8px);
}

#footerbar {
	background: rgb(0 0 0 / 75%);
	height: 77px;
	width: 100%;
	position: fixed;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	z-index: 1000;
	backdrop-filter: blur(8px);
}

#center_player{
  	left: auto;
  	right: auto;
	bottom: 0;
	margin-bottom: 10px;
	opacity: .7; filter:Alpha(Opacity=70)
}

.center_player_div{
	/* position: fixed; */
	/* width: 100%; */
	/* height: 62px; */
	/* bottom: 0; */
	padding-top: 8px;
	margin: 0 auto;
  	left: auto;
  	right: auto;
	text-align: center;
}

.soundlink {
    font-size: 14px;
    font-weight: 300;
	margin-top: -8px;
}

.soundlink a {
    color: #778e99 !important;
	letter-spacing: 2px;
}

.soundlink a:hover {
    color: #00dcff !important;
	letter-spacing: 3px;
}

.bar_float-left {
	float: left;
	padding: 8px;
	padding-left: 20px;
}

.bar_float-right {
    float: right;
    padding: 12px 20px 8px 8px;
    padding-right: 20px;
    text-align: right;
}

div#top_logo {
    margin: 6px;
}

.bar_logo {
	padding: 1px;
}	
	
.bar {
	color: #859FAB;
	font-size:16px;
}
	
.bar a {
	color: #D7E1E2;
	text-decoration: none;
}

.bar a:hover {
	color: #fff;
	text-decoration: none;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	/* font-size: 2.5em; */
	padding: 80px 0 0 0;
	text-align: center;
}

#nav {
    font-family: 'Exo', sans-serif;
    list-style: none;
    position: fixed;
    top: 70px;
    right: 20px;
    text-align: right;
    z-index: 10000;
    font-size: 20px;
    font-weight: 700;
}

#nav li{
	margin: 0 0 6px 0;	
	text-decoration: none;
	color: #D7E1E2;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

#nav li:hover{
	color: #43677D;
	cursor: pointer;
    filter: sepia(0%) contrast(100%) drop-shadow(1px 1px 20px rgb(239, 169, 0.5));
    -webkit-filter: 	drop-shadow(1px 1px 4px rgba(255, 255, 255, 1)) 
						drop-shadow(-1px -1px 4px rgba(255, 255, 255, 0.75)) 
						drop-shadow(-1px 1px 4px rgba(255, 255, 255, 0.5))
						drop-shadow(1px -1px 4px rgba(255, 255, 255, 0.5));
}

#nav li div {
	display: inline-flex;
}

#nav li .nav_icon i {
    width: 24px;
    font-weight: normal;
    font-size: 20px;
    color: #859FAB;
}

#nav li:hover .nav_icon i {
	color: #43677D;
}

#header, #intro, #second{
	width: 100%;
}

.content_de {
	background:url(images/de_flag.png) no-repeat;
	padding: 10px;
	-webkit-clip-path: polygon(50% 0%, 82% 0, 100% 20%, 100% 100%, 10% 100%, 0 90%, 0 0);
	clip-path: polygon(50% 0%, 82% 0, 100% 20%, 100% 100%, 10% 100%, 0 90%, 0 0);
	backdrop-filter: blur(8px);
}

.content_uk {
	background:url(images/uk_flag.png) no-repeat;
	padding: 10px;
	-webkit-clip-path: polygon(50% 0%, 82% 0, 100% 20%, 100% 100%, 10% 100%, 0 90%, 0 0);
	clip-path: polygon(50% 0%, 82% 0, 100% 20%, 100% 100%, 10% 100%, 0 90%, 0 0);
	backdrop-filter: blur(8px);
}

#content_streams,
#content_enlist,
#content_legal {
	background: rgb(0 0 0 / 75%);
	padding: 10px;
	border-radius: 6px;
	font-family: 'Exo', sans-serif;
	backdrop-filter: blur(8px);
}

div#content_legal {
    margin-bottom: 280px;
}

#content_table {
	background: rgb(0 0 0 / 75%);
	font-family: 'Exo', sans-serif;
	backdrop-filter: blur(8px);
}

#intro{
	background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
	background-size: cover;
}

#intro .video_background {
	position: relative;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 900;
	z-index: 101;
	overflow: hidden;
}

#intro .video_overlay {
	background: url(images/video_overlay_pattern_r2_c2.png);
	height: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-top: -1100px;
	position: relative;
	z-index: 110;
}

#intro .logo{
	background: url(images/str_big_logo.png) 50% 0 no-repeat fixed;
	height: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-top: -900px;
	position: absolute;
	z-index: 120;
}

#intro .logo_small{
	display: none;
}


#about{
	background: url(images/str_bg2022_01.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 300;
	background-size: cover;
}

#about .bg{
	background: url(images/hornet.png) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 400;
}

#streams{
	background: url(images/str_bg2022_02.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	padding: 40px 0 0 0;	
	background-size: cover;
}

#streams .center {
	font-size: 13px !important;
}

#playlist{
	background: url(images/str_bg2022_03.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 900px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	background-size: cover;
}

#playlist td {
    border-radius: 6px;
}

#playlist-ajax tr {
	background: rgba(0,0,0,0.5);
}

#geolisteners{
	background: 222;
	color: white;
	height: 650px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-size: cover;
}

#starcitizen{
	background: url(images/str_bg2022_04.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	padding: 40px 0 0 0;	
	background-size: cover;
}

#legal{
	background: url(images/str_bg2022_05.jpg) 50% 0 no-repeat fixed;
	color: white;
	/* height: 1100px; */
	margin: 0 auto;
	padding: 40px 0 0 0;
	background-size: cover;
}

.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}

.hidden {
	display: none;
	visibility: hidden;
}

.fixed {
	display: inline;
	visibility:	visible;
}

.playlist_icon {
	padding-left: 20px;
	padding-right: 20px;
}

.social_icon {
	margin-top: 6px;
}

.social_icon a {
   opacity: 0.2;
   filter:Alpha(Opacity=20);
}

.social_icon a:hover {
   opacity: 1;
   filter:Alpha(Opacity=100);
}

.social_icon img:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(168,203,219,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(168,203,219,1);
	box-shadow: 0px 0px 5px 0px rgba(168,203,219,1);
	border-radius: 5px;
}

#MusesRadioPlayer-HTML5-player-0 {
	margin: auto !important;
	background: rgba(114, 151, 171, 0.2);
	border-radius: 14px;
	padding-right: 8px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.box-border {
	border-radius: 6px;
}

.footer-legal {
	font-size: 14px;
}

.playlist_iframe {
	color: #FFFFFF;
}

.footerbar_iframe {
	color: #859FAB;
	font-size:16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}

.footerbar_title {
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.footerbar_info {
	font-size: 18px;
	font-weight: 300;
}


/* Widgets */

.widget_info {
	font-size: 80px;
	font-weight: 300;
}

#nowplaying {
    color: aqua;
    text-shadow: 2px 2px black;
}



/* PLAYER 2024 */

div#str-player2024 {
    width: 320px;
    height: 322px;
    position: fixed;
    bottom: 0;
    right: calc((100%/2) - 160px);
    z-index: 999999;
    display: block;
}

/* SMALL SCREENS */

@media (max-width: 1020px) {

	.social_icon.bar_float-right,
	ul#nav,
	#footer_listeners,
	#footerbar,
	#about .story .bg,
	#intro .video_background,
	#playlist,
	#streams,
	.content_de
	{
		display: none;
	}
	
	
	body, .story
	{
		min-width: unset;
		width: unset;
	}
	
	.float-right,
	.float-left	
	{
		float: unset;
		margin: auto;
	}
	
	.story .float-left, .story .float-right 
	{
		padding: unset;
		position: relative;
		width: unset;
		margin: auto;
		max-width: 350px;
	}	
	
	#content_streams, #content_enlist, #content_legal 
	{
		margin: 10px;
	}
	
	
	#intro
	{
		height: 400px;
		padding-bottom: 30px;
	}

	#intro .logo_small {
		background: url(images/str_big_logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		height: 80%;
		width: 90%;
		margin: auto;
		margin-top: 80px;
		/* background: #500; */
		display: block;
		position: unset;
		background-position: center center;
	}	
	
	#about, #starcitizen, #legal 
	{
		height: unset;
		padding-bottom: 30px;
	}
	
	
}
