
body {
  padding-top: 0px;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
.font-main{
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

.font-head{
  font-family: 'Arvo', Georgia, Times, serif;
}


.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.jumbotron{
  padding: 20px;
}
.jumbotron h2{
  margin-top: 10px;
}
.hero-image img{
  max-width: 100%;
}
.jumbotron h1{
}
.lead{
  margin:12px;
}

.container .jumbotron, .container-fluid .jumbotron{
  #border-radius:0px;
}

.metainfo{
#  font-family: "Arial,Helvetica Neue,Helvetica,sans-serif";
  margin-bottom:0px;
  text-align: left;
}
.artist {
  display:inline-block; 
}

.title{
  vertical-align: middle;
  font-size: 150%;
  
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height:120%;
}

.subtitle{
  font-size: 13px;
#  font-size: 80%;
  padding-bottom:1px;
}

.tags{
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-bottom:0px;
  padding-bottom:2px;
  padding-top:0px;
  font-weight:bold;
  font-family: "Interstate","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Garuda,Verdana,Tahoma,sans-serif;
}
.tracks_info{
}
.year{
}

.album_image img{
  width:100%;
  height:100%;
}
.player_content{
  display:none;
  margin: 0px auto;
}
.album_player{
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.album_player iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.album_links div{
  padding:0px;
}
.album_links hr{
  padding:0px;
  margin:0px;
  margin-top:4px;
}
.album_links{
  margin:0px;
  padding:2px;
  margin-bottom:24px;
  margin-top:2px;
}

.album_ext_url{
  font-size: 11px;
  line-height:140%;
  font-family: "Interstate","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Garuda,Verdana,Tahoma,sans-serif;
}
.album_ext_url a,
.album_ext_url a:link,
.album_ext_url a:visited{
  font-size: 11px;
  padding:0px;
}

.album_ext_url a:active,
.album_ext_url a:hover{
}

.album_ext_url_left{
  float:left;
}
.album_ext_url_right{
  float:right;
}

.footer{
  font-family: "Arial,Helvetica Neue,Helvetica,sans-serif";
}

.album_image{
  position: relative;
  padding: 0;
}
.album_text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

  text-align: left;
  padding:6px;
}

.album_text:hover {
  opacity:1;
}
.album_text img{
  position: absolute;
  top:0px;
  left: 0px;
}

img {
  z-index:1;
}

.album_artist{
  font-size: 20px;
  text-align: left;
  line-height:120%;
}
.album_title{
  font-size: 16px;
  text-align: left;
  line-height:100%;
}
.album_contributors{
#  position: absolute;
#  bottom:2px;
  font-size: 12px;
}

.video_title{
  font-size: 16px;
  line-height:120%;
}
.video_container{
  margin-bottom:12px;
}
.video_title{
  font-size: 12px;
  text-align: left;
  line-height:120%;
}

.featured_video{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border: 0px;
}

.featured_video iframe, .featured_video object, .featured_video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 0px;
}
.footer_container{
  padding:12px 24px 12px 24px;
}
.footer{
  padding: 16px 0px 16px 0px;
}
.footer_text{
}
.copyright{
 margin-top:12px;
}

.footer_icon{
  width:32px;
  height:32px;
  margin-right:8px;
}
.bio_headline{
font-size: 22px;
font-family: inherit;
font-weight: 500;
line-height: 1.4;
color: inherit;
padding:6px;
}
.profile img{
float: left;
margin-right: 16px;
margin-bottom: 12px;
}
.profile span{
padding-left:0px;
}
.profile_text{
margin-top: 0px;
}
.profile {
margin: 6px;
font-family: "Times New Roman", Times, serif;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.bio{
  padding-bottom:36px;
}

.staff_bios{
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.form_header{
margin-bottom:16px;
}
