body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

a {
	color: #003366;  
	text-decoration: none; font-weight: bold;
}
a:hover{
	text-decoration: underline; 
}
a img{
	border: 0px;
}

/* Honey pot */
a.hp {
	display: none;
}

#friends2follow_widget_postfeed_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	padding: 0px 8px 8px 8px;
}

.live_news_item{
	margin: 14px 0px;
	overflow: hidden;
}
.live_news_item:last-child{
	border-bottom: 0px;
}

.live_news_item .header{
	display: block;
	color: #6a6a6a;
	border-top: 1px solid #eeeeee;
	background-color: #f6f6f6;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 2px; /* Odd overflow issue */
	padding: 2px 0px;
	hyphens: auto;
}
.live_news_item .header .time{
	display: inline-block;
	padding-left: 13px;
	font-size: 10px;
}
.live_news_item.facebook .header .time{
	background: url('../img/icons/14px/facebook.png') no-repeat 0px 2px;
	background-size: 10px;
}
.live_news_item.googleplus .header .time{
	background: url('../img/icons/14px/googleplus.png') no-repeat 0px 2px;
	background-size: 10px;
}
.live_news_item.twitter .header .time{
	background: url('../img/icons/14px/twitter.png') no-repeat 0px 2px;
	background-size: 10px;
}
.live_news_item.youtube .header .time{
	background: url('../img/icons/14px/youtube.png') no-repeat 0px 2px;
	background-size: 10px;
}
.live_news_item.instagram .header .time{
	background: url('../img/icons/14px/instagram.png') no-repeat 0px 2px;
	background-size: 10px;
}
.live_news_item.rss .header .time{
	background: url('../img/icons/14px/rss.png') no-repeat 0px 2px;
	background-size: 10px;
}
.live_news_item.flickr .header .time{
	background: url('../img/icons/14px/flickr.png') no-repeat 0px 2px;
	background-size: 10px;
}
.live_news_item.tumblr .header .time{
	background: url('../img/icons/14px/tumblr.png') no-repeat 0px 2px;
	background-size: 10px;
}

.live_news_item .avatar{
	float: left;
	clear: left;
	margin: 4px 10px 4px 0px;	
}
.live_news_item .photo{
	max-width: 100%;
	height: auto;
	margin: 4px 0px 4px 0px;
}
.live_news_item .avatar{
	width: 32px;
	height: 32px;
}
.live_news_item .username{
	color: #333333;
}
.live_news_item h5 {
	font-size: 11px;  
	margin: 0px;  
	padding-bottom: 2px;
}
.live_news_item p{
	margin: 0px;
}

.live_news_item.instagram p.caption{
	padding-bottom: 2px;
}

.logo img {
	max-width: 100%; 
	height: auto;
	margin: 12px auto 6px auto;
	display: block;
}

.live_news_item.sponsor .header{
	padding-bottom: 12px;
	background: url('../img/sponsor_tag.png') no-repeat center 16px;
}

.live_news_item img.emoji{
	height: 1.2em;
	width: 1.2em;
	margin: 0px 0.15em 0px 0.15em;
	vertical-align: -0.12em;
}

.tumblr.live_news_item .quote{
	display: block;
	font-family: georgia, serif;
	font-size: 11px;
}
.tumblr.live_news_item .quote.medium{
	font-size: 14px;
}
.tumblr.live_news_item .quote.short{
	font-size: 18px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tumblr.live_news_item .quote:before{
	content: "\201C";
}
.tumblr.live_news_item .quote:after{
	content: "\201D";
}
.tumblr.live_news_item .quote-byline{
	display: block;
}

.tumblr.live_news_item .question{
	display: block;
	position: relative;
	clear: left;
	padding: 8px 10px;
	font-size: 10px;
	background: #f3f3f3;
	margin-bottom: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tumblr.live_news_item .question:after{
	display: block;
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #f3f3f3 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
.tumblr.live_news_item .question-byline{
	min-height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
}
.tumblr.live_news_item .question-byline img{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	float: none;
	clear: none;
}
.tumblr.live_news_item .question-byline a{
	color: #2C3E50;
}
.tumblr.live_news_item .answer{
	display: block;
	margin-top: 6px;
}

.tumblr.live_news_item .chat{
	font-family: "Courier", monospace;
	display: block;
}
.tumblr.live_news_item .chat .line{
	display: block;
	margin: 8px 0px;
	line-height: 1.4;
}
.tumblr.live_news_item .chat .line .label{
	font-weight: bold;
	padding-right: 5px;
}

#friends2follow_widget_postfeed_wrapper.mobile{
	overflow: hidden;
	overflow-y: hidden;
	padding-top: 30px;
	margin: 0px auto !important;
}
#friends2follow_widget_postfeed_wrapper.mobile .live_news_item.last{
	margin-bottom: 40px;
}
#postfeed-up, 
#postfeed-down {
    position: fixed;
    left: 0px;
    z-index: 998;
    cursor: pointer;
    width: 100%;
    height: 40px;
	background-color: rgba(255, 255, 255, .85);
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#postfeed-up {
	top: 0px;
}
#postfeed-down {
	bottom: 0px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-up:before {
   content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
#postfeed-up .glyphicon,
#postfeed-down .glyphicon{
	display: block;
	position: relative;
	top: 50%;
	font-size: 20px;
	line-height: 20px;
	margin-top: -10px;
	text-align: center;
}
#postfeed-up.disabled, 
#postfeed-down.disabled {
	opacity: 0.3 !important;
	cursor: initial;
}

#friends2follow_self_service_cta{
	opacity: 0;
	position: fixed;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 9997;
}
#friends2follow_self_service_cta.active {
	opacity: 1;
	transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
#friends2follow_self_service_cta.shake {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
   animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-name: shake;
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
}
#friends2follow_self_service_cta a{
	padding: 10px;
	border-radius: 20px;
}
#friends2follow_self_service_cta .bubble{
	display: none;
	white-space:nowrap;
	position: absolute;
	top: -56px;
	padding: 10px;
	/* This is overwritten based on verbage length */
	left: -140px;
	border-radius: 3px;
}
#friends2follow_self_service_cta .bubble:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}
#friends2follow_self_service_cta a:hover .bubble{
	display: block;
}

#friends2follow_self_service_modal_vale{
	display: none;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.6;
	z-index: 9998;
}

#friends2follow_self_service_modal {
	display: none;
	position: fixed;
	z-index: 9999;
	width:100%;
	height: 100%;
}
#friends2follow_self_service_modal .modal_wrapper{
	display: table;
	width: 100%;
	height: 100%;
}
#friends2follow_self_service_modal .modal_content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#friends2follow_self_service_modal .modal_content .modal_body{
	display: block;
	position: relative;
	text-align: left;
	max-width: 450px;
	margin: 22px 16px;
	padding: 22px 26px;
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}
#friends2follow_self_service_modal .modal_content .modal_close{
	position: absolute;
	top: -12px;
	right: -12px;
}
#friends2follow_self_service_modal .modal_content .modal_close a{
	color: #FFF;
	background-color: #2C3E50;
	border: 2px solid #FFF;
	border-radius: 20px;
	padding: 8px;
}
html[lang="de"] #friends2follow_self_service_modal .form-submit button{
	font-size: 12px;
	letter-spacing: -.5px;
}

#friends2follow_powered_by{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: none;
	text-align: right;
	font-size: 10px;
	color: #cccccc;
	display: none;
}
#friends2follow_powered_by a{
	color: #cccccc;
}
body.mobile #friends2follow_powered_by{
	display: none !important;
}

#postfeed-loading{
   box-sizing: border-box;
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: -60px;
    width: 110px;
	z-index: 999;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 8px 18px;
	text-align: center;
	background-color: white;
	-moz-box-shadow:    0px 0px 7px 2px #bbbbbb;
	-webkit-box-shadow: 0px 0px 7px 2px #bbbbbb;
	box-shadow:         0px 0px 7px 2px #bbbbbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

/**** Glyphicons ****/
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../../../themes/platypost/fonts/glyphicons-halflings-regular.eot');
	src: url('../../../themes/platypost/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../themes/platypost/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../themes/platypost/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../themes/platypost/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/**** Shake animation for "Add my Business CTA" ****/
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@media only screen and (min-width: 185px) and (min-device-width: 185px){

	.live_news_item .photo{
		float: left;
		clear: left;
		margin: 4px 10px 4px 0px;
	}
	.live_news_item .photo{
		max-width: 40%;
		height: auto;
	}

}

@media only screen and (min-width: 250px) and (min-device-width: 250px){

	.live_news_item{
		margin: 0px;
		padding: 10px 0px 10px 65px;
		position: relative;
		border-bottom: 1px solid #eeeeee;
	}
	.live_news_item:last-child{
		border-bottom: 0px;
		padding-bottom: 0px;
	}
	.live_news_item .header{
		left: 0;
		top: 12px;
		position: absolute;
		width: 57px;
		border: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
		text-align: left;
		background: none;
	}
	.live_news_item .header .time{
		display: block;
	}	

	#friends2follow_self_service_cta{
		right: 26px;
		width: auto;
	}
	#friends2follow_self_service_cta .bubble{
		top: -10px;
	}
	#friends2follow_self_service_cta .bubble:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #ffffff;
		border-width: 6px;
		margin-top: -6px;
		margin-left: 0px;
	}

	#postfeed-loading{
		margin-left: -86px;
		width: 172px;
		font-size: 16px;
	}

}

/* Wide and tall enough for "Powered by" (IAB Half-Page)*/
@media screen and (min-width: 300px) and (min-device-width: 300px) and (min-height: 600px) {
	
	#friends2follow_widget_postfeed_wrapper{
		margin-bottom: 16px;
	}
	#friends2follow_self_service_cta{
		bottom: 36px;
	}
	#friends2follow_powered_by{
		display: block;
	}

}

@media only screen and (min-width: 400px) and (min-device-width: 400px){
	
	.live_news_item .avatar{
		width: 40px;
		height: 40px;
	}

	.live_news_item .photo{
		max-width: 45%;
	}

	#postfeed-loading{
		margin-left: -125px;
		width: 250px;
		font-size: 24px;
	}

}

@media only screen and (min-width: 500px) and (min-device-width: 500px){
	
	body, .live_news_item h5{
		font-size: 12px;
	}
	.live_news_item{
		padding: 14px 0px 14px 75px;
	}
	.live_news_item .header{
		width: 67px;
	}
	.live_news_item .header .time{
		font-size: 11px;
	}
	.live_news_item .header .time{
		background-position: 0px 3px !important;
	}

	.tumblr.live_news_item .quote{
		font-size: 14px;
	}
	.tumblr.live_news_item .quote.medium{
		font-size: 18px;
		line-height: 1.4;
		-webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	.tumblr.live_news_item .quote.short{
		font-size: 22px;
		line-height: 1.3;
		-webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}

	#postfeed-loading{
		margin-left: -135px;
		width: 270px;
		font-size: 26px;
	}

	html[lang="de"] #friends2follow_self_service_modal .form-submit button{
		font-size: 14px;
		letter-spacing: normal;
	}

}

/* Self Service modal needs to be horizonally centered */
@media screen and (min-width: 532px) and (min-device-width: 532px) {

	#friends2follow_self_service_modal .modal_content .modal_body{
		margin: 22px auto;
	}
	
}