.featured{
	overflow: hidden;
}

.featured-title{
	font-weight: bold;
	font-size: 16px;
	color: orange;
	margin-bottom: 6px;
	}
	
.past-featured-title{
	font-weight: bold;
	font-size: 14px;
	color: black;
	}

.featured-images {
	padding: 1em;
	overflow: hidden;
	text-align: center;
}

.featured-images .large-image {
  text-align: right;
  display: block;
  margin-top: 4px;
  min-width: 60px;
  min-height: 54px;
  margin:0 auto;
}

.featured-images .large-image img {
   max-height: 177px;
}

.featured-images .author-image {
   position: absolute;
   bottom: 6px;
   right: 0;
}

.featured-description{
	position: relative;
	min-height: 239px;
	overflow: hidden;
}

.feed-item-featuredpic{
	float: middle;
	display: block;
	text-align: center;
	margin: 10px 0;
	position: relative;
}

.featured-past{
	position: relative;
	margin: 0 auto;
}
.featured-past .past-post {
	position: relative;
	min-height: 68px;
	margin-bottom: 10px;
}

.featured-past .past-post:last-child {
  margin-bottom: 0;
}

.featured-past .past-post-description {
	padding-left: 10px;
	overflow: hidden;
}

.author-image{
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	border-radius: 3px 3px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #bebebe;
	padding: 3px;	
	background: #ffffff;
	width: 50px;
	height: 50px;
	float: left;
}

.like-buttons {
   white-space: nowrap;
   	padding: 1em;
}

.selected-tab {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background-color: #DCDCDC;
}

.not-selected-tab{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.tags{
	font-size: 9pt;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
.description{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}


.jazz-team-blog .feed-item, .planet-jazz .feed-item {
    margin-bottom: 32px;
}

.feed-item-featuredpic .large-image  {
	max-height: 250px;
	max-width: 100%;
}

#main-content {
	white-space: nowrap;	
	margin-top: -40px;
}

#main-content > div {
	vertical-align: top;
	white-space: normal;
  	width: 50%;
  	display: inline-block;
  	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	padding-right: 25px;
}

#main-content > div:last-child {
	padding-right: 0;
	padding-left: 25px;
}

.last-stop {
	text-align: center;
}

.blog-items {
	margin-top: 2em;
}

.featured-image-wrapper {
	margin: 0 auto;
	display: inline-block;
	max-width: 330px;
	overflow: hidden;
}

.featured-images .author-image {
	position: relative;
	text-align: center;
	bottom: 50px;
	float: right;
}

.feed-item-author {
	font-size: 9pt;
  	margin-top: 2px;
  	margin-bottom: 5px;
}

.blog-orientation {
	padding-left: 10px;
	overflow: hidden;
}

