
body {
	background-color: black;
	color:white;
    font-family: 'Catamaran', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  repeat:no-repeat;
  
  width: 100%;
  height: 100%;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(10px);
  background-color: black;
  opacity:0.3;
}

.top-logo-left img{
	width:150px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.episode-landing-page {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 900px;
	/*background-color: rgba(0,0,0,.5);*/
}

.episode-cover-img img{
	width: 40%;
	padding: 5px;
	margin-bottom: 20px;
    background: rgb(236, 236, 236);
	float:left;
	margin-right:30px;
}

@media (max-width: 640px) 
{
	.episode-cover-img img{width: 95%;}
}

.episode-title{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 35px;
	font-weight:400;
}

div#small-player{
	display:none;
}

.episode-desc{
	font-size: 24px;
	font-weight:100;
	margin-bottom: 15px;
	margin-top:20px;
	line-height:30px;
}

.show-author{
	font-size: 20px;
	font-weight:400;
	color:#fdcc52;
}

.episode-options-right {
}

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    width: 3.7em;
    outline: none;
    text-align: center;
    border-radius: 5px;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.play    { 
	background: #fdcc52; 
	width: 400px;
    padding: 10px;
    border-radius: 30px;
	max-width:320px;
	line-height: 1em;
    margin-top: 50px;
	margin-bottom: 50px;
    height: 50px;
	font-size:23px;
	font-family: 'Catamaran', sans-serif;
	font-weight:bold;
}