/*!
 * minimum set of bootstrap includes for most embed components
 */
 


.close {
	color: #fff !important;
	text-decoration: none !important;
	float: right;
	font-weight: 700;
	display: block;
	font-size: 20px;
	opacity: .8;
	padding: 0 !important;
	background: none !important
}

.notice {
	padding: 20px;
	font-size: 15px;
	font-weight: 500;
	background: rgba(0, 39, 59, .08);
	border-radius: 5px
}

.notice:after,.notice:before {
	display: table;
	content: "";
	line-height: 0
}

.notice:after {
	clear: both
}

.notice .notice-wrapper {
	display: table;
	width: 100%
}

.notice .icon {
	display: table-cell;
	float: left;
	margin: 2px .5em 0 0;
	color: #7f929c;
	font-size: 32px
}

.notice .message,.notice .message:active,.notice .message:visited {
	display: table-cell;
	vertical-align: middle;
	max-width: 540px;
	padding-right: .5em;
	color: #5f6c73;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.3em
}

.notice .message:active:hover,.notice .message:hover,.notice .message:visited:hover
	{
	color: rgba(0, 39, 59, .5)
}

.notice .btn {
	display: table-cell;
	width: 110px;
	padding-left: 0;
	padding-right: 0
}

.notice .btn-primary {
	background: #2e9fff;
	color: #fff
}

.dismiss {
	display: block;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 39, 59, .5);
	cursor: pointer
}

.dismiss .cross {
	font-weight: 700;
	font-size: 16px
}

.btn {
	border: none;
	background: #778289;
	background: rgba(29, 47, 58, .6);
	display: inline-block;
	color: #fff;
	line-height: 1.1;
	border-radius: 3px;
	font-weight: 500;
	-webkit-transition: background .2s;
	transition: background .2s;
	text-shadow: none;
	margin:0 2px 0 0
}

.btn:hover {
	background: #606d75;
	background: rgba(29, 47, 58, .7);
	color: #fff
}

.btn.active,.btn:active {
	-webkit-transition: none;
	transition: none;
	background: #2e9fff
}

.btn.busy {
	background: #ebeef2;
	color: #bbb;
	text-shadow: none
}

.btn.busy:active,.btn.busy:hover {
	background: #ebeef2;
	text-shadow: none;
	cursor: not-allowed
}

.btn.btn-small {
	font-size: 12px;
	padding: 8px 10px;
	background-position: 0 -10px
}

.btn.btn-small.follow {
	font-weight: 400;
	font-size: 10px;
	padding: 1px 4px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .07)
}

.btn.btn-small:hover {
	background-position: 0 -40px
}

.follow-btn {
	overflow: hidden;
	position: relative;
	color: #fff;
	background: #2e9fff;
	font-size: 14px;
	padding: 4px 14px;
	line-height: 20px;
	text-shadow: none;
	border: none;
	box-shadow: none;
	-webkit-transition: all .2s;
	transition: all .2s
}

.follow-btn:hover {
	color: #fff;
	background-color: #8e979c
}

.follow-btn .follow-text {
	display: inline
}

.follow-btn .following-text {
	display: none
}

.follow-btn .icon-checkmark {
	display: block;
	position: absolute;
	left: 9px;
	top: 15px;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.follow-btn .icon-plus {
	display: none
}

.follow-btn.private {
	background-color: #a9b0b4 !important;
	cursor: not-allowed
}

.follow-btn.private .icon-lock {
	display: inline;
	padding-right: .25em
}

.follow-btn.private .icon-lock:before {
	position: relative;
	top: 1px
}

.follow-btn.edit-profile {
	color: #fff;
	background-color: #a9b0b4;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 700;
	-webkit-transition: all .2s;
	transition: all .2s
}

.follow-btn.edit-profile:hover {
	color: #fff;
	background-color: #8e979c
}

.follow-btn.following {
	background: #8fc847 !important;
	padding-right: 10px;
	padding-left: 30px
}

.follow-btn.following .follow-text {
	display: none
}

.follow-btn.following .following-text {
	display: inline
}

.follow-btn.following .icon-checkmark {
	top: 6px;
	opacity: 1;
	filter: alpha(opacity = 100)
}

.follow-btn.btn-small {
	font-size: 12px;
	font-weight: 700;
	padding: 2px 9px 1px
}

.follow-btn.btn-small.following {
	padding-left: 24px
}

.follow-btn.btn-small.following .icon-checkmark {
	top: 3px;
	left: 7px
}

.follow-link {
	position: relative
}

.follow-link .follow-text {
	display: inline
}

.follow-link .following-text {
	display: none;
	-webkit-transition: all .2s;
	transition: all .2s
}

.follow-link .icon-checkmark {
	position: absolute;
	left: 2px;
	top: 10px;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.follow-link.following .follow-text {
	display: none
}

.follow-link.following .following-text {
	margin-left: 20px;
	display: inline;
	color: rgba(0, 39, 59, .35)
}

.follow-link.following .icon-checkmark {
	top: 2px;
	opacity: 1;
	filter: alpha(opacity = 100);
	color: rgba(0, 39, 59, .35)
}

@media ( max-width :480px) {
	#profile .btn.follow-btn {
		font-size: 13px;
		padding: 4px 9px
	}
	#profile .btn.follow-btn .icon-lock,#profile .btn.follow-btn .icon-plus
		{
		position: static !important
	}
	#profile .btn.follow-btn .btn-text {
		display: none !important
	}
	#profile .btn.follow-btn .icon-plus {
		display: inline
	}
	#profile .btn.follow-btn .icon-checkmark {
		display: none
	}
	#profile .btn.follow-btn.following .icon-checkmark {
		position: static;
		display: inline
	}
	#profile .btn.follow-btn.following .icon-plus {
		display: none
	}
}

.outbound-link .icon-expand {
	font-size: .6em;
	color: rgba(0, 39, 59, .35);
	padding-left: 1em
}

[dir=rtl],[dir=rtl] * {
	font-family: Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, Verdana,
		sans-serif
}

/* @font-face {
	font-family: icons;
	src:
		url(//a.disquscdn.com/next/assets/font/icons.47c6a1ac947c34190cda1cafe989ed8b.eot);
	src:
		url(//a.disquscdn.com/next/assets/font/icons.47c6a1ac947c34190cda1cafe989ed8b.eot?#iefix)
		format("embedded-opentype"),
		url(//a.disquscdn.com/next/assets/font/icons.97d61cac9a78751596d392b8e8de61eb.woff)
		format("woff"),
		url(//a.disquscdn.com/next/assets/font/icons.24a68536d9a127f69c497961e1f4531a.ttf)
		format("truetype"),
		url(//a.disquscdn.com/next/assets/font/icons.0b218037050ff39f0edf49278219b7ca.svg?#icons)
		format("svg");
	font-weight: 400;
	font-style: normal
} */

/* [class*=" icon-"]:before,[class^=icon-]:before {
	font-family: icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
} */

.icon-arrow-2:before {
	content: "\25b3"
}

.icon-arrow-back:before {
	content: "\2770"
}

.icon-arrow-forward:before {
	content: "\2771"
}

.icon-arrow:before {
	content: "\25bd"
}

.icon-bell:before {
	content: "\2b26"
}

.icon-camera:before {
	content: "\233c"
}

.icon-cancel:before {
	content: "\2715"
}

.icon-checkmark:before {
	content: "\2714"
}

.icon-clock:before {
	content: "\23f2"
}

.icon-cog:before {
	content: "\2699"
}

.icon-comment:before {
	content: "\e603"
}

.icon-discovery:before {
	content: "\2604"
}

.icon-disqus:before {
	content: "\64"
}

.icon-expand-corners:before {
	content: "\2922"
}

.icon-expand:before {
	content: "\23cd"
}

.icon-export:before {
	content: "\2924"
}

.icon-facebook-circle:before {
	content: "\46"
}

.icon-facebook:before {
	content: "\66"
}

.icon-feed:before {
	content: "\72"
}

.icon-flag:before {
	content: "\2691"
}

.icon-forward:before {
	content: "\3e"
}

.icon-google-plus-circle:before {
	content: "\47"
}

.icon-google-plus:before {
	content: "\67"
}

.icon-images:before {
	content: "\26fa"
}

/* .icon-link:before {
	content: "\bb"
}
 */
.icon-location:before {
	content: "\2351"
}

.icon-lock:before {
	content: "\1f512"
}

.icon-mail:before {
	content: "\2709"
}

.icon-map:before {
	content: "\25eb"
}

.icon-megaphone:before {
	content: "\e600"
}

.icon-menu:before {
	content: "\2630"
}

.icon-minus:before {
	content: "\2d"
}

.icon-music:before {
	content: "\266b"
}

.icon-pause:before {
	content: "\268c"
}

.icon-pencil-large:before {
	content: "\270e"
}

.icon-pencil:before {
	content: "\270f"
}

.icon-photo:before {
	content: "\25f1"
}

.icon-pin:before {
	content: "\2199"
}

.icon-play:before {
	content: "\25ba"
}

.icon-plus:before {
	content: "\2b"
}

.icon-privacy:before {
	content: "\e601"
}

.icon-proceed:before {
	content: "\2192"
}

.icon-remove:before {
	content: "\2716"
}

.icon-reply-large:before {
	content: "\21a9"
}

.icon-reply:before {
	content: "\3c"
}

.icon-search:before {
	content: "\26b2"
}

.icon-share:before {
	content: "\2945"
}

.icon-star:before {
	content: "\2605"
}

.icon-trophy:before {
	content: "\1f3c6"
}

.icon-twitter-circle:before {
	content: "\54"
}

.icon-twitter:before {
	content: "\74"
}

.icon-video:before {
	content: "\25b6"
}

.icon-warning:before {
	content: "\26a0"
}

.icon-write:before {
	content: "\29c4"
}

.inputBg {
	-webkit-appearance: none;
	background: #fff;
	border: 2px solid #cbd2d6;
	border: 2px solid rgba(0, 39, 59, .2)
}

.inputBg:focus {
	border: 2px solid #cbd2d6;
	border: 2px solid rgba(0, 39, 59, .35)
}

#layout {
	overflow: hidden
}

#layout>section {
	min-height: 125px
}

.primary {
	float: left;
	width: 70%;
	padding-right: 30px
}

.secondary {
	float: right;
	width: 30%
}

#no-posts {
	opacity: .6;
	line-height: 107px;
	text-align: center
}

/* .pull-left,.pull-right {
	float: right !important
} */

.alert {
	margin-bottom: 24px
}

.alert .icon {
	vertical-align: middle;
	padding-right: .5em
}

.load-more {
	margin: 0 0 24px
}

.load-more .btn {
	font-size: 13px;
	font-weight: 500;
	display: block;
	text-align: center;
	padding: 11px 14px
}

/* .loading {
	background:
		url(//a.disquscdn.com/next/assets/img/loader.5cc23909da9c4a9874500d7a85c4125f.gif)
		center center no-repeat;
	min-height: 100px
} */

@
keyframes rotate-loading { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

100%{
-webkit-transform
:rotate(360deg)
;transform
:rotate(360deg)
}
}
.input-wrapper input {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-appearance: none;
	background: #fff;
	border: 2px solid #cbd2d6;
	border: 2px solid rgba(0, 39, 59, .2);
	padding: 5px 9px;
	margin: 0;
	border-radius: 4px;
	width: 100%;
	font-size: 13px;
	height: 32px
}

.input-wrapper input:focus {
	border: 2px solid #cbd2d6;
	border: 2px solid rgba(0, 39, 59, .35);
	outline: 0
}

.input-wrapper input:placeholder-shown {
	color: #a5b2b9;
	color: rgba(0, 39, 59, .35)
}

.input-wrapper .input-label {
	color: #fff;
	display: block;
	position: relative;
	padding: 15px 13px;
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #5f6c73;
	font-weight: 700;
	line-height: 1.5em;
	border-radius: 4px
}

.input-wrapper .input-label:after {
	content: "";
	position: absolute;
	left: 15px;
	top: -5px;
	width: 10px;
	height: 10px;
	background-color: inherit;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.input-wrapper .input-label .link {
	color: #fff;
	text-decoration: underline
}

.input-wrapper .input-label .link:hover {
	text-decoration: none
}

.input-wrapper.has-error .input-label,.input-wrapper.has-error input,.input-wrapper.has-error input:focus
	{
	border-color: #f55567
}

.input-wrapper.has-error .input-label {
	background-color: #f55567
}

img[data-src] {
	visibility: hidden
}

.edit {
	margin-bottom: 9px
}

.edit .textarea-wrapper {
	margin: 3px 0 9px !important;
	padding-bottom: 36px
}

.edit .post-actions {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity = 100)
}

.post-actions {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity = 0);
	background: #f6f8f9;
	border-radius: 0 0 2px 2px;
	border-top: solid 2px;
	border-color: #cbd2d6;
	border-color: rgba(0, 39, 59, .2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px
}

.post-actions .wysiwyg {
	position: absolute;
	top: 2px;
	left: 2px
}

.post-actions .wysiwyg li {
	float: left;
	position: relative
}

.post-actions .wysiwyg li input[type=file].regular {
	visibility: hidden
}

.post-actions .wysiwyg li input[type=file].ie {
	display: block;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	cursor: pointer;
	top: 5px;
	left: -190px
}

.post-actions .wysiwyg li a {
	display: block;
	height: 30px;
	width: 34px;
	position: relative
}

/* .post-actions .wysiwyg li a span {
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999em;
	opacity: .65;
	filter: alpha(opacity = 65);
	background-image:
		url(//a.disquscdn.com/next/assets/img/sprite.d7ef8d0fbbf3e26ad70cb75a8c813b4d.png);
	background-position: 0 -18px;
	width: 14px;
	height: 14px
} */

.post-actions .wysiwyg li a.attach span {
	background-position: 0 -32px
}

.post-actions .wysiwyg li:hover a span {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.post-actions .wysiwyg li:hover a.attach span {
	background-position: 0 -18px
}

.post-actions .wysiwyg li.active a span,.post-actions .wysiwyg li:active a span
	{
	opacity: 1;
	filter: alpha(opacity = 100)
}

.post-actions .wysiwyg li.active a.bold span,.post-actions .wysiwyg li:active a.bold span
	{
	background-position: -16px 0
}

.post-actions .wysiwyg li.active a.italics span,.post-actions .wysiwyg li:active a.italics span
	{
	width: 10px;
	background-position: -28px 0
}

.post-actions .btn {
	position: absolute;
	top: -2px;
	right: -2px;
	white-space: nowrap;
	border-radius: 0 0 3px;
	font-size: 12px;
	padding: 12px 14px;
	font-weight: 700
}

.post-actions .cancel {
	position: absolute;
	line-height: 34px;
	right: 100px;
	color: #a5b2b9 !important;
	color: rgba(0, 39, 59, .35) !important;
	font-size: 12px;
	font-weight: 500
}

.post-actions .cancel:hover {
	color: #768187 !important;
	color: rgba(29, 47, 58, .6) !important
}

.textarea-wrapper {
	position: relative;
	margin: 0 0 0 60px;
	-webkit-appearance: none;
	background: #fff;
	border: 2px solid #cbd2d6;
	border: 2px solid rgba(0, 39, 59, .2);
	border-radius: 4px
}

.textarea-wrapper:focus {
	border: 2px solid #cbd2d6;
	border: 2px solid rgba(0, 39, 59, .35)
}

.textarea-wrapper:after,.textarea-wrapper:before {
	display: table;
	content: "";
	line-height: 0
}

.textarea-wrapper:after {
	clear: both
}

.textarea-wrapper .textarea {
	color: #3f4549;
	cursor: text;
	resize: none;
	border: 0;
	display: block;
	padding: 6px 10px 8px;
	margin: 0;
	width: 100%;
	min-height: 44px;
	height: auto;
	line-height: 1.4;
	font-size: 14px;
	font-family: "Helvetica Neue", arial, sans-serif;
	overflow-y: scroll;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.textarea-wrapper .textarea div,.textarea-wrapper .textarea p {
	margin: 0;
	line-height: 1.4
}

.textarea-wrapper .textarea:focus {
	outline: 0
}

.textarea-wrapper .placeholder {
	color: #a5b2b9;
	color: rgba(0, 39, 59, .35);
	line-height: 30px;
	font-size: 18px;
	position: absolute;
	top: 7px;
	left: 10px;
	right: 9px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: text
}

.textarea-wrapper.error {
	border-color: #f55567
}

.postbox {
	position: relative
}

.postbox .edit-alert .alert {
	border-radius: 0;
	margin: -36px -2px 36px;
	border-top: solid 2px;
	border-color: #cbd2d6
}

.postbox .media-drag-hover {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .4);
	text-align: center;
	font-weight: 700;
	z-index: 2000;
	color: #fff
}

.postbox .media-drag-hover .drag-text {
	border: 3px dashed #fff;
	padding: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -22px 30px 0;
	text-align: center;
	border-radius: 6px;
	height: 45px
}

.postbox .media-preview {
	-webkit-transition: padding-bottom .15s ease-in-out;
	transition: padding-bottom .15s ease-in-out;
	background: rgba(16, 48, 68, .03);
	border-top: solid 2px;
	border-color: #cbd2d6;
	border-color: rgba(0, 39, 59, .2);
	padding: 10px 0 8px;
	margin: 20px 0 0
}

.postbox .media-preview .empty,.postbox .media-preview.empty {
	display: none
}

.postbox .media-preview a.media-delete {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #a5b2b9;
	background-color: rgba(0, 39, 59, .35);
	width: 16px;
	height: 16px;
	line-height: 15px;
	border-radius: 2px;
	display: none
}

.postbox .media-preview a.media-delete:hover {
	background-color: rgba(0, 0, 0, .8)
}

.postbox .media-preview .media-expanded {
	max-height: 300px;
	margin: 8px 8px 0;
	position: relative;
	text-align: center
}

.postbox .media-preview .media-expanded img {
	max-height: 300px;
	max-width: 100%
}

.postbox .media-preview ul {
	display: inline
}

.postbox .media-preview li {
	display: inline-block;
	zoom: 1;
	margin: 0 0 0 8px
}

.postbox .media-preview li .media-box {
	max-width: 128px;
	max-height: 128px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative
}

.postbox .media-preview li .media-box .media-ct {
	display: inline;
	display: inline-block;
	position: relative
}

.postbox .media-preview li .media-box .media-ct .media-surface {
	position: relative;
	display: table-cell
}

.postbox .media-preview li .media-box .media-ct .media-surface img {
	border-radius: 3px;
	max-width: 128px;
	max-height: 128px
}

.postbox .media-preview li a.media-delete {
	top: 3px;
	right: 3px
}

.postbox .media-preview li:hover a.media-delete {
	display: block
}

.postbox .media-preview li .media-progress {
	position: absolute;
	top: 47%;
	left: 3px;
	width: 44px;
	height: 5px;
	background: #eaedee;
	background: rgba(0, 39, 59, .08)
}

.postbox .media-preview li .media-progress .bar {
	background-color: #cbd2d6;
	background-color: rgba(0, 39, 59, .2);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0
}

.postbox .media-preview li.active {
	border: 1px solid;
	padding: 0
}

.postbox .media-preview li.active a.media-delete {
	top: 2px;
	right: 2px
}

.postbox section {
	padding: 14px 0 0;
	border-radius: 0 0 3px 3px
}

.postbox section .guest-form-title {
	display: inline-block
}

.postbox section label {
	font-size: 13px;
	color: #7f929c;
	color: rgba(0, 39, 59, .5)
}

.postbox section small {
	display: block;
	font-size: 11px;
	line-height: 1.2 !important;
	color: #a9adb3;
	margin: 4px 0 0 16px
}

.postbox section .what-is-disqus {
	cursor: pointer;
	display: inline-block;
	position: relative
}

.postbox section .what-is-disqus:hover #rules {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important
}

.postbox section #rules {
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
	text-indent: 0;
	z-index: 1001;
	position: absolute;
	width: 300px;
	left: 8px;
	top: 20px;
	margin-left: -155px;
	padding: 18px 14px 4px
}

.postbox section #rules h3 {
	color: #7f929c;
	color: rgba(0, 39, 59, .5);
	padding: 0 4px;
	margin: 0 0 14px;
	font-weight: 700
}

.postbox section #rules ul {
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0 0 14px
}

.postbox section #rules ul li {
	color: #7f929c;
	color: rgba(0, 39, 59, .5);
	list-style: disc;
	margin: 0 0 6px;
	line-height: 1.4;
	font-size: 13px
}

.postbox section #rules ul li span {
	color: #768187;
	color: rgba(29, 47, 58, .6)
}

.postbox section #rules .btn {
	font-size: 12px;
	padding: 10px;
	margin-bottom: -2px;
	display: block;
	text-align: center
}

.avatar {
	float: left
}

.avatar img {
	display: block;
	width: 60px;
	height:60px;
	border-radius: 3px
}

.avatarChild img {
	display: block;
	width: 40px;
	height:40px;
	border-radius: 3px
}

.avatar .user {
	display: block;
	position: relative;
	z-index: 100;
	background: rgba(0, 39, 59, .2);
	border-radius: 3px
}

#form .avatar,#top-threads .avatar,#top-users .avatar,.notifications .avatar,.tooltip .avatar
	{
	position: absolute;
	left: 0;
	-webkit-transition: left .2s linear;
	transition: left .2s linear
}

.post .avatar {
	margin-right: 12px
}

#form .postbox {
	margin: 0 0 24px
}

@media ( max-width :500px) {
	#form .avatar {
		display: none
	}
	#form .textarea-wrapper {
		margin-left: 0 !important
	}
	#form .textarea-wrapper .textarea .placeholder {
		font-size: 15px;
		line-height: 1em;
		position: relative;
		top: 2px
	}
	#form.expanded .textarea-wrapper .textarea {
		min-height: 60px
	}
}

.reply-form-container .postbox {
	margin: 24px 0 0
}

.expanded .postbox .textarea {
	margin-bottom: 36px
}

.expanded .postbox .media-preview {
	padding-bottom: 42px
}

.expanded .postbox .post-actions {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity = 100)
}

.expanded .postbox .auth-section {
	display: block
}

.expanded .postbox .logged-in {
	display: none
}

.expanded.authenticated .postbox .logged-in {
	display: block
}

.expanded.authenticated .postbox .logged-out {
	display: none
}

.post-list .expanded.reply .postbox .textarea {
	min-height: 73px
}

.auth-section {
	display: none;
	position: relative;
	margin: 0 0 0 60px;
	z-index: 200
}

.auth-section .proceed {
	position: absolute;
	right: 0;
	top: 37px;
	font-size: 12px
}

.auth-section .proceed .btn {
	height: 32px;
	padding: 9px 0;
	width: 60px;
	text-align: center
}

.auth-section .proceed.active {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.auth-section .proceed .next {
	display: none
}

.auth-section .connect {
	position: absolute
}

.auth-section .connect .services {
	margin: 0 0 18px
}

.auth-section .connect .services:after,.auth-section .connect .services:before
	{
	display: table;
	content: "";
	line-height: 0
}

.auth-section .connect .services:after {
	clear: both
}

.auth-section .connect .services li {
	float: left;
	margin: 0 3px 0 0
}

.auth-section .connect .services button {
	font-size: 11px;
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -9999em;
	opacity: .9;
	filter: alpha(opacity = 90)
}

.auth-section .connect .services button:hover {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.auth-section .connect .services li.sso {
	float: none;
	margin: 0 0 12px
}

.auth-section .connect .services li.sso button {
	text-indent: 0
}

.auth-section .connect .services li.sso button.image {
	box-shadow: none;
	width: auto
}

.auth-section .connect .services li.sso button.no-image {
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05);
	border: none;
	background: #778289;
	background: rgba(29, 47, 58, .6);
	padding: 10px 16px;
	color: #fff;
	line-height: 1.1;
	border-radius: 3px;
	font-weight: 500;
	-webkit-transition: background .2s;
	transition: background .2s;
	text-shadow: none;
	display: block;
	width: 143px;
	clear: both
}

.auth-section .connect .services li.sso button.no-image.active,.auth-section .connect .services li.sso button.no-image.disabled,.auth-section .connect .services li.sso button.no-image:active,.auth-section .connect .services li.sso button.no-image:hover,.auth-section .connect .services li.sso button.no-image[disabled]
	{
	color: rgba(29, 47, 58, .6);
	background-color: #e6e6e6
}

.auth-section .connect .services li.sso button.no-image:hover {
	text-decoration: none;
	-webkit-transition: background-position .1s linear;
	transition: background-position .1s linear
}

.auth-section .connect .services li.sso button.no-image:focus {
	outline: #333 dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.auth-section .connect .services li.sso button.no-image.active,.auth-section .connect .services li.sso button.no-image:active
	{
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05)
}

.auth-section .connect .services li.sso button.no-image.disabled,.auth-section .connect .services li.sso button.no-image[disabled]
	{
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: .65;
	filter: alpha(opacity = 65);
	box-shadow: none
}

.auth-section .connect .services li.sso button.no-image:hover {
	background: #606d75;
	background: rgba(29, 47, 58, .7);
	color: #fff
}

.auth-section .connect .services li.sso button.no-image.active,.auth-section .connect .services li.sso button.no-image:active
	{
	-webkit-transition: none;
	transition: none;
	background: #2e9fff
}

.auth-section .connect .services li.sso button.no-image.busy {
	background: #ebeef2;
	color: #bbb;
	text-shadow: none
}

.auth-section .connect .services li.sso button.no-image.busy:active,.auth-section .connect .services li.sso button.no-image.busy:hover
	{
	background: #ebeef2;
	text-shadow: none;
	cursor: not-allowed
}

.auth-section .connect .services li.sso button.no-image.btn-small {
	font-size: 12px;
	padding: 8px 10px;
	background-position: 0 -10px
}

.auth-section .connect .services li.sso button.no-image.btn-small.follow
	{
	font-weight: 400;
	font-size: 10px;
	padding: 1px 4px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .07)
}

.auth-section .connect .services li.sso button.no-image.btn-small:hover
	{
	background-position: 0 -40px
}

.auth-section .connect .services button {
	background: 0 0
}

/* .auth-section .connect .services .auth-twitter button {
	background-image:
		url(//a.disquscdn.com/next/assets/img/sprite.d7ef8d0fbbf3e26ad70cb75a8c813b4d.png);
	background-position: 0 -148px;
	width: 34px;
	height: 34px
} */

/* .auth-section .connect .services .auth-facebook button {
	background-image:
		url(//a.disquscdn.com/next/assets/img/sprite.d7ef8d0fbbf3e26ad70cb75a8c813b4d.png);
	background-position: 0 -80px;
	width: 34px;
	height: 34px
} */

/* .auth-section .connect .services .auth-google button {
	background-image:
		url(//a.disquscdn.com/next/assets/img/sprite.d7ef8d0fbbf3e26ad70cb75a8c813b4d.png);
	background-position: 0 -114px;
	width: 34px;
	height: 34px
} */

/* .auth-section .connect .services .auth-disqus button {
	background-image:
		url(//a.disquscdn.com/next/assets/img/sprite.d7ef8d0fbbf3e26ad70cb75a8c813b4d.png);
	background-position: 0 -46px;
	width: 35px;
	height: 34px
} */

.auth-section .guest {
	margin: 0 70px 0 156px;
	padding: 0 10px;
	min-height: 32px;
	position: relative
}

.auth-section .guest p {
	margin: 0 0 12px
}

.auth-section .guest .guest-details {
	display: none
}

.auth-section .guest .guest-details.expanded {
	display: block
}

.auth-section .guest .guest-checkbox {
	margin-bottom: 12px
}

.register .proceed .next {
	display: block
}

.register .proceed .submit {
	display: none
}

.actions:after,.actions:before {
	display: table;
	content: "";
	line-height: 0
}

.actions:after {
	clear: both
}

.actions .forgot {
	color: #cbd2d6;
	color: rgba(0, 39, 59, .2);
	font-size: 12px;
	padding: 3px 0;
	line-height: 2.5
}

/* .row:after,.row:before {
	display: table;
	content: "";
	line-height: 0
}
 */
/* .row:after {
	clear: both
} */



.badge {
	color: #fff;
	background: rgba(34, 59, 74, .3);
	padding: 1px 3px;
	font-size: 10px;
	line-height: 1.1;
	font-weight: 700;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top: -1px;
	left: 1px
}

.nav {
	position: relative;
	margin: 0 0 -6px;
	padding: 0
}

.nav>ul {
	clear: both
}

.nav>ul:after,.nav>ul:before {
	display: table;
	content: "";
	line-height: 0
}

.nav>ul:after {
	clear: both
}

.nav>ul>li {
	float: left
}

@media ( max-width :480px) {
	.nav>ul>li #community-tab .community-name {
		display: none
	}
}

.nav>ul>li #community-tab .community-name-placeholder {
	display: none
}

@media ( max-width :480px) {
	.nav>ul>li #community-tab .community-name-placeholder {
		display: block
	}
}

.nav>ul>li>a,.nav>ul>li>div a {
	display: block;
	margin: 0;
	padding: 0;
	color: #a5b2b9;
	color: rgba(0, 39, 59, .35);
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nav>ul>li>a:hover,.nav>ul>li>div a:hover {
	color: #3f4549
}

.nav .dropdown-toggle {
	position: relative;
	padding-right: 12px;
	background: 0 0 !important;
	color: #a5b2b9 !important;
	color: rgba(0, 39, 59, .35) !important
}

.nav .dropdown-toggle:hover {
	color: #3f4549 !important
}

.nav .dropdown-toggle .caret {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	margin: 0;
	-webkit-transition: .2s all;
	transition: .2s all
}

.nav .dropdown.open .icon-cog,.nav .dropdown.open .icon-export,.nav .dropdown.open .label
	{
	color: #3f4549
}



.nav-primary {
	margin: 0 0 24px;
	border-bottom: 2px solid;
	border-color: #eaedee;
	border-color: rgba(0, 39, 59, .08);
	padding: 0
}

.nav-primary:after,.nav-primary:before {
	display: table;
	content: "";
	line-height: 0
}

.nav-primary:after {
	clear: both
}

.nav-primary>ul>li>a {
	margin: 0 15px;
	padding: 12px 0;
	font-size: 15px;
	font-weight: 700
}

@media ( max-width :480px) {
	.nav-primary>ul>li>a {
		margin: 0 15px 0 0
	}
}

.nav-primary>ul>li.active>a {
	color: #3f4549 !important
}

.nav-primary>ul>li.active>a:after {
	content: " ";
	display: block;
	right: 0;
	height: 2px;
	background: #2e9fff;
	position: absolute;
	bottom: -2px;
	left: 0
}

.nav-primary>ul>li.tab-conversation a {
	margin-left: 0;
	text-transform: capitalize
}

@media ( max-width :480px) {
	.nav-primary>ul>li.tab-conversation a .comment-count {
		display: none
	}
}

.nav-primary>ul>li.tab-conversation a .comment-count-placeholder {
	display: none
}

@media ( max-width :480px) {
	.nav-primary>ul>li.tab-conversation a .comment-count-placeholder {
		display: block
	}
}

.nav-primary>ul>li.notification-menu {
	float: right;
	margin-top: 11px;
	padding: 0;
	width: 19px
}

.nav-primary>ul>li.notification-menu a {
	position: relative;
	top: -1px;
	margin: 0
}

.nav-primary>ul>li.notification-menu a:after {
	display: none
}

.nav-primary>ul>li.notification-menu a .notification-icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 19px;
	-webkit-transition: color .1s;
	transition: color .1s
}

@media ( max-width :480px) {
	.nav-primary>ul>li.notification-menu a .notification-icon.icon-disqus {
		display: none
	}
}

.nav-primary>ul>li.notification-menu a .notification-count {
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center
}

.nav-primary>ul>li.notification-menu a .notification-count .icon-plus {
	font-size: 6px
}

.nav-primary>ul>li.notification-menu.unread a.notification-container .notification-icon
	{
	color: #f55567
}

.nav-primary>ul>li.notification-menu.unread a.notification-container:hover .notification-icon
	{
	color: #f2253c
}

.nav-primary>ul>li.notification-menu.notification-loading {
	height: 20px;
	position: relative
}

.nav-primary>ul>li.notification-menu.notification-loading .notification-container
	{
	display: none
}

.nav-primary>ul>li.notification-menu.notification-loading:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 25px;
	border: 2px solid transparent;
	border-color: transparent #a5b2b9;
	border-color: transparent rgba(0, 39, 59, .35);
	position: absolute;
	top: 0;
	left: 1px;
	-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.nav-primary>ul>li.user-menu {
	float: right;
	margin-left: 10px
}

.nav-primary>ul>li.user-menu .dropdown-toggle {
	max-width: 160px;
	height: 33px;
	margin: 0
}

.nav-primary>ul>li.user-menu .dropdown-toggle .caret {
	top: 18px;
	right: 0
}

.nav-primary>ul>li.user-menu .dropdown-toggle .dropdown-toggle-wrapper {
	white-space: nowrap
}

.nav-primary>ul>li.user-menu .dropdown-toggle .dropdown-toggle-wrapper:before
	{
	content: ''
}

.nav-primary>ul>li.user-menu .dropdown-toggle .dropdown-toggle-wrapper .username
	{
	display: none
}

.nav-primary>ul>li.user-menu .dropdown-toggle .dropdown-toggle-wrapper .avatar img
	{
	width: 21px;
	height: 21px;
	margin-top: -3px;
	margin-right: 2px;
	border-radius: 2px
}


.nav-secondary {
	margin: -12px 0 24px
}

.nav-secondary>ul>li .dropdown-toggle {
	position: relative
}

.nav-secondary>ul>li [class|=icon]:before {
	position: relative;
	top: .25em;
	line-height: 0;
	font-size: 19px
}

.nav-secondary>ul>li a {
	width: auto;
	font-weight: 700;
	font-size: 13px
}

.nav-secondary>ul>li .caret {
	top: 15px;
	right: 0
}

.nav-secondary>ul>li.favorite .thread-likes a {
	position: relative;
	z-index: 100;
	margin-right: 0
}

.nav-secondary>ul>li.favorite .thread-likes a .icon-star:before {
	top: .15em;
	font-size: 14px
}

.nav-secondary>ul>li.favorite .thread-likes a:hover {
	-webkit-transform: translate3d(0, 0, 0)
}

.nav-secondary>ul>li.favorite .thread-likes.upvoted a .icon-star {
	color: #ffc62e;
	text-shadow: 0 0 6px rgba(255, 216, 0, .75);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nav-secondary>ul>li.favorite .thread-likes.upvoted a .counter {
	color: #fff;
	padding: 0 15px 0 0
}

.nav-secondary>ul>li.favorite .thread-likes.upvoted a .check-mark {
	right: 7px;
	opacity: 1
}

.nav-secondary>ul>li.favorite .thread-likes.upvoted a .notch {
	border-right-color: #8fc847
}

.nav-secondary>ul>li.favorite .thread-likes.upvoted a:hover .icon-star {
	color: #ffc62e;
	text-shadow: 0 0 10px #ffd800;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.nav-secondary>ul>li.share-menu {
	float: right
}



.has-highlighted-post .highlight-toggle {
	display: none
}

.has-highlighted-post .highlighted>.post-content .highlight-toggle {
	display: block
}

.highlighted-post .post-list {
	margin-bottom: 24px
}

.highlighted-post .post-menu li {
	display: none
}

.highlighted-post .post-menu li.moderator-menu-options {
	display: list-item
}

.highlighted-post .post-menu li.moderator-menu-options .dropdown-toggle
	{
	border-left: none
}

.highlighted-post .post-menu li.moderator-menu-options li {
	display: none
}

.highlighted-post .post-menu li.moderator-menu-options li.highlight-toggle
	{
	display: list-item
}

.highlighted-post .highlighted {
	background-color: #f2f4f5;
	background-color: rgba(0, 39, 59, .05)
}

.highlighted-post .highlighted .post-content {
	background-color: transparent;
	margin-bottom: 0
}

.highlighted>.post-content {
	background-color: #f2f4f5;
	background-color: rgba(0, 39, 59, .05)
}

.highlighted-comment-header {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 24px
}

.has-highlighted-post .highlighted-comment-header {
	display: block
}

.post-list {
	list-style-type: none;
	margin: 0
}

.post-list .post:after,.post-list .post:before {
	display: table;
	content: "";
	line-height: 0
}

.post-list .post:after {
	clear: both
}

.post-list .post .postbox .avatar .user img {
	width: 36px;
	height: 36px
}

.post-list .post .postbox .auth-section,.post-list .post .postbox .textarea-wrapper
	{
	margin: 0 0 0 48px
}

.post-list .post.collapsed .children {
	display: none
}

.post-list .post.collapsed>.post-content .post-menu {
	top: 12px
}

.post-list .post.collapsed>.post-content .post-menu .collapse {
	display: none
}

.post-list .post.collapsed>.post-content .post-menu .expand {
	display: inline
}

.post-list .post.collapsed>.post-content .post-body-inner {
	display: none
}

.post-list .post.collapsed>.post-content .post-meta {
	display: inline-block !important
}

.post-list .post.collapsed>.post-content,.post-list .post.minimized>.post-content
	{
	-webkit-transition: none;
	transition: none;
	min-height: 36px
}

.post-list .post.collapsed>.post-content .post-media,.post-list .post.collapsed>.post-content .reply,.post-list .post.collapsed>.post-content .state-byline,.post-list .post.collapsed>.post-content footer,.post-list .post.minimized>.post-content .post-media,.post-list .post.minimized>.post-content .reply,.post-list .post.minimized>.post-content .state-byline,.post-list .post.minimized>.post-content footer
	{
	display: none
}

.post-list .post.collapsed>.post-content .post-message,.post-list .post.minimized>.post-content .post-message
	{
	float: left
}

.post-list .post.collapsed>.post-content .post-message p,.post-list .post.minimized>.post-content .post-message p
	{
	line-height: 36px
}

.post-list .post.collapsed>.post-content header,.post-list .post.minimized>.post-content header
	{
	line-height: 36px;
	font-size: 12px
}

.post-list .post.collapsed>.post-content .indicator,.post-list .post.minimized>.post-content .indicator
	{
	height: 36px
}

.post-list .post.collapsed>.post-content .avatar img,.post-list .post.minimized>.post-content .avatar img
	{
	width: 36px;
	height: 36px;
	border-radius: 2px
}

.post-list .post.minimized>.post-content .post-message p {
	opacity: .7;
	font-size: 12px
}

.post-list .post.minimized>.post-content .post-meta {
	display: none
}

.post-list>.post.collapsed,.post-list>.post.minimized {
	min-height: 36px
}

.post-list>.post>.post-content .reply-form-container .postbox {
	margin-left: 60px
}

.post-meta {
	display: inline-block
}

.children .post {
	margin-left: 60px
}

.children .post:after,.children .post:before {
	display: table;
	content: "";
	line-height: 0
}

.children .post:after {
	clear: both
}

.highlighted .children .post {
	margin-left: 72px
}

.children .post .avatar .tooltip-outer {
	left: 48px;
	top: -
	24px
}

.children .post .avatar .user img {
	width: 36px;
	height: 36px
}

.children .post .postbox {
	margin-left: 48px
}

.children .post .indicator {
	height: 36px
}

.children .children .post {
	margin-left: 48px
}

.children .children .children .children .post,.children .children .children .post .postbox
	{
	margin-left: 0
}

.children .children .children .children .post .post-body {
	margin-left: 48px
}

.children .children .children .children .post .indicator {
	left: 0
}

.post-content {
	position: relative;
	margin-bottom: 24px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.post-content:after,.post-content:before {
	display: table;
	content: "";
	line-height: 0
}

.post-content:after {
	clear: both
}

.post-content .indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 48px;
	border-radius: 3px
}

.post-content.new,.post-content.target {
	padding-left: 12px
}

.post-content.new>.avatar,.post-content.target>.avatar {
	left: 12px
}

.post-content.new .indicator,.post-content.target .indicator {
	background: #2e9fff
}

.post-content.target .indicator {
	background: #ffc62e
}

.post-content.post-reply .source-avatar {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 42px;
	height: 42px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .12)
}

.post-content.post-reply .target-avatar {
	width: 42px;
	height: 42px
}

.post-content .post-body .media-container img {
	border-radius: 3px;
	display: block;
	max-width: 100%;
	max-height: 480px;
	z-index: -1
}

.post-content .post-body .media-button {
	text-align: left;
	font-size: 10px;
	padding: 3px 5px 4px 0;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px
}

.post-content .post-body .media-content-placeholder {
	display: none;
	position: relative;
	width: 100%
}

.post-content .post-body .media-button-contract,.post-content .post-body .media-button-expand,.post-content .post-body .media-container
	{
	display: none
}

.post-content .post-body .media-container.media-activated,.post-content .post-body .media-container.media-mode-deferred,.post-content .post-body .media-container.media-show-buttons
	{
	display: block
}

.post-content .post-body .media-show-buttons .media-button-expand {
	display: inline-block;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.post-content .post-body .media-show-buttons .media-button-contract {
	display: none;
	margin-bottom: 15px;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.post-content .post-body .media-show-buttons .media-button-contract i,.post-content .post-body .media-show-buttons .media-button-expand i
	{
	font-size: 8px;
	color: #fff;
	padding: 4px 5px 4px 4px;
	margin-right: 2px
}

.post-content .post-body .media-activated .media-content-placeholder {
	display: block;
	clear: both
}

.post-content .post-body .media-show-buttons.media-activated .media-button-contract
	{
	display: inline-block
}

.post-content .post-body .media-show-buttons.media-activated .media-button-expand
	{
	display: none
}

.post-content .post-body .media-mode-deferred .media-content-placeholder
	{
	display: block
}

.post-content .post-body .media-mode-deferred.media-show-buttons .media-button-contract,.post-content .post-body .media-mode-deferred.media-show-buttons .media-button-expand
	{
	display: none
}

/* .post-content .post-body .media-content-loader {
	display: none;
	height: 300px;
	text-align: center;
	background:
		url(//a.disquscdn.com/next/assets/img/loader.5cc23909da9c4a9874500d7a85c4125f.gif)
		center center no-repeat
} */

.post-content .post-body .media-loading.media-activated .media-content-placeholder
	{
	display: none
}

.post-content .post-body .media-loading.media-activated .media-content-loader
	{
	display: block
}

.post-content .post-body .media-content-placeholder {
	min-height: 100px
}

.post-content .post-body .media-content-placeholder .media-force-load {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 3px;
	border: 2px solid rgba(0, 39, 59, .2);
	color: rgba(0, 39, 59, .2) !important
}

.post-content .post-body .media-content-placeholder .media-force-load i
	{
	width: 100%;
	position: absolute;
	top: 50%;
	font-size: 32px;
	margin-top: -16px;
	text-align: center
}

.post-content .post-body .media-webpage {
	height: 36px;
	border-left: 5px solid;
	border-color: #7f929c;
	border-color: rgba(0, 39, 59, .5);
	padding: 0 0 0 15px;
	width: 100%;
	display: inline-block
}

.post-content .post-body .media-webpage img {
	float: left;
	max-height: 36px;
	max-width: 36px
}

.post-content .post-body .media-webpage .media-webpage-title {
	padding-top: 2px
}

.post-content .post-body .media-webpage .media-webpage-domain {
	padding-top: 3px;
	font-size: 80%;
	color: #768187;
	color: rgba(29, 47, 58, .6)
}

.post-content .post-body .post-media-link i {
	padding-right: 4px
}

.post-content .post-body .post-media-link .post-media-link-domain {
	font-size: 11px;
	color: #768187 !important;
	color: rgba(29, 47, 58, .6) !important
}

.post-content footer {
	clear: both
}

.post-content .textarea-wrapper {
	margin: 0 0 0 48px
}

.post-content .auth-section {
	margin: -4px 0 0 48px
}

.post-content .bullet {
	padding: 0;
	font-size: 75%;
	color: #ccc;
	line-height: 1.4
}

.post-content .post-menu {
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
	position: absolute;
	top: 3px;
	right: 0
}

.post-content .post-menu:after,.post-content .post-menu:before {
	display: table;
	content: "";
	line-height: 0
}

.post-content .post-menu:after {
	clear: both
}

.post-content .post-menu .dropdown-toggle {
	border-left: 2px solid;
	border-color: #eaedee;
	border-color: rgba(0, 39, 59, .08);
	padding-left: 5px
}

.post-content .post-menu .dropdown-toggle .caret {
	margin-top: 4px
}

.post-content .post-menu .dropdown-menu {
	position: absolute;
	z-index: 1001;
	left: auto;
	right: 0;
	top: 15px;
	min-width: 100px;
	padding: 0
}

.post-content .post-menu .dropdown-menu li a {
	display: block;
	padding: 6px 8px;
	white-space: nowrap;
	font-weight: 700;
	font-size: 11px
}

.post-content .post-menu .dropdown-menu li a:hover {
	color: #fff !important
}

.post-content .post-menu.open .dropdown-toggle {
	background: 0 0;
	color: #2e9fff !important
}

.post-content .post-menu.open .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important
}

.post-content .post-menu>li {
	float: left;
	margin: 0 0 0 8px
}

.post-content .post-menu>li a {
	color: #666 !important;
	color: rgba(0, 0, 0, .5) !important
}

.post-content .post-menu .collapse a,.post-content .post-menu .expand a
	{
	font-size: 20px;
	opacity: .6;
	filter: alpha(opacity = 60);
	position: relative;
	top: -6px;
	padding: 10px 0 10px 10px
}

.post-content .post-menu .collapse a:hover,.post-content .post-menu .expand a:hover
	{
	opacity: 1;
	filter: alpha(opacity = 100)
}

.post-content .post-menu .expand {
	display: none
}

.post-content header {
	color: #777;
	line-height: 1;
	font-size: 13px;
	padding-right: 46px;
	margin-bottom: 3px
}

.post-content header .bullet {
	padding: 0 4px
}

.post-content header .author,.post-content header a {
	font-weight: 700
}

.post-content header .parent-link,.post-content header .state-byline,.post-content header .time-ago
	{
	font-weight: 500;
	font-size: 12px;
	color: #a5b2b9;
	color: rgba(0, 39, 59, .35)
}

.post-content header .state-byline {
	position: relative;
	display: block;
	font-weight: 500;
	margin: 8px 0 0;
	top: 2px;
	-webkit-transition: color linear .1s;
	transition: color linear .1s
}

.post-content header .state-byline span {
	position: relative;
	top: -3px
}

.post-content header .state-byline [class|=icon] {
	margin-right: 4px;
	float: left;
	position: relative;
	top: -3px;
	z-index: 3
}

.post-content header .state-byline-warning {
	color: #f55567
}

.post-content header .state-byline-sponsored .icon-trophy {
	color: #ffc62e
}

.post-content .post-body {
	overflow: hidden
}

.post-content .post-message-container {
	position: relative;
	overflow: hidden;
	zoom: 1;
	width: 100%
}

.post-content .post-message {
	line-height: 21px
}

.post-content .post-message:after,.post-content .post-message:before {
	display: table;
	content: "";
	line-height: 0
}

.post-content .post-message:after {
	clear: both
}

/* .post-content .post-message.loading {
	background:
		url(//a.disquscdn.com/next/assets/img/waiting.8b9c37f7a157697a0b19754af44a8ddb.gif)
		center left no-repeat;
	min-height: 21px
} */

.post-content .post-message p {
	line-height: 21px;
	margin: 0 0 15px
}

.post-content .post-message p:last-child {
	margin: 0
}

.post-content .post-message blockquote,.post-content .post-message pre {
	line-height: 21px;
	margin: 0 0 15px;
	border-left: 4px solid rgba(0, 39, 59, .5);
	padding: 0 0 0 12px
}

.post-content .post-message blockquote:last-child,.post-content .post-message pre:last-child
	{
	margin: 0
}

.post-content .post-message pre {
	overflow-x: auto
}

.post-content .post-message code,.post-content .post-message pre {
	font-size: 12px;
	font-family: monaco, menlo, monospace
}

.post-content .see-more {
	padding: 10px 0;
	border-top: 2px solid;
	border-color: #eaedee;
	border-color: rgba(0, 39, 59, .08);
	color: #768187;
	color: rgba(29, 47, 58, .6)
}

.post-content .see-more:before {
	content: "";
	display: block;
	height: 3px;
	box-shadow: 0 -3px 3px rgba(0, 0, 0, .08);
	position: relative;
	top: -11px
}

.post-content footer {
	color: #768187;
	color: rgba(29, 47, 58, .6);
	margin: 4px 0 0
}

.post-content footer .bullet {
	line-height: 1.5
}

.post-content footer menu {
	margin: 0;
	padding: 0
}

.post-content footer menu:after,.post-content footer menu:before {
	display: table;
	content: "";
	line-height: 0
}

.post-content footer menu:after {
	clear: both
}

.post-content footer menu li {
	float: left;
	list-style-type: none;
	margin: 0 7px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 15px
}

.post-content footer menu li .icon-mobile {
	display: none
}

.post-content footer menu .edit.active .text,.post-content footer menu .reply.active .text
	{
	color: #2e9fff;
	font-weight: 700
}

.post-content footer a {
	color: #a5b2b9;
	color: rgba(0, 39, 59, .35);
	font-weight: 500
}

.post-content footer a:hover {
	color: #768187;
	color: rgba(29, 47, 58, .6)
}

.post-content footer .voting {
	border-radius: 3px;
	position: relative
}

.post-content footer .voting .vote-down,.post-content footer .voting .vote-up
	{
	position: relative;
	display: inline-block;
	padding: 0 3px;
	line-height: .85;
	height: 11px;
	color: #a5b2b9;
	color: rgba(0, 39, 59, .35)
}

.post-content footer .voting .vote-down:after,.post-content footer .voting .vote-up:after
	{
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	right: -6px;
	bottom: -10px
}

.post-content footer .voting .control {
	font-size: 16px;
	font-weight: 700;
	opacity: .7;
	filter: alpha(opacity = 70)
}

.post-content footer .voting .count {
	position: relative;
	top: -3px;
	font-size: 13px
}

.post-content footer .voting .vote-down,.post-content footer .voting .vote-up
	{
	min-height: 14px
}

.post-content footer .voting .vote-down:hover,.post-content footer .voting .vote-up:hover
	{
	cursor: pointer
}

.post-content footer .voting .vote-down:hover .control,.post-content footer .voting .vote-up:hover .control
	{
	opacity: 1;
	filter: alpha(opacity = 100)
}

.post-content footer .voting .vote-up {
	padding-left: 0
}

.post-content footer .voting .vote-up:after {
	right: -3px;
	left: -5px
}

.post-content footer .voting .vote-up.count-0 {
	margin-left: -3px
}

.post-content footer .voting .vote-up.count-0 .count {
	display: none
}

.post-content footer .voting .vote-down {
	padding-right: 0;
	padding-left: 6px;
	border-left: 2px solid;
	border-color: #eaedee;
	border-color: rgba(0, 39, 59, .08)
}

.post-content footer .voting .vote-down.count-0 .count {
	display: none
}

.post-content footer .voting .vote-down:active .tooltip,.post-content footer .voting .vote-down:hover .tooltip
	{
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important
}

.post-content footer .voting .vote-down .tooltip {
	cursor: default;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
	position: absolute;
	z-index: 1001;
	display: inline-block;
	width: 170px;
	border-radius: 3px;
	line-height: 1.1;
	padding: 5px 10px;
	bottom: 15px;
	left: -3px
}

.post-content footer .voting .vote-up.upvoted .count {
	color: #2e9fff
}

.post-content footer .voting .vote-up.upvoted .control {
	opacity: 1;
	filter: alpha(opacity = 100);
	color: #2e9fff
}

.post-content footer .voting .vote-down.downvoted .count {
	color: #f55567
}

.post-content footer .voting .vote-down.downvoted .control {
	opacity: 1;
	filter: alpha(opacity = 100);
	color: #f55567
}

.post-content footer .share {
	position: relative
}

.post-content footer .share .toggle {
	position: relative;
	z-index: 100;
	cursor: pointer
}

.post-content footer .share ul {
	white-space: nowrap;
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden
}

.post-content footer .share ul li {
	float: none;
	-webkit-transition: right .4s ease-in-out;
	transition: right .4s ease-in-out;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	right: 30px;
	top: -2px;
	padding-left: 8px
}

.post-content footer .share:hover ul {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important
}

.post-content footer .share:hover ul li {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.post-content footer .share:hover ul li.twitter {
	right: -28px
}

.post-content footer .share:hover ul li.facebook {
	right: -52px
}

.post-content footer .share:hover ul li.link {
	right: -76px
}

.post-content .realtime {
	float: right;
	margin: 0
}

.post-content .realtime .realtime-replies {
	color: #7f929c;
	color: rgba(0, 39, 59, .5);
	font-size: 85%
}

.post-content .realtime .btn {
	-webkit-transition: right .2s ease-in-out;
	transition: right .2s ease-in-out;
	display: inline;
	font-size: 10px;
	padding: 0 0 0 14px;
	position: relative;
	box-shadow: none;
	background: 0 0;
	text-shadow: none;
	border: none;
	right: -100%
}

.post-content .realtime .btn.reveal {
	right: 0
}

.post-content .realtime .btn.reveal .indicator {
	width: 5px !important
}

.post-content .realtime .btn:hover {
	color: #768187;
	color: rgba(29, 47, 58, .6)
}

.post-content .realtime .btn .indicator {
	-webkit-transition: width .6s ease-in-out;
	transition: width .6s ease-in-out;
	display: inline-block;
	width: 300px !important;
	height: 9px !important;
	border-radius: 5px;
	background: #2e9fff;
	position: absolute !important;
	left: 5px !important;
	top: 2px !important
}

.post-content:hover .post-menu {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important
}

.post-content:hover footer .voting .vote-down,.post-content:hover footer .voting .vote-up,.post-content:hover footer a,.post-content:hover header .parent-link,.post-content:hover header .state-byline-default,.post-content:hover header .time-ago
	{
	color: #7f929c;
	color: rgba(0, 39, 59, .5)
}

.post-content .post-menu.open {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important
}

.use-opacity-transitions .post-content.new .indicator,.use-opacity-transitions .post-content.target .indicator
	{
	-webkit-transition: opacity 10s linear;
	transition: opacity 10s linear
}

.use-opacity-transitions .post-content.new.seen .indicator,.use-opacity-transitions .post-content.target.seen .indicator
	{
	opacity: 0;
	filter: alpha(opacity = 0)
}

.use-opacity-transitions .post-content footer .voting {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.use-opacity-transitions .post-content footer .voting .control {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.use-opacity-transitions .post-content footer .voting .vote-down .tooltip
	{
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.use-opacity-transitions .post-content header .dropdown .dropdown-menu {
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear
}

.use-opacity-transitions .post-content .share ul li {
	-webkit-transition-property: opacity, right;
	transition-property: opacity, right
}

.disabled.post-content {
	opacity: .5
}

.disabled.post-content a,.disabled.post-content footer menu .voting .vote-down,.disabled.post-content footer menu .voting .vote-up
	{
	cursor: not-allowed
}

.highlighted>.post-content {
	padding: 12px;
	border-radius: 3px
}

.highlighted>.post-content.new .indicator,.highlighted>.post-content.target .indicator
	{
	margin-top: 12px;
	margin-left: 4px
}

.highlighted>.post-content .post-menu {
	top: 12px;
	right: 12px
}

.highlighted>.post-content.collapsed header {
	font-size: 13px
}

.highlighted>.post-content.collapsed .post-list .post.minimized>.post-content header
	{
	line-height: 12px
}

.highlighted>.post-content.collapsed .post-byline {
	margin-left: 12px;
	font-size: 13px
}

.highlighted>.post-content.collapsed .state-byline {
	display: none
}

.highlighted>.post-content.collapsed,.highlighted>.post-content.minimized
	{
	min-height: 48px
}

.touch .post-content .share ul li {
	-webkit-transition: none;
	transition: none;
	opacity: 1;
	filter: alpha(opacity = 100)
}

.touch .post-content .share ul li.twitter {
	left: 48px
}

.touch .post-content .share ul li.facebook {
	left: 71px
}

.touch .post-content .share ul li.link {
	left: 94px
}

.mention {
	font-weight: 700
}

.mention:before {
	content: "@"
}

.suggestions {
	position: absolute;
	left: 0;
	top: 99%;
	z-index: 1002;
	width: 100%;
	box-sizing: content-box;
	margin: 0 -2px -2px;
	padding: 0;
	list-style-type: none;
	line-height: 1;
	zoom: 1;
	-webkit-appearance: none;
	background: #fff;
	border: 2px solid;
	border-color: #cbd2d6;
	border-color: rgba(0, 39, 59, .2);
	border-radius: 0 0 3px 3px;
	cursor: pointer
}

.suggestions li {
	position: relative;
	color: #768187;
	color: rgba(29, 47, 58, .6);
	padding: 8px;
	font-weight: 500;
	overflow: hidden
}

.suggestions li span {
	vertical-align: middle
}

.suggestions li .avatar {
	top: 5px;
	left: 5px;
	width: 22px;
	height: 22px
}

.suggestions li:last-child.active {
	border-radius: 0 0 1px 1px
}

.suggestions li:hover {
	background-color: rgba(0, 39, 59, .08)
}

.suggestions li.active {
	background-color: #2e9fff;
	color: #fff
}

.suggestions li.header {
	background: #fff;
	padding: 8px;
	margin: 0
}

.suggestions li.header h5 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
	color: #999
}

#form .suggestions li .avatar {
	top: 6px;
	left: 8px
}

#form .suggestions li span {
	padding-left: 32px
}

/* .share .facebook a,.share .link a,.share .twitter a {
	background-image:
		url(//a.disquscdn.com/next/assets/img/sprite.d7ef8d0fbbf3e26ad70cb75a8c813b4d.png);
	background-position: 0 0;
	width: 72px;
	height: 18px
} */

.share .facebook a {
	background-position: -18px 0
}

.share .link a {
	background-position: -54px 0
}

.share>* a {
	display: inline-block;
	width: 18px !important;
	height: 18px !important;
	opacity: .6;
	filter: alpha(opacity = 60);
	text-indent: -9999em;
	overflow: hidden;
	padding: 0
}

.share>* a:hover {
	opacity: .8;
	filter: alpha(opacity = 80)
}

.invisible {
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden
}

.visible {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important
}

.hidden {
	display: none
}

.moderate {
	border: 1px solid;
	border-color: #cbd2d6;
	border-color: rgba(0, 39, 59, .2);
	background: #eaedee;
	background: rgba(0, 0, 0, .03);
	padding: 8px;
	margin: 1em 0 0;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .06)
}

.moderate:after,.moderate:before {
	display: table;
	content: "";
	line-height: 0
}

.moderate:after {
	clear: both
}

/* .moderate.loading {
	background:
		url(//a.disquscdn.com/next/assets/img/waiting.8b9c37f7a157697a0b19754af44a8ddb.gif)
		center center no-repeat;
	min-height: 22px
} */

.moderate.loading * {
	display: none
}

.moderate h5 {
	font-weight: 700;
	margin: 0 0 9px
}

.moderate p {
	margin: 0;
	color: #666
}

.moderate label {
	width: 50%;
	float: left;
	display: block;
	padding: 0 4px 9px 0;
	font-size: .9em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden
}

.moderate .btn.btn-small {
	font-size: 11px;
	padding: 4px 6px;
	line-height: 1;
	text-align: center;
	min-width: 65px
}

.moderate .pull-right {
	padding-top: 6px
}

.moderate .actions {
	clear: both;
	border-top: 1px solid;
	border-color: #7f929c;
	border-color: rgba(0, 39, 59, .5);
	padding: 8px;
	margin: -8px
}

@media ( max-width :480px) {
	.moderate label {
		width: 100%
	}
}

#community .avatar {
	top: 1px
}

#community .see-more {
	padding-bottom: 20px
}

#community h3 {
	margin-bottom: 12px;
	font-size: 11px;
	color: rgba(0, 39, 59, .35);
	text-transform: uppercase;
	font-weight: 700
}

#community h3 strong {
	color: #666
}

#community h4 {
	margin-bottom: 4px;
	font-size: 16px;
	word-wrap: break-word
}

#community h4 a {
	font-weight: 700
}

#community h5 {
	line-height: 1.4;
	margin: 0 0 1px
}

#community h5 a {
	font-weight: 700
}

#community li {
	margin-bottom: 20px
}

#community p {
	line-height: 1.4;
	margin: 0
}

#top-threads .top-thread-post {
	position: relative;
	padding-left: 60px
}

#top-threads .top-thread-post p {
	min-height: 48px
}

#top-threads strong a {
	color: inherit;
	opacity: .6;
	filter: alpha(opacity = 60)
}

#top-threads .likes {
	position: relative
}

#top-threads>li {
	padding-bottom: 21px;
	margin-bottom: 20px;
	border-bottom: 2px solid;
	border-color: #eaedee;
	border-color: rgba(0, 39, 59, .08)
}

#top-threads>li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

#top-threads .meta {
	margin: 6px 0 12px
}

#top-threads .meta:after,#top-threads .meta:before {
	display: table;
	content: "";
	line-height: 0
}

#top-threads .meta:after {
	clear: both
}

#top-threads .meta li {
	float: left;
	margin: 0;
	line-height: 1.1;
	font-size: 12px;
	font-weight: 700;
	color: rgba(0, 39, 59, .35)
}

#top-threads .meta li.bullet {
	margin: 0 6px;
	padding: 0;
	font-size: 75%;
	color: #a5b2b9;
	color: rgba(0, 39, 59, .35);
	line-height: 1.3
}

#top-threads .meta li a {
	color: inherit;
	line-height: 1;
	font-weight: 700
}

#top-users {
	max-height: 297px;
	overflow: hidden;
	margin-left: -2%
}

#top-users .avatar img {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 11px;
	left: 12px
}

#top-users .top-user {
	min-height: 36px;
	position: relative;
	margin: 0 0 24px;
	list-style: none;
	width: 31.333%;
	padding: 12px 10px 30px 12px;
	float: left;
	height: 75px;
	border-radius: 5px;
	box-shadow: inset 0 0 0 2px rgba(0, 39, 59, .08)
}

#top-users .top-user div.profile-card-text {
	margin-left: 48px
}

#top-users .top-user h5 {
	font-size: 13px;
	margin-bottom: 5px
}

#top-users .top-user h5 a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	color: #3f4549
}

#top-users .top-user h5 a:hover {
	color: rgba(0, 39, 59, .5)
}

#top-users .top-user a.follow-link {
	font-size: 13px;
	font-weight: 700
}

#top-users .top-user span.following {
	color: rgba(0, 39, 59, .35)
}

#top-users .top-user span.following i {
	font-size: 11px;
	margin-right: 4px
}

#top-users .top-user .post-count {
	font-weight: 700;
	font-size: 13px;
	color: rgba(0, 39, 59, .35);
	display: block;
	margin-bottom: 4px
}

#top-users .top-user {
	margin-left: 2%
}

@media ( max-width :600px) {
	#top-users .top-user {
		width: 48%
	}
}

@media ( max-width :430px) {
	#top-users .top-user {
		width: 98%;
		margin-left: 2%
	}
}

.updatable {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.updatable.update {
	color: #3f4549
}

.post-count .update {
	color: #5f6c73;
	color: rgba(29, 47, 58, .7)
}

.upvoters-outer:after,.upvoters-outer:before {
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 900;
	border-radius: 5px
}

.upvoters-outer:before {
	top: 0;
	background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#00ffffff', GradientType=0);
	background-color: rgba(255, 255, 255, 0)
}

.upvoters-outer:after {
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0),
		#fff);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0),
		#fff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
		endColorstr='#ffffffff', GradientType=0);
	background-color: rgba(255, 255, 255, 0)
}

.upvoters-outer .upvoters {
	max-height: 400px;
	width: 198px;
	padding-right: 0;
	padding-bottom: 0;
	position: relative
}

.upvoters-outer .upvoters .scroll-measure {
	overflow: hidden;
	margin-top: -15px;
	padding-top: 15px
}

.upvoters-outer .upvoters .user {
	margin: 0 8px 8px 0;
	padding: 0;
	height: 30px;
	position: relative;
	float: left;
	color: #768187;
	color: rgba(29, 47, 58, .6)
}

.upvoters-outer .upvoters .user .avatar {
	display: block;
	position: relative;
	top: 0 !important;
	left: 0;
	float: left
}

.upvoters-outer .upvoters .user .avatar img {
	width: 30px;
	height: 30px;
	min-width: 30px !important;
	min-height: 30px !important
}

.upvoters-outer .upvoters .user .username {
	width: 137px;
	padding: 5px 0 0 8px;
	line-height: 1.2em;
	display: block;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: inherit;
	float: left;
	overflow: hidden
}

.upvoters-outer .upvoters .user .username:hover {
	color: #000
}

@
-webkit-keyframes new-upvoter-insertion { 0%{
	opacity: 0;
	margin-top: -50px
}

50%{
margin-top
:
0
}
100%{
opacity
:
1;margin-top
:
0
}
}
@
keyframes new-upvoter-insertion { 0%{
	opacity: 0;
	margin-top: -50px
}

50%{
margin-top
:
0
}
100%{
opacity
:
1;margin-top
:
0
}
}
.upvoters-outer .upvoters .highlight {
	-webkit-animation-name: new-upvoter-insertion;
	animation-name: new-upvoter-insertion;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0;
	animation-delay: 0
}

@
-webkit-keyframes new-upvoter-guest { 0%{
	color: inherit
}

100%{
color
:
#768187
;color
:rgba
(29
,
47,58,
.6
)
}
}
@
keyframes new-upvoter-guest { 0%{
	color: inherit
}

100%{
color
:
#768187
;color
:rgba
(29
,
47,58,
.6
)
}
}
.upvoters-outer .upvoters li[data-role=guest].highlight {
	-webkit-animation-name: new-upvoter-guest;
	animation-name: new-upvoter-guest;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0;
	animation-delay: 0
}

.has-scroll div.upvoters {
	width: 213px
}

.tooltip-outer {
	z-index: 1000;
	position: absolute;
	top: -20px;
	left: 24px
}

.tooltip-outer .tooltip-point {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	margin-left: -35px
}

.tooltip-outer .tooltip-point:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .2);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.tooltip-outer .tooltip-point:before {
	content: "";
	position: absolute;
	background: #fff;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.tooltip-outer div.point-position-bl {
	left: 41px;
	bottom: -16px
}

.tooltip-outer div.point-position-tl {
	left: 41px;
	top: -16px
}

.tooltip-outer div.point-position-tl:after,.tooltip-outer div.point-position-tl:before
	{
	top: 9px
}

.tooltip {
	position: relative;
	background: #fff;
	overflow: auto;
	width: 290px;
	border-radius: 5px;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .2);
	padding: 8px 8px 0;
	color: #7f8d99
}

.tooltip .avatar {
	top: 8px !important;
	left: 8px
}

.tooltip .avatar img {
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 3px;
	min-width: 75px !important;
	min-height: 75px !important
}

.tooltip .content {
	margin-left: 84px;
	min-height: 74px
}

.tooltip .content h3 {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.2;
	overflow-x: hidden;
	text-overflow: ellipsis
}

.tooltip .content h3 a {
	font-weight: 700;
	color: #000
}

.tooltip .content h3 .badge {
	position: relative;
	top: -1px
}

.tooltip .content p {
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 1.3
}

.tooltip .content p.bio {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.tooltip .content p.stats {
	font-size: 12px;
	min-height: 15.6px;
	font-weight: 700
}

.tooltip .content p.stats .bullet {
	opacity: .5;
	filter: alpha(opacity = 50)
}

.tooltip footer {
	display: block !important;
	background: #eaedee;
	background: rgba(0, 39, 59, .08);
	height: 40px;
	margin: 8px -8px 0;
	padding: 8px;
	border-radius: 0 0 4px 4px
}

.tooltip footer:after,.tooltip footer:before {
	display: table;
	content: "";
	line-height: 0
}

.tooltip footer:after {
	clear: both
}

/* .tooltip footer .full-profile {
	color: #768187;
	color: rgba(29, 47, 58, .6);
	font-weight: 700;
	float: right !important;
	font-size: 12px;
	padding: 7px 13px 3px 0;
	background:
		url(//a.disquscdn.com/next/assets/img/proceed.b663a5ff4d155682b489935a492d34a5.png)
		center right no-repeat
} */

.bubble {
	cursor: pointer;
	padding: 10px
}

.bubble .top-commenters {
	padding-top: 5px
}

.bubble .top-commenters li {
	display: inline
}

.bubble .top-commenters .user {
	width: 36px;
	height: 36px;
	border-radius: 3px
}

.bubble .tooltip {
	padding: 8px;
	width: auto
}

.bubble .close {
	margin-top: -9px;
	color: #768187 !important;
	color: rgba(29, 47, 58, .6) !important;
	outline: 0
}

.bubble .meta {
	margin-bottom: 0 !important
}

.bubble .top-thread-link {
	display: block;
	margin-bottom: 12px
}

.bubble .top-thread-link a {
	font-weight: 700 !important
}

.bubble button.close {
	z-index: 200;
	float: none;
	position: absolute;
	top: 10px;
	right: 10px
}

.bubble .top-thread-link-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100
}

.user-activity .avatar {
	top: 0
}

.user-activity ul {
	margin-bottom: 35px
}

.user-activity img.user {
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
	border-radius: 3px;
	width: 24px;
	height: 24px
}

.user-activity li {
	padding: 0 0 0 34px;
	position: relative;
	line-height: 22px;
	margin-bottom: 20px
}

.user-activity li header {
	padding-top: 4px;
	display: block;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 18px;
	color: #888
}

.user-activity li article {
	display: block
}

.user-activity li article blockquote {
	border-left: 4px solid;
	border-color: #7f929c;
	border-color: rgba(0, 39, 59, .5);
	padding-left: 12px
}

.user-activity li article blockquote p {
	line-height: 1.4
}

.notifications {
	margin: 0 0 12px
}

.notifications .notification {
	position: relative;
	padding-left: 48px;
	margin: 0 0 24px;
	border-color: #eaedee;
	border-color: rgba(0, 39, 59, .08);
	min-height: 36px
}

.notifications .notification:last-child {
	border-bottom: none
}

.notifications .notification .indicator {
	position: absolute;
	left: 0;
	height: 36px;
	width: 5px;
	background: #2e9fff;
	border-radius: 2px;
	display: none
}

.notifications .notification.unseen {
	padding-left: 58px
}

.notifications .notification.unseen .indicator {
	display: block
}

.notifications .notification.unseen .avatar {
	left: 10px
}

.notifications .notification .avatar img {
	width: 36px;
	height: 36px;
	border-radius: 2px
}

.notifications .notification p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0
}

.notifications .notification p a {
	font-weight: 500
}

.notifications .notification .notification-meta {
	font-size: 12px
}

.notifications .notification .notification-meta a {
	color: inherit;
	opacity: .7;
	filter: alpha(opacity = 70);
	font-weight: 400
}

.use-opacity-transitions .postbox .post-actions {
	-webkit-transition: opacity linear .2s;
	transition: opacity linear .2s
}

.use-opacity-transitions .postbox .post-actions .wysiwyg li a span {
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear
}

.use-opacity-transitions .tooltip {
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear
}

.use-opacity-transitions .auth-section .connect .services button,.use-opacity-transitions .dropdown-menu
	{
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.use-opacity-transitions .share>* a {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.use-opacity-transitions .thread-likes a .check-mark {
	-webkit-transition-property: opacity, right;
	transition-property: opacity, right
}

.use-opacity-transitions #footer .email .icon-checkmark {
	-webkit-transition-property: opacity, top;
	transition-property: opacity, top
}

.touch header .post-menu {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important
}

.parent-link {
	position: relative
}

.context-card {
	display: block;
	left: -100px;
	right: 0;
	top: -52px
}

.context-card .notch {
	top: auto;
	left: 104px;
	bottom: -9px;
	background-position: bottom center;
	height: 14px;
	display: none
}

.context-card h3 {
	line-height: 1.1 !important;
	margin-bottom: 2px !important;
	white-space: nowrap;
	overflow-y: hidden
}

.context-card h3 a {
	line-height: 1.2 !important;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.context-card .tooltip {
	border-radius: 4px;
	padding: 5px 5px 0;
	width: 220px
}

.context-card .tooltip .avatar {
	left: 5px !important;
	top: 5px !important
}

.context-card .tooltip .avatar img {
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	min-height: 36px !important
}

.context-card .content {
	min-height: 40px;
	margin-left: 44px
}

.context-card .content p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#footer {
	clear: both;
	border-top: 2px solid;
	border-color: #eaedee;
	border-color: rgba(0, 39, 59, .08);
	padding: 24px 0 10px
}

#footer ul:after,#footer ul:before {
	display: table;
	content: "";
	line-height: 0
}

#footer ul:after {
	clear: both
}

#footer li {
	float: left;
	margin: 0 29px 0 0;
	position: relative
}

#footer a {
	color: #cbd2d6;
	color: rgba(0, 39, 59, .2);
	padding: 0 0 0 25px;
	font-size: 12px;
	font-weight: 700
}

#footer i {
	position: absolute;
	left: 0
}

#footer .logo {
	float: right;
	margin: 0
}

/* #footer .logo a {
	display: block;
	float: right;
	text-indent: -9999em;
	background-image:
		url(//a.disquscdn.com/next/assets/img/sprite.d7ef8d0fbbf3e26ad70cb75a8c813b4d.png);
	background-size: 86px 124px;
	background-position: 0 -91px;
	height: 16px;
	width: 86px;
	padding: 0
} */

#footer .email a,#footer .install a,#footer .privacy a {
	line-height: 1.1;
	-webkit-transition: color .2s;
	transition: color .2s
}

#footer .email a:hover,#footer .install a:hover,#footer .privacy a:hover
	{
	color: #a5b2b9
}

#footer .privacy {
	margin-right: 0
}

#footer .privacy a {
	padding: 0 0 0 22px
}

#footer .privacy i {
	font-size: 17px;
	left: 1px
}

#footer .install i {
	font-size: 18px;
	top: 0
}

#footer .email a {
	padding: 0 0 0 25px
}

#footer .email i {
	font-size: 19px;
	top: -1px
}

#footer .email .input-wrapper input {
	padding: 4px 8px;
	height: 24px;
	position: relative;
	top: -5px;
	font-size: 11px
}

#footer .email .icon-checkmark {
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
	-webkit-transition: top .15s ease-in-out;
	transition: top .15s ease-in-out;
	color: #8fc847;
	font-size: 12px;
	position: absolute;
	right: -19px;
	top: -5px;
	left: auto
}

#footer .email.show-form .default,#footer .email>.form {
	display: none
}

#footer .email.show-form .form {
	display: block
}

#footer .email.subscribed .default a {
	color: #8fc847
}

#footer .email.subscribed .default .icon-checkmark {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible !important;
	position: absolute;
	top: 3px
}

#footer .email.subscribed .form {
	display: none
}

.debug {
	margin-bottom: 2em
}

.debug li {
	line-height: 1.5em
}

.serif .post-message p,.serif .top-thread-post p,.serif .top-user p {
	font-family: Georgia, Times, serif
}

.help-icon {
	border-radius: 9px;
	border: 2px solid;
	border-color: #7f929c;
	border-color: rgba(0, 39, 59, .5);
	display: inline-block;
	padding: 1px 4px;
	margin-top: -2px;
	font-size: 12px;
	height: 18px;
	width: 19px
}

.help-icon:before {
	content: '?';
	font-weight: 700;
	color: #768187;
	color: rgba(29, 47, 58, .6)
}

.dropdown .media-toggle-on,.dropdown.media-collapsed .media-toggle-off {
	display: none
}

.dropdown.media-collapsed .media-toggle-on {
	display: block
}

.auth-section .audiencesync {
	margin-bottom: .5em;
	overflow: hidden
}

.auth-section .audiencesync .icons-container {
	margin-right: 10px;
	margin-bottom: 1.5em;
	overflow: hidden;
	float: left
}

.auth-section .audiencesync .icons-container .icon,.auth-section .audiencesync .icons-container [class^=icon-]
	{
	float: left;
	color: #939EA7
}

.auth-section .audiencesync .icons-container .icon-proceed {
	padding: 7px
}

.auth-section .audiencesync p {
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
	float: left;
	margin: 0;
	max-width: 170px
}

.auth-section .audiencesync .proceed {
	float: right;
	clear: right
}

body.dark {
	color: #fff
}

body.dark h6 {
	color: #a5b2b9;
	color: rgba(255, 255, 255, .6)
}

body.dark .alert {
	background-color: #5f6c73;
	background-color: rgba(255, 255, 255, .2)
}

body.dark .alert.error {
	background: #f55567
}

body.dark .alert.success {
	background: #8fc847
}

body.dark .alert.info,body.dark .alert.realtime {
	background: #2e9fff
}

body.dark .notice {
	padding: 20px;
	font-size: 15px;
	font-weight: 500;
	background: #5f6c73;
	background: rgba(255, 255, 255, .2);
	border-radius: 5px
}

body.dark .notice:after,body.dark .notice:before {
	display: table;
	content: "";
	line-height: 0
}

body.dark .notice:after {
	clear: both
}

body.dark .notice .icon {
	display: table-cell;
	float: left;
	margin: 2px .5em 0 0;
	color: #eaedee;
	font-size: 32px
}

body.dark .dismiss,body.dark .notice .message,body.dark .notice .message:active,body.dark .notice .message:active:hover,body.dark .notice .message:hover,body.dark .notice .message:visited,body.dark .notice .message:visited:hover
	{
	color: #eaedee
}

body.dark .btn,body.dark .btn:active,body.dark .btn:hover,body.dark .focus .textarea-wrapper,body.dark .textarea-wrapper
	{
	border: none
}

body.dark .bullet {
	color: #768187;
	color: rgba(255, 255, 255, .2)
}

body.dark .caret {
	border-top: 4px solid #fff
}

body.dark .btn .caret {
	border-top: 4px solid #000
}

body.dark #community h3 {
	color: #fff
}

body.dark #community h3 strong,body.dark .follow-link.following .following-text,body.dark .follow-link.following .icon-checkmark
	{
	color: #a5b2b9;
	color: rgba(255, 255, 255, .6)
}

body.dark #top-users li {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .1)
}

body.dark #top-users span.following {
	color: #768187;
	color: rgba(255, 255, 255, .35)
}

body.dark #top-users span.following i {
	font-size: 11px;
	margin-right: 4px
}

body.dark #top-users .top-user {
	border-color: #768187;
	border-color: rgba(255, 255, 255, .35)
}

body.dark #top-users .top-user h5 a {
	color: #eaedee;
	color: rgba(255, 255, 255, .85)
}

body.dark #top-users .top-user h5 a:hover {
	color: #fff
}

body.dark #top-users .top-user .post-count {
	color: #768187;
	color: rgba(255, 255, 255, .35)
}

body.dark #top-threads>li {
	border-bottom-color: rgba(255, 255, 255, .2)
}

body.dark #top-threads>li .icon-star {
	margin-right: 2px
}

body.dark #top-threads>li .meta a,body.dark #top-threads>li .meta li {
	color: #909090;
	color: rgba(255, 255, 255, .5)
}

body.dark .highlighted-post .highlighted {
	background-color: inherit;
	background-color: rgba(255, 255, 255, .08)
}

body.dark .highlighted-post .highlighted .feedback button {
	color: #a5b2b9;
	color: rgba(255, 255, 255, .6)
}

body.dark .post-content footer .voting .vote-down,body.dark .post-content header .dropdown .dropdown-toggle
	{
	border-left: 1px dotted #5f6c73;
	border-left: 1px dotted rgba(255, 255, 255, .2)
}

body.dark .post-content footer .voting .vote-down,body.dark .post-content footer .voting .vote-up,body.dark .post-content footer a,body.dark .post-content header .voting .vote-down,body.dark .post-content header .voting .vote-up,body.dark .post-content header a
	{
	color: #909090;
	color: rgba(255, 255, 255, .5)
}

body.dark .post-content:hover footer .voting .vote-down,body.dark .post-content:hover footer .voting .vote-up,body.dark .post-content:hover footer a,body.dark .post-content:hover header .voting .vote-down,body.dark .post-content:hover header .voting .vote-up,body.dark .post-content:hover header a
	{
	color: #cbd2d6;
	color: rgba(255, 255, 255, .7)
}

body.dark .post-content .see-more {
	border-color: #909090;
	border-color: rgba(255, 255, 255, .5);
	color: #cbd2d6;
	color: rgba(255, 255, 255, .7)
}

body.dark .post-content .see-more:before {
	box-shadow: 0 -3px 3px rgba(255, 255, 255, .08)
}

body.dark .post-content header .state-byline-default {
	color: #cbd2d6;
	color: rgba(255, 255, 255, .7)
}

body.dark .postbox .media-preview {
	background: rgba(255, 255, 255, .2)
}

body.dark .postbox section label {
	color: #a5b2b9;
	color: rgba(255, 255, 255, .6)
}

body.dark .input-wrapper input,body.dark .textarea-wrapper .textarea {
	border: none;
	border-radius: 4px
}

body.dark .input-wrapper input:focus,body.dark .textarea-wrapper .textarea:focus
	{
	border: none
}

body.dark .input-wrapper input {
	border: none;
	background: #fff;
	box-shadow: none
}

body.dark .auth-section .connect .services a {
	box-shadow: none
}

body.dark .post-content .post-menu>li>a,body.dark .post-content header .parent-link
	{
	color: #eaedee !important;
	color: rgba(255, 255, 255, .85) !important
}

body.dark .badge {
	background: #768187;
	background: rgba(255, 255, 255, .35)
}

body.dark .post-actions,body.dark .suggestions li.header {
	background: rgba(0, 0, 0, .05)
}

body.dark .suggestions li.header h5 {
	color: rgba(0, 0, 0, .6)
}

body.dark .load-more .btn,body.dark .proceed .btn {
	background: #eaedee;
	background: rgba(255, 255, 255, .85);
	color: #444
}

body.dark .load-more .btn:hover,body.dark .proceed .btn:hover {
	background: #cbd2d6;
	background: rgba(255, 255, 255, .7);
	color: #222
}

body.dark .auth-section .guest {
	border-left: 1px dotted rgba(255, 255, 255, .2)
}

body.dark .actions .forgot {
	text-shadow: none
}

body.dark .dropdown .dropdown-toggle,body.dark .dropdown.open .dropdown-toggle
	{
	border: none
}

body.dark .nav {
	border-bottom-color: rgba(255, 255, 255, .2)
}

body.dark .nav>ul>li.active>a,body.dark .nav>ul>li.active>a:hover {
	color: #fff !important
}

body.dark .nav>ul>li>a,body.dark .nav>ul>li>div>a {
	color: #eee !important;
	text-shadow: none
}

body.dark .nav>ul>li>a:hover,body.dark .nav>ul>li>div>a:hover {
	color: #fff !important
}

body.dark .nav>ul>li>a .divider,body.dark .nav>ul>li>div>a .divider {
	border-right: 1px dotted rgba(255, 255, 255, .2)
}

body.dark .nav .dropdown.open .icon-cog,body.dark .nav .dropdown.open .icon-export,body.dark .nav .dropdown.open .label
	{
	color: #fff
}

body.dark .nav-primary>ul>li.notification-menu.notification-loading:before
	{
	border-color: transparent #fff
}

body.dark .mention:after {
	color: #fff !important
}

body.dark .full-profile {
	color: #7f8d99 !important
}

body.dark #footer {
	border-top: 2px solid #3f4549;
	border-top: 2px solid rgba(255, 255, 255, .08)
}

body.dark #footer ul li a {
	color: rgba(255, 255, 255, .5)
}

body.dark #footer ul li a:hover {
	color: rgba(255, 255, 255, .6)
}

body.dark #footer .logo a {
	height: 17px;
	background-position: 0 -107.5px
}

.ie8 .input-wrapper input,.ie8 .textarea-wrapper {
	border: 2px solid rgba(0, 39, 59, .5)
}

.ie8 .auth-section .connect .services button {
	opacity: 1;
	-webkit-filter: none;
	filter: none
}

.ie8 .post-content header .post-menu .collapse a,.ie8 .post-content header .post-menu .expand a
	{
	top: -5px
}

.ie9 .post-content header .post-menu .collapse a,.ie9 .post-content header .post-menu .expand a
	{
	top: -4px
}

.ie8 .thread-likes .btn:active,.ie8 .thread-likes .btn:hover {
	background: #fff !important
}

.ie8 .thread-likes.upvoted .btn,.ie8 .thread-likes.upvoted .btn:hover {
	background: #2892ff !important
}

.ie8 #rules {
	border: 1px solid #999
}

.ie8 .tooltip-outer {
	border: 2px solid #ccc
}

.ie8 .tooltip-point {
	display: none
}

/* .ie8 #footer .logo a {
	background:
		url(//a.disquscdn.com/next/assets/img/powered-by.6b9604765d20089c4d502f1ab1566442.png)
		!important
} */

.ie8 #top-users li {
	border: 2px solid #eaedee;
	min-width: 200px
}

.mobile #main-nav>ul>li {
	display: none
}

.mobile #main-nav>ul>li.sorting,.mobile #main-nav>ul>li.user-menu {
	display: block
}

.mobile .upvoters-outer {
	display: none !important
}

.mobile #form {
	margin-bottom: 1em
}

.mobile #form.active {
	display: block
}

.mobile #form:placeholder-shown {
	font-size: 16px
}

.mobile .alert,.mobile .postbox {
	margin-left: 0 !important
}

.mobile .alert .avatar,.mobile .postbox .avatar {
	display: none
}

.mobile .alert .auth-section,.mobile .alert .textarea-wrapper,.mobile .postbox .auth-section,.mobile .postbox .textarea-wrapper
	{
	margin: 0 !important
}

.mobile .alert .textarea-wrapper .textarea,.mobile .postbox .textarea-wrapper .textarea
	{
	min-height: 35px
}

.mobile .time-ago-bullet {
	display: none
}

.mobile .btn {
	border: none;
	box-shadow: none
}

.mobile .post-list form.edit {
	margin: 0
}

.mobile .post-list form.edit .textarea-wrapper {
	margin: 0 !important
}

.mobile .post-list .authored-by-session-user form.edit:before,.mobile .post-list .authored-by-session-user form.reply:before
	{
	left: 140px
}

.mobile .post-list>.post:first-child>.post-content {
	border-top: none
}

.mobile .post-list .post {
	padding: 0
}

.mobile .post-list .post .post-content {
	margin: 0
}

.mobile .post-list .post .post-content .indicator {
	height: 30px
}

.mobile .post-list .post .post-content .post-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity = 100);
	position: absolute;
	min-width: 0;
	right: 0;
	top: -10px;
	padding: 0
}

input#replybutton{
	cursor: pointer;
	padding: 2px 12px;
	background: #036eaa;
	border: 0;
	color: #f3f3f3;
	font-size: 10px;
}

input#replybutton:hover, input#replybutton:focus{
	background-color :#025786; /*make the background a little darker*/
}

.responseCommands{
	font-size: 13px; 
	font-family: Verdana; 
	color: #909090; 
	cursor: pointer;
	
}

.responseCommands:hover{
	color: #ababab;	
}

.animate-repeat {
  list-style:none;  
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition:all linear 0.5s;
  transition:all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
  max-height:0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
  max-height:40px;
}