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;
}
a:focus{
	outline: none;
}

/* Honey pot */
a.hp {
	display: none;
}

[class^="icon-"] span{
   height: 1px;
    width: 1px;
    overflow: hidden;
    display: inline-block;
}

#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: 1400px;
	margin: 6px auto;
}
.gutter-sizer{
	width: 0%;
	float: left;
}
.socialstack-item,
.grid-sizer {
	width: 100%;
	margin-bottom: 6px;
	float: left;
}
.socialstack-item.w2,
.socialstack-item.wfull {
	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.pinterest .header .time{
	background: url('../img/icons/14px/pinterest.png') no-repeat 0px 0px;
}
.socialstack-item.reddit .header .time{
	background: url('../img/icons/14px/reddit.png') no-repeat 0px 0px;
}
.socialstack-item.rss .header .time{
	background: url('../img/icons/14px/rss.png') no-repeat 0px 0px;
}
.socialstack-item.twitch .header .time{
    background: url('../img/icons/14px/twitch.png') no-repeat 0px 0px;
}
	
.socialstack-content .header .follow-wrapper{
	position: relative;
	height: 20px;
}
.socialstack-content .header .facebook-follow-wrapper{
	min-width: 80px;
}
.socialstack-content .header .facebook-follow-wrapper .fb-like{
	position: absolute;
	min-width: 80px;
}
html[lang="de"] .socialstack-content .header .facebook-follow-wrapper .fb-like,
html[lang="es"] .socialstack-content .header .facebook-follow-wrapper .fb-like{
	 /* Facebook rendering Like button to small for German/Spanish words for like.. */
	width: 100px !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: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);
    background: linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1);
}
.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 .twitch-follow-button{
    background-color: #5f429f;
}
.socialstack-content .header .follow-wrapper .facebook-lite-follow-button{
	background-color: #4267b2;
}
.socialstack-content .header .follow-wrapper .twitter-lite-follow-button{
	background-color: #080808;
}
.socialstack-content .header .follow-wrapper .googleplus-lite-follow-button{
	background-color: #dd4c38;
}
.socialstack-content .header .follow-wrapper .youtube-lite-follow-button{
	background-color: #ff0000;
}
.socialstack-content .header .follow-wrapper .pinterest-follow-button{
	background-color: #aa2529;
}
.socialstack-content .header .follow-wrapper .reddit-follow-button{
	background-color: #ff4500;
}
.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-pinterest{
	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,
.socialstack-content iframe.facebook_live_embed,
.socialstack-content iframe.twitch_live_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,
.socialstack-content iframe.facebook_live_embed,
.socialstack-content iframe.twitch_live_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 .facebook_live_wrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.socialstack-content .twitch_live_wrapper{
    position: relative;
    padding-bottom: 70%;
    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.facebook_live_embed,
.socialstack-content iframe.twitch_live_embed,
.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,
.socialstack-content .realestate,
.socialstack-content .embedded_post {
	-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,
.socialstack-content .realestate.over-photo,
.socialstack-content .embedded_post.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,
.socialstack-content .realestate h2{
	padding: 0px 0px 10px 0px;
}
.socialstack-content .event.event-no-data h2{
	padding-bottom: 0px;
}
.socialstack-content .event p,
.socialstack-content .offer p,
.socialstack-content .auto p,
.socialstack-content .realestate p,
.socialstack-content .embedded_post p{
	padding: 0px;
	font-style: italic;
}
.socialstack-content .realestate .realestate_type{
	text-transform: uppercase;
}

.socialstack-content .embedded_post{
	text-align: left;
	min-height: 45px;
}
.socialstack-content .embedded_post img.avatar{
	float: left;
	padding: 3px 8px 3px 0px;
	width: 26px;
	height: 26px;
}
.socialstack-content .embedded_post a.username{
	color: #333333;
}
.socialstack-content .embedded_post p{
	font-style: normal;
	display: inline;
}

.socialstack-content .banner{
	display: none;
	overflow: hidden;
	position: absolute;
	height: 80px;
	width: 80px;
	top: 0;
	left: 0;
	margin: -3px 0 0 -3px;
	background-color: transparent;
}
.socialstack-content .banner span{
	color: #ffffff;
	background-color: #18bc9c;
	font-size: 10px;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 90px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -63px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.1);
}
.socialstack-content .banner span::before,
.socialstack-content .banner span::after{
	border-top-color: rgba(20,134,189,1);
	content: '';
	border-top-width: 3px;
	border-top-style: solid;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}
.socialstack-content .banner span::before{
	left: 0;
}
.socialstack-content .banner span::after{
	right: 0;
}


.facebook .socialstack-content .no-photo .body.medium,
.f2f .socialstack-content .no-photo .body.medium,
.twitter .socialstack-content .no-photo .tweet.medium,
.reddit .socialstack-content .no-photo .body.medium{
	font-size: 14px;
}
.facebook .socialstack-content .no-photo .body.short,
.f2f .socialstack-content .no-photo .body.short,
.twitter .socialstack-content .no-photo .tweet.short,
.reddit .socialstack-content .no-photo .body.short{
	font-size: 18px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.facebook .socialstack-content .no-photo .body.medium a,
.facebook .socialstack-content .no-photo .body.short a,
.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,
.reddit .socialstack-content .no-photo .body.medium a,
.reddit .socialstack-content .no-photo .body.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;
}

.tumblr .socialstack-content iframe.spotify_audio_player{
	max-width:100%;
	height: 80px;
}

.twitch-live-button{
    display:inline-block;
    font-size: 11px;
    color: white;
    padding: 1px 4px;
    margin-right: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    background-color: #e91916;
}
.twitch-live-button:hover{
    text-decoration: none;
    opacity: 0.85;
}

.facebook .socialstack-content .from_group,
.reddit .socialstack-content .from_domain{
	display: block;
	padding-top: 6px;
}

.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 label{
    visibility: hidden;
    height: 0;
    width: 0;
    display: block;
}
.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 */
}

/*
.accessibility .socialstack-content .socialstack-toolbar{
    font-weight: 600;
}
.accessibility .socialstack-content .socialstack-toolbar .time,
.accessibility .socialstack-content .socialstack-toolbar .label{
    font-size: 11px;
}
*/

.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;
}

/* Add My Business cta */
#friends2follow_add_my_business_cta{
	opacity: 0;
	position: fixed;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 9997;
}
#friends2follow_add_my_business_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_add_my_business_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_add_my_business_cta a{
	padding: 10px;
	border-radius: 20px;
}
#friends2follow_add_my_business_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_add_my_business_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_add_my_business_cta a:hover .bubble{
	display: block;
}


/* Sponsor */
.sponsor .socialstack-content{
	border: 2px solid #18BC9C;
	border-radius: 3px 3px 3px 3px;
}
.sponsor .socialstack-content .sponsor-bar{
	background-color: #18BC9C;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	padding: 8px 0px;
}
.sponsor .socialstack-content .photo-link,
.sponsor .socialstack-content img.photo,
.sponsor .socialstack-content iframe,
.sponsor .socialstack-content video,
.sponsor .socialstack-content .mejs-container{
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	border-radius: 0px 0px 0px 0px !important;
}

/* Promo Add My Business posts */
.promo .socialstack-content{
	background-color: transparent;
	padding: 20px 12px;
	text-align: center;
	box-shadow: none !important;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.promo .socialstack-content a:hover{
	text-decoration: none;
}
.promo .socialstack-content .network-icons{
	display: block;
}
.promo .socialstack-content .network-icons .network-icon{
	border-radius: 20px;
	padding: 2px;
	font-size: 12px;
	margin: 0px 1px;
	display: inline-block;
}
.promo .socialstack-content a .promo-line{
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	margin: 20px 0px;
}
.promo .socialstack-content a .promo-cta{
	display: inline-block;
	font-size: 11px;
	padding: 2px 5px;
	border-radius: 3px;
}
.promo .socialstack-content a .promo-cta:hover{
	opacity: .85;
}
.promo .socialstack-content.flex {
    display:flex;
    justify-content: center;
}
.promo .socialstack-content.flex a{
    align-self: center;
}


#friends2follow_inquiry_form_modal_vale{
	display: none;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.6;
	z-index: 9998;
}

#friends2follow_inquiry_form_modal {
	display: none;
	position: fixed;
	z-index: 9999;
	width:100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow-y: auto;
}
#friends2follow_inquiry_form_modal .modal_wrapper{
	display: table;
	width: 100%;
	height: 100%;
}
#friends2follow_inquiry_form_modal .modal_content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#friends2follow_inquiry_form_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_inquiry_form_modal .modal_content .modal_close{
	position: absolute;
	top: -12px;
	right: -12px;
}
#friends2follow_inquiry_form_modal .modal_content .modal_close a{
	color: #FFF;
	background-color: #2C3E50;
	border: 2px solid #FFF;
	border-radius: 20px;
	padding: 8px;
}
html[lang="de"] #friends2follow_inquiry_form_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;
}

.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-content img.emoji[alt="®"],
.socialstack-content img.emoji[alt="©"] {
    font-size: 8px;
    vertical-align: top !important;
}


#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;
	letter-spacing: -.02em; /* Grunt CSSMIN rounding pixel-based letter-spacing to 0. */
  }

  .equal_heights .photo_link{
	display: block;
	position: relative;
	max-height: 36%;
	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: 56%;
  }
  .equal_heights .photo_link img {
	display: none;
  }

  .equal_heights .socialstack-content .mejs-container,
  .equal_heights .socialstack-content iframe.facebook_live_embed,
  .equal_heights .socialstack-content iframe.twitch_live_embed,
  .equal_heights .socialstack-content iframe.vimeo_embed,
  .equal_heights .socialstack-content iframe.issuu_embed{
	max-height: 36%;
  }
  .equal_heights .socialstack-content.short_text .mejs-container, 
  .equal_heights .socialstack-content.short_text iframe.facebook_live_embed,
  .equal_heights .socialstack-content.short_text iframe.twitch_live_embed,
  .equal_heights .socialstack-content.short_text iframe.vimeo_embed,
  .equal_heights .socialstack-content.short_text iframe.issuu_embed{
	max-height: 56%;
  }


  .equal_heights .socialstack-content .embedded_post.over-photo{
  	bottom: 50px;
  	margin-bottom: -50px;
  	font-size: 11px;
  	letter-spacing: -.02em; /* Grunt CSSMIN rounding pixel-based letter-spacing to 0. */
  }
  .equal_heights .socialstack-content.short_text .embedded_post.over-photo{
  	bottom: 80px;
  	margin-bottom: -80px;
  }
  .equal_heights .socialstack-content .embedded_post.over-photo .avatar{
  	position: absolute; /* Avatar in parent post's header due to embeded posts avatar for some reason.. */
  }
  .equal_heights .socialstack-content .embedded_post.over-photo p{
	display: inline-block;
  	margin-left: 45px;
  }

}

/* 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,
  .socialstack-content .embedded_post img.avatar{
	width: 32px;
	height: 32px;
  }
  .socialstack-content .header a.username,
  .socialstack-content .header .follow-wrapper,
  .socialstack-content .header .time{
	margin-left: 40px;
  }
  
  .socialstack-content video,
  .socialstack-content .mejs-container,
  .socialstack-content iframe.facebook_live_embed,
  .socialstack-content iframe.twitch_live_embed,
  .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,
  .socialstack-content .realestate,
  .socialstack-content .embedded_post{
	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,
  .socialstack-content .realestate.over-photo,
  .socialstack-content .embedded_post.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;
  }

  .promo .socialstack-content{
	padding: 28px;
  }
  .promo .socialstack-content .network-icons .network-icon{
	padding: 3px;
	font-size: 13px;
  }
  .promo .socialstack-content a .promo-line{
	font-size: 20px;
  }

  #infscr-loading{
	margin-left: -80px;
	font-size: 16px;
  }
  
  #friends2follow_add_my_business_cta{
	right: 26px;
	width: auto;
  }
  #friends2follow_add_my_business_cta .bubble{
	top: -10px;
  }
  #friends2follow_add_my_business_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,
  .socialstack-content .embedded_post img.avatar{
	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;
  }

  .facebook .socialstack-content .no-photo .body.medium,
  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium,
  .reddit .socialstack-content .no-photo .reddit.medium{
	font-size: 20px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .facebook .socialstack-content .no-photo .body.short,
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short,
  .reddit .socialstack-content .no-photo .reddit.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_add_my_business_cta{
		bottom: 36px;
	}
	#friends2follow_powered_by{
		display: block;
	}
	.socialstack-content .realestate .realestate_type_inline{
		display: none;
	}
	.socialstack-content .banner{
		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,
   .socialstack-content .embedded_post img.avatar{
	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;
  } 

  .facebook .socialstack-content .no-photo .body.medium,
  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium,
  .reddit .socialstack-content .no-photo .reddit.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .facebook .socialstack-content .no-photo .body.short,
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short,
  .reddit .socialstack-content .no-photo .reddit.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;
  }

  .socialstack-content .realestate .realestate_type_inline{
	display: inline;
  }
  .socialstack-content .banner{
		display: none;
  }


}

/* Self Service modal needs to be horizonally centered */
@media screen and (min-width: 532px) and (min-device-width: 532px) {

	#friends2follow_inquiry_form_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,
  .socialstack-content .embedded_post img.avatar{
	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;
  }

  .facebook .socialstack-content .no-photo .body.medium,
  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium,
  .reddit .socialstack-content .no-photo .reddit.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .facebook .socialstack-content .no-photo .body.short,
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short,
  .reddit .socialstack-content .no-photo .reddit.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;
  }

 .socialstack-content .realestate .realestate_type_inline{
	display: none;
  }
  .socialstack-content .banner{
		display: block;
  }


  html[lang="de"] #friends2follow_inquiry_form_modal .form-submit button{
	font-size: 14px;
	letter-spacing: normal;
  }

}


/* Enough width for 3 columns, with small space */
@media screen and (min-width: 648px) and (min-device-width: 648px) 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;
  }

  .facebook .socialstack-content .no-photo .body.medium,
  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium,
  .reddit .socialstack-content .no-photo .reddit.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .facebook .socialstack-content .no-photo .body.short,
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short,
  .reddit .socialstack-content .no-photo .reddit.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;
  }

  .socialstack-content .realestate .realestate_type_inline{
	display: inline;
  }
   .socialstack-content .banner{
		display: none;
  }

  #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;
  }

  .facebook .socialstack-content .no-photo .body.medium,
  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium,
  .reddit .socialstack-content .no-photo .reddit.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .facebook .socialstack-content .no-photo .body.short,
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short,
  .reddit .socialstack-content .no-photo .reddit.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;
  }

   .socialstack-content .realestate .realestate_type_inline{
	display: none;
  }
   .socialstack-content .banner{
		display: block;
  }

}


/* 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;
  }

  .facebook .socialstack-content .no-photo .body.medium,
  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium
  .reddit .socialstack-content .no-photo .reddit.medium{
	font-size: 14px;
	line-height: 1.5;
  }
  .facebook .socialstack-content .no-photo .body.short,
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short,
  .reddit .socialstack-content .no-photo .reddit.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;
  }

  .facebook .socialstack-content .no-photo .body.medium,
  .f2f .socialstack-content .no-photo .body.medium,
  .twitter .socialstack-content .no-photo .tweet.medium,
  .reddit .socialstack-content .no-photo .reddit.medium{
	font-size: 20px;
	line-height: 1.4;
  }
  .facebook .socialstack-content .no-photo .body.short,
  .f2f .socialstack-content .no-photo .body.short,
  .twitter .socialstack-content .no-photo .tweet.short,
  .reddit .socialstack-content .no-photo .reddit.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;
	}
	.sponsor .socialstack-content img.photo,
	.sponsor .socialstack-content iframe{
		-moz-border-radius-topleft: 0px !important;
		-moz-border-radius-topright: 0px !important;
		-webkit-border-top-left-radius: 0px !important;
		-webkit-border-top-right-radius: 0px !important;
		border-radius: 0px 0px 0px 0px !important;
	}

	.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.facebook_live_embed,
    .socialstack-content iframe.twitch_live_embed,
	.socialstack-content iframe.vimeo_embed,
	.socialstack-content iframe.issuu_embed,
	.socialstack-content .vine_wrapper,
	.socialstack-content .facebook_live_wrapper,
    .socialstack-content .twitch_live_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,
	.socialstack-content .embedded_post img.avatar{
		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;
	}
	
    .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 .glyphicon span, 
    #socialstack-next .glyphicon span{
        display: none;
    }
	#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,
	.socialstack-content .realestate,
	.socialstack-content .embedded_post {
		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,
	.socialstack-content .realestate.over-photo,
	.socialstack-content .embedded_post.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,
	.socialstack-content .realestate h2{
		font-size: 11px;
		padding: 0px;
		margin: 0px;
	}
	.socialstack-content .event p,
	.socialstack-content .offer p,
	.socialstack-content .auto p,
	.socialstack-content .realestate p,
	.socialstack-content .embedded_post p{
		font-size: 10px;
		margin: 0px;
	}
	.socialstack-content .event .location,
	.socialstack-content .realestate .realestate_type,
	.socialstack-content .realestate .realestate_size{
		display: none;
	}

	#friends2follow_add_my_business_cta{
		bottom: 6px;
		right: 26px;
		width: auto;
	}
	#friends2follow_add_my_business_cta a{
		padding: 4px;
	}
	#friends2follow_add_my_business_cta .bubble{
		top: -4px;
		padding: 4px 10px;
	}
	#friends2follow_add_my_business_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;
	}

	.promo .socialstack-content{
		padding: 0px;
	}
	.promo .socialstack-content a{
		position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
	}
	.promo .socialstack-content a:before{
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.promo .socialstack-content a .network-icons,
	.promo .socialstack-content a .promo-line,
	.promo .socialstack-content a .promo-cta{
   	 	display: inline-block;
    	vertical-align: middle;
    	margin: 0px 1%;
    }
    .promo .socialstack-content a .network-icons,
    .promo .socialstack-content a .promo-cta{
    	width: 25%;
    }
    .promo .socialstack-content a .promo-line{
    	width: 35%;
    }
	
	.sponsor{
	 	width: 99.2%; /* Make space for 2px border. Overflow set to hidden. */
	 }
    .sponsor .socialstack-content .sponsor-bar{
    	float: left;
    	height: 100%;
		padding: 0;
		width: 30px;
		letter-spacing: 0px;
    }
    .sponsor .socialstack-content .sponsor-bar .inner{
    	display: inline-block;
    	transform: rotate(-90deg);
    	position: absolute;
    	top: 50%;
    	left: -22px;
    	width: 80px;
    	font-size: 11px;
    }


}

@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;
	}

	/* Hide Facebook video embeds, not working on mobile. */
	#friends2follow_widget_socialstack_wrapper.mobile .facebook .socialstack-content .facebook_live_wrapper,
	#friends2follow_widget_socialstack_wrapper.mobile .facebook .socialstack-content iframe.facebook_live_embed,
	#friends2follow_widget_socialstack_wrapper.mobile .facebook .socialstack-content .mejs-container,
	#friends2follow_widget_socialstack_wrapper.mobile .facebook .socialstack-content iframe.facebook_live_embed,
	#friends2follow_widget_socialstack_wrapper.mobile .facebook .socialstack-content iframe.vimeo_embed,
	#friends2follow_widget_socialstack_wrapper.mobile .facebook .socialstack-content iframe.issuu_embed,
    #friends2follow_widget_socialstack_wrapper.mobile .twitch .socialstack-content .twitch_live_wrapper,
    #friends2follow_widget_socialstack_wrapper.mobile .twitch .socialstack-content iframe.twitch_live_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;
	}
	#friends2follow_widget_socialstack_wrapper.mobile .facebook .socialstack-content .poster.small_only,
    #friends2follow_widget_socialstack_wrapper.mobile .twitch .socialstack-content .poster.small_only{
		display: block;
	}

}

/* Mobile Masonry display overrides */
@media screen and (max-width: 210px) and (max-aspect-ratio: 5/1) {

	body.mobile #friends2follow_add_my_business_cta{
		display: none !important;
	}

}