@charset "UTF-8";
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video { margin: 0; padding: 0; border: 0; }
a { text-decoration: none; }
/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary { display: block; }
html {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	font: 1em Tahoma, Geneva, sans-serif;
	color: #666;
	width: 100%;
	height: 100%;
	min-width: 1024px;
	text-align: center;
}
.pageContent {
	position: relative;
	min-height: 100%;
	height: auto !important;
	width: 75%;
	left: 25%;
	margin-bottom: -100px;
}
.mainHeader {
	position: fixed;
	top: 0;
	width: 75%;
	height: 125px;
	left: 25%;
	background: white;
	z-index: 1000;
}
.headerLogo {
	float: left;
	background: white;
	width: 210px;
	height: 123px;
	margin: 0 10px;
}
.headerLogo img {
	padding: 10px 5px;
}
.screen-reader-text {
	left: -2000em;
	position: absolute;
}
.sectionTitle {
	margin-bottom: 20px;
	font-weight: 100;
	font-size: 1.2em;
	text-transform: uppercase;
}
.cutLongTitles {
	white-space: nowrap;
	overflow: hidden;
}
.clear {
	width: 100%;
	height: 3px !important;
	line-height: 1px !important;
	overflow: hidden;
	font-size: 1px;
}
.clearDiv { clear: both; height: 10px; }
/*CODE FOR ALLOWING FIXED HEADER AND FOOTER AT BOTTOM*/
.push {
	height: 150px;
}
.push:before,.push:after {
	display: table;
	content: "";
	zoom: 1;
}
.push:after {
	clear: both;
}
.textright { text-align: right; }
i { padding-right: 5px; }
/*----LOGO CONTENT STYLING----*/
.indexContent {
	width: 100%;
	height: 100%;
}
.fxdDwn {
	position: absolute;
	display: block;
	width: 80%;
	height: 30px;
	margin: 0 10%;
	bottom: 3em;
}
.startLogo {
	position: absolute;
	height: 495px;
	top: 50%;
	left: 50%;
	margin-top: -247px;
	margin-left: -250px;
}
.logoCnt {
	position: relative;
	width: 200px;
	height: 103px;
	margin: 0 auto;
	top: 50%;
	margin-top: -103px;
}
/*----HORIZONTAL MENU STYLING----*/
.hrzMnSty li {
	display: inline-block;
	border-right: 1px solid #E5E5E5;
	padding: .2em 1em;
}
.hrzMnSty li:last-child {
	border-right: none;
}
.hrzMnSty a {
	color: black;
}
.hrzMnSty a:hover {
	text-decoration: underline;
}
/*----------------------*/
/*----------------------*/
.backgroundPic {
	position: fixed;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
}
.backgroundPic img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.backgroundPicShadow {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset -10px 0 6px -6px rgba(0, 0, 0, 0.6);
	box-shadow: inset -10px 0 6px -6px rgba(0, 0, 0, 0.6);
}
/*----MENU STYLING----*/
.mainMenu {
	float: left;
	height: 125px;
	letter-spacing: 1px;
	margin-top: 12px;
}
.menuButtonStyle {
	clear: left;
	width: 100%;
	height: 15px;
	margin-bottom: 3px;
}
.mainMenuButtonStyle, .clickedMainMenuButton {
	display: block;
	overflow: hidden;
	float: left;
	color: #000;
	height: 15px;
	font-size: 0.7em;
	text-transform: uppercase;
}
.mainMenuButtonStyle:hover {
	text-decoration: underline;
}
.clickedMainMenuButton {
	text-decoration: line-through;
}
/*----STREAMING STYLING----*/
.streaming {
	float: right;
	max-width: 150px;
	margin-top: 10px;
	margin-right: 30px;
}
.streaming i {
	display: block;
	margin: 0 auto;
	font-size: 40px;
	padding: 2px;
}
.streaming i:hover {
	text-decoration: none;
}
.streaming a {
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
	padding: 5px;
}
.streaming a.spodeli {
	font-size: 0.75em;
	font-weight: 100;
	background: black;
	color: white;
	padding: 2px 5px;
}
/*----------------------*/
/*----------------------*/
/*----LAYOUT FOOTER STYLING----*/
/*FOOTER STYLING*/
.pageFooter {
	position: relative;
	display: block;
	width: 75%;
	height: 165px;
	left: 25%;
	background: #0B0B0B;
	z-index: 900;
}
.clearfooter {
	clear: both;
	height: 100px;
}
/*FOOTER MENU STYLING*/
.footerMenu {
	position: relative;
	float: left;
	margin: 20px 2.5% 10px;
	width: 95%;
	border-bottom: 1px solid #333;
}
.footerButton, .clickedFooterButton {
	float: left;
	padding: 5px;
	margin-right: 10px;
	color: #666;
	font-size: 0.75em;
}
.clickedFooterButton {
	text-decoration: line-through;
}
/*----FOOTER MENU STYLING----*/
.socialSites {
	position: relative;
	float: right;
	width: 95%;
	margin-right: 30px;
	text-align: right;
}
.socialSites li {
	display: inline;
	padding: 0.3em;
}
.socialSites li:last-child {
	padding-right: 0;
}
.socialSites i {
	font-size: 2em;
	color: #FFF;
}
/*----------------------*/
/*----------------------*/
.mainContent {
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0;
	text-align: left;
}
/*----------------------*/
/*----ONE COLUMN LAYOUT STYLING----*/
.oneClmSty {
	width: 80%;
	min-width: 400px;
	margin: 0 auto;
	margin-bottom: 5em;
}
.oneClmSty a {
	color: #666;
}
.associateList {
	float: left;
	position: relative;
	padding: 5px 10px;
	color: #666;
	text-transform: uppercase;
	font-size: 1em;
	border-right: 1px solid #CCC;
	margin-bottom: 0.5em;
}
.associateList:nth-child(even) {
	color: black;
}
.associateList:last-child {
	border-right: none;
}
.associateList a:hover {
	text-decoration: line-through;
}
.associateDesc {
	font-size: 0.9em;
	padding-bottom: 2em;
}
.associateDesc img {
	max-height: 250px;
	max-width: auto;
}
.associateDesc img {
	max-height: auto;
	max-width: 250px;
}
.associateLinks {
	position: relative;
	margin: 1em 0 2em 0;
	width: 100%;
	padding-top: 0.3em;
}
.associateLinks i {
	font-size: 2em;
	margin-right: 0.5em;
	color: #000;
}
/*----------------------*/
/*----LIST VIEW (LINE SEPARATION) STYLING----*/
.listItems {
	margin: 2em 0;
}
.listItem {
	position: relative;
	display: block;
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: solid;
	border-width: thin;
	border-color: #CCC;
	letter-spacing: 0.6px;
}
.listItem h2 {
	font-size: 1.4em;
	padding-bottom: 0.7em;
}
.listItem:first-child {
	padding-top: 0;
	border-top: none;
}
.listItem img {
	float: left;
	height: 125px;
	margin-right: 1em;
	margin-bottom: 1em;
}
/*----------------------*/
.articlesList, .openedItem {
	position: relative;
	float: left;
	width: 60%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 30px;
	text-align: left;
}
.sideSection {
	position: relative;
	float: right;
	width: 40%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 30px;
	text-align: left;
	overflow: hidden;
}
/*----HOMEPAGE ARTICLE STYLING----*/
.articleItem, .otherArticleItem {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	clear: both;
}
.articleItem img, .otherArticleItem img {
	float: left;
	margin-right: 10px;
	margin-bottom: 1.5em;
	width: 100px;

	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
.articleInfo {
	overflow: hidden;
}
.articleTitle, .otherArticleTitle {
	background: black;
	padding: 2px 5px;
	margin-bottom: 3px;
}
.articleTitle a, .otherArticleTitle a {
	color: white;
	font-weight: 100;
}
.articleCategory {
	display: inline;
}
.releaseCategory {
	float: left;
	padding-right: 10px;
}
.articleCategory a {
	padding-right: 10px;
	float: left;
}
.dateLB {
	float: left;
	padding-left: 10px;
	border-left: 1px solid black;
}
.dateNB {
	float: left;
	font-size: 1em;
}
.articleAutor {
	display: block;
	width: 100%;
}
.shortText {
	display: block;
	height: 40px;
	overflow: hidden;
}
.shortText60 {
	display: block;
	height: 60px;
	overflow: hidden;
}
.articleItem p, .otherArticleItem p {
	line-height: 150%;
}
.openedItem .articleTitle {
	background: none;
	padding: 0;
	margin-bottom: 3px;
	line-height: normal;
	font-size: 1.1em;
}
.openedItem .articleCategory, .openedItem .date, .openedItem .articleAutor {
	font-size: 0.9em;
}
.articleContent {
	margin: 10px 0;
	line-height: 150%;
}
/*.articleContent img {
	max-height: 400px;
	max-width: auto;
}
.articleContent img {
	max-height: auto;
	max-width: 400px;
}*/
/*----HOMEPAGE INFO STYLING----*/
.infoItem {
	position: relative;
	float: left;
	width: 100%;
	min-width: 200px;
	height: auto;
	margin-bottom: 1.5em;
	padding-top: 10px;
	border-top: 8px solid black;
}
.infoItem img {
	max-width: 400px;
}
.infoDate {
	font-weight: lighter;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.infoTitle {
	color: #333;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}
.infoTitle a {
	color: #333;
	line-height: 130%;
}
.infoTitle img {
	display: block;
	max-width: 200px;
}
.infoText {
	font-size: 0.8em;
}
.infoText img {
	float: left;
	display: block;
	padding-right: 1em;
}
.textDesc {
	margin-bottom: 2em;
}
.textDesc a {
	color: black;
}
/*---------------------------*/
/*----RELEASE STYLING----*/
.table5 {
	float: left;
	width: 6%;
	padding-left: 1%;
}
.table10 {
	float: left;
	width: 11%;
	padding: 0 1%;
}
.table85 {
	float: left;
	width: 79%;
	padding-right: 1%;
}
.trackList ul {
	padding: 1em 0;
	width: 100%;
}
.trackList li {
	display: inline-block;
	width: 100%;
	line-height: 20px;
	background-color: white;
	clear: both;
	font-size: 1em;
}
.trackList li:nth-child(odd) {
background-color: #F7F7F7;
}
.downloadLink a {
	font-size: 1.1em;
	color: #830024;
}
.downloadLink i {
	font-size: 1.5em;
}
/*----------------------*/
/*----ACTION MENU STYLING----*/
.actionsMenu {
	width: 100%;
	margin-top: 2em;
	text-align: right;
}
.backMenu {
	position: fixed;
	bottom: 15px;
	right: 20%;
	margin: 0 auto;
	text-align: right;
	z-index: 1000;
}
.actionsMenu li, .backMenu li {
	display: inline;
	margin-right: 5px;	
}
.actionsMenu li:last-child, .backMenu li:last-child {
	margin-right: 0;	
}
.actionsMenu .blackButton a, .backMenu .blackButton a {
	background-color: black;
	color: white;
}
.actionsMenu a, button, .backMenu a {
	font-size: 11px;
	padding: 5px 10px;
	color: black;
	background-color: #F7F7F7;
	border: 1px solid #E5E5E5;
}
/*----------------------*/
/*RADIO SCHEDULE PAGE -STYLING*/
.spodeliInfo {
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 30px;
}
.spodeliInfo a {
	color: black;
}
.oneColumnDiv {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	clear: both;
	width: 100%;
	text-align: left;
	padding: 0 30px;
}
/*--------*/
/*----LINK COLOR STYLING----*/
.orangeText {
	color: #FF8000;
}
.blueText {
	color: #00F;
}
.redText {
	color: #C00;
}
.greenText {
	color: #090;
}
.pinkText {
	color: #C09;
}
/*----------------------*/
/*----SHARE BUTTONS STYLING----*/
.share-buttons {
	margin: 2em 0;
	/*font-size: 0.9em;*/
}
.share-buttons i {
	font-size: 2em;
	padding-right: 0.4em;
}
.facebook-color {
	color: #3B5998;
}
.twitter-color {
	color: #4099FF;
}
.googleplus-color {
	color: #D34836;
}
.pinterest-color {
	color: #C92228;
}
.mail-color {
	color: #CCC;
}
/*----------------------*/
/*----------------------*/
#galleria {
	width: 800px;
	height: 500px;
	background: white;
	margin: 0 auto;
	margin-bottom: 3em;
}
.infonow103 {
	position: relative;
	display: block;
	width: 95%;
	min-width: 200px;
	margin-bottom: 1.5em;
	font-size: 12px;
	background-color: black;
	color: white;
	padding: 5px 2.5%;
}