@charset "utf-8";
/* CSS Document */

body {
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	color:#ffffff;
	background:#000000;
}
strong {
	font-weight:bold;
}
a {
	color:yellow;
}
a:link {
	color:yellow;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:yellow;
}
a:hover, a:focus {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #94232f;
}
a:active, a:focus {
	outline: none;
 ie-dummy: expression(this.hideFocus=true);
}
:focus {
	outline: none;
}
a[href^=tel] {
color: inherit;
}
.center-image {
	margin:0 auto;
}
.center-image img {
	margin:0 auto;
}
* {
	box-sizing:border-box;
} 

.main_topwrap {
	position:relative;
	width:100%;
	height:600px;
	font-size: 35px;
	font-weight:400;
	letter-spacing:15px;
	text-decoration: none;
	color: #292929;
	text-align:center;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	overflow:hidden;
	background: url(info_podcast-jumbo.jpg) no-repeat center top;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.main_textwrap {
	position:relative;
	width:100%;
	max-width:1200px;
	font-size: 16px;
	font-weight:400;
	color: #ffffff;
	text-align:center;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}
.main_textwrap h1 {
	font-size: 32px;
	font-weight:400;
	letter-spacing:1px;
	color:#ff0000;
	text-transform:uppercase;
	margin: 40px 0px 40px 0px;
}

.main_musicwrap {
	position:relative;
	width:100%;
	margin: 40px 0px 40px 0px;
	padding: 30px 20px 50px 20px;
	text-align:center;
	overflow:hidden;
	background: #ff0000;
}

.main_music_container {
	position: relative; 
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding: 20px 20px 20px 20px;
}
.music_container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}

.music_container iframe, .music_container object, .music_container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.main_bottomwrap {
	position:relative;
	width:100%;
	max-width:980px;
	margin:0 auto;
	text-align:center;
	padding: 20px 20px 40px 20px;
	z-index: 10;
	overflow:hidden;

}
.main_bottomwrap img {
	position:relative;
	max-width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;

}

 @media (max-width: 991px) {
.main_topwrap {
	position:relative;
	width:100%;
	height:400px;
	font-size: 35px;
	font-weight:400;
	letter-spacing:15px;
	text-decoration: none;
	color: #292929;
	text-align:center;
	padding: 8px 0px 0px 0px;
	z-index: 10;
	overflow:hidden;
	background: url(info_podcast-jumbo.jpg) no-repeat center top;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}	 
}
 @media (max-width: 767px) {
.main_topwrap {
	position:relative;
	width:100%;
	height:300px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	overflow:hidden;
	background: url(info_podcast-jumbo.jpg) no-repeat center top;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.main_textwrap h1 {
	font-size: 24px;
	font-weight:400;
	letter-spacing:1px;
	color:#ff0000;
	text-transform:uppercase;
	margin: 40px 0px 40px 0px;
}
.main_music_container {
	position: relative; 
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding: 20px 0px 20px 0px;
}
	 
}

@media (min-width: 1400px) {
	
.main_topwrap {
	position:relative;
	width:100%;
	height:770px;
	color: #292929;
	text-align:center;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	overflow:hidden;
	background: url(info_podcast-jumbo.jpg) no-repeat center top;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
	
}