/* *** Follow Feed: Page *** */
div#followfeed-container * {
	font-family: 'Tahoma', 'Verdana', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	outline: none;
}
div#followfeed-container {
	line-height: normal;
	font-size: 12px;
	margin: 1px;
}
div#followfeed-page a {
	text-decoration: none;
	font-weight: 400;
	color: #3B5998;
	font-size: 12px;
}
div#followfeed-page a:hover {
	text-decoration: underline;
}

div#followfeed-page a.link-important {
	font-weight: bold;
}

div#followfeed-page {
	font-family: 'Tahoma', 'Verdana', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto 15px auto;
	width: 994px;
}

/* *** Follow Feed: Topbar *** */
div#followfeed-topbar-container {
	font-family: 'Tahoma', 'Verdana', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin: 10px auto;
	font-size: 12px;
	height: 44px;
}
div#followfeed-topbar-container * {
	box-sizing: border-box;
	outline: none;
}
div#followfeed-topbar {
	background: #516AA0;
	background: linear-gradient(to bottom,  #516AA0 0%, #3F5A96 100%);
	background: -moz-linear-gradient(top,  #516AA0 0%, #3F5A96 100%);
	background: -webkit-linear-gradient(top,  #516AA0 0%, #3F5A96 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#516AA0', endColorstr='#3F5A96', GradientType=0);
	box-shadow: 0 1px 1px #ACADB0;
	border: 1px solid #1C326C;
	border-radius: 2px;
	margin: 0 auto;
	width: 994px;
	height: 44px;
}
div#followfeed-topbar > div.topbar-container {
	position: relative;
	margin: 0 auto;
	width: 994px;
}
div#followfeed-topbar > div.topbar-container > div {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}
div#followfeed-topbar > div.topbar-container > div.topbar-logo {
	padding: 0 8px 0 12px;
	max-width: 160px;
	height: 44px;
	width: 44px;
}
div#followfeed-topbar > div.topbar-container > div.topbar-logo > h1.page-title {
	height: inherit;
	padding: 0;
	margin: 0;
}
div#followfeed-topbar > div.topbar-container > div.topbar-logo > h1.page-title img#ff-logo {
	box-shadow: 1px 1px 1px #1C326C;
	margin: 10px auto;
	cursor: pointer;
	height: 22px;
	width: 22px;
}
div#followfeed-topbar > div.topbar-container > div.topbar-logo > h1.page-title img#ff-logo:hover {
	box-shadow: 1px 1px 1px #3F5A96;
}
div#followfeed-topbar > div.topbar-container > div.search {
	padding-top: 8px;
	width: 300px;
}
div#followfeed-search-box {
	position: relative;
	margin: 0 auto;
	width: inherit;
	height: 26px;
}
div#followfeed-search-box > input#followfeed-search-input {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #3F5A96;
    vertical-align: top;
    height: inherit;
    font-size: 12px;
    padding: 0 8px;
    width: 250px;
}
div#followfeed-search-box > button#followfeed-search-button {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #3f5a96;
	line-height: initial;
	vertical-align: top;
	background: #F6F7F8;
	margin-left: -6px;
	cursor: pointer;
	padding: 0 16px;
	color: #4E5665;
	height: inherit;
	border-left: 0;
	width: 45px;
}
div#followfeed-search-box > button#followfeed-search-button > span {
	line-height: 11px !important;
	padding-top: 2px;
}
div#followfeed-search-box > button#followfeed-search-button:hover {
	background: #DDD;
}
div#followfeed-topbar > div.topbar-container > div.right {
	cursor: default;
    width: auto;
    left: 340px;
    position: absolute;
}
div#followfeed-topbar > div.topbar-container > div.right > div.username {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	cursor: pointer;
	height: inherit;
}
div#followfeed-topbar > div.topbar-container > div.right > div.username > img.user-icon {
	border: 1px solid #1C326C;
	border-radius: 2px;
	background: #FFF;
	margin: 9px 0;
	height: 24px;
	width: 24px;
}
div#followfeed-topbar > div.topbar-container > div.right > div.username > span.username {
	vertical-align: top;
	text-shadow: 0 -1px 1px #1C326C;
	font-weight: bold;
	line-height: 40px;
	margin-left: 5px;
	color: #FFFFFF;
}
div#followfeed-topbar > div.topbar-container > div.right > div.username:hover > span.username {
	text-shadow: 0 0 1px #3F5A96;
}

div#followfeed-topbar > div.topbar-container > div.settings-button {
	position: absolute;
	height: initial;
	width: 60px;
	right: 2px;
}
div#followfeed-topbar > div.topbar-container > div.settings-button a {
	text-shadow: 1px 0px 1px #1C326C;
	border-radius: 2px;
	text-align: center;
	margin: 5px auto;
	font-size: 24px;
	display: block;
	color: #FFFFFF;
	height: 32px;
	opacity: 0.7;
	width: 32px;
	padding: 0;
}
div#followfeed-topbar > div.topbar-container > div.settings-button a span {
	line-height: 32px;
}
div#followfeed-topbar > div.topbar-container > div.settings-button a:hover {
	opacity: 1;
}

/* *** Follow Feed: Newsfeed *** */
div#followfeed-newsfeed-container {
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
	width: 652px;
}
div#followfeed-newsfeed {
	width: inherit;
}

/* *** Follow Feed: Loading *** */
div#followfeed-loading {
	text-shadow: 2px 2px 0 #DDD;
	text-align: center;
	margin: 10px auto 0 auto;
	width: 300px;
	opacity: 0.8;
	color: #555;
}
div#followfeed-loading span.fa {
	font-size: 32px !important;
	line-height: 32px !important;
}
div#followfeed-loading p.message {
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0;
}

/* *** Follow Feed: Card Styles *** */
div.followfeed-card {
	box-shadow: 0 0 1px 1px #DFE0E4;
	margin-bottom: 12px;
	background: #FFFFFF;
	width: inherit;
	padding: 12px;
}

/* Card Heading */
div.followfeed-card > div.card-heading {
	margin-bottom: 10px;
	position: relative;
	height: 40px;
}
div.followfeed-card > div.card-heading > div {
	vertical-align: top;
	display: inline-block;
	position: absolute;
}
div.followfeed-card > div.card-heading > div.icon {
	border: 1px solid #CCC;
	margin-right: 5px;
	background: #FFF;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;
}
div.followfeed-card > div.card-heading > div.icon > a {
	display: block;
}
div.followfeed-card > div.card-heading > div.icon img.icon-img {
	cursor: pointer;
	height: 38px;
	width: 38px;
}
div.followfeed-card > div.card-heading > div.content {
	padding: 3px 5px;
	left: 45px;
	top: 0;
}
div.followfeed-card > div.card-heading > div.content > a {
	text-align: center;
	display: block;
	height: 100%;
}
div.followfeed-card > div.card-heading > div.content > div.content-title {
	margin-bottom: 5px;
	color: #999999;
}
div.followfeed-card > div.card-heading > div.content > div.content-title a.company-name {
	text-overflow: ellipsis;
	vertical-align: bottom;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 220px;
}
div.followfeed-card > div.card-heading > div.content > div.content-subtitle {
	color: #ADADAD;
}
div.followfeed-card > div.card-heading > div.content > div.content-subtitle a {
	color: #ADADAD !important;
}

/* Card Content */
div.followfeed-card > div.card-content {
	margin-bottom: 10px;
}
div.followfeed-card > div.card-content div.main > p {
	margin-bottom: 1em;
}

/* Card Stats */
div.followfeed-card > div.card-stats {
	margin-bottom: 10px;
	color: #ADADAD;
}
div.followfeed-card > div.card-stats > span.stat {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	min-width: 40px;
}
div.followfeed-card > div.card-stats > span.stat:hover {
	text-decoration: underline;
}

/* Card Action Buttons */
div.followfeed-card > div.card-action-buttons {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	color: #7F7F7F;
}
div.followfeed-card > div.card-action-buttons > ul.buttons-menu {
	display: block;
	padding: 0;
	margin: 0;
}
div.followfeed-card > div.card-action-buttons > ul.buttons-menu > li.button {
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
	cursor: pointer;
	min-width: 40px;
}
div.followfeed-card > div.card-action-buttons > ul.buttons-menu > li.button.user-likes {
	color: #0084FF !important;
}
div.followfeed-card > div.card-action-buttons > ul.buttons-menu > li.button.user-likes * {
	color: #0084FF !important;
}
div.followfeed-card > div.card-action-buttons > ul.buttons-menu > li.button:hover {
	text-decoration: underline;
}
div.followfeed-card > div.card-action-buttons > ul.buttons-menu > li.button > span.fa {
	margin-right: 5px;
	color: #AFB4BD;
}

/* Share button and share-menu */
div.followfeed-card ul.buttons-menu > li.button.share-btn {
	position: relative;
}
li.button.share-btn.enabled div.share-menu {
	display: block;
}
li.button.share-btn div.share-menu {
	box-shadow: 1px 1px 2px #BBB;
	border: 1px solid #d1d2d3;
	position: absolute;
	border-radius: 2px;
	background: #FFF;
	padding: 4px 0;
	display: none;
	width: 200px;
	z-index: 1;
	top: 20px;
}
/* Little dialogue triangle made in CSS */
li.button.share-btn div.share-menu:before {
	border: solid transparent;
	border-bottom: 7px solid #d1d2d3;
	position: absolute;
	border-width: 7px;
	content: " ";
	top: -14px;
	left: 18px;
	height: 0;
	width: 0;
}

li.button.share-btn div.share-menu span.share-option {
	color: #444;
	cursor: pointer;
	display: block;
	padding: 4px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
li.button.share-btn div.share-menu span.share-option:hover {
	text-decoration: none;
	color: #FFF;
	border-top: 1px solid #29487D;
	border-bottom: 1px solid #29487D;
	background: #4267B2;
}
li.button.share-btn div.share-menu span.share-option span.fa {
	text-align: center;
	width: 20px;
}

/* Breakout Cards */
div.followfeed-card.type-breakout > div.card-content > div.secondary {
	background: #EEEEEE;
	min-height: 180px;
}
div.followfeed-card.type-breakout > div.card-content > div.secondary.chart-full {
	background: #EEEEEE;
	min-height: 359px;
}
div.followfeed-card.type-breakout > div.card-content > div.secondary img.chart {
	padding: 10px 0 0 10px;
	background: #EEEEEE;
	cursor: pointer;
}
div.followfeed-card.type-breakout > div.card-content > div.secondary img.chart-right {
	float: right;
}

/* OrderBook Cards */
div.followfeed-card.type-orderbook > div.card-content > div.secondary {
	background: #EEEEEE;
	min-height: 180px;
}
div.followfeed-card.type-orderbook > div.card-content > div.secondary > div.orderbook-histo {
	padding: 10px 0 10px 10px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	height: 176px;
	width: 310px;
}
div.followfeed-card.type-orderbook > div.card-content > div.secondary img.chart {
	padding: 10px 0 0 10px;
	background: #EEEEEE;
	cursor: pointer;
}
div.followfeed-card.type-orderbook > div.card-content > div.secondary img.chart-right {
	float: right;
}

/* Trade Volume Cards */
div.followfeed-card.type-tradevolume > div.card-content > div.secondary {
	background: #EEEEEE;
	min-height: 285px;
}
div.followfeed-card.type-tradevolume > div.card-content > div.secondary.chart-full {
	padding: 10px 0 0 10px;
	background: #EEEEEE;
}
div.followfeed-card.type-tradevolume > div.card-content > div.secondary img.chart {
	padding: 10px 0 0 10px;
	background: #EEE;
	cursor: pointer;
}
div.followfeed-card.type-tradevolume > div.card-content > div.secondary img.chart-right {
	float: right;
}

/* News Cards */
div.followfeed-card.type-news div.secondary {
	box-shadow: 0 0 1px 1px #DFE0E4;
}
div.followfeed-card.type-news div.secondary div.thumbnail {}
div.followfeed-card.type-news div.secondary > a * {
	color: #000000 !important;
}
div.followfeed-card.type-news div.secondary > a:hover {
	text-decoration: none !important;
}
div.followfeed-card.type-news div.secondary > a > div.thumbnail {
	height: 180px;
}
div.followfeed-card.type-news div.secondary > a > div.info {
	background: #FFFFFF;
	padding: 10px;
}
div.followfeed-card.type-news div.secondary > a > div.info > h1.title {
	font-family: 'Georgia', serif !important;
	line-height: 19px !important;
	font-size: 19px !important;
	text-transform: capitalize;
	font-weight: 400;
}
div.followfeed-card.type-news div.secondary > a > div.info > p.snippet {
	line-height: 14px !important;
	margin: 7px 0 10px 0;
}
div.followfeed-card.type-news div.secondary > a > div.info > p.link {
	text-transform: uppercase;
	color: #ADADAD !important;
	font-weight: normal;
	margin-bottom: 0;
}
div.followfeed-card.type-news span.fa.annotation {
	background: #FFF;
}

/* BB Cards */
div.followfeed-card.type-bb > div.header {
	margin: 0 0 15px 0;
}
div.followfeed-card.type-bb > div.footer {
	text-align: center;
}

/* Each BB Card Post */
div.followfeed-card.type-bb > div.bb-content > div.post {
	border: 1px solid #E5E5E5;
	margin: 0 0 12px 0;
	border-radius: 1px;
	padding: 12px;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.icon {
	box-shadow: 0 0 2px #CCC;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	height: 40px;
	width: 40px;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.icon > a {
	height: inherit;
	width: inherit;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.icon > a > img.user-icon {
	height: inherit;
	width: inherit;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-info {
	display: inline-block;
	max-width: 80%;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-info > p.poster-info {
	margin-bottom: 8px;
	font-weight: bold;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-info > p.poster-info span.fa {
	font-size: 14px !important;
	color: #ADADAD;
	margin: 0 8px;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-info > p.timestamp {
	margin: 0;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-info > p.timestamp > a {
	color: #ADADAD !important;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-snippet {
	border-bottom: 1px solid #E5E5E5;
	margin-top: 15px;
	cursor: pointer;
	padding: 1px 0;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-snippet > div.bb-post-body {
	word-break: break-word;
	padding-bottom: 15px;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-snippet span.readmore-see {
	cursor: pointer;
	color: #3B5998;
}
div.followfeed-card.type-bb > div.bb-content > div.post > div.post-snippet span.readmore-see:hover {
	text-decoration: underline;
}

/* Buzz Indicator Cards */
div.followfeed-card.type-buzz-takeover {
	position: relative;
}
div.followfeed-card.type-buzz-takeover > div.card-content > div.secondary {
	min-height: 180px;
	background: #EEE;
}
div.followfeed-card.type-buzz-takeover > div.card-content > div.secondary.chart-full {
	padding: 10px 0 0 10px;
	background: #EEEEEE;
}
div.followfeed-card.type-buzz-takeover > div.card-content > div.secondary img.chart {
	padding: 10px 0 0 10px;
	background: #EEE;
	cursor: pointer;
}
div.followfeed-card.type-buzz-takeover > div.card-content > div.secondary img.chart-right {
	float: right;
}
div.followfeed-card.type-buzz-takeover > .buzz-indicator-bee {
	position: absolute;
	left: 88%;
	bottom: 78%;
	width: 66px;
	height: 72px;
	border-radius: 0.5em;
	background-image: url("/common/follow-feed/images/bee.png");
	background-position: center center;
}

/* User Cards */
div.followfeed-card.type-user-post > div.card-heading div.content-title a.thread-title {
	max-width: 270px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
div.followfeed-card.type-user-post > div.card-content > div.secondary a {
	color: #000 !important;
}
div.followfeed-card.type-user-post > div.card-content > div.secondary a:hover {
	text-decoration: none !important;
}
div.followfeed-card.type-user-post > div.card-content > div.secondary p.post-text {
	transition: opacity 0.5s;
	background: #EFEFEF;
	opacity: 0.8;
	padding: 15px;
}
div.followfeed-card.type-user-post > div.card-content > div.secondary p.post-text:hover {
	opacity: 1;
}
div.followfeed-card.type-user-post > div.card-content > div.secondary div.featured-image {
	background: #EFEFEF;
}
div.followfeed-card.type-user-post > div.card-content > div.secondary div.featured-image > img {
	max-width: 100%;
	max-height: initial;
	padding: 5px 5px;
	display: block;
	margin: 0 auto;
}
div.followfeed-card.type-user-post > div.card-content > div.secondary div.featured-video {
	background: #EFEFEF;
}
div.followfeed-card.type-user-post > div.card-content > div.secondary div.featured-video > iframe {
	max-width: 100%;
	max-height: initial;
	padding: 5px 5px;	
	display: block;
	margin: 0 auto;
}

/* Photo Cards */
div.followfeed-card.type-photo {
	box-shadow: 0 0 1px 1px #BBB;
}
/* Advert Cards */
div.followfeed-card.type-advert {
	background: none;
	border: none;
	padding: 0;
}

/* *** Follow Lists: Dropdown *** */
div.followlist-dropdown {
	margin-left: 15px;
	margin-top: 8px;
}

/* *** Follow Feed: Sidebar *** */
div#followfeed-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 326px;
}
div#followfeed-sidebar > div.sidebar {
	box-shadow: 0 0 1px 1px #DFE0E4;
	margin-bottom: 12px;
	background: #FFFFFF;
	width: inherit;
	padding: 12px;
}
div#followfeed-sidebar > div.sidebar > div.sidebar-title > span.title {
	text-transform: uppercase;
	font-weight: bold;
	color: #7F7F7F;
}
div#followfeed-sidebar > div.sidebar > div.sidebar-title > span.link-right {
	float: right;
}
div#followfeed-sidebar > div.links {
	margin-bottom: 12px;
}
div#followfeed-sidebar > div.links > ul {
	display: block;
	padding: 0;
	margin: 0;
}
div#followfeed-sidebar > div.links > ul > li.link {
	display: inline-block;
	color: #9197A3;
}
div#followfeed-sidebar > div.links > ul > li.link > a {
	color: #9197A3;
}
div#followfeed-sidebar > div.links > ul > li.link::after {
	content: ' · ';
	line-height: normal;
}
div#followfeed-sidebar > div.links > ul > li.link:last-child::after {
	content: '';
}
div#followfeed-sidebar > div.copyright > p {
	color: #9197A3;
}

/* *** Follow Feed: ADs *** */
div.followfeed-ad {
	border-bottom: 1px solid #CCC;
	padding-bottom: 18px;
	margin-top: 10px;
}

div.followfeed-ad:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

div.followfeed-ad > div.ad-content {
	text-align: center;
	background: #EEE;
	height: 600px;
}

/* *** ATTACHED STATE *** */
div#followfeed-topbar.attached {
	border-radius: 0;
	position: fixed;
	z-index: 9000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
	top: 0;
	margin: 0;
}
div#followfeed-sidebar.attached {
	margin-left: 3px;
	position: fixed;
	top: 58px;
}
div#followfeed-sidebar.bottom {
	vertical-align: bottom;
}
div.autosuggest-menu > table.autosuggest-results tr.autosuggest-result:focus,
div.autosuggest-menu > table.autosuggest-results tr.autosuggest-result:hover {
	outline: 1px inset rgba(0, 0, 0, 0.4) !important;
}
/* *** MAIN SITE STYLE OVERRIDES *** */
body {
	overflow-y: scroll;
}
div#afnmainbodidContainer > div.m {
	max-width: 100% !important;
}

#followfeed-container .fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 0.9em;
	line-height: 15px;
}

/* *** FRONTPAGE SELECTOR STYLES *** */
table#fp-selector {
	margin: 1px auto -17px auto;
	border-spacing: 0;
	background: none;
	width: 994px;
}
table#fp-selector td.left {
	line-height: 19px;
	width: 130px;
}
table#fp-selector ul {
	max-width: 800px;
	margin: 0;
}
table#fp-selector ul.left {
	max-width: 130px;
}
table#fp-selector ul.left > li {
	font-weight: bold;
	font-size: 12px;
	color: #5F5F5F;
	border: 0;
}
table#fp-selector td.right > ul > li {
	padding-top: 2px;
	border: 0;
}
table#fp-selector td.right > ul > li.selected {
	border-right: 1px solid #1C326C;
	border-left: 1px solid #1C326C;
	border-top: 1px solid #1C326C;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	background: #516AA0;
}
table#fp-selector td.right > ul > li > a {
	padding: 0 12px;
	font-size: 12px;
	color: #3B5998;
}
table#fp-selector td.right > ul > li.selected > a {
	text-shadow: 1px 1px 1px #1C326C;
	color: #FFF;
}

div#followfeed-page .ptbutton {
	color: #4e5665;
}

div#followfeed-page .ptbutton.ptbutton-disabled {
	color: #c9cdd6;
}

.followfeed-card .comment-input {
	min-height: 32px;
}

.followfeed-card .card-comment-box {
	margin-top: 10px;
	position: relative;
}

.followfeed-card .ptbutton.post-comment>span {
	margin-top: 4px;
}

.followfeed-card .ptbutton.post-comment {
	height: 24px;
	width: 24px;
}

.followfeed-card .comment-input-button {
	float: right;
	margin: 1px;
	position: absolute;
	top: 3px;
	right: 3px;
}

.followfeed-card .card-comment-list .comment {
	margin-top: 10px;
}

.followfeed-card .comment-load-more {
	margin-top: 10px;
}

/* Lists slider */
div.slider-container.attached {
	background: #FFFFFF;
	position: fixed;
	opacity: 0.6;
	bottom: -1px;
	width: 100%;
	z-index: 3;
	margin: 0;
	right: 0;
}
div.slider-container.attached:hover {
	box-shadow: 0 1px 4px #999;
	opacity: 1;
}
div.slider-container.attached div.follow-list-slider {
	margin: 0 auto;
}
div.slider-container.attached.top-attached {
	bottom: initial;
	top: 43px;
}
div.slider-container span.hide-btn {
	user-select: none;
	right: 2px;
}
div.slider-container.attached span.hide-btn {
	right: 24px;
}
div.slider-container span.toggle-btn {
	display: none;
}
div.slider-container.attached span.toggle-btn {
	display: block;
}

span.topbar-btn {
	background: rgba(255, 255, 255, 0.05);
	transition: background 0.3s;
	display: inline-block;
	border-radius: 2px;
	margin: 8px 4px;
	height: 25px;
}
span.topbar-btn a,
span.topbar-btn i.fa {
	text-decoration: none;
	color: #FFF;
}
span.topbar-btn a {
	padding: 5px 10px 0 10px;
	font-weight: bold;
	height: inherit;
	display: block;
}
span.topbar-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}

div.list-message {
	box-shadow: 0 0 1px 1px #DFE0E4;
	position: relative;
	margin-bottom: 12px;
	background: #FFFFFF;
	width: inherit;
	padding: 10px;
	min-height: 80px;
}

/* List Message */
div.list-message div.icon,
div.list-message div.message,
div.list-message div.follow-list-btn {
	display: inline-block;
	vertical-align: top;
}
div.list-message div.icon {
	padding-top: 5px;
	text-align: left;
	width: 34px;
}
div.list-message div.icon a {
	display: block;
}
div.list-message div.icon img {
	transition: opacity 0.6s;
	cursor: pointer;
	opacity: 0.5;
}
div.list-message div.icon img:hover {
	opacity: 1;
}
div.list-message div.message {
	font-size: 12px !important;
	width: 380px;
}
div.list-message div.message * {
	font-size: 12px !important;
}
div.list-message div.follow-list-btn {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 10px;
}

span.topbar-btn.show-carousel-btn{
	cursor:pointer;
}

/* FB Button Styles */
.fb-btn-style {
	border-radius: 2px;
	border: 1px solid black;
	box-shadow: 0 1px 1px #1C326C;
	cursor: pointer;
	background: #516AA0;
	background: linear-gradient(to bottom,  #516AA0 0%, #3F5A96 100%);
	background: -webkit-linear-gradient(top,  #516AA0 0%, #3F5A96 100%);
	background: -moz-linear-gradient(top,  #516AA0 0%, #3F5A96 100%);
	color: #FFFFFF;
}

.fb-btn-style:hover {
	text-shadow: 0 0 1px #FFFFFF;
}

.fb-btn-style:active {
	background: #3F5A96;
	background: linear-gradient(to bottom,  #3F5A96 0%, #516AA0 100%);
	background: -webkit-linear-gradient(top,  #3F5A96 0%, #516AA0 100%);
	background: -moz-linear-gradient(top,  #3F5A96 0%, #516AA0 100%);
}

.fb-btn-style:disabled {
	border: 1px solid #777;
	background: #BBB;
	cursor: default;
	opacity: 0.5;
}

.fb-btn-style-light {
	border-radius: 1px;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px #EDEDED;
	cursor: pointer;
	background: #FDFDFD;
	background: linear-gradient(to bottom,  #FDFDFD 0%, #F5F6F7 100%);
	background: -webkit-linear-gradient(top,  #FDFDFD 0%, #F5F6F7 100%);
	background: -moz-linear-gradient(top,  #FDFDFD 0%, #F5F6F7 100%);
	color: #4E5665;
	font-weight: bold;
}

.fb-btn-style-light:hover {
	text-shadow: 0 0 2px #FFFFFF;
}

.fb-btn-style-light:active {
	background: #F5F6F7;
	background: linear-gradient(to bottom,  #F5F6F7 0%, #FDFDFD 100%);
	background: -webkit-linear-gradient(top,  #F5F6F7 0%, #FDFDFD 100%);
	background: -moz-linear-gradient(top,  #F5F6F7 0%, #FDFDFD 100%);
}

/* Loading animation */
.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #516AA0;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}
@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}