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;
	background-color: #eaeaea;
}

a{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

/* Honey pot */
a.hp {
	display: none;
}

#friends2follow_widget_socialstack_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0px 6px;
}

#socialstack-container{
	max-width: 1300px;
	margin: 6px auto;
}
.gutter-sizer{
	width: 0%;
	float: left;
}
.socialstack-item,
.grid-sizer {
	width: 100%;
	margin-bottom: 6px;
	float: left;
}
.socialstack-item.w2 {
	width: 100%;
}
.grid-sizer,
.gutter-sizer {
	position: absolute;
}

.socialstack-content{
	background-color: white;
	-moz-box-shadow:    0px 0px 7px 2px #dcdcdc;
	-webkit-box-shadow: 0px 0px 7px 2px #dcdcdc;
	box-shadow:         0px 0px 7px 2px #dcdcdc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}
.socialstack-content .header{
	position: relative;
	padding: 10px;
	min-height: 26px;
}
.socialstack-content .header img{
	width: 26px;
	height: 26px;
	position: absolute;
}
.socialstack-content .header a.username,
.socialstack-content .header .follow-wrapper,
.socialstack-content .header .time{
	margin-left: 34px;
	display: block;
}
.no_avatar .socialstack-content .header a.username,
.no_avatar .socialstack-content .header .follow-wrapper,
.no_avatar .socialstack-content .header .time{
	margin-left: 0px;
}
.socialstack-content .header a.username{
	color: #333333;
	padding-left: 0px;
	line-height: 14px !important;
	margin-bottom: 4px;
	overflow: hidden;
}

.socialstack-content .header .time{
	font-size: 10px;
	line-height: 14px;
	padding-left: 18px;
	margin-top: 4px;
}
.socialstack-item.f2f .header .time{
	background: url('../img/icons/14px/f2f.png') no-repeat 0px 0px;
}
.socialstack-item.facebook .header .time{
	background: url('../img/icons/14px/facebook.png') no-repeat 0px 0px;
}
.socialstack-item.googleplus .header .time{
	background: url('../img/icons/14px/googleplus.png') no-repeat 0px 0px;
}
.socialstack-item.twitter .header .time{
	background: url('../img/icons/14px/twitter.png') no-repeat 0px 0px;
}
.socialstack-item.youtube .header .time{
	background: url('../img/icons/14px/youtube.png') no-repeat 0px 0px;
}
.socialstack-item.instagram .header .time{
	background: url('../img/icons/14px/instagram.png') no-repeat 0px 0px;
}
.socialstack-item.flickr .header .time{
	background: url('../img/icons/14px/flickr.png') no-repeat 0px 0px;
}
.socialstack-item.tumblr .header .time{
	background: url('../img/icons/14px/tumblr.png') no-repeat 0px 0px;
}
.socialstack-item.rss .header .time{
	background: url('../img/icons/14px/rss.png') no-repeat 0px 0px;
}
	
.socialstack-content .header .follow-wrapper{
	position: relative;
	height: 20px;
}
.socialstack-content .header .facebook-follow-wrapper{
	min-width: 52px;
}
.socialstack-content .header .facebook-follow-wrapper .fb-like{
	position: absolute;
	min-width: 52px;
}
html[lang="de"] .socialstack-content .header .facebook-follow-wrapper .fb-like{
	 /* Facebook rendering Like button to small for German word for like.. */
	width: 85px !important;
}

.socialstack-content .header .follow-wrapper .follow-button{
	font-size: 11px;
	color: white;
	padding: 2px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
}
.socialstack-content .header .follow-wrapper .follow-button:hover{
	text-decoration: none;
	opacity: 0.85;
}
.socialstack-content .header .follow-wrapper .f2f-follow-button{
	background-color: #18BC9C;
}
.socialstack-content .header .follow-wrapper .instagram-follow-button{
	background-color: #606364;
}
.socialstack-content .header .follow-wrapper .flickr-follow-button{
	background-color: #ff0e84;
}
.socialstack-content .header .follow-wrapper .tumblr-follow-button{
	background-color: #36465d;
}
.socialstack-content .header .follow-wrapper .rss-follow-button{
	background-color: #F7931E;
}
.socialstack-content .header .follow-wrapper .facebook-lite-follow-button{
	background-color: #4267b2;
}
.socialstack-content .header .follow-wrapper .twitter-lite-follow-button{
	background-color: #1b95e0;
}
.socialstack-content .header .follow-wrapper .googleplus-lite-follow-button{
	background-color: #dd4c38;
}
.socialstack-content .header .follow-wrapper .youtube-lite-follow-button{
	background-color: #e62117;
}
.socialstack-content .header .follow-wrapper .follow-button .icon{
	font-size: 13px;
	margin-left: -3px;
	margin-right: 1px;
}
.socialstack-content .header .follow-wrapper .follow-button .icon-instagram{
	font-size: 15px;
	position: relative;
	top: 1px;
}
.socialstack-content .header .follow-wrapper .follow-button .icon-tumblr{
	font-size: 12px;
	line-height: 20px;
}
.socialstack-content .header .follow-wrapper .follow-button .icon-f2f{
	font-size: 15px;
	line-height: 13px;
	position: relative;
	top: 1px;
}
.socialstack-content .header .follow-wrapper .follow-button .icon-rss{
	position: relative;
	top: 1px;
}
.socialstack-content .header .follow-wrapper .follow-button .icon-facebook{
	position: relative;
	top: 1px;
}
.socialstack-content .header .follow-wrapper .follow-button .icon-gplus{
	font-size: 12px;
	line-height: 20px;
	margin-right: 3px;
}


.socialstack-content a img{
	border: 0px;
}
.socialstack-content img.photo,
.socialstack-content iframe.vine_embed{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0px auto -5px auto;
	border: 0px !important;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius: 3px 3px 0px 0px;
}
.socialstack-content iframe.vine_embed{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-top: 1px black solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.socialstack-content .vine_wrapper {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.socialstack-content img.default_image{
	display: none;
}
.logo .socialstack-content img{
	max-width: 100%;
	margin: 0px auto 0px auto;
	display: block;
	padding: 0px;
	box-sizing: border-box;
}

.socialstack-content video,
.socialstack-content .mejs-container,
.socialstack-content iframe.vimeo_embed,
.socialstack-content iframe.issuu_embed{
	display: none;
	border: 0px !important;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius: 3px 3px 0px 0px;
	overflow: hidden;
}
.socialstack-content .poster.small_only{
	display: block;
}

.socialstack-content .photo-slider{
	display: block;
	overflow: hidden;
	position:relative;
	width: 100%;
	height: auto;
	margin: 0px auto -5px auto;
}
.socialstack-content .photo-slider img.photo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0px;
}

.socialstack-content h2,
.socialstack-content p,
.socialstack-content .tweet-tools{
	padding: 0px 10px 10px 10px;
	margin: 0px;
	overflow: hidden;
}
.socialstack-content h2,
.socialstack-item.w2 h2{
	font-size: 13px;
	line-height: 1.3;
}
.socialstack-content h2 + p {
	margin-top: -8px;
}

.socialstack-content .event,
.socialstack-content .offer,
.socialstack-content .auto {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	position: relative;
	top: 10px;
	margin: 0px 10px 10px 10px;
	padding: 8px;
	border: 1px solid #EFEFEF;
	text-align: center;
	background-color: white;
}
.socialstack-content .event.over-photo,
.socialstack-content .offer.over-photo,
.socialstack-content .auto.over-photo{
	z-index: 101; /* higher than photo-slider */
	top: auto;
	bottom: 16px;
	margin-bottom: -16px;
}
.socialstack-content .event h2,
.socialstack-content .offer h2,
.socialstack-content .auto h2{
	padding: 0px 0px 10px 0px;
}
.socialstack-content .event p,
.socialstack-content .offer p,
.socialstack-content .auto p{
	padding: 0px;
	font-style: italic;
}

.f2f .socialstack-content .no-photo .body.medium,
.twitter .socialstack-content .no-photo .tweet.medium{
	font-size: 14px;
}
.f2f .socialstack-content .no-photo .body.short,
.twitter .socialstack-content .no-photo .tweet.short{
	font-size: 18px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.f2f .socialstack-content .no-photo .body.medium a,
.f2f .socialstack-content .no-photo .body.short a,
.twitter .socialstack-content .no-photo .tweet.medium a,
.twitter .socialstack-content .no-photo .tweet.short a{
	font-weight: normal;
}


.tumblr .socialstack-content .quote{
	display: block;
	font-family: georgia, serif;
	text-indent: -7px;
	font-size: 11px;
}
.tumblr .socialstack-content .quote.medium{
	font-size: 14px;
}
.tumblr .socialstack-content .quote.short{
	font-size: 18px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tumblr .socialstack-content .quote:before{
	content: "\201C";
}
.tumblr .socialstack-content .quote:after{
	content: "\201D";
}
.tumblr .socialstack-content .quote-byline{
	display: block;
	margin-top: 8px;
}


.tumblr .socialstack-content .question{
	display: block;
	position: relative;
	padding: 10px 12px;
	background: #f3f3f3;
	margin-bottom: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tumblr .socialstack-content .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: 17px;
}
.tumblr .socialstack-content .question-byline{
	position: relative;
	padding-left: 12px;
	min-height: 30px;
	line-height: 30px;
}
.tumblr .socialstack-content .question-byline img{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
.tumblr .socialstack-content .question-byline a{
	color: #2C3E50;
}
.tumblr .socialstack-content .answer{
	display: block;
	margin-top: 12px;
}


.tumblr .socialstack-content .chat{
	font-family: "Courier", monospace;
}
.tumblr .socialstack-content .chat .line{
	display: block;
	margin: 8px 0px;
	line-height: 1.4;
}
.tumblr .socialstack-content .chat .line .label{
	font-weight: bold;
	padding-right: 5px;
}

.tumblr .socialstack-content .tumblr_audio_wrapper{
	position: relative;
}
.tumblr .socialstack-content .tumblr_audio_wrapper embed{
	position:absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	margin-left: auto;
    margin-right: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	border: 1px solid #EFEFEF;
}


.socialstack-content .tweet-tools{
	margin: -6px 0px -3px 0px;
	list-style: none;
	display: block;
	text-align: right;
}
.socialstack-content .tweet-tools li{
	display: inline-block;
	padding: 0px 2px;
	font-size: 14px;
}

.socialstack-content .socialstack-toolbar{
	border-top: 1px solid #EFEFEF;
	padding: 6px 0px 8px 0px;
	margin: 0px 8px;
}
.socialstack-content .socialstack-toolbar .time{
	font-size: 10px;
	text-transform: uppercase;
	line-height: 22px;
	height: 22px;
	padding: 2px 8px;
	padding-right: 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.socialstack-content .socialstack-toolbar ul{
	padding: 2px 8px;
	padding-left: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.socialstack-content .socialstack-toolbar ul li{
	display: inline-block;
	padding: 0px 1px;
	font-size: 14px;
}
.socialstack-content .socialstack-toolbar .label{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 22px;
	height: 22px;
	margin-right: 5px;
	display: none;
}
.socialstack-content .socialstack-toolbar a:hover,
.socialstack-content .tweet-tools a:hover,
.socialstack-content .socialstack-toolbar .shareable-url.open a{
	text-decoration: none;
}
.socialstack-content .socialstack-toolbar .shareable-url{
	position: relative;
}
.socialstack-content .socialstack-toolbar .url-field-wrapper{
	display:none;
	position: absolute;
	z-index: 9998;
	top: 30px;
	left: -38px;
	padding: 10px;
	-moz-box-shadow:    0px 0px 7px 2px #dcdcdc;
	-webkit-box-shadow: 0px 0px 7px 2px #dcdcdc;
	box-shadow:         0px 0px 7px 2px #dcdcdc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}
.socialstack-content .socialstack-toolbar .shareable-url.open .url-field-wrapper{
	display: block;
}
.socialstack-content .socialstack-toolbar .url-field-wrapper:before{
	position: absolute;
	top: -8px;
	left: 42px;
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
}
.socialstack-content .socialstack-toolbar .url-field-wrapper input{
	padding: 6px 10px;
	font-size: 11px;
	border: 2px solid #EFEFEF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

.socialstack-content .featured_streams{
	margin: 0px;
	padding: 6px 10px;
	list-style: none;
	text-align: center;
}
.socialstack-content .featured_streams li{
	display: inline-block;
	padding: 0px 1px;
	font-size: 18px;
}
.socialstack-content .featured_streams .label{
	display: block;
	text-transform: uppercase;
	font-size: 10px;
}
.socialstack-content .featured_streams .hellip{
	position: relative;
	top: -2px;
}
.logo .socialstack-content .featured_streams img{
	padding: 1px 0px;
	height: 30px;
}


#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;
}


#friends2follow_widget_socialstack_wrapper .sponsor .socialstack-content{
	box-shadow: 0px 0px 7px 2px rgba(181, 151, 33, 0.3);
}
#friends2follow_widget_socialstack_wrapper .sponsor .socialstack-content .header{
	background: url('../img/sponsor_tag.png') no-repeat top right;
}

.socialstack-content img.lazy{
	opacity: 0;
}
.socialstack-content img.lazy.loaded{
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.socialstack-content .photo-slider.processed img.lazy.loaded{
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}

.socialstack-content img.emoji{
	height: 1.2em;
	width: 1.2em;
	margin: 0px 0.15em 0px 0.15em;
	vertical-align: -0.12em;
}

#socialstack-nav{
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px;
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px;
}

#infscr-loading{
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: -74px;
	z-index: 999;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 8px 18px;
	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 */
}
#infscr-loading img{
	display:none;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/**** 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);
  }
}

/* Equal heights */
@media screen and (max-aspect-ratio: 5/1) {

  .equal_heights .socialstack-content {
	position: relative;
  }
  .equal_heights .socialstack-content .socialstack-toolbar{
	position: absolute;
	bottom: 0px;
	margin: 0px 3%;
	width: 94%;
  }
  .equal_heights .username_long .socialstack-content .header a.username{
	font-size: 10px;
	line-height: 11px !important;
  }

  .equal_heights .photo_link{
	display: block;
	position: relative;
	max-height: 40%;
	overflow: hidden;
	border: 0px !important;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius: 3px 3px 0px 0px;
  }
  .equal_heights .short_text .photo_link{
	max-height: 60%;
  }
  .equal_heights .photo_link img {
	display: none;
  }

}

/* Not ultra micro sized */
@media screen and (min-width: 180px) and (min-device-width: 180px) and (max-aspect-ratio: 5/1) {

  #socialstack-container{
	margin: 8px auto;
  }
  #friends2follow_widget_socialstack_wrapper{
	padding: 0px 8px;
  }
  .socialstack-item,
  .grid-sizer {
	margin-bottom: 8px;
  }

}


/* Not ultra micro sized */
@media screen and (min-width: 210px) and (min-device-width: 210px) and (max-aspect-ratio: 5/1) {
	

  #socialstack-container{
	margin: 10px auto;
  }
  #friends2follow_widget_socialstack_wrapper{
	padding: 0px 10px 0px 10px;
  }  
  .socialstack-item,
  .grid-sizer {
	margin-bottom: 10px;
  }
  .logo .socialstack-content img{
	padding: 10px;
  }
  .socialstack-content .featured_streams{
	padding-top: 0px;
   }
  .socialstack-content .header{
	padding: 14px;
	min-height: 32px;
  }
  .socialstack-content .header img{
	width: 32px;
	height: 32px;
  }
  .socialstack-content .header a.username,
  .socialstack-content .header .follow-wrapper,
  .socialstack-content .header .time{
	margin-left: 40px;
  }
  
  #friends2follow_widget_socialstack_wrapper .sponsor .socialstack-content .header{
	background: url('../img/sponsor_tag_big.png') no-repeat top right;
  }
  
  .socialstack-content video,
  .socialstack-content .mejs-container,
  .socialstack-content iframe.vimeo_embed,
  .socialstack-content iframe.issuu_embed{
	display: block;
  }
  .socialstack-content .poster.small_only{
	display: none;
  }
  .socialstack-content h2,
  .socialstack-content p,
  .socialstack-content .tweet-tools  {
	padding: 0px 14px 14px 14px;
  }
  .socialstack-content .tweet-tools{
	margin: -10px 0px -5px 0px;
  }
  .socialstack-content h2,
  .socialstack-item.w2 h2{
	font-size: 14px;
  }
  
  .socialstack-content .event,
  .socialstack-content .offer,
  .socialstack-content .auto{
	padding: 10px;
	margin: 14px;
	top: 14px;
	margin: 0px 14px 14px 14px;
  }

  .socialstack-content .event.over-photo,
  .socialstack-content .offer.over-photo,
  .socialstack-content .auto.over-photo{
  	bottom: 24px;
	margin-bottom: -24px;
  }
  
  .socialstack-content .socialstack-toolbar .time{
	text-align: left;
	width: 35%;
  }
  .socialstack-content .socialstack-toolbar .time .ago{
	display: none;
  }
  .socialstack-content .socialstack-toolbar ul{
	text-align: right;
	width: 65%;
  }
  
  .socialstack-content .socialstack-toolbar .url-field-wrapper{
	left: -96px;
	padding: 12px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper:before{
	left: 100px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper input{
	font-size: 13px;
	padding: 8px 12px;
  }
  
  #infscr-loading{
	margin-left: -80px;
	font-size: 16px;
  }
  
  #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;
  }
  
}

/* Micro sized, with better space */
@media screen and (min-width: 280px) and (min-device-width: 280px) and (max-aspect-ratio: 5/1) {

  body {
	font-size: 12px;
  }
  
  .socialstack-content .featured_streams li{
	font-size: 22px;
  }
  .socialstack-content .featured_streams .label{
	display: inline-block;
	font-size: 10px;
	position: relative;
  }
  .socialstack-content .featured_streams_icons .label{
	top: -3px;
  }
  .socialstack-content .featured_streams_avatars .label{
	top: -10px;
  }
  
  .socialstack-content .header{
	min-height: 38px;
  }
  .socialstack-content .header img{
	width: 38px;
	height: 38px;
  }
  .socialstack-content .header a.username,
  .socialstack-content .header .follow-wrapper,
  .socialstack-content .header .time{
	margin-left: 46px;
  }
  .socialstack-content .header .time{
	margin-top: 6px;
  }

  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium{
	font-size: 20px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short{
	font-size: 24px;
	line-height: 1.4;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

  .tumblr .socialstack-content .quote{
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .tumblr .socialstack-content .quote.medium{
	font-size: 20px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .tumblr .socialstack-content .quote.short{
	font-size: 24px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

  .tumblr .socialstack-content .question{
	padding: 14px 16px;
	margin-bottom: 14px;
  }
  .tumblr .socialstack-content .question:after{
	border-width: 12px 12px 0;
	bottom: -12px;
	left: 20px;
  }
  .tumblr .socialstack-content .question-byline{
	padding-left: 17px;
  }
  .tumblr .socialstack-content .question-byline img{
	margin-right: 5px;
  }
  .tumblr .socialstack-content .answer{
	margin-top: 14px;
  }

  
  .socialstack-content .socialstack-toolbar .label,
  .socialstack-content .socialstack-toolbar .time .ago{
	display: inline-block;
  }
  
  .socialstack-content .socialstack-toolbar .url-field-wrapper{
	left: -130px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper:before{
	left: 134px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper input{
	font-size: 15px;
  }
	  
  
}


/* 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_socialstack_wrapper{
		margin-bottom: 16px;
	}
	#friends2follow_self_service_cta{
		bottom: 36px;
	}
	#friends2follow_powered_by{
		display: block;
	}

}


/* Enough width for 2 columns, with small space */
@media screen and (min-width: 380px) and (min-device-width: 380px) and (max-aspect-ratio: 5/1) {
   
   body {
	font-size: 11px;
   }
	
   #socialstack-container{
	margin: 12px auto;
   }
   #friends2follow_widget_socialstack_wrapper{
	padding: 0px 14px 0px 15px;
   }
  .socialstack-item,
  .grid-sizer{
	margin-bottom: 12px;
  }
   
  .gutter-sizer{
   width: 1.99%; /* Minus 0.01% due to some windows browser having issues with sub-pixels */
   }
  
  .socialstack-content .featured_streams{
	padding: 0px 16px 10px 16px;
  }
  
  .socialstack-content .header{
	padding: 16px 16px 14px 16px;
	min-height: 26px;
  }
   .socialstack-content .header img{
	width: 26px;
	height: 26px;
  }
  .socialstack-content .header a.username,
  .socialstack-content .header .follow-wrapper,
  .socialstack-content .header .time{
	margin-left: 34px;
  }
  .socialstack-content .header .time{
	margin-top: 4px;
  }
  .socialstack-content h2,
  .socialstack-content p,
  .socialstack-content .tweet-tools{
	padding: 0px 16px 16px 16px;
  }
  .socialstack-content .tweet-tools{
	margin: -12px 0px -6px 0px;
  }
  
  .socialstack-item,
  .grid-sizer {
    width: 49%; /* (100% - 2% gutter) / 2 */
  }
  .socialstack-item.w2 {
    width: 100%; /* 49% * 2 + 2% gutter */
  }
  
  .socialstack-item.w2 h2{
	font-size: 16px;
  }
  
  .socialstack-content .socialstack-toolbar .label,
  .socialstack-content .socialstack-toolbar .time .ago{
	display: none;
  }
  
  .socialstack-content .socialstack-toolbar .url-field-wrapper{
	left: -96px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper:before{
	left: 100px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper input{
	font-size: 13px;
  }
  
  #infscr-loading{
	margin-left: -150px;
	font-size: 24px;
	padding: 10px 20px;
  } 

  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short{
	font-size: 18px;
	line-height: 1.4;
  }

  .tumblr .socialstack-content .quote{
	font-size: 11px;
  }
  .tumblr .socialstack-content .quote.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .tumblr .socialstack-content .quote.short{
	font-size: 18px;
	line-height: 1.4;
  }
  .tumblr .socialstack-content .question{
	padding: 10px 12px;
  }

}

/* 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;
	}
	
}

/* Enough width for 2 columns, better space */
@media screen and (min-width: 520px) and (min-device-width: 520px) and (max-aspect-ratio: 5/1) {

  body {
	font-size: 12px;
  }
  
  .socialstack-content .header{
	min-height: 38px;
  }
  .socialstack-content .header img{
	width: 38px;
	height: 38px;
  }
  .socialstack-content .header a.username,
  .socialstack-content .header .follow-wrapper,
  .socialstack-content .header .time{
	margin-left: 46px;
  }
  .socialstack-content .header .time{
	margin-top: 6px;
  }
  
  .socialstack-content .socialstack-toolbar .label,
  .socialstack-content .socialstack-toolbar .time .ago{
	display: inline-block;
  }
  
  .socialstack-content .socialstack-toolbar .url-field-wrapper{
	left: -130px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper:before{
	left: 134px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper input{
	font-size: 15px;
  }

  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short{
	font-size: 24px;
	line-height: 1.3;
  }

  .tumblr .socialstack-content .quote{
	font-size: 16px;
  }
  .tumblr .socialstack-content .quote.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .tumblr .socialstack-content .quote.short{
	font-size: 24px;
	line-height: 1.3;
  }
  .tumblr .socialstack-content .question{
	padding: 14px 16px;
  }

  html[lang="de"] #friends2follow_self_service_modal .form-submit button{
	font-size: 14px;
	letter-spacing: normal;
  }

}


/* Enough width for 3 columns, with small space */
@media screen and (min-width: 660px) and (min-device-width: 660px) and (max-aspect-ratio: 5/1) {
   
   body {
	font-size: 11px;
   }

   #friends2follow_widget_socialstack_wrapper{
	padding: 0px 14px 0px 16px;
   }
   
  .gutter-sizer{
     width: 1.49%; /* Minus 0.01% due to some windows browser having issues with sub-pixels */
   }
  
  .socialstack-item,
  .grid-sizer {
    width: 32.3%; /* (100% - (1.5% gutter * 2)) / 3 */
  }

  .socialstack-item.w2 {
    width: 66.1%; /* 32.3% * 2 + 1.5% gutter */
  }

  .socialstack-content h2{
	font-size: 14px;
  }
  .socialstack-item.w2 h2{
	font-size: 18px;
  }
  
  .socialstack-content .socialstack-toolbar .label,
  .socialstack-content .socialstack-toolbar .time .ago{
	display: none;
  }
  
  .socialstack-content .socialstack-toolbar .url-field-wrapper{
	left: -96px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper:before{
	left: 100px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper input{
	font-size: 13px;
  }

  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short{
	font-size: 18px;
	line-height: 1.4;
  }

  .tumblr .socialstack-content .quote{
	font-size: 11px;
  }
  .tumblr .socialstack-content .quote.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .tumblr .socialstack-content .quote.short{
	font-size: 18px;
	line-height: 1.4;
  }
  .tumblr .socialstack-content .question{
	padding: 10px 12px;
  }

  #infscr-loading{
	margin-left: -175px;
	font-size: 28px;
	padding: 10px 25px;
  }

}

/* Enough width for 3 columns, better space */
@media screen and (min-width: 850px) and (min-device-width: 850px) and (max-aspect-ratio: 5/1) {

  body {
	font-size: 12px;
  }
  
  .socialstack-content .socialstack-toolbar .label,
  .socialstack-content .socialstack-toolbar .time .ago{
	display: inline-block;
  }
  
  .socialstack-content .socialstack-toolbar .url-field-wrapper{
	left: -130px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper:before{
	left: 134px;
  }
  .socialstack-content .socialstack-toolbar .url-field-wrapper input{
	font-size: 15px;
  }

  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short{
	font-size: 24px;
	line-height: 1.3;
  }

  .tumblr .socialstack-content .quote{
	font-size: 16px;
  }
  .tumblr .socialstack-content .quote.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .tumblr .socialstack-content .quote.short{
	font-size: 24px;
	line-height: 1.3;
  }
  .tumblr .socialstack-content .question{
	padding: 14px 16px;
  }

}


/* Enough width for 4 columns, with small space */
@media screen and (min-width: 950px) and (min-device-width: 950px) and (max-aspect-ratio: 5/1) {
  
  body {
	font-size: 11px;
  }

  .gutter-sizer{
    width: 0.99%; /* Minus 0.01% due to some windows browser having issues with sub-pixels */
  }
  
  .socialstack-item,
  .grid-sizer {
    width: 24.2%; /* (100% - (1% gutter * 3)) / 4 */
  }

  .socialstack-item.w2 {
    width: 49.4%; /* 24.2% * 2 + 1% gutter */
  }

  .socialstack-content h2{
	font-size: 16px;
  }
  .socialstack-item.w2 h2{
	font-size: 20px;
  }
  
  .socialstack-content .socialstack-toolbar .label {
	display: none;
  }

  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short{
	font-size: 18px;
	line-height: 1.4;
  }

  .tumblr .socialstack-content .quote{
	font-size: 11px;
  }
  .tumblr .socialstack-content .quote.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .tumblr .socialstack-content .quote.short{
	font-size: 18px;
	line-height: 1.4;
  }
  .tumblr .socialstack-content .question{
	padding: 10px 12px;
  }

}

/* Enough width for 4 columns, better space */
@media screen and (min-width: 1080px) and (min-device-width: 1080px) and (max-aspect-ratio: 5/1) {

  body {
	font-size: 12px;
  }
  
  .socialstack-content .socialstack-toolbar .label{
	display: inline-block;
  }

  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short{
	font-size: 24px;
	line-height: 1.3;
  }

  .tumblr .socialstack-content .quote{
	font-size: 16px;
  }
  .tumblr .socialstack-content .quote.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .tumblr .socialstack-content .quote.short{
	font-size: 24px;
	line-height: 1.3;
  }
  .tumblr .socialstack-content .question{
	padding: 14px 16px;
  }

}


/* Leaderboard */
@media screen and (min-aspect-ratio: 5/1){
	
	body {
		font-size: 11px;
	}

	#friends2follow_widget_socialstack_wrapper{
		overflow: hidden;
		overflow-y: hidden;
	}
	
	#socialstack-container{
		width: 100%;
		height: 100%;
		max-width: 90%;
		margin: 0px auto;
	}
	.socialstack-item{
		display: block;
	    position:absolute;
	    height:auto;
	    bottom:0;
	    top:0;
	    left:0;
	    right:0;
	    margin-top: 8px;
	    margin-bottom: 8px;
	    z-index: 0;
	    visibility: hidden; /* Flash of wrong slide before Cycle runs */
	}
	.socialstack-item.cycle-slide{
		visibility: visible; /* Flash of wrong slide before Cycle runs */
	}
	.socialstack-content{
		float: left;
		width: 100%;
		height: 100%;
	}
	.socialstack-content img.default_image{
		display: inline;
	}
	.socialstack-content img.photo,
	.socialstack-content iframe{
		width: auto;
		height: 100%;
		max-width: 100%;
		margin: 0px;
		border: 0px !important;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		border-radius: 3px 0px 0px 3px;
		float: left;
	}
	.socialstack-content img.photo{
		max-width: 35%;
	}

	.socialstack-content .photo-slider{
		float: left;
		width: 100%;
		height: 100%;
		max-width: 35%;
	}
	.socialstack-content .photo-slider img.photo{
		width: auto;
		max-height: 100%;
		height: 100%;
		width: auto;
		max-width: none;
		float: none;
	}
	.socialstack-content video,
	.socialstack-content .mejs-container,
	.socialstack-content iframe.vimeo_embed,
	.socialstack-content iframe.issuu_embed,
	.socialstack-content .vine_wrapper,
	.tumblr .socialstack-content .tumblr_audio_wrapper{
		display: none;
	}
	.socialstack-content .poster.small_only{
		display: inline;
	}
	
	.logo .socialstack-content{
		text-align: center;
	}
	.logo .socialstack-content img{
		padding: 0px;
 		width: auto;
		height: 100%;
		max-width: 100%;
		display: inline-block;
	}
	
	.logo .socialstack-content .featured_streams{
		display: inline-block;
		position: relative;
		top: -26px;
		left: 4px;
		text-align: left;
	}
	.logo .socialstack-content .featured_streams_icons .label{
		margin-bottom: -2px;
		padding-left: 7px;
	}
	.logo .socialstack-content .featured_streams_icons li a{
		font-size: 24px;
	}
	.logo .socialstack-content .featured_streams_avatars{
		top: -21px;
	}
	.logo .socialstack-content .featured_streams_avatars li img{
		height: 32px;
	}
	
	.socialstack-content .header{
		float: left;
		padding: 12px 18px;
		max-width: 165px;
		height: 54px;
	}
	.socialstack-content .header img{
		width: 30px;
		height: 30px;
	}
	.socialstack-content .header a.username,
	.socialstack-content .header .follow-wrapper,
	.socialstack-content .header .time{
		margin-left: 40px;
		word-wrap: break-word;
	}
	.socialstack-content .header .time{
		font-size: 10px;
	}
	.socialstack-content .header a.username{
		line-height: 1.3 !important;
	}
	.username_long .socialstack-content .header a.username{
		font-size: 10px;
		line-height: 11px !important;
	}
	
	#friends2follow_widget_socialstack_wrapper .sponsor .socialstack-content .header{
		background: none;
	}
	#friends2follow_widget_socialstack_wrapper .sponsor .socialstack-content{
		background-image: url('../img/sponsor_tag.png');
		background-repeat: no-repeat;
		background-position: top right;
	}
	
    .socialstack-content h2,
	.socialstack-content p{
		line-height: 1.3;
		padding: 0px 18px;
		margin: 12px 0px;
	}
	.socialstack-content h2 + p{
		margin-top: -10px;
	}
	
	.socialstack-content h2,
	.socialstack-content .socialstack-item.w2 h2{
		font-size: 12px;
	}
	.heading_long .socialstack-content h2,
	.heading_long .socialstack-content .socialstack-item.w2 h2{
		font-size: 11px;
	}
	
	.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-prev:before {
	  content: "\e079";
	}
	.glyphicon-chevron-next:before {
	  content: "\e080";
	}
	
	#socialstack-prev, 
	#socialstack-next {
	    position: absolute;
	    top: 0px;
	    width: 5%;
	    opacity: 1;
	    z-index: 998;
	    height: 100%;
	    cursor: pointer;
	    -moz-user-select: none;
	    -webkit-user-select: none;
	}
	#socialstack-next {
    	right: 2px;
	}
	#socialstack-prev {
    	left: 1px;
	}
	#socialstack-next .glyphicon,
	#socialstack-prev .glyphicon{
		display: block;
		position: relative;
		top: 50%;
		font-size: 20px;
		line-height: 20px;
		margin-top: -10px;
		text-align: center;
	}
	#socialstack-prev.disabled, 
	#socialstack-next.disabled {
		opacity: 0.3 !important;
		cursor: initial;
	}
	#socialstack-prev:hover, 
	#socialstack-next:hover {
    	opacity: 0.7;
	}
	
	.socialstack-content .socialstack-toolbar {
		display: none;
	}
	
	#infscr-loading{
		top: 50%;
		bottom: auto;
		margin-top: -18px;
	}
	
	.socialstack-content .event,
	.socialstack-content .offer,
	.socialstack-content .auto {
		float: left;
		top: auto;
		margin: 12px;
		height: 50%;
		min-height: auto;
		padding: 8px;
		max-width: 20%;
	}
	.socialstack-content .event.over-photo,
	.socialstack-content .offer.over-photo,
	.socialstack-content .auto.over-photo{
		top: auto;
		left: -48px;
		bottom: auto;
		margin: 12px;
		margin-right: -48px;
	}
	.socialstack-content .event h2,
	.socialstack-content .offer h2,
	.socialstack-content .auto h2{
		font-size: 11px;
		padding: 0px;
		margin: 0px;
	}
	.socialstack-content .event p,
	.socialstack-content .offer p,
	.socialstack-content .auto p{
		font-size: 10px;
		margin: 0px;
	}
	.socialstack-content .event .location{
		display: none;
	}

	#friends2follow_self_service_cta{
		bottom: 6px;
		right: 26px;
		width: auto;
	}
	#friends2follow_self_service_cta a{
		padding: 4px;
	}
	#friends2follow_self_service_cta .bubble{
		top: -4px;
		padding: 4px 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;
	}
	
}

@media screen and (min-height: 120px) and (min-aspect-ratio: 5/1){

	 body {
		font-size: 12px;
	 }

}

/* Mobile Masonry display overrides */
@media screen and (max-aspect-ratio: 5/1) {

	#friends2follow_widget_socialstack_wrapper.mobile{
		overflow: hidden;
		overflow-y: hidden;
		padding-top: 30px;
		margin: 0px auto !important;
	}
	#friends2follow_widget_socialstack_wrapper.mobile #socialstack-container{
		padding-bottom: 30px;
	}

	#socialstack-up, 
	#socialstack-down {
	    position: fixed;
	    left: 0px;
	    z-index: 998;
	    cursor: pointer;
	    width: 100%;
	    height: 40px;
		background-color: rgba(230, 230, 230, .85);
	    -moz-user-select: none;
	    -webkit-user-select: none;
	    -webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	#socialstack-up {
    	top: 0px;
	}
	#socialstack-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";
	}

	#socialstack-up .glyphicon,
	#socialstack-down .glyphicon{
		display: block;
		position: relative;
		top: 50%;
		font-size: 20px;
		line-height: 20px;
		margin-top: -10px;
		text-align: center;
	}
	#socialstack-up.disabled, 
	#socialstack-down.disabled {
		opacity: 0.3 !important;
		cursor: initial;
	}

	body.mobile #friends2follow_powered_by{
		display: none !important;
	}

}
/* Mobile Masonry display overrides */
@media screen and (max-width: 210px) and (max-aspect-ratio: 5/1) {

	body.mobile #friends2follow_self_service_cta{
		display: none !important;
	}

}