* {
	font-family:"Roboto", sans-serif;
	font-weight:300;
}
html {
	width:100%;
	height:100%;
}
body {
	position:relative !important;
}
.navbar-default {
	background: #4D6E74;
	border-color:#bfbfbf;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color:#bfbfbf
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color:rgba(0,0,0,0.8);
	color:#fff;
}
img {
	display:inline-block;
	margin:0 auto;
}
hr {
	margin-top:2em;
	margin-bottom:2em;
	border-top:1px solid #bfbfbf;
	width:25%;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-weight:700;
	line-height:1.25;
	margin:1em 0;
	letter-spacing:-1px;
}
.h1,h1{font-size:48px}
.h2,h2{font-size:40px}
.h3,h3{font-size:28px}
.h-thin {
	font-weight:300;
}
#navtop h1 {
	margin-top:0;
}
.h4, .h5, .h6, h4, h5, h6 {
	letter-spacing:0;
}
.mike-home {
	margin-top:2em;
	width:280px !important;
	max-width:50%;
}
.btn {
	padding:10px 15px;
	font-weight:700;
}
.btn-default {
	transition:all 241ms !important;
}
.btn img.icon-feed {
	display:inline-block;
	margin:0 1em 0 0;
	height:48px;
	width:auto;
}
.btn-audio {
	float:right;
	margin:0 0 0 10px;
	border-radius:0;
}
.btn-default:hover {
	color:#fff !important;
	background-color:#333 !important;
	border-color:#333 !important;
}
.btn-podcast {
	display:inline-block;
	margin-bottom:1em;
}
p {
	margin:2em auto;
}
div#past {
	border:#f2f2f2;
}
div.audio {
	padding:1.5em;
	text-align:left;
}
div.audio:nth-child(odd) {
	background-color:#f2f2f2;
}
p.audio {
	margin:0 auto;
	padding:2em;
	border:1px solid #f2f2f2;
	text-align:left;
}
p.audio:nth-child(even) {
	background-color:rgba(0,0,0,0.05);
}
#navtop {
	padding-top:81px;
/*
	background-image:url(../img/bg_bible.jpg);
*/
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-color: #4D6E74;
}
#navtop h1 {
	margin-bottom:0;
}
#navtop h2 {
	margin-top:0;
}
#navlisten {
	padding-bottom:2.5em;
	background:rgba(255,255,255,0.5);
}
#navcontact {
	background-image:url(../img/bg_bible_footer.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	color:#fff;
}
.paddingPlayer {
	padding:8em 1em;
}
div#audio {
	margin:2em 0 0 0;
}
div#audio audio {
	display:block;
	clear:both;
	margin:0 auto;
	padding:0;
	width:50%;
	max-width:960px;
}
div#audio object {
	height:69px;
}
.bgF5 {
background-color:#f5f5f5;
}


@media only screen and (max-width:767px) {
h1 {
line-height:1em;
}
div.audio {
	padding:1em;
}
p.audio {
	width:100% !important;
	max-width:100%;
}
div#audio audio {
	padding:0 1em;
	width:100%;
}
}

@media (min-width:1200px){
.container{
	width:970px;
}
}
