/* http://www.rossoverdi.com/uploads/css_built_2/341e4a57816af3ba440d891ca87450ff_framework.css.98026571ef1effb1490014e4d1878692.css?v=fc8751b56d */
.ipsAnim {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ipsAnim.ipsAnim_fast {
	-webkit-animation-duration: 0.25s;
	-moz-animation-duration: 0.25s;
	-ms-animation-duration: 0.25s;
	-o-animation-duration: 0.25s;
	animation-duration: 0.25s;
}

.ipsAnim.ipsAnim_slow {
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.ipsAnim.ipsAnim_verySlow {
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.ipsAnim_fade.ipsAnim_in {
	opacity: 1;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

.ipsAnim_fade.ipsAnim_out {
	opacity: 1;
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

.ipsAnim_fade.ipsAnim_in.ipsAnim_down {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.ipsAnim_fade.ipsAnim_out.ipsAnim_down {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes blindDown {
	0% {
		height: 0;
	}
	100% {
		height: auto;
	}
}

@-moz-keyframes blindDown {
	0% {
		height: 0;
	}
	100% {
		height: auto;
	}
}

@-o-keyframes blindDown {
	0% {
		height: 0;
	}
	100% {
		height: auto;
	}
}

@keyframes blindDown {
	0% {
		height: 0;
	}
	100% {
		height: auto;
	}
}

.ipsAnim_blind.ipsAnim_down {
	height: auto;
	-webkit-animation-name: blindDown;
	-moz-animation-name: blindDown;
	-ms-animation-name: blindDown;
	-o-animation-name: blindDown;
	animation-name: blindDown;
}

@-webkit-keyframes blindUp {
	0% {
		height: auto;
	}
	100% {
		height: 0;
	}
}

.ipsAnim_blind.ipsAnim_up {
	height: 0;
	-webkit-animation-name: blindUp;
}

@-webkit-keyframes slideFromRight {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}

@-moz-keyframes slideFromRight {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}

@-o-keyframes slideFromRight {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}

@keyframes slideFromRight {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}

.ipsAnim_slide.ipsAnim_left {
	right: 0;
	-webkit-animation-name: slideFromRight;
	-moz-animation-name: slideFromRight;
	-ms-animation-name: slideFromRight;
	-o-animation-name: slideFromRight;
	animation-name: slideFromRight;
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoomIn {
	0% {
		-moz-transform: scale(0);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoomIn {
	0% {
		-o-transform: scale(0);
	}
	100% {
		-o-transform: scale(1);
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

.ipsAnim_zoom.ipsAnim_in {
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	-ms-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
}

@-moz-keyframes zoomOut {
	0% {
		-moz-transform: scale(1);
	}
	100% {
		-moz-transform: scale(0);
		opacity: 0;
	}
}

@-o-keyframes zoomOut {
	0% {
		-o-transform: scale(1);
	}
	100% {
		-o-transform: scale(0);
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
		opacity: 0;
	}
}

.ipsAnim_zoom.ipsAnim_out {
	-webkit-animation-name: zoomOut;
	-moz-animation-name: zoomOut;
	-ms-animation-name: zoomOut;
	-o-animation-name: zoomOut;
	animation-name: zoomOut;
	opacity: 1;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-5%) rotate(-4deg);
	}
	30% {
		-webkit-transform: translateX(5%) rotate(2deg);
	}
	45% {
		-webkit-transform: translateX(-4%) rotate(-2deg);
	}
	60% {
		-webkit-transform: translateX(4%) rotate(1deg);
	}
	75% {
		-webkit-transform: translateX(-3%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes wobble {
	0% {
		-moz-transform: translateX(0%);
	}
	15% {
		-moz-transform: translateX(-5%) rotate(-4deg);
	}
	30% {
		-moz-transform: translateX(5%) rotate(2deg);
	}
	45% {
		-moz-transform: translateX(-4%) rotate(-2deg);
	}
	60% {
		-moz-transform: translateX(4%) rotate(1deg);
	}
	75% {
		-moz-transform: translateX(-3%) rotate(-1deg);
	}
	100% {
		-moz-transform: translateX(0%);
	}
}

@-o-keyframes wobble {
	0% {
		-o-transform: translateX(0%);
	}
	15% {
		-o-transform: translateX(-5%) rotate(-4deg);
	}
	30% {
		-o-transform: translateX(5%) rotate(2deg);
	}
	45% {
		-o-transform: translateX(-4%) rotate(-2deg);
	}
	60% {
		-o-transform: translateX(4%) rotate(1deg);
	}
	75% {
		-o-transform: translateX(-3%) rotate(-1deg);
	}
	100% {
		-o-transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		transform: translateX(0%);
	}
	15% {
		transform: translateX(-5%) rotate(-4deg);
	}
	30% {
		transform: translateX(5%) rotate(2deg);
	}
	45% {
		transform: translateX(-4%) rotate(-2deg);
	}
	60% {
		transform: translateX(4%) rotate(1deg);
	}
	75% {
		transform: translateX(-3%) rotate(-1deg);
	}
	100% {
		transform: translateX(0%);
	}
}

.ipsAnim_wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-ms-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jiggle {
	0% {
		-webkit-transform: rotate(-3deg);
	}
	50% {
		-webkit-transform: rotate(3deg);
	}
}

@-moz-keyframes jiggle {
	0% {
		-moz-transform: rotate(-3deg);
	}
	50% {
		-moz-transform: rotate(3deg);
	}
}

@-o-keyframes jiggle {
	0% {
		-o-transform: rotate(-3deg);
	}
	50% {
		-o-transform: rotate(3deg);
	}
}

@keyframes jiggle {
	0% {
		transform: rotate(-3deg);
	}
	50% {
		transform: rotate(3deg);
	}
}

.ipsAnim_jiggle {
	-webkit-animation: jiggle 0.3s infinite;
	-moz-animation: jiggle 0.3s infinite;
	-ms-animation: jiggle 0.3s infinite;
	-o-animation: jiggle 0.3s infinite;
	animation: jiggle 0.3s infinite;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.ipsAnim_fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes pulseOnce {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.15);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes pulseOnce {
	0% {
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.15);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes pulseOnce {
	0% {
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(1.15);
	}
	100% {
		-o-transform: scale(1);
	}
}

@keyframes pulseOnce {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}

.ipsAnim_pulseOnce {
	-webkit-animation-name: pulseOnce;
	-moz-animation-name: pulseOnce;
	-ms-animation-name: pulseOnce;
	-o-animation-name: pulseOnce;
	animation-name: pulseOnce;
}

@-webkit-keyframes dummy_anim {
	0% {
		background-color: #f8f8f8;
	}
	50% {
		background-color: #f2f2f2;
	}
	99% {
		background-color: #f8f8f8;
	}
}

@-moz-keyframes dummy_anim {
	0% {
		background-color: #f8f8f8;
	}
	50% {
		background-color: #f2f2f2;
	}
	99% {
		background-color: #f8f8f8;
	}
}

@-ms-keyframes dummy_anim {
	0% {
		background-color: #f8f8f8;
	}
	50% {
		background-color: #f2f2f2;
	}
	99% {
		background-color: #f8f8f8;
	}
}

@-o-keyframes dummy_anim {
	0% {
		background-color: #f8f8f8;
	}
	50% {
		background-color: #f2f2f2;
	}
	99% {
		background-color: #f8f8f8;
	}
}

@keyframes dummy_anim {
	0% {
		background-color: #f8f8f8;
	}
	50% {
		background-color: #f2f2f2;
	}
	99% {
		background-color: #f8f8f8;
	}
}

.ipsBadge {
	padding: 0 8px;
	border-radius: 2px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
}

.ipsBadge a,
a.ipsBadge:hover {
	color: #fff;
}

.ipsBadge.ipsBadge_icon {
	width: 28px;
	height: 28px;
	border-radius: 28px;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	padding: 0;
}

.ipsBadge.ipsBadge_icon.ipsBadge_small {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	line-height: 16px;
	font-size: 10px;
	vertical-align: baseline;
}

.ipsBadge.ipsBadge_icon.ipsBadge_medium {
	width: 20px;
	height: 20px;
	border-radius: 16px;
	line-height: 21px;
	font-size: 11px;
	vertical-align: baseline;
}

.ipsBadge.ipsBadge_icon.ipsBadge_large {
	width: 38px;
	height: 38px;
	border-radius: 38px;
	line-height: 38px;
	font-size: 17px;
}

.ipsType_pageTitle .ipsBadge {
	vertical-align: middle !important;
}

.ipsBadge,
.ipsBadge.ipsBadge_normal {
	height: 17px;
	line-height: 17px;
	font-size: 10px;
}

.ipsBadge.ipsBadge_medium {
	height: 18px;
	line-height: 18px;
	font-size: 11px;
}

.ipsBadge.ipsBadge_large {
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	font-size: 13px;
}

.ipsBadge.ipsBadge_veryLarge {
	width: 70px;
	height: 70px;
	line-height: 64px;
	border-radius: 70px;
	font-size: 34px;
}

.ipsBadge_new,
.ipsBadge_style1 {
	background: #323232;
}

.ipsBadge_style2 {
	background: #6a4fa8;
}

.ipsBadge_warning,
.ipsBadge_style3 {
	background: #873661;
}

.ipsBadge_positive,
.ipsBadge_style4 {
	background: #598f5b;
}

.ipsBadge_negative,
.ipsBadge_style5 {
	background: #c75050;
}

.ipsBadge_neutral,
.ipsBadge_style6 {
	background: #616161;
}

.ipsBadge_intermediary,
.ipsBadge_style7 {
	background: #f09348;
}

.ipsBadge_pill {
	border-radius: 30px;
}

.ipsItemStatus:not( .ipsItemStatus_large) {
	color: #c3050f;
	font-size: 14px;
	line-height: inherit;
	vertical-align: middle;
}

.ipsDataItem_subList .ipsItemStatus:not( .ipsItemStatus_large) {
	vertical-align: text-top;
}

.ipsItemStatus.ipsItemStatus_read:not( .ipsItemStatus_large) {
	color: #dbdbdb;
}

.ipsItemStatus.ipsItemStatus_tiny {
	font-size: 9px;
}

.ipsItemStatus.ipsItemStatus_small {
	font-size: 13px;
}

.ipsItemStatus.ipsItemStatus_large {
	background: #c3050f;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	-webkit-transition: 0.15s all linear;
	-moz-transition: 0.15s all linear;
	-ms-transition: 0.15s all linear;
	-o-transition: 0.15s all linear;
	transition: 0.15s all linear;
}

.ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read {
	background: #dbdbdb;
}

.ipsItemStatus.ipsItemStatus_read {
	opacity: 0.6;
}

.ipsItemStatus.ipsItemStatus_read:not( .ipsItemStatus_large):not( .ipsItemStatus_posted):not( .ipsItemStatus_custom) {
	display: none;
}

.ipsPoints {
	display: inline-block;
	background: #b14848;
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
}

.ipsPoints_small {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	vertical-align: middle;
}

.ipsRepBadge {
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
}

.ipsRepBadge_positive,
.ipsRepBadge_positive:hover {
	color: #5f7a47 !important;
}

.ipsRepBadge_negative,
.ipsRepBadge_negative:hover {
	color: #8c3737 !important;
}

.ipsRepBadge_neutral,
.ipsRepBadge_neutral:hover {
	color: #b3b3b3 !important;
}

.ipsWidget {
	position: relative;
	padding: 0;
	background: #fff;
}

.ipsWidget.ipsWidget_vertical .ipsWidget_title,
.ipsWidget.ipsWidget_horizontal .ipsWidget_title {
	padding: 10px;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	background: #017101;
	border-radius: 2px 2px 0px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ipsWidget.ipsWidget_vertical {
	margin-top: 15px;
}

.ipsWidget.ipsWidget_horizontal:not( .ipsWidgetHide)+.ipsWidget {
	margin-top: 10px;
}

.ipsWidget.ipsWidget_horizontal .ipsTabs {
	margin: -5px 0 5px 0;
}

.ipsWidget.ipsWidget_horizontal .ipsTabs_panel {
	background: #fff;
	margin: 0;
}

.ipsWidget_columns>[class*="ipsGrid"] {
	margin-bottom: 0;
	border-bottom: 0;
}

html[dir="ltr"] .ipsWidget_columns>[class*="ipsGrid"] {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 10px;
}

html[dir="rtl"] .ipsWidget_columns>[class*="ipsGrid"] {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 10px;
}

html[dir="ltr"] .ipsWidget_columns>[class*="ipsGrid"]:last-child {
	border-right: 0;
}

html[dir="rtl"] .ipsWidget_columns>[class*="ipsGrid"]:last-child {
	border-left: 0;
}

.ipsWidget_horizontal .ipsWidget_statsCount {
	font-size: 22px;
	line-height: 32px !important;
	font-weight: 300;
}

.ipsWidget_horizontal .ipsWidget_stats {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ipsWidget .ipsTabs_small {
	padding: 0;
	background: transparent;
}

.ipsWidget .ipsTabs_small .ipsTabs_item:not( .ipsTabs_activeItem) {
	color: rgba(50, 50, 50, 0.6);
	border-bottom: 1px solid transparent;
}

.ipsWidget .ipsTabs_small .ipsTabs_activeItem {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.ipsWidget .ipsDataItem_title {
	font-size: 13px;
}

html[dir="ltr"] .ipsWidget .ipsDataItem_main.cWidgetComments {
	padding-right: 55px;
}

html[dir="ltr"] .ipsWidget .ipsDataItem_main.cWidgetComments .ipsCommentCount {
	margin-right: -55px;
	margin-left: 0;
}

html[dir="rtl"] .ipsWidget .ipsDataItem_main.cWidgetComments {
	padding-left: 55px;
}

html[dir="rtl"] .ipsWidget .ipsDataItem_main.cWidgetComments .ipsCommentCount {
	margin-left: -60px;
	margin-right: 0;
}

.ipsWidget.ipsWidget_primary {
	background: #262e33;
}

.ipsWidget.ipsWidget_primary h3 {
	color: #fff;
}

html[dir="ltr"] .ipsWidget_latestItem {
	margin-left: 85px;
}

html[dir="rtl"] .ipsWidget_latestItem {
	margin-right: 85px;
}

.ipsWidgetBlank {
	margin-top: 16px;
	padding-top: 30px;
}

.ipsApp .ipsButton {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.1s all linear;
	-moz-transition: 0.1s all linear;
	-ms-transition: 0.1s all linear;
	-o-transition: 0.1s all linear;
	transition: 0.1s all linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ipsApp .ipsButton:not( .ipsButton_noHover):hover {
	cursor: pointer;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.ipsApp .ipsButton:active {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.ipsApp .ipsButton_normal {
	background: #b00202;
	color: #ffffff;
}

.ipsApp .ipsButton_primary {
	background: #b00202;
	color: #ffffff;
}

.ipsApp .ipsButton_alternate {
	background: #484848;
	color: #dddddd;
}

.ipsApp .ipsButton_important {
	background: #00aa00;
	color: #ffffff;
}

.ipsApp .ipsButton_positive {
	background: #598f5b;
	color: #fff;
}

.ipsApp .ipsButton_intermediate {
	background: #f09348;
	color: #fff;
}

.ipsApp .ipsButton_negative {
	background: #c75050;
	color: #fff;
}

.ipsApp .ipsButton_light {
	background: #353535;
	border-color: rgba(0, 0, 0, 0.03);
	color: #dddddd;
}

.ipsApp .ipsButton_light:hover {
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.ipsApp .ipsButton:active,
.ipsApp .ipsButton_active {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
}

.ipsApp .ipsButton_veryLight {
	background: #353535;
	border-color: #e8e8e8;
	color: #cccccc;
}

.ipsApp .ipsButton_overlaid {
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.6;
	color: #fff;
	z-index: 2;
}

.ipsApp .ipsButton_overlaid:hover {
	background: #000;
	opacity: 1;
}

.ipsApp .ipsButton_overlaid:active {
	background: #000;
}

.ipsApp .ipsButton_link {
	background: transparent;
	color: #ffff00;
	border: 1px solid #ffff00;
	padding: 9px 20px;
	font-weight: normal;
}

.ipsApp .ipsButton_link:active {
	box-shadow: none;
	background-image: none;
}

.ipsApp .ipsButton_link.ipsFollow,
.ipsApp .ipsButton_link.ipsPromote {
	background: #fff;
	height: 28px;
	box-sizing: content-box;
}

.ipsApp .ipsButton_link.ipsFollow:hover,
.ipsApp .ipsButton_link.ipsPromote:hover {
	cursor: default;
}

.ipsApp .ipsToolList .ipsButton_link,
.ipsApp .ipsButton_link.ipsButton_link_secondary {
	border: 0px;
}

.ipsApp .ipsButton_medium {
	font-size: 14px;
	line-height: 38px;
	padding: 0 20px;
}

.ipsApp .ipsButton_large {
	font-size: 15px;
	line-height: 42px;
	padding: 0 20px;
}

.ipsApp .ipsButton_veryLarge {
	font-size: 16px;
	line-height: 46px;
	padding: 0 22px;
}

.ipsApp .ipsButton_small {
	font-size: 12px;
	line-height: 34px;
	padding: 0 18px;
}

.ipsApp .ipsButton_verySmall {
	font-size: 12px;
	line-height: 28px;
	padding: 0 15px;
}

.ipsApp .ipsButton_veryVerySmall {
	font-size: 10px;
	line-height: 20px;
	padding: 0 8px;
}

.ipsApp .ipsButton_fullWidth {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ipsApp .ipsButton_action {
	min-width: 200px;
}

.ipsApp .ipsButton_narrow {
	padding-left: 8px;
	padding-right: 8px;
}

.ipsApp .ipsButton_shouting {
	text-transform: uppercase;
}

.ipsApp .ipsButton[disabled],
.ipsApp .ipsButton.ipsButton_disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.ipsApp .ipsButton[disabled]:hover,
.ipsApp .ipsButton.ipsButton_disabled:hover,
.ipsApp .ipsButton[disabled]:active,
.ipsApp .ipsButton.ipsButton_disabled:active {
	background-image: none;
}

ul.ipsButton_split {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.ipsList_inline ul.ipsButton_split {
	vertical-align: middle;
}

ul.ipsButton_split>li {
	float: left;
}

html[dir="rtl"] ul.ipsButton_split>li {
	float: right;
}

.ipsButton_split>.ipsButton,
.ipsButton_split>li>.ipsButton {
	border-radius: 0;
	border-right-width: 0;
	border-left-width: 0;
	float: left;
}

html[dir="rtl"] .ipsButton_split>.ipsButton,
html[dir="rtl"] .ipsButton_split>li>.ipsButton {
	float: right;
}

html[dir="ltr"] .ipsButton_split>.ipsButton:not( :last-child),
html[dir="ltr"] .ipsButton_split>li:not( :last-child)>.ipsButton {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

html[dir="rtl"] .ipsButton_split>.ipsButton:not( :last-child),
html[dir="rtl"] .ipsButton_split>li:not( :last-child)>.ipsButton {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

html[dir="ltr"] .ipsButton_split>.ipsButton:not( :first-child),
html[dir="ltr"] .ipsButton_split>li:not( :first-child)>.ipsButton {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

html[dir="rtl"] .ipsButton_split>.ipsButton:not( :first-child),
html[dir="rtl"] .ipsButton_split>li:not( :first-child)>.ipsButton {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

html[dir="ltr"] .ipsButton_split>.ipsButton:first-child,
html[dir="ltr"] .ipsButton_split>li:first-child>.ipsButton {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left-width: 1px;
}

html[dir="rtl"] .ipsButton_split>.ipsButton:first-child,
html[dir="rtl"] .ipsButton_split>li:first-child>.ipsButton {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right-width: 1px;
}

html[dir="ltr"] .ipsButton_split>.ipsButton:last-child,
html[dir="ltr"] .ipsButton_split>li:last-child>.ipsButton {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right-width: 1px;
}

html[dir="rtl"] .ipsButton_split>.ipsButton:last-child,
html[dir="rtl"] .ipsButton_split>li:last-child>.ipsButton {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right-width: 1px;
}

html[dir] .ipsButton_split>.ipsButton.ipsButton_link,
html[dir] .ipsButton_split>li>.ipsButton.ipsButton_link {
	border: 1px solid #ffff00;
}

html[dir="ltr"] .ipsButton_split>.ipsButton.ipsButton_link+.ipsButton.ipsButton_link,
html[dir="ltr"] .ipsButton_split>li+li>.ipsButton.ipsButton_link {
	border-left: 0;
}

html[dir="rtl"] .ipsButton_split>.ipsButton.ipsButton_link+.ipsButton.ipsButton_link,
html[dir="rtl"] .ipsButton_split>li+li>.ipsButton.ipsButton_link {
	border-right: 0;
}

.ipsButtonBar {
	line-height: 1;
	background: #b00202;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.ipsButtonBar~.ipsButtonBar {
	border-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_page a,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_next a,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_prev a,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_first a,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_last a {
	background: #fff;
	text-shadow: none;
	color: #222;
}

.ipsButtonBar .ipsPagination .ipsPagination_pageJump a {
	color: #222;
}

.ipsButtonBar .ipsPagination .ipsPagination_page.ipsPagination_active a {
	background: #ffffff;
	border-color: #ffffff;
	color: #fff;
}

.ipsButtonBar .ipsButtonRow li>a,
.ipsButtonBar .ipsButtonRow li>button,
.ipsButtonBar .ipsButtonRow li>span {
	background: #fff;
	color: #222;
	font-weight: bold;
}

html[dir="ltr"] .ipsButtonBar .ipsButtonRow {
	margin-left: 10px;
	padding: 0;
}

html[dir="rtl"] .ipsButtonBar .ipsButtonRow {
	margin-right: 10px;
	padding: 0;
}

.ipsButtonBar .ipsButtonRow:last-child {
	margin-right: 0;
}

html[dir="rtl"] .ipsButtonBar .ipsButtonRow:last-child {
	margin-left: 0;
}

.ipsButtonRow {
	display: inline-block;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

.ipsButtonRow li {
	float: left;
	display: inline-block;
}

html[dir="ltr"] .ipsButtonRow li {
	float: right;
}

.ipsButtonRow li>a,
.ipsButtonRow li>button,
.ipsButtonRow li>span {
	display: block;
	background: #f0f0f0;
	line-height: 26px;
	padding: 0 10px;
	font-size: 10px;
	font-weight: 500;
	color: #323232;
	text-transform: uppercase;
	position: relative;
	border: 0px;
}

html[dir="ltr"] .ipsButtonRow li:last-child>a,
html[dir="ltr"] .ipsButtonRow li:last-child>button,
html[dir="ltr"] .ipsButtonRow li:last-child>span {
	margin-left: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

html[dir="ltr"] .ipsButtonRow li:first-child>a,
html[dir="ltr"] .ipsButtonRow li:first-child>button,
html[dir="ltr"] .ipsButtonRow li:first-child>span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

html[dir="rtl"] .ipsButtonRow li:last-child>a,
html[dir="rtl"] .ipsButtonRow li:last-child>button,
html[dir="rtl"] .ipsButtonRow li:last-child>span {
	margin-right: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

html[dir="rtl"] .ipsButtonRow li:first-child>a,
html[dir="rtl"] .ipsButtonRow li:first-child>button,
html[dir="rtl"] .ipsButtonRow li:first-child>span {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.ipsButtonRow li>a.ipsButtonRow_active,
.ipsButtonRow li>button.ipsButtonRow_active {
	background: #ffffff;
	border-color: #ffffff;
	color: #fff;
	text-shadow: none;
}

.ipsAreaBackground_light .ipsButtonRow li>a:not( .ipsButtonRow_active),
.ipsAreaBackground_light .ipsButtonRow li>button:not( .ipsButtonRow_active),
.ipsAreaBackground_light .ipsButtonRow li>span:not( .ipsButtonRow_active) {
	background: #fff;
}

.ipsAreaBackground_light .ipsButtonRow li>span.ipsButtonRow_noBackground {
	background: transparent;
}

.ipsButtonRow li .ipsIcon {
	position: relative;
	top: 3px;
}

.ipsButtonRow li>span.ipsButtonRow_noBackground {
	background: transparent;
}

.ipsSocial {
	color: #fff;
	padding: 2px !important;
	border: 0 !important;
	border-spacing: 0;
	min-width: 200px;
	max-width: 315px;
}

.ipsSocial:hover {
	color: #fff;
}

.ipsSocial_icon {
	display: table-cell;
	vertical-align: middle;
	height: 32px;
	min-width: 32px;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.2);
}

.ipsSocial_icon img {
	max-width: 16px;
	margin-left: -2px;
	margin-top: -2px;
}

.ipsSocial_text {
	display: table-cell;
	width: 100%;
	line-height: 32px;
	font-size: 13px;
}

.ipsSocial_microsoft {
	background-color: #008b00;
}

.ipsSocial_facebook {
	background-color: #3a579a;
}

.ipsSocial_twitter {
	background-color: #00abf0;
}

.ipsSocial_linkedIn {
	background: #007eb3;
}

.ipsSocial_google {
	background-color: #d34730;
}

.ipsSocial_google .ipsSocial_icon {
	height: 32px;
	width: 32px;
	background-color: #fff;
	background-image: url(//www.rossoverdi.com/applications/core/interface/logos/login/Google.png );
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center center;
}

.ipsSocial_google .ipsSocial_icon .fa {
	display: none !important;
}

.ipsSocial_google .ipsSocial_text {
	line-height: 32px;
}

.ipsSocial_internal {
	background-color: #008b00;
}

.ipsPromote.ipsButton {
	cursor: pointer !important;
}

.ipsApp .ipsPromote.ipsButton_verySmall {
	padding-left: 0;
}

.ipsPromote .ipsPromoteText {
	padding-left: 15px;
}

.ipsPromote.ipsButton a {
	padding-right: 6px;
	display: inline-block;
}

.ipsPromote .ipsPromote_icon {
	color: #ffffff;
	display: inline-block;
	width: 22px;
	text-align: center;
	margin-right: -4px;
	opacity: 1;
	background: #ffff00;
}

.ipsPromote .ipsPromote_icon:first-of-type {
	border-radius: 2px 0px 0px 2px;
}

.ipsMemberCard {
	background: #fff;
	border: 1px solid #d9d9d9;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	position: relative;
}

.ipsMemberCard .ipsMemberCard_photo {
	margin-top: -28px;
}

.ipsMemberCard .ipsType_sectionHead {
	display: block;
	margin-top: 3px;
	font-size: 18px;
}

.ipsMemberCard_controls.ipsButton {
	color: inherit;
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 22px;
}

ul.ipsGrid.ipsMemberCard_buttons li {
	margin-bottom: 0;
}

.ipsComment {
	position: relative;
	margin-bottom: 15px;
	padding: 0;
	background: #fff;
}

.ipsDataItem>.ipsComment {
	margin-bottom: 0;
}

.ipsComment.ipsComment_selected {
	border-width: 1px;
	border-style: solid;
	border-color: #8ec2ed #8bbee8 #84b4db #8ec2ed;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0px 1px 5px rgba(82, 168, 236, 0.6);
}

.ipsComment.ipsComment_selected .ipsComment_author {
	background: transparent;
}

.ipsApp .ipsComment.ipsComment_selected .ipsComment_header {
	background: #575757;
}

.ipsComment:not( .ipsModerated):not( .ipsComment_selected).ipsBox.ipsComment_popular {
	border-color: rgba(214, 103, 35, 0.4);
	box-shadow: 0px 2px 10px rgba(214, 103, 35, 0.2);
}

.ipsComment:not( .ipsModerated):not( .ipsComment_selected).ipsComment_popular .ipsComment_header {
	background: rgba(214, 103, 35, 0.1);
	border-top: 1px solid #d66723;
}

html[dir="ltr"] .ipsComment:not( .ipsModerated).ipsComment_popular .ipsComment_header {
	padding-right: 60px;
}

html[dir="rtl"] .ipsComment:not( .ipsModerated).ipsComment_popular .ipsComment_header {
	padding-left: 60px;
}

.ipsComment:not( .ipsModerated) .ipsComment_header {
	background: #f5f5f5;
	border-top: 1px solid #a3a7a9;
}

.ipsComment.ipsModerated .ipsComment_header {
	background: #50393e;
}

.ipsComment.ipsModerated {
	background: #705057;
}

html[dir="ltr"] .ipsComment>.ipsUserPhoto {
	float: left;
	margin-right: 7px;
}

html[dir="rtl"] .ipsComment>.ipsUserPhoto {
	float: right;
	margin-left: 7px;
}

.ipsComment_header {
	padding: 10px;
}

.ipsComment_header .ipsUserPhoto {
	margin: 0;
}

.ipsComment_header .ipsComment_header_modcbox {
	margin-right: 25px;
}

.ipsComment_author {
	display: inline;
}

.ipsComment_content {
	position: relative;
}

.ipsComment [data-role="commentContent"] {
	margin-bottom: 20px;
}

.ipsComment.ipsComment_hasChildren {
	margin-bottom: 40px;
}

.ipsComment.ipsComment_hasChildren>.ipsComment_content {
	padding-bottom: 20px;
}

.ipsComment .ipsType_richText {
	overflow-x: auto;
	overflow-y: hidden;
}

.ipsComment[data-role="replyComment"] {
	margin-left: -15px;
	margin-right: -15px;
}

.ipsComment_parent.ipsComment>.ipsComment_content>.ipsComment_author {
	font-size: 15px;
	margin: 0;
}

.ipsComment_meta {
	margin: 0;
}

.ipsComment_controls {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipsComment_controls>li {
	display: inline-block;
	vertical-align: middle;
}

html[dir="ltr"] .ipsComment_controls>li {
	margin-right: 15px;
}

html[dir="rtl"] .ipsComment_controls>li {
	margin-left: 15px;
}

[data-role="commentFeed"]>.ipsComment:first-child {
	margin-top: 0;
}

html[dir="ltr"] .ipsComment_tools.ipsList_inline>li {
	margin-right: 0;
	margin-left: 10px;
}

html[dir="rtl"] .ipsComment_tools.ipsList_inline>li {
	margin-right: 10px;
	margin-left: 0;
}

.ipsComment.ipsComment_ignored {
	border-width: 0;
	color: #adadad;
	background: transparent;
}

.ipsComment.ipsComment_ignored:first-child {
	margin-top: 15px;
}

html[dir="ltr"] .ipsComment.ipsComment_ignored {
	padding-left: 75px;
}

html[dir="rtl"] .ipsComment.ipsComment_ignored {
	padding-right: 75px;
}

.ipsComment.ipsComment_ignored+.ipsComment:not( .ipsComment_ignored) {
	margin-top: 0;
}

.ipsComment.ipsComment_popular [data-role="commentContent"] {
	min-height: 70px;
}

.ipsComment.ipsComment_popular .ipsComment_popularFlag {
	position: absolute;
	top: -3px;
	background: #d66723;
	text-align: center;
	color: #fff;
	width: 34px;
	height: 40px;
	font-size: 26px;
	padding-top: 11px;
	z-index: 5000;
	border-radius: 2px 2px 0 0;
}

html[dir="ltr"] .ipsComment.ipsComment_popular .ipsComment_popularFlag {
	right: 10px;
}

html[dir="rtl"] .ipsComment.ipsComment_popular .ipsComment_popularFlag {
	left: 10px;
}

.ipsComment.ipsComment_popular .ipsComment_popularFlag:after {
	content: '';
	display: block;
	position: absolute;
}

.ipsComment.ipsComment_popular .ipsComment_popularFlag:after {
	border-width: 13px 17px 17px 17px;
	border-style: solid;
	border-color: #d66723 transparent transparent transparent;
	top: 100%;
}

html[dir="ltr"] .ipsComment.ipsComment_popular .ipsComment_popularFlag:after {
	left: 0;
}

html[dir="rtl"] .ipsComment.ipsComment_popular .ipsComment_popularFlag:after {
	right: 0;
}

.ipsCommentUnreadSeperator {
	margin: 15px 0;
	height: 0;
	padding: 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #417ba3;
}

.ipsType_richText .ipsPagination:first-child {
	margin-bottom: 15px;
}

.ipsTooltip.ipsComment_inlineQuoteTooltip {
	pointer-events: auto;
	padding: 7px !important;
	border-radius: 4px;
}

.ipsComment_subComments {
	margin-top: 15px;
}

html[dir="ltr"] .ipsComment_subComments {
	margin-left: 55px;
}

html[dir="rtl"] .ipsComment_subComments {
	margin-right: 55px;
}

.ipsComment_subComments .ipsComment {
	padding: 10px;
	margin-bottom: 3px;
}

.ipsComment_subComments .ipsComment [data-role="commentContent"] {
	margin-bottom: 0;
}

.ipsComment_subComments .ipsComment[data-role="replyComment"] {
	margin: 0;
}

.ipsComment_subComments .ipsComment[data-role="replyComment"] .ipsUserPhoto img {
	width: 34px;
	height: 34px;
	border-radius: 17px;
}

.ipsComment_subComments .ipsComment[data-role="replyComment"] .ipsComposeArea_editor {
	padding: 2px;
}

.ipsComment_subComments .ipsComment[data-role="replyComment"] .ipsComposeArea_dummy {
	padding: 7px;
	font-size: 13px;
}

html[dir="ltr"] .ipsComment_subComments .ipsComment:not( [data-role="replyComment"]) .ipsComment_content,
html[dir="ltr"] .ipsComment_subComments .ipsComposeArea_withPhoto .ipsComposeArea_editor {
	margin-left: 45px;
}

html[dir="rtl"] .ipsComment_subComments .ipsComment:not( [data-role="replyComment"]) .ipsComment_content,
html[dir="rtl"] .ipsComment_subComments .ipsComposeArea_withPhoto .ipsComposeArea_editor {
	margin-right: 45px;
}

.ipsComment_subComments .ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	display: none;
}

.ipsComment_highlighted.ipsBox:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular),
.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular) .ipsAreaBackground_reset {
	background-color: #fafafa;
}

.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular) {
	background-color: #fafafa;
	border: 1px solid #787878;
	box-shadow: 0px 2px 10px rgba(120, 120, 120, 0.4);
}

.ipsComment_highlighted.ipsComment:not( .ipsModerated) .ipsComment_header {
	background-color: rgba(120, 120, 120, 0.1);
	border-top: 0;
}

.ipsRecommendedComments {
	margin-bottom: 15px;
}

.ipsTabs_panel .ipsRecommendedComments {
	margin: -15px -15px 15px -15px;
}

.ipsRecommendedComments [data-commentID]:last-child {
	margin-bottom: 0;
}

.ipsRecommendedComments .ipsType_sectionHead {
	margin-top: -5px;
	margin-bottom: 10px;
}

.ipsComment_recommended {
	position: relative;
	border: 1px solid rgba(214, 103, 35, 0.4) !important;
}

.ipsComment_recommended .ipsColumn_narrow {
	padding-top: 30px;
}

.ipsComment_recommendedFlag {
	position: absolute;
	top: 10px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 11px;
	background: #d66723;
	color: #fff;
}

html[dir="ltr"] .ipsComment_recommendedFlag {
	left: -4px;
	border-radius: 2px 0 0 2px;
}

html[dir="rtl"] .ipsComment_recommendedFlag {
	right: -4px;
	border-radius: 0 2px 2px 0;
}

.ipsComment_recommendedFlag:after {
	content: '';
	display: block;
	border-style: solid;
	position: absolute;
	top: 0;
}

html[dir="ltr"] .ipsComment_recommendedFlag:after {
	border-color: transparent transparent transparent #d66723;
	border-width: 11px 11px 11px 7px;
	right: -18px;
}

html[dir="rtl"] .ipsComment_recommendedFlag:after {
	border-color: transparent #d66723 transparent transparent;
	border-width: 11px 7px 11px 11px;
	left: -18px;
}

.ipsComment_recommendedNote {
	margin-top: 10px;
	position: relative;
}

html[dir="ltr"] .ipsComment_recommendedNote {
	margin-left: 15px;
	padding-left: 30px;
}

html[dir="rtl"] .ipsComment_recommendedNote {
	margin-right: 15px;
	padding-right: 30px;
}

.ipsComment_recommendedNote:before {
	content: '\f10d';
	font-family: 'FontAwesome';
	color: rgba(214, 103, 35, 0.6);
	font-size: 20px;
	font-style: normal;
	position: absolute;
	top: 0;
}

html[dir="ltr"] .ipsComment_recommendedNote:before {
	left: 0;
}

html[dir="rtl"] .ipsComment_recommendedNote:before {
	right: 0;
}

.ipsComment_recommendedNote .ipsType_richText {
	font-style: italic;
}

.ipsComment_recommendedRep {
	font-size: 20px;
	color: #ededed;
	min-width: 200px;
}

.ipsComment_recommendedRep a {
	color: #ededed;
}

.ipsComment_recommendedRep span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
}

.ipsApp .cke {
	box-shadow: none;
}

.ipsApp .cke_combo {
	height: 40px;
}

.ipsComposeArea_editor {
	background: rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 1px;
	border-collapse: collapse;
}

.ipsComposeArea_editor [data-ipsEditor][data-loading] .cke {
	height: 1px !important;
	overflow: hidden !important;
}

.ipsApp .ipsComposeArea_editor .ipsNotificationCount {
	top: 0px;
}

.ipsComposeArea_withPhoto .ipsComposeArea_editor {
	padding: 4px;
}

html[dir="ltr"] .ipsComposeArea_withPhoto .ipsComposeArea_editor {
	margin-left: 75px;
}

html[dir="rtl"] .ipsComposeArea_withPhoto .ipsComposeArea_editor {
	margin-right: 75px;
}

.ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	content: '';
	position: absolute;
	top: 15px;
	display: block;
	width: 0;
	height: 0;
	border-width: 15px;
	border-style: solid;
}

html[dir="ltr"] .ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	right: 100%;
	border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
}

html[dir="rtl"] .ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	left: 100%;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
}

.ipsComposeArea_dummy {
	padding: 15px;
	background: #fff;
	color: #707070;
	font-size: 15px;
	cursor: text;
}

.ipsComposeArea_dummy i.ipsFlag {
	opacity: 0.5;
}

.ipsComposeArea .ipsToolList.ipsPad_half {
	padding-top: 12px;
}

html[dir] .ipsApp .ipsComposeArea .ipsToolList .ipsComposeArea_formControl {
	margin-top: 7px;
}

.ipsComposeArea [data-ipsEditor-toolList]+[data-ipsEditor] .cke {
	margin-top: 10px;
}

.ipsComposeArea [data-ipsEditor]+[data-ipsEditor-toolList] {
	margin-top: 7px;
	margin-bottom: 3px;
	padding: 0 7px;
}

.ipsComposeArea_editor [data-role="previewToolbar"] {
	line-height: 1;
}

.ipsComposeArea_smallPreview {
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.ipsComposeArea_editor [data-role="previewContainer"] {
	line-height: 1;
}

.ipsComposeArea_editor [data-action='closePreview'] {
	font-family: arial, sans-serif;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px !important;
	font-size: 20px;
	background: #000;
	border: 0;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: -12px;
	text-decoration: none;
}

.ipsComposeArea_editorPaste {
	background: #414345;
	color: #fff;
	font-size: 12px;
}

.ipsComposeArea_editorPaste .ipsComposeArea_editorPasteSwitch {
	font-family: arial, sans-serif;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px !important;
	font-size: 20px;
	background: #000;
	border: 0;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: -12px;
	text-decoration: none;
}

.ipsComposeArea_editorPaste a {
	color: #f0f0f0;
}

.ipsComposeArea_editorPaste a:hover {
	color: #fff;
}

.ipsComposeArea_minimized .ipsComposeArea_editorPaste {
	display: none !important;
}

html[dir] .ipsComposeArea_imageAlign.ipsButton_split>li {
	display: table-cell;
	width: 1%;
	float: none;
}

.ipsComposeArea_imageAlign.ipsButton_split>li input[type="radio"] {
	position: absolute;
	opacity: 0.0001;
}

.ipsComposeArea_imageDims {
	display: inline-block;
	position: relative;
}

html[dir="ltr"] .ipsComposeArea_imageDims>input[type="number"] {
	padding-right: 80px;
}

html[dir="rtl"] .ipsComposeArea_imageDims>input[type="number"] {
	padding-left: 80px;
}

.ipsComposeArea_imageDims>span {
	position: absolute;
	top: 11px;
}

html[dir="ltr"] .ipsComposeArea_imageDims>span {
	right: 8px;
}

html[dir="rtl"] .ipsComposeArea_imageDims>span {
	left: 8px;
}

@media screen and (max-width:767px) {
	.ipsApp .ipsComposeArea_imageDims>input[type="number"].ipsField_short {
		max-width: 160px;
	}
}

.ipsComposeArea_sidebar [data-role="tagsList"] {
	padding: 5px;
	max-height: 300px;
	overflow: auto;
}

.ipsComposeArea_sidebar [data-role="tagsList"] [data-tagKey] {
	cursor: pointer;
}

.ipsComposeArea_sidebar [data-action='tagsToggle'] {
	display: inline-block;
	position: absolute;
	top: 6px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 20px;
	color: inherit;
	opacity: 0.4;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

html[dir="ltr"] .ipsComposeArea_sidebar [data-action='tagsToggle'] {
	right: 6px;
}

html[dir="rtl"] .ipsComposeArea_sidebar [data-action='tagsToggle'] {
	left: 6px;
}

.ipsComposeArea_sidebar [data-action='tagsToggle']:hover {
	opacity: 1;
}

.ipsComposeArea_sidebar [data-action='tagsToggle']:after {
	display: block;
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	font-size: 16px;
}

html[dir="ltr"] .ipsComposeArea_sidebar [data-action='tagsToggle']:after {
	right: 0;
}

html[dir="rtl"] .ipsComposeArea_sidebar [data-action='tagsToggle']:after {
	left: 0;
}

.ipsComposeArea_sidebarOpen [data-action='tagsToggle']:after {
	content: '\f138';
}

html[dir="rtl"] .ipsComposeArea_sidebarOpen [data-action='tagsToggle']:after {
	content: '\f137';
}

.ipsComposeArea_sidebarClosed [data-action='tagsToggle']:after {
	content: '\f137';
}

html[dir="rtl"] .ipsComposeArea_sidebarClosed [data-action='tagsToggle']:after {
	content: '\f138';
}

.ipsComposeArea_sidebarClosed {
	width: 22px !important;
	background: #ebebeb !important;
}

.ipsComposeArea_sidebarClosed [data-role="tagsHeader"],
.ipsComposeArea_sidebarClosed [data-role="tagsList"] {
	display: none;
}

.ipsComposeArea_attachments {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	margin-top: 0px;
}

.ipsComposeArea_dropZone {
	padding: 12px;
	border: 3px dashed transparent;
}

.ipsComposeArea_dropZone .fa-paperclip {
	font-size: 30px;
	float: left;
}

html[dir="rtl"] .ipsComposeArea_dropZone .fa-paperclip {
	float: right;
}

.ipsComposeArea_dropZone .fa-clipboard {
	font-size: 24px;
	float: left;
}

html[dir="rtl"] .ipsComposeArea_dropZone .fa-clipboard {
	float: right;
}

html[dir="ltr"] .ipsComposeArea_dropZone>div {
	margin-left: 40px;
}

html[dir="rtl"] .ipsComposeArea_dropZone>div {
	margin-right: 40px;
}

.ipsComposeArea_attachmentsInner {
	margin-top: 15px;
}

.ipsComposeArea_attachmentsInner>div {
	margin-bottom: 15px;
}

html[dir="ltr"] .ipsComposeArea_attachmentsInner>p {
	padding-left: 15px;
	padding-bottom: 0;
}

html[dir="rtl"] .ipsComposeArea_attachmentsInner>p {
	padding-right: 15px;
	padding-bottom: 0;
}

.ipsComposeArea_warning {
	margin-bottom: 5px;
}

html[dir="ltr"] .ipsComposeArea_warning {
	margin-left: 75px;
}

html[dir="rtl"] .ipsComposeArea_warning {
	margin-right: 75px;
}

.ipsComposeArea_unavailable .ipsComposeArea_editor {
	background: rgba(214, 214, 214, 0.5);
}

.ipsComposeArea_unavailable .ipsComposeArea_dummy {
	font-weight: bold;
	font-size: 13px;
	cursor: default;
}

html[dir="ltr"] .ipsComposeArea_unavailable.ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	border-right-color: rgba(214, 214, 214, 0.5);
}

html[dir="rtl"] .ipsComposeArea_unavailable.ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	border-left-color: rgba(214, 214, 214, 0.5);
}

.ipsComposeArea_unavailable .ipsUserPhoto {
	opacity: 0.5;
}

[data-ipsUploader] {
	display: none;
}

.ipsAttachment_dropZone {
	height: 200px;
	background: rgba(100, 100, 100, 0.05);
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 16px;
	line-height: 2;
	border: 3px dashed transparent;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.ipsAttachment_dropZone * {
	pointer-events: none;
}

.ipsAttachment_dropZone a,
.ipsAttachment_dropZone .moxie-shim,
.ipsAttachment_dropZone .moxie-shim * {
	pointer-events: auto;
}

.ipsAttachment_dropZone:not( .ipsAttachment_dropZoneSmall)>i:first-child {
	font-size: 60px;
	display: block;
}

.ipsAttachment_dropZone.ipsAttachment_dropZoneSmall {
	height: auto;
	padding: 15px;
	text-align: left;
	line-height: 1;
}

html[dir="rtl"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall {
	text-align: right;
}

html[dir="ltr"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall>.ipsAttachment_dropZoneSmall_info {
	margin-left: 130px;
}

html[dir="rtl"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall>.ipsAttachment_dropZoneSmall_info {
	margin-right: 130px;
}

html[dir="ltr"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall [data-action='uploadFile'] {
	margin-right: 10px;
}

html[dir="rtl"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall [data-action='uploadFile'] {
	margin-left: 10px;
}

.ipsAttachment_dropZoneSmall .ipsAttachment_supportDrag {
	font-size: 14px;
}

.ipsAttachment_dropZone.ipsDragging,
.ipsComposeArea_dropZone.ipsDragging {
	background: #ebf4f9;
	border-color: #b1cbd9;
}

.ipsAttachment_fileList {
	margin-top: 10px;
}

.ipsAttachment_summary {
	margin-top: 15px;
	height: 44px;
}

.ipsAttachment_summary strong {
	display: inline-block;
	margin: 4px 0 0 7px;
	font-weight: normal;
}

html[dir="rtl"] .ipsAttachment_summary strong {
	margin: 4px 7px 0 0;
}

.ipsAttach {
	position: relative;
}

.ipsAttach.ipsAttach_selected {
	background-color: #575757;
}

.ipsAttach_selection {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background: #000;
	opacity: 0.6;
}

.ipsAttach_selection:hover {
	color: #fff;
}

.ipsAttach_selection.ipsAttach_selectionOn {
	background: #2a94de;
	opacity: 1;
}

.ipsImageAttach {
	display: inline-block;
	margin: 0 0 10px 0;
	text-align: left;
	position: relative;
}

html[dir="rtl"] .ipsImageAttach {
	text-align: right;
}

.ipsImageAttach_thumb {
	max-width: 100%;
	height: 150px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ipsImageAttach_thumb img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	position: relative;
	display: none;
}

.ipsImageAttach_thumb video {
	width: 100%;
	height: 100%;
	background: black;
}

.ipsImageAttach_status {
	display: block;
	line-height: 125px;
	opacity: 0.5;
}

.ipsApp .ipsImageAttach_controls {
	position: absolute;
	bottom: 55px;
	left: 10px;
	right: 10px;
	padding: 5px;
	z-index: 100;
	opacity: 1;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

.ipsApp .ipsImageAttach_controls .ipsButton {
	line-height: 22px;
	padding: 0 10px;
}

.ipsAttach .ipsAttach_title {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
}

.ipsAttach .ipsAttach_title+p {
	margin: 0;
}

.ipsAttach.ipsDataItem .ipsDataItem_main,
.ipsAttach.ipsDataItem [data-role='preview'] {
	opacity: 0.5;
}

.ipsAttach.ipsAttach_done.ipsDataItem .ipsDataItem_main,
.ipsAttach.ipsAttach_done.ipsDataItem [data-role='preview'] {
	opacity: 1;
}

.ipsAttach.ipsDataItem [data-role='preview'] {
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

.ipsAttach.ipsDataItem [data-role='preview'] .ipsImage {
	display: none;
}

.ipsAttach.ipsAttach_done [data-action="insertFile"] {
	cursor: pointer;
}

.ipsAttachment_fileList .ipsImageAttach_thumb {
	vertical-align: middle;
	line-height: 200px;
}

.ipsAttachment_fileList .ipsDataList .ipsImage {
	max-width: 50px;
}

.ipsEmoticons_content.ipsMenu_innerContent {
	height: 350px;
	padding: 5px;
}

.ipsEmoticons_contentLoading {
	margin-top: 100px;
}

.ipsEmoticons_category {
	display: table;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.ipsEmoticons_row {
	display: table-row;
}

.ipsEmoticons_item {
	display: table-cell;
	padding: 5px;
	width: 12.5%;
	text-align: center;
	font-size: 1.5em;
}

.ipsEmoticons_item img {
	max-width: 100%;
}

.ipsEmoticons_item:hover {
	cursor: pointer;
	background: #f5f5f5;
}

.ipsMenu_item .ipsEmoji_result {
	display: inline-block;
	padding-right: 10px;
	text-align: center;
}

.cEditorURL {
	margin-bottom: 10px;
}

.cEditorURL+.ipsPos_right {
	margin-top: 5px;
}

.cImageURLPreview {
	height: 300px;
	text-align: center;
}

.cImageURLPreview img {
	max-width: 100%;
	max-height: 100%;
}

.ipsApp .ipsDataItem_new,
.ipsApp .ipsDataItem_success {
	background-color: #f0f8f2;
}

.ipsApp .ipsDataItem_warning {
	background-color: #f6f6e9;
}

.ipsApp .ipsDataItem_error {
	background-color: #f7efef;
}

.ipsApp .ipsDataItem_info {
	background-color: #edf5f7;
}

.ipsApp .ipsDataItem_selected {
	background-color: #575757;
}

.ipsApp .ipsDataItem_status {
	background-color: #f9f9f9;
}

.ipsDataList_readStatus .ipsDataItem:not( .ipsDataItem_unread):not( .ipsDataItem_selected):not( .ipsModerated) {
	background: #f9f9f9;
}

.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected):not( .ipsModerated):not( .ipsDataItem_new):not( .ipsDataItem_success):not( .ipsDataItem_warning):not( .ipsDataItem_error):not( .ipsDataItem_info):not( .ipsDataItem_status):nth-child(even) {
	background: #fafafa;
}

.ipsDataList {
	width: 100%;
	display: table;
	table-layout: auto;
	position: relative;
	border-collapse: separate;
	border-spacing: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ipsDataItem_fullWidth {
	width: 100%;
}

.ipsDataItem_title {
	font-size: 16px;
	margin: 0 0 2px 0;
	font-weight: 400;
	display: inline-block;
	line-height: 20px;
}

.ipsDataItem_title .ipsBadge.ipsBadge_small {
	position: relative;
	top: -2px;
}

.ipsDataItem_unread .ipsDataItem_title {
	font-weight: bold;
}

.ipsMenu .ipsDataItem_title {
	font-size: 14px;
}

.ipsDataItem_main,
.ipsDataItem_stats,
.ipsDataItem_lastPoster,
.ipsDataItem_generic,
.ipsDataItem_modCheck,
.ipsDataItem_icon {
	display: table-cell;
	padding: 12px 10px;
	vertical-align: middle;
}

.ipsDataItem_modCheck {
	position: relative;
}

.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_main,
.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_stats,
.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_lastPoster,
.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_generic {
	display: table-cell;
	padding: 10px 0;
	vertical-align: top;
}

html[dir="ltr"] .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon+.ipsDataItem_main {
	padding-left: 7px;
}

html[dir="rtl"] .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon+.ipsDataItem_main {
	padding-right: 7px;
}

html[dir="ltr"] .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon {
	padding-left: 4px;
}

html[dir="rtl"] .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon {
	padding-right: 4px;
}

.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_title {
	margin: 0;
	display: inline;
}

.ipsDataList_large .ipsDataItem_main,
.ipsDataList_large .ipsDataItem_stats,
.ipsDataList_large .ipsDataItem_lastPoster,
.ipsDataList_large .ipsDataItem_generic {
	padding: 15px 10px;
}

.ipsDataList_large .ipsDataItem_icon {
	padding: 15px 10px 15px 20px;
	min-width: 55px;
	vertical-align: middle;
}

html[dir="rtl"] .ipsDataList_large .ipsDataItem_icon {
	padding: 15px 10px 15px 10px;
}

.ipsDataList_large .ipsDataItem {
	border-bottom-width: 3px;
}

.ipsDataItem>.ipsPos_middle {
	vertical-align: middle !important;
}

.ipsDataItem>.ipsPos_top {
	vertical-align: top !important;
}

.ipsDataItem_loading>div {
	min-height: 65px;
	width: 100%;
	position: relative;
}

.ipsDataItem_loading>div>span,
.ipsDataItem_loading>div>span:before,
.ipsDataItem_loading>div>span:after {
	display: block;
	position: absolute;
	-webkit-animation: dummy_anim 1s infinite;
	-moz-animation: dummy_anim 1s infinite;
	-ms-animation: dummy_anim 1s infinite;
	-o-animation: dummy_anim 1s infinite;
	animation: dummy_anim 1s infinite;
}

.ipsDataItem_loading>div>span:before,
.ipsDataItem_loading>div>span:after {
	content: '';
}

.ipsDataItem_loading>div>span:last-child {
	height: 18px;
	top: 15px;
}

html[dir="ltr"] .ipsDataItem_loading>div>span:last-child {
	left: 36px;
	right: 610px;
}

html[dir="rtl"] .ipsDataItem_loading>div>span:last-child {
	right: 36px;
	left: 610px;
}

.ipsDataItem_loading>div>span:last-child:before {
	width: 270px;
	top: 25px;
	height: 12px;
	opacity: 0.7;
}

html[dir="ltr"] .ipsDataItem_loading>div>span:last-child:before {
	left: 0;
}

html[dir="rtl"] .ipsDataItem_loading>div>span:last-child:before {
	right: 0;
}

.ipsDataItem_loading>div>span:last-child:after {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	top: 0;
}

html[dir="ltr"] .ipsDataItem_loading>div>span:last-child:after {
	left: -26px;
}

html[dir="rtl"] .ipsDataItem_loading>div>span:last-child:after {
	right: -26px;
}

.ipsDataItem_loading>div>span:first-child {
	width: 38px;
	height: 38px;
	top: 12px;
	border-radius: 38px;
}

html[dir="ltr"] .ipsDataItem_loading>div>span:first-child {
	right: 300px;
}

html[dir="rtl"] .ipsDataItem_loading>div>span:first-child {
	left: 300px;
}

.ipsDataItem_loading>div>span:first-child:after {
	width: 200px;
	top: 3px;
	height: 15px;
}

html[dir="ltr"] .ipsDataItem_loading>div>span:first-child:after {
	left: 50px;
}

html[dir="rtl"] .ipsDataItem_loading>div>span:first-child:after {
	right: 50px;
}

.ipsDataItem_loading>div>span:first-child:before {
	width: 150px;
	top: 22px;
	height: 12px;
	opacity: 0.7;
}

html[dir="ltr"] .ipsDataItem_loading>div>span:first-child:before {
	left: 50px;
}

html[dir="rtl"] .ipsDataItem_loading>div>span:first-child:before {
	right: 50px;
}

.ipsDataItem {
	width: 100%;
	position: relative;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ebebeb;
}

.ipsDataList:not( .ipsGrid) .ipsDataItem:last-child,
.ipsDataList.ipsDataList_zebra>.ipsDataItem {
	border-bottom: 0;
}

.ipsDataItem_main {
	width: 100%;
	margin: 0;
	vertical-align: top;
}

.ipsDataItem .ipsDataItem_main:only-child {
	display: block !important;
}

.ipsDataItem .ipsDataItem_main .ipsTags {
	position: relative;
	top: -2px;
}

.ipsDataItem .ipsDataItem_main .ipsContained>span:not(.ipsBadge) {
	padding-right: 3px;
}

.ipsDataItem_stats {
	width: 15%;
	min-width: 150px;
	text-align: right;
	list-style: none;
}

html[dir="rtl"] .ipsDataItem_stats {
	text-align: left;
}

.ipsDataItem_stats dl {
	margin: 0 0 5px 0;
}

.ipsDataItem_statsLarge {
	text-align: center;
}

.ipsDataItem_statsLarge .ipsDataItem_stats_number {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.3;
}

.ipsDataItem_stats_hot {
	background: #da621a;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px 0 5px;
	position: relative;
	vertical-align: middle;
	border-radius: 2px;
	white-space: nowrap;
}

.ipsDataItem_stats_hot:before {
	content: attr(data-text);
	text-transform: uppercase;
	font-size: 9px;
	color: #fff;
	opacity: 0.6;
	font-weight: bold;
}

html[dir="ltr"] .ipsDataItem_stats_hot:before {
	margin-right: 5px;
}

html[dir="rtl"] .ipsDataItem_stats_hot:before {
	margin-left: 5px;
}

html[dir="ltr"] .ipsDataItem_stats dt,
html[dir="ltr"] .ipsDataItem_stats dd {
	margin-left: 0;
}

html[dir="rtl"] .ipsDataItem_stats dt,
html[dir="rtl"] .ipsDataItem_stats dd {
	margin-right: 0;
}

.ipsDataItem_icon {
	width: 25px;
	min-width: 25px;
	padding-top: 12px;
}

html[dir="ltr"] .ipsDataItem_icon {
	padding-right: 0;
}

html[dir="ltr"] .ipsDataList_large .ipsDataItem_icon {
	padding-right: 10px;
}

html[dir="rtl"] .ipsDataItem_icon {
	padding-left: 0;
}

html[dir="rtl"] .ipsDataList_large .ipsDataItem_icon {
	padding-left: 10px;
}

.ipsDataItem_icon_noPad {
	padding: 0;
}

.ipsDataItem_category {
	font-size: 20px;
}

.ipsDataItem_meta {
	margin: 0;
}

.ipsDataItem_lastPoster {
	width: 24%;
	max-width: 24%;
	min-width: 270px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ipsDataItem_lastPoster.ipsDataItem_noPhoto {
	width: 20%;
	min-width: 200px
}

html[dir="ltr"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto li {
	margin-left: 50px;
}

html[dir="rtl"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto li {
	margin-right: 50px;
}

.ipsDataItem_lastPoster .ipsUserPhoto {
	display: block;
	float: left;
	margin: 1px 10px 0 -50px;
}

html[dir="rtl"] .ipsDataItem_lastPoster .ipsUserPhoto {
	float: right;
	margin: 1px -50px 0 10px;
}

.ipsDataItem_size1 {
	width: 50px;
	min-width: 50px;
}

.ipsDataItem_size2 {
	width: 75px;
	min-width: 75px;
}

.ipsDataItem_size3 {
	width: 100px;
	min-width: 100px;
}

.ipsDataItem_size4 {
	width: 125px;
	min-width: 125px;
}

.ipsDataItem_size5 {
	width: 150px;
	min-width: 150px;
}

.ipsDataItem_size6 {
	width: 175px;
	min-width: 175px;
}

.ipsDataItem_size7 {
	width: 200px;
	min-width: 200px;
}

.ipsDataItem_size8 {
	width: 225px;
	min-width: 225px;
}

.ipsDataItem_size9 {
	width: 250px;
	min-width: 250px;
}

.ipsDataItem_size10 {
	width: 300px;
	min-width: 300px;
}

.ipsDataItem_subList {
	margin: 5px 0 0;
	background-repeat: no-repeat;
	background-size: 13px 8px;
	list-style: none;
}

html[dir="ltr"] .ipsDataItem_subList {
	padding-left: 20px !important;
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_subitem_stem.png");
	background-position: 3px 5px;
}

html[dir="rtl"] .ipsDataItem_subList {
	padding-right: 20px !important;
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_subitem_stem_rtl.png");
	background-position: right 3px top 5px;
}

.ipsDataItem_subList li {
	margin-right: 5px !important;
}

.ipsDataItem_subList li.ipsDataItem_unread {
	font-weight: bold;
}

.ipsDataItem_subList li a:after {
	content: ',';
}

.ipsDataItem_subList li:last-child a:after {
	content: '';
}

.ipsDataItem_subItem {
	padding-bottom: 10px;
}

html[dir="ltr"] .ipsDataItem_subItem {
	padding-left: 5%;
}

html[dir="rtl"] .ipsDataItem_subItem {
	padding-right: 5%;
}

.ipsDataItem_subItem .ipsDataItem_icon {
	font-size: 22px;
}

.ipsReact {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 12px;
	z-index: 1900;
}

body.ipsApp_noTouch .ipsReact_types:hover .ipsReact_button,
body:not( .ipsApp_noTouch) .ipsReact_types.ipsReact_types_active .ipsReact_button {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f0f0f0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	transform: scale(1.2);
	transition-delay: 0s;
}

body.ipsApp_noTouch .ipsReact_types:hover .ipsReact_button,
body:not( .ipsApp_noTouch) .ipsReact_types.ipsReact_types_active .ipsReact_button {
	filter: grayscale(0%) brightness(100%);
}

.ipsReact .ipsReact_types ul.ipsReact_hover {
	display: block;
	pointer-events: auto !important;
	-webkit-animation: reaction-hover 0.3s ease-in-out forwards;
	animation: reaction-hover 0.3s ease-in-out forwards;
}

.ipsReact .ipsReact_types ul.ipsReact_hoverOut {
	display: block;
	-webkit-animation: reaction-hover-out 0.2s ease-in-out 0.4s forwards;
	animation: reaction-hover-out 0.2s ease-in-out 0.4s forwards;
}

.ipsReact_button {
	width: 42px;
	height: 42px;
	border-radius: 42px;
	line-height: 42px;
	padding: 5px;
	display: block;
	text-align: center;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
	transition: 0.1s all ease-in-out;
	transition-delay: 0.4s;
	position: relative;
	filter: grayscale(100%) brightness(160%);
}

.ipsReact_button a {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1;
}

.ipsReact_button img {
	max-width: 29px;
	max-height: 29px;
	vertical-align: initial;
}

.ipsReact_button.ipsReact_reacted {
	filter: grayscale(0%) brightness(100%);
}

.ipsReact_types ul {
	position: absolute;
	top: 2px;
	height: 38px;
	background: #494949;
	border: 1px solid rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	display: none;
	pointer-events: none;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	margin: 0;
}

html[dir="ltr"] .ipsReact_types ul {
	transform-origin: right;
	right: 21px;
	padding: 5px 30px 5px 5px;
	border-radius: 38px 0 0 38px;
}

html[dir="rtl"] .ipsReact_types ul {
	transform-origin: left;
	left: 21px;
	padding: 5px 5px 5px 30px;
	border-radius: 0 38px 38px 0;
}

.ipsReact_types ul li {
	display: inline-block;
}

html[dir="ltr"] .ipsReact_types ul li {
	margin: 0 5px 0 0 !important;
}

html[dir="rtl"] .ipsReact_types ul li {
	margin: 0 0 0 5px !important;
}

.ipsReact_types ul img {
	max-width: 28px;
	max-height: 28px;
}

.ipsReact_types ul a {
	transition: 0.1s all ease-in-out;
	display: inline-block;
}

.ipsReact_types ul a:hover {
	transform: scale(1.25);
}

.ipsReact_name {
	display: none;
}

a.ipsReact_reaction:after {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 1;
	pointer-events: none;
	box-shadow: inset 0 0 0 35px rgba(255, 0, 0, 0);
}

html[dir="ltr"] a.ipsReact_reaction:after {
	left: 50%;
	margin: -35px 0 0 -40px;
}

html[dir="rtl"] a.ipsReact_reaction:after {
	right: 50%;
	margin: -35px -40px 0 0;
}

a.ipsReact_reaction.ipsReact_active:after {
	-webkit-animation: reaction-click-ring 0.8s ease-out forwards;
	animation: reaction-click-ring 0.8s ease-out forwards;
}

a.ipsReact_reaction.ipsReact_active img {
	-webkit-animation: reaction-click 0.6s ease-out forwards;
	animation: reaction-click 0.6s ease-out forwards;
}

.ipsReact_unreact {
	background: #222;
	color: #fff !important;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: 'arial', sans-serif;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
}

html[dir="ltr"] .ipsReact_unreact {
	right: -6px;
}

html[dir="rtl"] .ipsReact_unreact {
	left: -6px;
}

html[dir="ltr"] .ipsReact_blurb {
	text-align: right;
	margin-left: 15px;
}

html[dir="rtl"] .ipsReact_blurb {
	text-align: left;
	margin-right: 15px;
}

html[dir="ltr"] .ipsReact_blurb:not( .ipsHide)+.ipsReact_types {
	border-left: 1px solid #f0f0f0;
	padding-left: 3px;
	margin-left: 10px;
}

html[dir="rtl"] .ipsReact_blurb:not( .ipsHide)+.ipsReact_types {
	border-right: 1px solid #f0f0f0;
	padding-right: 3px;
	margin-right: 10px;
}

.ipsReact_reactions {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: wrap;
}

.ipsReact_reactCount {
	display: inline;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 2px;
	margin: 1px 0;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}

.ipsReact_reactCount>a {
	white-space: nowrap;
}

html[dir="ltr"] .ipsReact_reactCount {
	margin-left: 7px;
}

html[dir="rtl"] .ipsReact_reactCount {
	margin-right: 7px;
}

html[dir="ltr"] .ipsReact_reactCount:first-child {
	margin-left: 0;
}

html[dir="rtl"] .ipsReact_reactCount:first-child {
	margin-right: 0;
}

.ipsReact_reactCount img {
	max-width: 18px;
	max-height: 18px;
}

.ipsReact_reactCount>span>span,
.ipsReact_reactCount>a>span {
	display: inline-block;
	padding: 1px 2px;
}

.ipsReact_reactCount>span>span:last-child,
.ipsReact_reactCount>a>span:last-child {
	background: rgba(0, 0, 0, 0.1);
	color: #000;
	font-size: 11px;
	font-weight: 500;
	padding: 0 7px;
	line-height: 23px;
}

html[dir="ltr"] .ipsReact_reactCount>span>span:last-child,
html[dir="ltr"] .ipsReact_reactCount>a>span:last-child {
	margin-left: -2px;
}

html[dir="rtl"] .ipsReact_reactCount>span>span:last-child,
html[dir="rtl"] .ipsReact_reactCount>a>span:last-child {
	margin-right: -2px;
}

.ipsReact_reactCountOnly {
	padding: 0 7px;
	font-weight: bold;
	line-height: 24px;
	border-radius: 2px;
	font-size: 12px;
	display: inline-block;
}

.ipsReact_overview {
	line-height: 1;
}

.ipsReact_reactions+.ipsReact_overview {
	margin-top: 5px;
}

html[dir="ltr"] .ipsReact_overview {
	margin-left: 10px;
}

html[dir="rtl"] .ipsReact_overview {
	margin-right: 10px;
}

.ipsReact.ipsReact_mini {
	line-height: 1;
	flex-direction: row-reverse;
}

.ipsReact.ipsReact_mini .ipsReact_overview {
	display: none;
}

.ipsReact.ipsReact_mini .ipsReact_button {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 26px;
	padding: 2px;
	display: inline-block;
}

.ipsReact.ipsReact_mini .ipsReact_button img {
	max-width: 20px;
	max-height: 20px;
}

html[dir] .ipsReact.ipsReact_mini .ipsReact_types ul {
	top: 0;
	height: 28px;
	border-radius: 27px;
}

html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_types ul {
	transform-origin: left;
	left: 0;
	right: auto;
	padding: 2px 0 2px 38px;
}

html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_types ul {
	transform-origin: right;
	left: auto;
	right: 0;
	padding: 2px 38px 2px 0;
}

.ipsReact.ipsReact_mini .ipsReact_types ul img {
	max-width: 22px;
	max-height: 22px;
}

.ipsReact.ipsReact_mini .ipsReact_reactCount a img {
	max-width: 15px;
	max-height: 15px;
}

html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_blurb {
	margin-left: 0;
	border: 0;
	padding: 1px 0 0 7px;
	margin-left: 7px;
}

html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_blurb {
	margin-right: 0;
	border: 0;
	padding: 1px 7px 0 0;
	margin-right: 7px;
}

html[dir] .ipsReact.ipsReact_miniNoInteraction .ipsReact_blurb {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

html[dir] .ipsReact.ipsReact_mini .ipsReact_unreact {
	display: inline-block;
	position: absolute;
	top: -8px;
}

html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_unreact {
	right: -8px;
}

html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_unreact {
	left: -8px;
}

.ipsReact_reactCountOnly_mini {
	line-height: 18px;
	font-size: 10px;
}

html[dir="ltr"] .ipsReact_count {
	margin-left: 5px;
}

html[dir="rtl"] .ipsReact_count {
	margin-right: 5px;
}

.ipsReactOverview {
	text-align: center;
}

.ipsReactOverview ul {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipsReactOverview ul+span.ipsType_medium {
	vertical-align: middle;
}

.ipsReactOverview ul img {
	max-width: 28px;
	max-height: 28px;
	border: 2px solid #fff;
	border-radius: 28px;
}

.ipsReactOverview_small ul img {
	max-width: 24px;
	max-height: 24px;
}

html[dir="ltr"] .ipsReactOverview ul li {
	margin-right: -10px !important;
	border-radius: 28px;
}

html[dir="ltr"] .ipsReactOverview ul li:first-child {
	margin-right: 0 !important;
}

html[dir="rtl"] .ipsReactOverview ul li {
	margin-left: -10px !important;
	border-radius: 28px;
}

html[dir="rtl"] .ipsReactOverview ul li:first-child {
	margin-left: 0 !important;
}

.ipsReactOverview p {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
}

html[dir="ltr"] .ipsReactOverview_small li.ipsReactOverview_repCount {
	margin-left: 15px;
	line-height: 24px;
}

html[dir="rtl"] .ipsReactOverview_small li.ipsReactOverview_repCount {
	margin-right: 15px;
	line-height: 24px;
}

@-webkit-keyframes reaction-click-ring {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.4, 0.4, 1);
		transform: scale3d(0.4, 0.4, 1);
	}
	40% {
		box-shadow: inset 0 0 0 2px rgba(96, 113, 127, 0.8);
		transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		opacity: 0.8;
	}
	100% {
		box-shadow: inset 0 0 0 2px rgba(96, 113, 127, 0.8);
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@keyframes reaction-click-ring {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.4, 0.4, 1);
		transform: scale3d(0.4, 0.4, 1);
	}
	40% {
		box-shadow: inset 0 0 0 2px rgba(96, 113, 127, 0.8);
		transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		opacity: 0.8;
	}
	100% {
		box-shadow: inset 0 0 0 2px rgba(96, 113, 127, 0.8);
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@-webkit-keyframes reaction-click {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 1);
		transform: scale3d(0.1, 0.1, 1);
	}
	30% {
		transform: scale3d(1.3, 1.3, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes reaction-click {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 1);
		transform: scale3d(0.1, 0.1, 1);
	}
	30% {
		transform: scale3d(1.3, 1.3, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes reaction-hover {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}
	50% {
		transform: scale3d(1.2, 1, 1);
		-webkit-transform: scale3d(1.2, 1, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes reaction-hover {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}
	50% {
		transform: scale3d(1.2, 1, 1);
		-webkit-transform: scale3d(1.2, 1, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes reaction-hover-mobile {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
	}
	50% {
		transform: scale3d(1, 1.2, 1);
		-webkit-transform: scale3d(1, 1.2, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes reaction-hover-mobile {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
	}
	50% {
		transform: scale3d(1, 1.2, 1);
		-webkit-transform: scale3d(1, 1.2, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes reaction-hover-out {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	60% {
		-webkit-transform: scale3d(0, 0.5, 1);
		transform: scale3d(0, 0.5, 1);
	}
	100% {
		opacity: 0;
	}
}

@keyframes reaction-hover-out {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	60% {
		-webkit-transform: scale3d(0, 0.5, 1);
		transform: scale3d(0, 0.5, 1);
	}
	100% {
		opacity: 0;
	}
}

.ipsReputation_count {
	background: #fff;
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.ipsRep_mini .ipsReputation_count {
	font-weight: normal;
}

.ipsReputation_count.ipsType_positive {
	background: #ebf2e5;
}

.ipsReputation_count.ipsType_negative {
	background: #efdedf;
}

.ipsLikeRep [data-action="giveReputation"]+.ipsReputation_count {
	font-size: 11px;
	line-height: 20px;
}

html[dir="ltr"] .ipsLikeRep [data-action="giveReputation"]+.ipsReputation_count {
	margin-left: 10px;
}

html[dir="rtl"] .ipsLikeRep [data-action="giveReputation"]+.ipsReputation_count {
	margin-right: 10px;
}

.ipsLikeRep [data-action="giveReputation"]+.ipsReputation_count:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	top: 0;
}

html[dir="ltr"] .ipsLikeRep [data-action="giveReputation"]+.ipsReputation_count:before {
	left: -8px;
}

html[dir="rtl"] .ipsLikeRep [data-action="giveReputation"]+.ipsReputation_count:before {
	right: -8px;
}

.ipsRep_mini .ipsLikeRep {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.ipsLikeRep:before {
	display: none;
}

.ipsRep_mini .ipsReputation_count {
	background: transparent;
	border-radius: 0;
	border: 0;
	padding: 0;
}

.ipsRep_mini .ipsButton.ipsButton_rep,
.ipsReputation_count {
	line-height: 18px;
}

.ipsFollow {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

html[dir="ltr"] .ipsFollow {
	padding-right: 0 !important;
}

html[dir="rtl"] .ipsFollow {
	padding-left: 0 !important;
}

.ipsFollow>a:not( .ipsCommentCount),
.ipsFollow>span:not( .ipsCommentCount),
.ipsFollow>a>span:not( .ipsCommentCount) {
	display: inline-block;
	line-height: 28px;
	position: relative;
}

html[dir="ltr"] .ipsFollow>a:not( .ipsCommentCount),
html[dir="ltr"] .ipsFollow>span:not( .ipsCommentCount),
html[dir="ltr"] .ipsFollow>a>span:not( .ipsCommentCount) {
	left: -15px;
	padding-left: 15px;
}

html[dir="rtl"] .ipsFollow>a:not( .ipsCommentCount),
html[dir="rtl"] .ipsFollow>span:not( .ipsCommentCount),
html[dir="rtl"] .ipsFollow>a>span:not( .ipsCommentCount) {
	right: -15px;
	padding-right: 15px;
}

.ipsFollow .ipsCommentCount {
	margin: 0 3px 3px 0;
	background: #fff;
	color: #333;
	text-shadow: none !important;
	line-height: 11.5px;
	font-size: 10px;
}

.ipsFollow>a>span.ipsCommentCount {
	margin: 0 -14px 0 14px;
}

html[dir="rtl"] .ipsFollow>a>span.ipsCommentCount {
	margin: 0 14px 0 -14px;
}

html[dir="ltr"] .ipsFollow>a>span+span.ipsCommentCount {
	margin-left: 0;
}

html[dir="rtl"] .ipsFollow>a>span+span.ipsCommentCount {
	margin-right: 0;
}

html[dir="ltr"] .ipsFollow .ipsCommentCount:after {
	border-color: transparent #fff transparent transparent;
}

html[dir="rtl"] .ipsFollow .ipsCommentCount:after {
	border-color: transparent transparent transparent #fff;
}

.ipsFollowerList {
	max-height: 300px;
	overflow: auto;
}

.ipsRating {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	cursor: default;
}

.ipsRating>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ipsRating>ul>li {
	display: inline-block;
}

html[dir="ltr"] .ipsRating>ul>li,
html[dir="ltr"] .ipsList_inline.ipsRating>li {
	margin-right: -2px;
}

html[dir="rtl"] .ipsRating>ul>li,
html[dir="rtl"] .ipsList_inline.ipsRating>li {
	margin-left: -2px;
}

.ipsRating.ipsRating_small {
	font-size: 11px;
}

.ipsRating.ipsRating_large {
	font-size: 16px;
}

.ipsRating.ipsRating_veryLarge {
	font-size: 20px;
}

.ipsRating+span {
	margin-left: 10px;
}

.ipsRating+span:empty {
	margin-left: 0;
}

.ipsRating.ipsRating_rated .ipsRating_collective,
.ipsRating.ipsRating_rated:hover .ipsRating_mine {
	display: none;
}

.ipsRating.ipsRating_rated:hover .ipsRating_collective {
	display: inline-block;
}

html[dir="ltr"] [data-ipsRating]>.ipsRating {
	float: left;
}

html[dir="rtl"] [data-ipsRating]>.ipsRating {
	float: right;
}

html[dir="ltr"] [data-ipsRating]>.ipsRating>ul>li {
	padding-right: 3px;
	float: left;
}

html[dir="rtl"] [data-ipsRating]>.ipsRating>ul>li {
	padding-left: 3px;
	float: right;
}

.ipsRating.ipsRating_loading {
	opacity: 0.6;
}

.ipsRating .ipsRating_on .fa-star {
	color: #f0b75f;
}

.ipsRating .ipsRating_mine .ipsRating_on .fa-star {
	color: #df9742;
}

.ipsRating .ipsRating_half .fa-star-half.fa-flip-horizontal {
	color: #b3b3b3;
	margin-left: -1px;
}

.ipsRating .ipsRating_half .fa-star-half:not(.fa-flip-horizontal) {
	color: #f0b75f;
	margin-right: -1px;
}

.ipsRating .ipsRating_off .fa-star-o,
.ipsRating .ipsRating_off .fa-star {
	color: #b3b3b3;
}

.ipsRating .ipsRating_hover .fa-star {
	color: #df9742;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.ipsShare_facebook {
	border: none;
	overflow: hidden;
	height: 20px;
	width: 48px;
}

.ipsPip {
	font-size: 10px;
	color: #5a5a5a;
	display: inline-block;
}

html[dir="ltr"] .ipsPip {
	margin-right: 2px;
}

html[dir="rtl"] .ipsPip {
	margin-left: 2px;
}

.ipsPip:before {
	content: '\f111';
	font-family: 'FontAwesome';
}

.ipsLeaderboard_trophy {
	color: #ffffff;
	font-size: 26px;
	padding-top: 7px;
	padding-left: 1px;
	width: 40px;
	height: 40px;
	border-radius: 38px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.ipsLeaderboard_trophy:before,
.ipsLeaderboard_trophy:after {
	content: '';
	display: block;
	width: 12px;
	height: 30px;
	position: absolute;
	top: 24px;
}

.ipsLeaderboard_trophy:before {
	-webkit-transform: rotate(50deg) skew(15deg);
	;
	-moz-transform: rotate(50deg) skew(15deg);
	;
	-ms-transform: rotate(50deg) skew(15deg);
	;
	-o-transform: rotate(50deg) skew(15deg);
	;
	transform: rotate(50deg) skew(15deg);
	;
	left: 9px;
}

.ipsLeaderboard_trophy:after {
	-webkit-transform: rotate(-50deg) skew(-15deg);
	-moz-transform: rotate(-50deg) skew(-15deg);
	-ms-transform: rotate(-50deg) skew(-15deg);
	-o-transform: rotate(-50deg) skew(-15deg);
	transform: rotate(-50deg) skew(-15deg);
	right: 9px;
}

.ipsLeaderboard_trophy .fa {
	position: relative;
	z-index: 100;
}

.ipsLeaderboard_trophy_1,
.ipsLeaderboard_trophy_1.ipsLeaderboard_trophy:before,
.ipsLeaderboard_trophy_1.ipsLeaderboard_trophy:after {
	background-color: #fac746;
}

.ipsLeaderboard_trophy_2,
.ipsLeaderboard_trophy_2.ipsLeaderboard_trophy:before,
.ipsLeaderboard_trophy_2.ipsLeaderboard_trophy:after {
	background-color: #c0c0c0;
}

.ipsLeaderboard_trophy_3,
.ipsLeaderboard_trophy_3.ipsLeaderboard_trophy:before,
.ipsLeaderboard_trophy_3.ipsLeaderboard_trophy:after {
	background-color: #cd7f32;
}

.ipsLeaderboard_trophy_4 {
	display: none;
}

@font-face {
	font-family: 'icomoon';
	src: url('//www.rossoverdi.com/applications/core/interface/font/icomoon.eot?v=-29n77j');
	src: url('//www.rossoverdi.com/applications/core/interface/font/icomoon.eot#iefix-29n77j') format('embedded-opentype'), url('//www.rossoverdi.com/applications/core/interface/font/icomoon.woff?v=-29n77j') format('woff'), url('//www.rossoverdi.com/applications/core/interface/font/icomoon.ttf?v=-29n77j') format('truetype'), url('//www.rossoverdi.com/applications/core/interface/font/icomoon.svg?v=-29n77j#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

.icon-spinner2:before,
.icon-spinner3:before,
.icon-spinner9:before {
	-webkit-animation: spinner 0.75s infinite linear;
	animation: spinner 0.75s infinite linear;
}

.icon-newspaper:before {
	content: "\e904";
}

.icon-stack:before {
	content: "\e92e";
}

.icon-spinner2:before {
	content: "\e97b";
}

.icon-spinner3:before {
	content: "\e97c";
}

.icon-spinner9:before {
	content: "\e982";
}

.icon-fire:before {
	content: "\e9a9";
}

@font-face {
	font-family: 'FontAwesome';
	src: url('//www.rossoverdi.com/applications/core/interface/font/fontawesome-webfont.eot?v=4.7.0');
	src: url('//www.rossoverdi.com/applications/core/interface/font/fontawesome-webfont.eot#iefix&amp;v=4.7.0') format('embedded-opentype'), url('//www.rossoverdi.com/applications/core/interface/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//www.rossoverdi.com/applications/core/interface/font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//www.rossoverdi.com/applications/core/interface/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//www.rossoverdi.com/applications/core/interface/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.ipsApp select {
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	padding: 4px;
	background: rgb(255, 255, 255);
	font-size: 13px !important;
	position: relative;
}

.ipsApp select::-ms-expand {
	display: none;
}

.ipsApp select:not( [multiple]) {
	-webkit-appearance: button;
	height: 33px;
	line-height: 1.4;
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png"), -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png"), -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png"), -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png"), -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png"), linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-position: right center;
	background-size: 18px 9px, 100% 100%;
	background-repeat: no-repeat, repeat;
	cursor: pointer;
	padding: 7px 30px 7px 7px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

html[dir="rtl"] .ipsApp select:not( [multiple]) {
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown_rtl.png"), -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown_rtl.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown_rtl.png"), -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown_rtl.png"), -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown_rtl.png"), -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown_rtl.png"), linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background-position: left center;
	padding: 7px 7px 7px 30px;
}

.ipsApp select[disabled] {
	opacity: 0.6;
	pointer-events: none;
}

.ipsApp select:not( [multiple]):after {
	top: 0;
	width: 30px;
	height: 30px;
	content: '';
	display: block;
}

html[dir="ltr"] .ipsApp select:not( [multiple]):after {
	right: 0;
}

html[dir="rtl"] .ipsApp select:not( [multiple]):after {
	left: 0;
}

input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"] {
	-webkit-appearance: none;
	min-height: 32px;
}

ul.ipsForm,
ol.ipsForm {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ipsForm[data-role="advancedSearch"] {
	margin-top: 15px;
	padding-bottom: 15px;
}

.ipsFieldRow:not( :last-child) {
	margin-bottom: 15px;
}

.ipsFieldRow_noLabel>label,
.ipsFieldRow_noLabel>.ipsFieldRow_content>label {
	display: none;
}

.ipsFieldRow_searchResult {
	background-color: #f2e6d4;
	border: 1px solid #d1aa6e;
}

.ipsFieldRow.ipsFieldRow_searchResult .ipsFieldRow_desc {
	color: #ad884e;
}

.ipsFieldRow_checkbox {
	margin-bottom: 5px;
}

.ipsFieldRow_checkbox+.ipsFieldRow:not( .ipsFieldRow_checkbox) {
	margin-top: 15px;
}

.ipsFieldRow_checkbox input[type="checkbox"],
.ipsFieldRow_checkbox input[type="radio"],
.ipsFieldRow_checkbox .ipsCustomInput {
	float: left;
	margin-top: 3px;
}

html[dir="rtl"] .ipsFieldRow_checkbox input[type="checkbox"],
html[dir="rtl"] .ipsFieldRow_checkbox input[type="radio"],
html[dir="rtl"] .ipsFieldRow_checkbox .ipsCustomInput {
	float: right;
}

html[dir="ltr"] .ipsFieldRow_checkbox .ipsFieldRow_content {
	margin-left: 24px;
}

html[dir="rtl"] .ipsFieldRow_checkbox .ipsFieldRow_content {
	margin-right: 24px;
}

.ipsFieldRow_checkbox label {
	display: block;
}

.ipsFieldRow_inlineCheckbox {
	margin-top: 6px;
	display: inline-block;
	position: relative;
}

html[dir="ltr"] .ipsFieldRow_inlineCheckbox {
	margin-right: 15px;
}

html[dir="rtl"] .ipsFieldRow_inlineCheckbox {
	margin-left: 15px;
}

html[dir="ltr"] .ipsFieldRow_inlineCheckbox .ipsCustomInput,
html[dir="ltr"] .ipsToggle {
	margin-right: 3px;
}

html[dir="rtl"] .ipsFieldRow_inlineCheckbox .ipsCustomInput,
html[dir="rtl"] .ipsToggle {
	margin-left: 3px;
}

.ipsField_fieldList {
	list-style: none;
	margin: 0;
	padding: 7px 0 0 0;
}

.ipsField_fieldList>li {
	margin-bottom: 10px;
}

.ipsField_fieldList>li:last-child {
	margin-bottom: 0px;
}

.ipsField_fieldList input[type="radio"],
.ipsField_fieldList input[type="checkbox"],
.ipsField_fieldList .ipsCustomInput {
	float: left;
	margin-top: 3px;
}

html[dir="rtl"] .ipsField_fieldList input[type="radio"],
html[dir="rtl"] .ipsField_fieldList input[type="checkbox"],
html[dir="rtl"] .ipsField_fieldList .ipsCustomInput {
	float: right;
}

html[dir="ltr"] .ipsField_fieldList_content {
	margin-left: 24px;
}

html[dir="rtl"] .ipsField_fieldList_content {
	margin-right: 24px;
}

.ipsApp .ipsFieldRow_fullWidth input[type="text"],
.ipsApp .ipsForm_fullWidth .ipsFieldRow input[type="text"],
.ipsApp .ipsFieldRow_fullWidth input[type="email"],
.ipsApp .ipsForm_fullWidth .ipsFieldRow input[type="email"],
.ipsApp .ipsFieldRow_fullWidth input[type="password"],
.ipsApp .ipsForm_fullWidth .ipsFieldRow input[type="password"],
.ipsApp .ipsFieldRow_fullWidth input[type="submit"],
.ipsApp .ipsForm_fullWidth .ipsFieldRow input[type="submit"],
.ipsApp .ipsFieldRow_fullWidth select,
.ipsApp .ipsForm_fullWidth .ipsFieldRow select,
.ipsApp .ipsFieldRow_fullWidth button,
.ipsApp .ipsForm_fullWidth .ipsFieldRow button,
.ipsApp .ipsFieldRow_fullWidth textarea,
.ipsApp .ipsForm_fullWidth .ipsFieldRow textarea,
.ipsApp .ipsFieldRow_fullWidth .ipsField_autocomplete,
.ipsApp .ipsForm_fullWidth .ipsFieldRow .ipsField_autocomplete,
.ipsApp .ipsFieldRow_fullWidth .ipsSelectTree,
.ipsApp .ipsForm_fullWidth .ipsFieldRow .ipsSelectTree,
.ipsApp input.ipsField_fullWidth,
.ipsApp textarea.ipsField_fullWidth,
.ipsApp .ipsField_autocomplete.ipsField_fullWidth,
.ipsApp select.ipsField_fullWidth,
.ipsApp .ipsSelectTree.ipsField_fullWidth,
.ipsApp .ipsField_dummy.ipsField_fullWidth {
	width: 100%;
	max-width: 100% !important;
}

.ipsFieldRow_desc {
	font-size: 12px;
	color: #aaaaaa;
	margin-top: 3px;
	display: inline-block;
}

.ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_label,
.ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
	padding-top: 5px;
}

.ipsFieldRow.ipsFieldRow_yesNo .ipsFieldRow_label,
.ipsFieldRow.ipsFieldRow_yesNo .ipsFieldRow_title {
	padding-top: 0;
}

.ipsApp .ipsField_primary,
.ipsApp .ipsField_primary.ipsField_autocomplete input,
.ipsApp .ipsFieldRow_primary input {
	font-size: 18px;
}

.ipsFieldRow_required {
	font-size: 10px;
	text-transform: uppercase;
	color: #c02222;
	font-weight: normal;
}

html[dir="ltr"] .ipsFieldRow_required {
	margin-left: 10px;
}

html[dir="rtl"] .ipsFieldRow_required {
	margin-right: 10px;
}

.ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label,
.ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title {
	width: 185px;
	line-height: 1.3;
	font-size: 14px;
	font-weight: 600;
}

html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label,
html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title {
	float: left;
	padding-right: 15px;
	text-align: right;
}

html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label,
html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title {
	float: right;
	padding-left: 15px;
	text-align: left;
}

.ipsForm.ipsForm_horizontal .ipsFieldRow.ipsFieldRow_shortTitle>.ipsFieldRow_title {
	width: 85px;
}

html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_content {
	margin-left: 185px;
}

html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow.ipsFieldRow_shortTitle:not( .ipsFieldRow_checkbox) .ipsFieldRow_content {
	margin-left: 95px;
}

html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow_checkbox {
	margin-left: 185px;
}

html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_content {
	margin-right: 185px;
}

html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow.ipsFieldRow_shortTitle:not( .ipsFieldRow_checkbox) .ipsFieldRow_content {
	margin-right: 95px;
}

html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow_checkbox {
	margin-right: 185px;
}

.ipsForm_horizontal .ipsFieldRow_required {
	font-size: 0;
	margin: 0;
}

.ipsForm_horizontal .ipsFieldRow_required:before {
	content: '*';
	display: inline;
	color: #c02222;
	font-size: 16px;
}

.ipsForm_horizontal .ipsFieldRow_textValue .ipsFieldRow_content {
	padding-top: 7px;
}

.ipsForm_horizontal .ipsFieldRow_content .ipsRating {
	margin-top: 3px;
}

.ipsForm_vertical .ipsFieldRow>.ipsFieldRow_label,
.ipsForm_vertical .ipsFieldRow>.ipsFieldRow_title {
	float: none !important;
	width: 100%;
	text-align: left;
}

html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_label,
html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_title {
	text-align: right;
}

html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox),
html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_label,
html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_content,
html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_title {
	margin-right: 0px;
}

html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox),
html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_label,
html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_content,
html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_title {
	margin-left: 0px !important;
}

html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_label,
html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_title {
	text-align: left;
}

.ipsForm_group {
	margin-bottom: 15px;
	padding-top: 15px;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
}

.ipsForm_group>.ipsForm_groupTitle {
	float: left;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

html[dir="rtl"] .ipsForm_group>.ipsForm_groupTitle {
	float: right;
}

.ipsForm_group>.ipsForm_groupContent {
	list-style: none;
}

html[dir="ltr"] .ipsForm_group>.ipsForm_groupContent {
	margin: 0 0 0 175px;
	padding: 0 0 0 15px;
	border-left: 1px solid #f6f6f6;
}

html[dir="rtl"] .ipsForm_group>.ipsForm_groupContent {
	margin: 0 175px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #f6f6f6;
}

.ipsForm .ipsForm_group:last-child {
	border-bottom: 0;
}

.ipsApp label:not( .ipsField_unlimited),
.ipsApp input,
.ipsApp button,
.ipsApp select,
.ipsApp textarea {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: middle;
}

.ipsApp .ipsField_dummy {
	height: 32px;
}

.ipsApp .ipsField_autocomplete {
	position: relative;
	outline: 0;
	display: inline-block;
}

html[dir="ltr"] .ipsApp .ipsField_autocomplete {
	padding-right: 35px;
}

html[dir="rtl"] .ipsApp .ipsField_autocomplete {
	padding-left: 35px;
}

.ipsApp .ipsField_autocomplete input[type="text"] {
	border: 0;
	border-radius: 0px;
	padding: 0;
	background: transparent;
	width: 20px;
	max-width: 100%;
	box-shadow: none;
}

.ipsApp .ipsField_autocomplete input[type="text"]:focus {
	outline: 0;
	box-shadow: none;
}

.ipsApp .ipsField_autocomplete.ipsField_autocompleteDisabled {
	pointer-events: none;
}

.ipsApp .ipsField_autocomplete.ipsField_autocompleteDisabled .cToken {
	opacity: 0.6;
}

html[dir="ltr"] .ipsApp .ipsField_autocomplete_loading {
	position: absolute;
	right: 10px;
}

html[dir="rtl"] .ipsApp .ipsField_autocomplete_loading {
	position: absolute;
	left: 10px;
}

.ipsApp .ipsField_autocomplete [data-action='addToken'] {
	font-size: 13px;
}

.ipsApp input[type="color"] {
	min-width: 50px;
}

.ipsApp .ipsField_autocomplete,
.ipsApp textarea,
.ipsApp input[type="text"],
.ipsApp input[type="password"],
.ipsApp input[type="datetime"],
.ipsApp input[type="datetime-local"],
.ipsApp input[type="date"],
.ipsApp input[type="month"],
.ipsApp input[type="time"],
.ipsApp input[type="week"],
.ipsApp input[type="number"],
.ipsApp input[type="email"],
.ipsApp input[type="url"],
.ipsApp input[type="search"],
.ipsApp input[type="tel"],
.ipsApp .ipsField_dummy {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	width: 100%;
	max-width: 350px;
	padding: 7px;
}

.CodeMirror {
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	border-radius: 3px;
	cursor: text;
}

html[dir="rtl"] .CodeMirror {
	direction: ltr;
}

.ipsApp textarea.ipsField_short,
.ipsApp input[type="text"].ipsField_short,
.ipsApp input[type="password"].ipsField_short,
.ipsApp input[type="datetime"].ipsField_short,
.ipsApp input[type="datetime-local"].ipsField_short,
.ipsApp input[type="date"].ipsField_short,
.ipsApp input[type="month"].ipsField_short,
.ipsApp input[type="time"].ipsField_short,
.ipsApp input[type="week"].ipsField_short,
.ipsApp input[type="number"].ipsField_short,
.ipsApp input[type="email"].ipsField_short,
.ipsApp input[type="url"].ipsField_short,
.ipsApp input[type="search"].ipsField_short,
.ipsApp input[type="tel"].ipsField_short,
.ipsApp input[type="color"].ipsField_short,
.ipsApp select.ipsField_short {
	width: 200px;
	max-width: 200px;
}

.ipsApp textarea.ipsField_medium,
.ipsApp input[type="text"].ipsField_medium,
.ipsApp input[type="password"].ipsField_medium,
.ipsApp input[type="datetime"].ipsField_medium,
.ipsApp input[type="datetime-local"].ipsField_medium,
.ipsApp input[type="date"].ipsField_medium,
.ipsApp input[type="month"].ipsField_medium,
.ipsApp input[type="time"].ipsField_medium,
.ipsApp input[type="week"].ipsField_medium,
.ipsApp input[type="number"].ipsField_medium,
.ipsApp input[type="email"].ipsField_medium,
.ipsApp input[type="url"].ipsField_medium,
.ipsApp input[type="search"].ipsField_medium,
.ipsApp input[type="tel"].ipsField_medium,
.ipsApp input[type="color"].ipsField_medium,
.ipsApp select.ipsField_medium {
	width: 270px;
	max-width: 270px;
}

.ipsApp textarea.ipsField_tiny,
.ipsApp input[type="text"].ipsField_tiny,
.ipsApp input[type="password"].ipsField_tiny,
.ipsApp input[type="datetime"].ipsField_tiny,
.ipsApp input[type="datetime-local"].ipsField_tiny,
.ipsApp input[type="date"].ipsField_tiny,
.ipsApp input[type="month"].ipsField_tiny,
.ipsApp input[type="time"].ipsField_tiny,
.ipsApp input[type="week"].ipsField_tiny,
.ipsApp input[type="number"].ipsField_tiny,
.ipsApp input[type="email"].ipsField_tiny,
.ipsApp input[type="url"].ipsField_tiny,
.ipsApp input[type="search"].ipsField_tiny,
.ipsApp input[type="tel"].ipsField_tiny,
.ipsApp input[type="color"].ipsField_tiny,
.ipsApp select.ipsField_tiny {
	width: 60px;
	max-width: 60px;
}

.ipsApp select.ipsField_short,
.ipsApp select.ipsField_medium,
.ipsApp select.ipsField_tiny {
	text-overflow: ellipsis;
}

.ipsApp textarea:focus,
.ipsApp input[type="text"]:focus,
.ipsApp input[type="password"]:focus,
.ipsApp input[type="datetime"]:focus,
.ipsApp input[type="datetime-local"]:focus,
.ipsApp input[type="date"]:focus,
.ipsApp input[type="month"]:focus,
.ipsApp input[type="time"]:focus,
.ipsApp input[type="week"]:focus,
.ipsApp input[type="number"]:focus,
.ipsApp input[type="email"]:focus,
.ipsApp input[type="url"]:focus,
.ipsApp input[type="search"]:focus,
.ipsApp input[type="tel"]:focus,
.ipsApp input[type="color"]:focus {
	box-shadow: 0px 0px 5px rgba(82, 168, 236, 0.6);
	border-color: #3480bb;
	outline: 0;
}

.ipsApp textarea[disabled],
.ipsApp input[type="text"][disabled],
.ipsApp input[type="password"][disabled],
.ipsApp input[type="datetime"][disabled],
.ipsApp input[type="datetime-local"][disabled],
.ipsApp input[type="date"][disabled],
.ipsApp input[type="month"][disabled],
.ipsApp input[type="time"][disabled],
.ipsApp input[type="week"][disabled],
.ipsApp input[type="number"][disabled],
.ipsApp input[type="email"][disabled],
.ipsApp input[type="url"][disabled],
.ipsApp input[type="search"][disabled],
.ipsApp input[type="tel"][disabled],
.ipsApp input[type="color"][disabled] {
	background: #f7f7f7;
	opacity: 0.7;
}

.ipsApp textarea {
	white-space: pre-wrap;
}

.ipsApp .ipsToggle:focus,
.ipsApp .ipsCustomInput input:focus+span {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0px 1px 5px rgba(82, 168, 236, 0.6);
}

.ipsFieldRow_content [data-role="prefixRow"] {
	margin-top: 5px;
}

.ipsApp textarea:not([data-ipsAutocomplete]) {
	height: auto;
	max-width: 100%;
}

.ipsFieldRow .ipsFieldRow_icon {
	position: relative;
}

html[dir="ltr"] .ipsFieldRow .ipsFieldRow_icon input[type="text"] {
	padding-left: 35px;
}

html[dir="rtl"] .ipsFieldRow .ipsFieldRow_icon input[type="text"] {
	padding-right: 35px;
}

.ipsFieldRow .ipsFieldRow_icon:after {
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	top: 3px;
	color: #404040;
	display: inline-block;
	width: 30px;
	height: 30px;
}

html[dir="ltr"] .ipsFieldRow .ipsFieldRow_icon:after {
	left: 3px;
}

html[dir="rtl"] .ipsFieldRow .ipsFieldRow_icon:after {
	right: 3px;
}

.ipsFieldRow .ipsFieldRow_icon[data-icon="search"] {
	content: "\f002";
}

.ipsFieldRow.ipsFieldRow_primary .ipsFieldRow_icon:after {
	font-size: 18px;
	top: 0;
}

html[dir="ltr"] .ipsFieldRow.ipsFieldRow_primary .ipsFieldRow_icon:after {
	left: 10px;
}

html[dir="rtl"] .ipsFieldRow.ipsFieldRow_primary .ipsFieldRow_icon:after {
	right: 10px;
}

.ipsApp .ipsField_loading {
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/cf5a1e7fc191338071d07df134b620d0_tiny_loading.gif");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: right 5px center;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.ipsApp .ipsField_loading {
		background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/cf5a1e7fc191338071d07df134b620d0_tiny_loading@2x.gif");
	}
}

html[dir="rtl"] .ipsApp .ipsField_loading {
	background-position: left 5px center;
}

.ipsFieldRow_section {
	background: #f9f9f9;
	color: #333;
	padding: 15px;
	font-size: 16px;
}

.ipsApp input.ipsField_error,
.ipsFieldRow_error textarea:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="text"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="password"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="datetime"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="datetime-local"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="date"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="month"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="time"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="week"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="number"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="email"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="url"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="search"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="tel"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error input[type="color"]:not( .ipsFieldRow_errorExclude),
.ipsFieldRow_error .ipsField_dummy,
.ipsFieldRow_error.ipsField_dummy {
	background-color: #f8e6e9;
	border-color: #ba7b84;
}

.ipsApp input.ipsField_success,
.ipsApp textarea.ipsField_success,
.ipsFieldRow_success textarea,
.ipsFieldRow_success input[type="text"],
.ipsFieldRow_success input[type="password"],
.ipsFieldRow_success input[type="datetime"],
.ipsFieldRow_success input[type="datetime-local"],
.ipsFieldRow_success input[type="date"],
.ipsFieldRow_success input[type="month"],
.ipsFieldRow_success input[type="time"],
.ipsFieldRow_success input[type="week"],
.ipsFieldRow_success input[type="number"],
.ipsFieldRow_success input[type="email"],
.ipsFieldRow_success input[type="url"],
.ipsFieldRow_success input[type="search"],
.ipsFieldRow_success input[type="tel"],
.ipsFieldRow_success input[type="color"] {
	background-color: #ebf2e5;
	border-color: #4a7c20;
}

textarea.ipsField_codeInput {
	font-family: "Courier New", Courier, monospace;
}

input[type="text"].ipsField_tinyText {
	font-size: 11px;
	padding: 4px;
}

input[type="checkbox"]:disabled+.ipsToggle {
	opacity: 0.4;
	cursor: default !important;
}

input[type="checkbox"]:disabled+.ipsToggle:not( [data-ipsTooltip]) {
	pointer-events: none;
}

.ipsToggle {
	width: 50px;
	background: red;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border-radius: 11px;
	position: relative;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid rgba(0, 0, 0, 0.3);
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.ipsToggle.ipsToggle_off {
	background: #c2c2c2;
}

.ipsToggle.ipsToggle_on {
	background: #5a895c;
}

.ipsToggle input {
	opacity: 0.001;
}

.ipsToggle span {
	background: #f5f5f5;
	border-radius: 9px;
	height: 18px;
	width: 18px;
	top: 1px;
	text-indent: 100%;
	white-space: nowrap;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	display: block;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

html[dir="ltr"] .ipsToggle.ipsToggle_on span {
	right: 1px;
}

html[dir="rtl"] .ipsToggle.ipsToggle_on span {
	left: 1px;
}

html[dir="ltr"] .ipsToggle.ipsToggle_off span {
	right: 29px;
}

html[dir="rtl"] .ipsToggle.ipsToggle_off span {
	left: 29px;
}

.ipsToggle span:before {
	content: '\f0c9';
	font-family: 'FontAwesome';
	font-size: 10px;
	line-height: 20px;
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: -1px;
	color: rgba(0, 0, 0, 0.2);
}

html[dir="ltr"] .ipsToggle span:before {
	left: -13px;
}

html[dir="rtl"] .ipsToggle span:before {
	right: -13px;
}

.ipsToggle span:after {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: #fff;
	position: absolute;
	top: 0px;
	line-height: 18px;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

html[dir="ltr"] .ipsToggle span:after {
	left: -38px;
}

html[dir="rtl"] .ipsToggle span:after {
	right: -38px;
}

.ipsToggle.ipsToggle_off span:after {
	content: '\f00d';
}

html[dir="ltr"] .ipsToggle.ipsToggle_off span:after {
	left: 10px;
}

html[dir="rtl"] .ipsToggle.ipsToggle_off span:after {
	right: 10px;
}

.ipsField_yesNo {
	display: inline-block;
	margin: 0;
	padding: 0;
}

html[dir="ltr"] .ipsField_yesNo li {
	float: left;
}

html[dir="rtl"] .ipsField_yesNo li {
	float: right;
}

.ipsField_yesNo input[type="radio"] {
	display: none;
}

.ipsField_yesNo label {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 40px;
	background: #f2f2f2;
	overflow: hidden;
	text-indent: 100%;
	whitespace: no-wrap;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

.ipsField_yesNo label:after {
	color: #d5d5d5;
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	text-indent: 0;
	font-size: 18px;
}

html[dir="ltr"] .ipsField_yesNo label:after {
	left: 50%;
}

html[dir="rtl"] .ipsField_yesNo label:after {
	right: 50%;
}

.ipsField_yesNo .ipsField_yesNo_yes label:after {
	content: "\f00c";
}

html[dir="ltr"] .ipsField_yesNo .ipsField_yesNo_yes label:after {
	margin-left: -9px;
}

html[dir="rtl"] .ipsField_yesNo .ipsField_yesNo_yes label:after {
	margin-right: -9px;
}

.ipsField_yesNo .ipsField_yesNo_yes input[type="radio"]:checked+label {
	background: #68a72f;
}

.ipsField_yesNo .ipsField_yesNo_no label:after {
	content: "\f00d";
}

html[dir="ltr"] .ipsField_yesNo .ipsField_yesNo_no label:after {
	margin-left: -7px;
}

html[dir="rtl"] .ipsField_yesNo .ipsField_yesNo_no label:after {
	margin-right: -7px;
}

.ipsField_yesNo .ipsField_yesNo_no input[type="radio"]:checked+label {
	background: #a72f35;
}

.ipsField_yesNo li:first-child label {
	border-radius: 3px 0 0 3px;
}

html[dir="rtl"] .ipsField_yesNo li:first-child label {
	border-radius: 0 3px 3px 0;
}

.ipsField_yesNo li:last-child label {
	border-radius: 0 3px 3px 0;
}

html[dir="rtl"] .ipsField_yesNo li:last-child label {
	border-radius: 3px 0 0 3px;
}

.ipsField_yesNo input[type="radio"]:checked+label:after {
	color: #fff;
}

.ipsField_yesNo.ipsField_yesNo_disabled {
	opacity: 0.5;
}

.ipsCustomInput {
	position: relative;
}

.ipsCustomInput,
.ipsCustomInput>span {
	width: 15px;
	height: 15px;
	display: inline-block;
	font-size: 0;
}

.ipsCustomInput>span {
	border: 1px solid #bdbdbd;
	background: #fff;
	position: absolute;
	top: -1px;
	left: 0;
	pointer-events: none;
	display: inline-block;
}

.ipsCustomInput input[type="checkbox"]+span {
	border-radius: 3px;
}

.ipsCustomInput input[type="radio"]+span {
	border-radius: 8px;
}

.ipsCustomInput input:hover:not( :disabled)+span {
	border-color: #385e8a;
}

.ipsCustomInput input:disabled+span {
	opacity: 0.6;
}

.ipsCustomInput input:not( :checked):disabled+span {
	background: #f5f5f5;
}

.ipsCustomInput input:checked:disabled+span {
	background: #ebebeb;
	border-color: #757575;
}

.ipsCustomInput input[type="checkbox"]:checked:disabled+span:after {
	color: #757575;
}

.ipsCustomInput input[type="radio"]:checked:disabled+span:after {
	background-color: #757575;
}

.ipsCustomInput input:active:not( :checked):not( :disabled)+span {
	background: #ebebeb;
}

.ipsCustomInput input:active:checked:not( :disabled)+span {
	background: #ebebeb;
}

.ipsCustomInput input:checked+span {
	border-color: #385e8a;
}

.ipsCustomInput input[type="checkbox"]:checked+span:after {
	content: '\f00c';
	font-family: "FontAwesome";
	color: #385e8a;
	position: absolute;
	top: -1px;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 15px;
	text-align: center;
	font-size: 11px;
}

.ipsCustomInput input[type="radio"]:checked+span:after {
	width: 7px;
	height: 7px;
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 8px;
	background: #385e8a;
}

.ipsCustomInput input {
	opacity: 0.000001;
	position: relative;
	z-index: 1;
	width: 15px;
	height: 15px;
	cursor: pointer;
	top: -2px;
}

html[dir="ltr"] .ipsCustomInput+label {
	margin-left: 3px;
}

html[dir="rtl"] .ipsCustomInput+label {
	margin-right: 3px;
}

.ipsField_translatable li {
	margin-bottom: 5px;
	position: relative;
}

.ipsField_translatable li span.ipsFlag {
	display: inline-block;
	position: absolute;
	top: 9px;
}

html[dir="ltr"] .ipsField_translatable li span.ipsFlag {
	left: 8px;
}

html[dir="rtl"] .ipsField_translatable li span.ipsFlag {
	right: 8px;
}

.ipsField_translatable li p.ipsFlagEditor span.ipsFlag {
	top: 4px;
}

html[dir="ltr"] .ipsField_translatable li .ipsFlag+input[type="text"],
html[dir="ltr"] .ipsField_translatable li .ipsFlag+input[type="password"] {
	padding-left: 30px;
}

html[dir="rtl"] .ipsField_translatable li .ipsFlag+input[type="text"],
html[dir="rtl"] .ipsField_translatable li .ipsFlag+input[type="password"] {
	padding-right: 30px;
}

.ipsField_translatable li .ipsFlag+span.ipsFlagLabel {
	font-weight: bold;
}

html[dir="ltr"] .ipsField_translatable li .ipsFlag+span.ipsFlagLabel {
	margin-left: 30px;
}

html[dir="rtl"] .ipsField_translatable li .ipsFlag+span.ipsFlagLabel {
	margin-right: 30px;
}

.ipsFieldRow:not( .ipsFieldRow_fullWidth) .ipsField_stack {
	max-width: 350px;
}

.ipsField_stackItem {
	margin-bottom: 5px;
	position: relative;
	padding-left: 32px;
}

.ipsField_stackItem .ipsField_stackDrag,
.ipsField_stackItem .ipsField_stackDelete {
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 34px;
	top: 0;
	text-align: center;
}

html[dir="ltr"] .ipsField_stackItem .ipsField_stackDrag {
	left: 0;
}

html[dir="rtl"] .ipsField_stackItem .ipsField_stackDrag {
	right: 0;
}

.ipsField_stackItem .ipsDrag_dragHandle {
	opacity: 0.2;
}

.ipsField_stackItem .ipsField_stackDelete {
	background: #323232;
	color: #fff;
	width: 19px;
	height: 19px;
	border-radius: 19px;
	line-height: 17px;
	top: 5px;
}

html[dir="ltr"] .ipsField_stackDelete {
	right: 0;
}

html[dir="rtl"] .ipsField_stackDelete {
	left: 0;
}

.ipsField_stackItem input[type="text"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="url"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="tel"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="email"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="number"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="search"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="password"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="datetime"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="datetime-local"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="date"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="week"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="month"]:not(.ipsField_stackItemNoMargin),
.ipsField_stackItem input[type="time"]:not(.ipsField_stackItemNoMargin) {
	margin-left: -32px;
	padding-left: 32px;
}

html[dir="ltr"] .ipsField_stackItem input[type="button"],
html[dir="ltr"] .ipsField_stackItem input[type="checkbox"],
html[dir="ltr"] .ipsField_stackItem input[type="color"],
html[dir="ltr"] .ipsField_stackItem input[type="file"],
html[dir="ltr"] .ipsField_stackItem input[type="radio"],
html[dir="ltr"] .ipsField_stackItem input[type="range"],
html[dir="ltr"] .ipsField_stackItem input[type="submit"],
html[dir="ltr"] .ipsField_stackItem select,
html[dir="ltr"] .ipsField_stackItem textarea {
	margin-left: 36px;
}

html[dir="rtl"] .ipsField_stackItem input[type="button"],
html[dir="rtl"] .ipsField_stackItem input[type="checkbox"],
html[dir="rtl"] .ipsField_stackItem input[type="color"],
html[dir="rtl"] .ipsField_stackItem input[type="file"],
html[dir="rtl"] .ipsField_stackItem input[type="radio"],
html[dir="rtl"] .ipsField_stackItem input[type="range"],
html[dir="rtl"] .ipsField_stackItem input[type="submit"],
html[dir="rtl"] .ipsField_stackItem select,
html[dir="rtl"] .ipsField_stackItem textarea {
	margin-right: 36px;
}

html[dir="ltr"] .ipsField_stackItem_keyValue span input[type="text"] {
	margin-left: 0px;
	padding-left: 6px;
}

html[dir="rtl"] .ipsField_stackItem_keyValue span input[type="text"] {
	margin-right: 0px;
	padding-right: 6px;
}

.ipsField_stackItem_keyValue {
	padding-top: 8px;
}

html[dir="ltr"] .ipsField_stackItem_keyValue {
	margin-left: 36px;
}

html[dir="rtl"] .ipsField_stackItem_keyValue {
	margin-right: 36px;
}

.ipsField_uploader {
	border: 1px solid #efefef;
	border-bottom: 1px solid #dedede;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 1) inset;
	background: #f6f6f6;
	padding: 15px;
	text-shadow: 0px 1px 0px #fff;
	position: relative;
}

.ipsField_uploader .ipsField_uploader_icon {
	font-size: 36px;
	vertical-align: middle;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

html[dir="ltr"] .ipsField_uploader .ipsField_uploader_icon {
	margin-right: 10px;
	float: left;
}

html[dir="rtl"] .ipsField_uploader .ipsField_uploader_icon {
	margin-left: 10px;
	float: right;
}

.ipsField_uploader:hover .ipsField_uploader_icon {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.ipsField_uploader .ipsField_uploader_msg span {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.ipsField_uploader .ipsField_uploader_msg span+span {
	opacity: 0.7;
	font-weight: normal;
	font-size: 12px;
}

.ipsAttachments_list {
	border: 1px solid #efefef;
}

.ipsAttachments_list>li {
	padding: 15px;
	background: #fcfcfc;
	border-bottom: 1px solid #efefef;
}

.ipsAttachments_list>li:last-child {
	border-bottom: 0;
}

.ipsAttachment_name {
	font-weight: bold;
}

.ipsAttachment_size {
	opacity: 0.7;
	font-size: 12px;
}

.ipsAttachments_tools {
	opacity: 0;
	-webkit-transition: 0.5s all linear;
	-moz-transition: 0.5s all linear;
	-ms-transition: 0.5s all linear;
	-o-transition: 0.5s all linear;
	transition: 0.5s all linear;
}

.ipsAttachments_list>li:hover .ipsAttachments_tools {
	opacity: 0.4;
}

.ipsAttachments_list>li .ipsAttachments_tools:hover {
	opacity: 1;
}

.ipsAttachment_progress {
	border: 1px solid #dedede;
	height: 12px;
	border-radius: 10px;
	width: 150px;
	display: inline-block;
	background: #fff;
}

.ipsAttachment_progress>span {
	background: #151515;
	width: 0%;
	display: block;
	height: 10px;
	border-radius: 10px;
}

.ipsImageAttach .ipsAttachment_progress {
	width: 70%;
	position: absolute;
	top: 45%;
}

html[dir="ltr"] .ipsImageAttach .ipsAttachment_progress {
	margin-left: -35%;
	left: 50%;
}

html[dir="rtl"] .ipsImageAttach .ipsAttachment_progress {
	margin-right: -35%;
	right: 50%;
}

.ipsField_uploader+.ipsAttachments_list {
	border-top: 0;
}

html[dir="ltr"] .ipsField_uploader+.ipsAttachments_list {
	margin-left: 10px;
}

html[dir="rtl"] .ipsField_uploader+.ipsAttachments_list {
	margin-right: 10px;
}

.ipsAttachment_supportDrag {
	display: none;
}

.cToken {
	height: 22px;
	line-height: 22px;
	background: #385e8a;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	border-radius: 12px;
	padding: 0 10px;
	cursor: pointer;
	margin: 1px 5px 1px 0 !important;
	max-width: 100%;
	overflow: hidden;
}

html[dir="rtl"] .cToken {
	margin: 1px 0 1px 5px !important;
}

.cToken.cToken_selected {
	background: #3a5a78;
}

ul.ipsContentItemSelector li {
	margin-top: 10px;
}

ul.ipsContentItemSelector li:first-child {
	margin-top: 5px;
}

ul.ipsContentItemSelector li div[data-role="contentItemRow"] {
	padding-left: 5px;
}

.cContentItem_delete {
	height: 18px;
	line-height: 18px;
	background: #385e8a;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	border-radius: 12px;
	padding: 0 10px;
	cursor: pointer;
	margin: 1px 5px 1px 0 !important;
	float: left;
}

.ipsSelectTree {
	min-height: 32px;
	border: 1px solid #b3b3b3;
	width: 100%;
	max-width: 350px;
	border-radius: 3px;
	padding: 7px 25px 5px 7px;
	position: relative;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
	cursor: pointer;
	margin-bottom: 5px;
}

html[dir="rtl"] .ipsSelectTree {
	padding: 7px 7px 5px 25px;
}

.ipsSelectTree.ipsSelectTree_disabled,
.ipsSelectTree.ipsSelectTree_disabled .ipsSelectTree_expand {
	opacity: 0.6;
	pointer-events: none;
}

.ipsSelectTree_active {
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	border-color: rgba(82, 168, 236, 0.8);
}

.ipsSelectTree_expand {
	position: absolute;
	top: -1px;
	bottom: -1px;
	line-height: 32px;
	border-radius: 0 3px 3px 0;
	width: 26px;
	text-align: center;
	color: #333;
}

html[dir="ltr"] .ipsSelectTree_expand {
	right: -1px;
}

html[dir="rtl"] .ipsSelectTree_expand {
	left: -1px;
}

.ipsSelectTree [data-role="tokenList"] li {
	line-height: 1;
}

html[dir="ltr"] .ipsSelectTree [data-role="tokenList"] li {
	margin-right: 5px;
}

html[dir="rtl"] .ipsSelectTree [data-role="tokenList"] li {
	margin-left: 5px;
}

.ipsSelectTree [data-role="tokenList"] .cToken {
	background: #385e8a;
	color: #fff;
	margin-bottom: 4px;
}

.ipsSelectTree_nodes {
	position: absolute;
	top: 100%;
	margin: -4px 0 0 -1px;
	max-width: 500px;
	border: 1px solid rgba(82, 168, 236, 0.8);
	border-top: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 7px;
	background: rgb(242, 242, 242);
}

html[dir="rtl"] .ipsSelectTree_nodes {
	margin: -4px -1px 0 0;
}

.ipsSelectTree_nodes [data-role="nodeList"] {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	max-height: 300px;
	overflow: auto;
}

.ipsSelectTree_nodes [data-role="nodeList"] .ipsTabs_panel {
	min-height: 264px;
}

.ipsSelectTree_nodes [data-role="nodeList"] li {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item {
	padding: 7px 25px 7px 22px;
}

html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item {
	padding: 7px 22px 7px 25px;
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item.ipsSelectTree_withChildren {
	padding: 7px 4px;
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item:not( .ipsSelectTree_itemDisabled):hover {
	background: #ebf4f9;
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item:not( .ipsSelectTree_itemDisabled).ipsSelectTree_selected:hover {
	background: #333333;
}

.ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"] {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"] {
	margin-left: 15px;
	border-left: 1px dotted rgba(0, 0, 0, 0.2);
}

html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"] {
	margin-right: 15px;
	border-right: 1px dotted rgba(0, 0, 0, 0.2);
}

.ipsSelectTree_nodes [data-role="nodeList"] li:last-child {
	border: 0;
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle {
	width: 16px;
	height: 19px;
	display: inline-block;
	color: inherit;
	position: relative;
	vertical-align: middle;
	float: left;
}

html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle {
	float: right;
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle+[data-role="nodeTitle"] {
	display: block;
}

html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle+[data-role="nodeTitle"] {
	margin-left: 20px;
}

html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle+[data-role="nodeTitle"] {
	margin-right: 20px;
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item>.ipsSelectTree_toggle:before {
	text-align: center;
	font-size: 11px;
	display: block;
	width: 20px;
	height: 19px;
	position: absolute;
	top: 0;
	content: '\f04b';
	font-family: 'FontAwesome';
}

html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item>.ipsSelectTree_toggle:before {
	left: 0;
}

html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item>.ipsSelectTree_toggle:before {
	right: 0;
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item.ipsSelectTree_itemOpen>.ipsSelectTree_toggle:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item.ipsSelectTree_itemOpen>.ipsSelectTree_toggle:before {
	left: -2px;
}

html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item.ipsSelectTree_itemOpen>.ipsSelectTree_toggle:before {
	right: -2px;
}

.ipsSelectTree_nodes [data-role="nodeList"] .ipsTabs li {
	border-bottom: 0;
}

.ipsSelectTree_selected {
	background: #474747;
	color: #fff;
}

.ipsSelectTree_selected:after {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	top: 7px;
	color: #fff;
}

html[dir="ltr"] .ipsSelectTree_selected:after {
	right: 7px;
}

html[dir="rtl"] .ipsSelectTree_selected:after {
	left: 7px;
}

.ipsSelectTree_itemDisabled>[data-role="nodeTitle"] {
	color: #a6a6a6;
	cursor: default;
}

.ipsSelectTree_placeholder {
	color: #909090;
}

.ipsSelectTree_search {
	margin-top: 7px;
	position: relative;
}

.ipsApp .ipsSelectTree_search input {
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-size: 12px;
}

html[dir="ltr"] .ipsApp .ipsSelectTree_search input {
	padding-left: 26px;
}

html[dir="rtl"] .ipsApp .ipsSelectTree_search input {
	padding-right: 26px;
}

.ipsSelectTree_search:after {
	content: '\f002';
	font-family: "FontAwesome";
	position: absolute;
	top: 7px;
}

html[dir="ltr"] .ipsSelectTree_search:after {
	left: 7px;
}

html[dir="rtl"] .ipsSelectTree_search:after {
	right: 7px;
}

.ipsForm_noLabels .ipsFieldRow_label,
.ipsForm_noLabels .ipsFieldRow_title,
.ipsForm_noLabels .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_label,
.ipsForm_noLabels .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_title {
	display: none;
}

input.ipsField_vle {
	color: black;
	font-weight: normal;
}

html[dir="rtl"] #recaptcha_table:not( .recaptcha_theme_clean) {
	direction: ltr !important;
}

_:-ms-input-placeholder,
 :root .cke_source {
	min-width: 100% !important;
}

.ipsForm_meter {
	max-width: 350px;
	width: 100%;
	height: 7px;
	display: block;
	margin-top: 7px;
	border-radius: 2px;
}

.ipsForm_meterAdvice {
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.ipsForm_meter[data-adviceValue="1"]+.ipsForm_meterAdvice {
	color: #C62828;
}

.ipsForm_meter[data-adviceValue="2"]+.ipsForm_meterAdvice {
	color: #D84315;
}

.ipsForm_meter[data-adviceValue="3"]+.ipsForm_meterAdvice {
	color: #FF8F00;
}

.ipsForm_meter[data-adviceValue="4"]+.ipsForm_meterAdvice {
	color: #9E9D24;
}

.ipsForm_meter[data-adviceValue="5"]+.ipsForm_meterAdvice {
	color: #2E7D32;
}

.ipsForm_meter::-webkit-meter-bar {
	background: none;
	border-radius: 2px;
	background-color: #f0f0f0;
}

.ipsForm_meter[data-adviceValue="1"]::-webkit-meter-optimum-value {
	background: #C62828;
}

.ipsForm_meter[data-adviceValue="2"]::-webkit-meter-optimum-value {
	background: #D84315;
}

.ipsForm_meter[data-adviceValue="3"]::-webkit-meter-optimum-value {
	background: #FF8F00;
}

.ipsForm_meter[data-adviceValue="4"]::-webkit-meter-optimum-value {
	background: #9E9D24;
}

.ipsForm_meter[data-adviceValue="5"]::-webkit-meter-optimum-value {
	background: #2E7D32;
}

.ipsForm_meter[data-adviceValue="1"]::-moz-meter-bar {
	background: #C62828;
}

.ipsForm_meter[data-adviceValue="2"]::-moz-meter-bar {
	background: #D84315;
}

.ipsForm_meter[data-adviceValue="3"]::-moz-meter-bar {
	background: #FF8F00;
}

.ipsForm_meter[data-adviceValue="4"]::-moz-meter-bar {
	background: #9E9D24;
}

.ipsForm_meter[data-adviceValue="5"]::-moz-meter-bar {
	background: #2E7D32;
}

[data-role="cropper"] {
	margin: 0 auto;
	max-width: 100%;
}

.ipsForm_cropper {
	max-width: 100%;
}

.ipsForm_cropper>img {
	max-width: 100%;
}

.pac-container {
	z-index: 100000;
}

.cropper-container {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.cropper-container img {
	display: block;
	width: 100%;
	min-width: 0!important;
	max-width: none!important;
	height: 100%;
	min-height: 0!important;
	max-height: none!important
}

.cropper-canvas,
.cropper-modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.cropper-canvas {
	background-color: #fff;
	filter: alpha(opacity=0);
	opacity: 0
}

.cropper-modal {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: .5
}

.cropper-cropbox {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%
}

.cropper-viewer {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: #69f solid 1px;
	outline-color: rgba(102, 153, 255, .75)
}

.cropper-dashed {
	position: absolute;
	display: block;
	filter: alpha(opacity=50);
	border: 0 dashed #fff;
	opacity: .5
}

.cropper-dashed.dashed-h {
	top: 33.33333333%;
	left: 0;
	width: 100%;
	height: 33.33333333%;
	border-top-width: 1px;
	border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
	top: 0;
	left: 33.33333333%;
	width: 33.33333333%;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px
}

.cropper-face,
.cropper-line,
.cropper-point {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=10);
	opacity: .1
}

.cropper-face {
	top: 0;
	left: 0;
	cursor: move;
	background-color: #fff
}

.cropper-line {
	background-color: #69f
}

.cropper-line.line-e {
	top: 0;
	right: -3px;
	width: 5px;
	cursor: e-resize
}

.cropper-line.line-n {
	top: -3px;
	left: 0;
	height: 5px;
	cursor: n-resize
}

.cropper-line.line-w {
	top: 0;
	left: -3px;
	width: 5px;
	cursor: w-resize
}

.cropper-line.line-s {
	bottom: -3px;
	left: 0;
	height: 5px;
	cursor: s-resize
}

.cropper-point {
	width: 5px;
	height: 5px;
	background-color: #69f;
	filter: alpha(opacity=75);
	opacity: .75
}

.cropper-point.point-e {
	top: 50%;
	right: -3px;
	margin-top: -3px;
	cursor: e-resize
}

.cropper-point.point-n {
	top: -3px;
	left: 50%;
	margin-left: -3px;
	cursor: n-resize
}

.cropper-point.point-w {
	top: 50%;
	left: -3px;
	margin-top: -3px;
	cursor: w-resize
}

.cropper-point.point-s {
	bottom: -3px;
	left: 50%;
	margin-left: -3px;
	cursor: s-resize
}

.cropper-point.point-ne {
	top: -3px;
	right: -3px;
	cursor: ne-resize
}

.cropper-point.point-nw {
	top: -3px;
	left: -3px;
	cursor: nw-resize
}

.cropper-point.point-sw {
	bottom: -3px;
	left: -3px;
	cursor: sw-resize
}

.cropper-point.point-se {
	right: -3px;
	bottom: -3px;
	width: 20px;
	height: 20px;
	cursor: se-resize;
	filter: alpha(opacity=100);
	opacity: 1
}

.cropper-point.point-se:before {
	position: absolute;
	right: -50%;
	bottom: -50%;
	display: block;
	width: 200%;
	height: 200%;
	content: " ";
	background-color: #69f;
	filter: alpha(opacity=0);
	opacity: 0
}

@media (min-width:768px) {
	.cropper-point.point-se {
		width: 15px;
		height: 15px
	}
}

@media (min-width:992px) {
	.cropper-point.point-se {
		width: 10px;
		height: 10px
	}
}

@media (min-width:1200px) {
	.cropper-point.point-se {
		width: 5px;
		height: 5px;
		filter: alpha(opacity=75);
		opacity: .75
	}
}

.cropper-bg {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-invisible {
	filter: alpha(opacity=0);
	opacity: 0
}

.cropper-hide {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: auto!important;
	max-width: none!important;
	height: auto!important;
	max-height: none!important;
	filter: alpha(opacity=0);
	opacity: 0
}

.cropper-hidden {
	display: none!important
}

.cropper-move {
	cursor: move
}

.cropper-crop {
	cursor: crosshair
}

.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
	cursor: not-allowed
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@-viewport {
	width: device-width;
}

*,
.ipsApp input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #ededed;
	height: 100%;
	background-color: #000000;
	margin: 0;
}

span.ipsEmoji,
div.ipsEmoji {
	font-weight: normal;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

img.ipsEmoji {
	height: 1.25em;
	width: 1.25em;
	margin: 0 .05em 0 .1em;
	vertical-align: -0.1em;
}

main {
	display: block;
}

.ipsLayout_noBackground {
	background: none;
}

body.ipsNoScroll {
	overflow: hidden;
}

a {
	color: #ffff00;
	text-decoration: none;
}

a:hover {
	color: #ffff00;
}

a:active,
a:focus,
a:hover {
	outline: 0 !important;
}

img {
	vertical-align: middle;
}

.ipsApp fieldset {
	border: 0;
}

html[dir="rtl"] i.fa[class$="-right"],
html[dir="rtl"] i.fa[class$="-left"],
html[dir="rtl"] i.fa[class$="-reply"],
html[dir="rtl"] i.fa[class$="-forward"],
html[dir="rtl"] i.fa[class$="-backward"] {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#elSiteTitle {
	color: #fff;
	font-size: 28px;
	line-height: 58px;
	text-decoration: none;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

#elLogo img {
	max-width: 100%;
}

#elMobileNav {
	background: #242424;
	position: relative;
}

#ipsLayout_header nav ul li.ipsHide,
#ipsLayout_header #elMobileNav li.ipsHide {
	display: none;
}

#ipsLayout_mainNav>li>a {
	display: block;
	position: relative;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

#ipsLayout_mainNav>li>a .ipsNotificationCount {
	top: -3px;
}

html[dir="ltr"] #ipsLayout_mainNav>li>a .ipsNotificationCount {
	right: -3px;
}

html[dir="rtl"] #ipsLayout_mainNav>li>a .ipsNotificationCount {
	left: -3px;
}

#ipsLayout_header nav a.ipsNavActive {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	opacity: 1;
}

#ipsLayout_header nav a.ipsNavActive.ipsNavActive_menu {
	background: rgba(0, 0, 0, 0.5);
}

#ipsLayout_header header {
	padding: 5px 0;
	background-color: #2c2c2c;
	padding-bottom: 40px;
}

#ipsLayout_header header>.ipsLayout_container {
	min-height: 60px;
}

#ipsLayout_header nav {
	background: #505050;
	height: 40px;
}

#ipsLayout_header nav.ipsNavBar_noSubBars,
.ipsLayout_minimal #ipsLayout_header nav {
	height: auto;
	background: transparent;
	margin-top: -40px;
}

#ipsLayout_header nav.ipsNavBar_noSubBars:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #505050;
}

body.ipsLayout_minimal.ipsLayout_minimalNoHome #ipsLayout_header header {
	padding-bottom: 0;
}

body.ipsLayout_minimal.ipsLayout_minimalNoHome #ipsLayout_header nav {
	display: none;
}

#ipsLayout_mainNav>li>a {
	opacity: 0.6;
}

#ipsLayout_mainNav>li>a:hover {
	opacity: 1;
	color: #fff;
}

#ipsLayout_mobileNav {
	display: none;
}

#elAjaxLoading {
	background: #323232;
	width: 150px;
	padding: 15px;
	color: #fff;
	position: fixed;
	bottom: 15px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	z-index: 15000;
}

html[dir="ltr"] #elAjaxLoading {
	left: 50%;
	margin-left: -75px;
}

html[dir="rtl"] #elAjaxLoading {
	right: 50%;
	margin-right: -75px;
}

html[dir="ltr"] #elAjaxLoading img {
	margin-right: 20px;
}

html[dir="rtl"] #elAjaxLoading img {
	margin-left: 20px;
}

#elSearch {
	border-radius: 20px;
	padding: 4px 10px 4px 10px;
	background: #fff;
	margin: 0;
	height: 26px;
	width: 170px;
	position: relative;
}

html[dir="ltr"] #elSearch {
	margin-right: 5px;
}

html[dir="rtl"] #elSearch {
	margin-left: 5px;
}

#elSearch input:-webkit-autofill {
	height: 26px !important;
}

#elSearchExpanded {
	background: white;
	width: 280px;
	position: absolute;
	top: 36px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	border: 1px solid #ddd;
	border-top: 0px;
	border-radius: 0px 0px 4px 4px;
	z-index: 10000;
	display: none;
	padding: 10px 10px 10px 10px;
	background: #fff;
}

html[dir="ltr"] #elSearchExpanded {
	right: -12px;
}

html[dir="rtl"] #elSearchExpanded {
	left: -12px;
}

#elSearch input[type="search"] {
	background: transparent;
	box-shadow: none;
	font-size: 13px;
	position: absolute;
	border: 0px;
	width: 130px;
	line-height: 28px;
	height: 28px;
	z-index: 20000;
	top: 0px;
	padding: 0px 0px 0px 7px;
}

html[dir="rtl"] #elSearch input[type="search"] {
	padding: 0px 7px 0px 0px;
}

#elSearchWrapper .cSearchSubmit {
	float: right;
	border: 0px;
	background: transparent;
	cursor: pointer;
}

html[dir="rtl"] #elSearchWrapper .cSearchSubmit {
	float: left;
}

#elSearchWrapper.cSearchExpanded {
	padding: 10px 6px 10px 10px;
	background: rgba( 255, 255, 255, 0.2);
	border-radius: 4px 4px 0px 0px;
	margin: -10px -6px 0px -10px;
}

html[dir="rtl"] #elSearchWrapper.cSearchExpanded {
	padding: 10px 10px 10px 6px;
	margin: -10px -10px 0px -6px;
}

#elNavigationSearch {
	float: right;
}

html[dir="rtl"] #elNavigationSearch {
	float: left;
}

#elSearchExpanded .ipsSideMenu_list {
	margin: 0px 0px 15px 0px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0px 0px 4px 4px;
	font-size: 12px !important;
}

#elSearchExpanded .ipsSideMenu_list:last-child {
	margin: 0px 0px 5px 0px;
}

#elSearchExpanded label {
	font-size: 12px !important;
	cursor: pointer;
}

#elSearchExpanded .ipsMenu_title {
	font-weight: bold;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #ddd;
	background: #e5e5e5;
	padding: 10px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

#elUserNav {
	position: absolute;
	top: 10px;
	line-height: 36px;
	text-decoration: none;
}

#elFooterSocialLinks {
	line-height: 36px;
	text-decoration: none;
}

#elUserNav .ipsType_medium {
	line-height: inherit;
}

html[dir="ltr"] #elUserNav {
	right: 20px;
}

html[dir="rtl"] #elUserNav {
	left: 20px;
}

#elUserNav.cSignedOut {
	line-height: 15px;
}

#elUserNav>li>a,
#elFooterSocialLinks>li>a {
	color: #fff;
	font-size: 13px;
	vertical-align: middle;
	line-height: 1;
}

#elUserNav>li>a .fa,
#elUserNav_mobile>li>a .fa,
#elFooterSocialLinks>li>a .fa {
	font-size: 20px;
}

#elUserNav>li>a .fa-caret-down,
#elUserNav>li>a .fa-plus {
	font-size: 14px;
}

.cUserNav_icon a {
	display: block;
	position: relative;
	color: #fff;
}

#elUserNav>li>a#elRegisterButton {
	color: #ffffff;
}

.elUserNav_sep {
	border-right: 2px solid rgba(255, 255, 255, 0.1);
	height: 36px;
	width: 0;
	display: block;
}

#cUserLink .ipsUserPhoto {
	padding: 0;
}

html[dir="ltr"] #cUserLink .ipsUserPhoto {
	margin-right: 5px;
}

html[dir="rtl"] #cUserLink .ipsUserPhoto {
	margin-left: 5px;
}

#cUserLink .ipsUserPhoto img {
	width: 26px;
	height: 26px;
}

#elUserNav_mobile {
	text-align: center;
	padding: 20px 0;
}

html[dir="ltr"] #cRegisterButton {
	margin-left: 20px;
}

html[dir="rtl"] #cRegisterButton {
	margin-right: 20px;
}

#elCart .ipsNotificationCount {
	left: 10px;
	right: auto;
}

#elFlashMessage {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	position: fixed;
	width: 600px;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
}

#elFlashMessage:not( .ipsPad_half) {
	padding: 15px;
}

html[dir="ltr"] #elFlashMessage {
	left: 50%;
	margin-left: -300px;
}

html[dir="rtl"] #elFlashMessage {
	right: 50%;
	margin-right: -300px;
}

#elFlashMessage.ipsFlashMsg_top {
	top: 20px;
}

#elFlashMessage.ipsFlashMsg_bottom {
	bottom: 20px;
}

#elFlashMessage [data-action='dismissFlashMessage'] {
	display: none;
}

#elFlashMessage.ipsFlashMsg_dismissable [data-action='dismissFlashMessage'] {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #000;
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 20px;
	border: 0;
}

#elFlashMessage a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#elFlashMessage a:hover {
	color: #fff;
}

.ipsModal.ipsDrawer_modal {
	background: rgba(30, 30, 30, 0.4);
	overflow: hidden !important;
}

.ipsDrawer,
.ipsDrawer_menu,
.ipsDrawer_content {
	overflow: auto;
}

.ipsDrawer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.ipsDrawer_menu {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 280px;
	background: #11171c;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

html[dir="ltr"] .ipsDrawer_menu {
	right: 0;
}

html[dir="rtl"] .ipsDrawer_menu {
	left: 0;
}

.ipsDrawer_content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.ipsDrawer_close {
	background: #11171c;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	display: block;
	position: absolute;
	top: 5px;
	z-index: 2000;
}

html[dir="ltr"] .ipsDrawer_close {
	right: 285px;
}

html[dir="rtl"] .ipsDrawer_close {
	left: 285px;
}

.ipsDrawer_close>span {
	font-family: arial, sans-serif;
	line-height: 40px;
}

.ipsDrawer_list {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0 0 30px 0;
	margin: 0;
}

.ipsDrawer_list>li>a:not( .ipsButton),
.ipsDrawer_list>li:not( .ipsDrawer_itemParent)>a:not( .ipsButton) {
	color: #fff;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #000;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ipsDrawer_list>li>a:active {
	background: #000;
}

.ipsDrawer_itemParent>.ipsDrawer_list>li>a:not( .ipsButton) {
	padding: 10px 30px;
}

.ipsDrawer_section {
	color: rgba(255, 255, 255, 0.4);
	font-size: 11px;
	padding: 15px 30px 5px;
	text-transform: uppercase;
}

.ipsDrawer_itemParent>h4 {
	font-weight: normal;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
	margin: 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ipsDrawer_itemParent>.ipsDrawer_list>.ipsDrawer_itemParent>h4 {
	padding: 10px 30px;
}

html[dir="ltr"] .ipsDrawer_itemParent>h4:after {
	content: "\f105";
	right: 14px;
}

html[dir="rtl"] .ipsDrawer_itemParent>h4:after {
	content: "\f104";
	left: 14px;
}

.ipsDrawer_itemParent>h4>a {
	color: inherit;
	display: block;
}

.ipsDrawer_list .ipsDrawer_list {
	position: absolute;
	top: 0;
}

html[dir="ltr"] .ipsDrawer_list .ipsDrawer_list {
	left: 100%;
}

html[dir="rtl"] .ipsDrawer_list .ipsDrawer_list {
	right: 100%;
}

.ipsDrawer_list [data-action="back"] a {
	position: relative;
	background: #000;
	color: #a9a9a9;
}

html[dir="ltr"] .ipsDrawer_list [data-action="back"] a {
	padding-left: 30px;
}

html[dir="rtl"] .ipsDrawer_list [data-action="back"] a {
	padding-right: 30px;
}

html[dir="ltr"] .ipsDrawer_list [data-action="back"] a:before {
	content: "\f104";
	left: 14px;
}

html[dir="rtl"] .ipsDrawer_list [data-action="back"] a:before {
	content: "\f105";
	right: 14px;
}

.ipsDrawer_itemParent>h4:after,
.ipsDrawer_list [data-action="back"] a:before {
	font-family: "FontAwesome";
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ipsDrawer_listTitle {
	font-size: 14px;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
	color: #c8c8c8;
	margin-top: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	html[dir="ltr"] .ipsApp .ipsStepBar>.ipsStep>a,
	html[dir="ltr"] .ipsApp .ipsStepBar>.ipsStep>span {
		background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_large@2x.png");
	}
	html[dir="rtl"] .ipsApp .ipsStepBar>.ipsStep>a,
	html[dir="rtl"] .ipsApp .ipsStepBar>.ipsStep>span {
		background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_large_rtl@2x.png");
	}
	html[dir="ltr"] .ipsApp .ipsStepBar>.ipsStep+.ipsStep.ipsStep_active:after {
		background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_extra@2x.png");
	}
	html[dir="rtl"] .ipsApp .ipsStepBar>.ipsStep+.ipsStep.ipsStep_active:after {
		background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_extra_rtl@2x.png");
	}
	html[dir="ltr"] .ipsApp .ipsDataItem_subList {
		background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_subitem_stem@2x.png");
	}
	html[dir="rtl"] .ipsApp .ipsDataItem_subList {
		background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_subitem_stem_rtl@2x.png");
	}
}

.ipsRedirect {
	text-align: center;
}

.ipsRedirect_loading {
	height: 100px;
}

.ipsRedirect_progress {
	margin-bottom: 20px;
}

.ipsRedirectMessage {
	margin: 50px;
}

.ipsRedirect_manualButton {
	margin-top: 20px;
}

.ipsResponsive_showDesktop,
.ipsResponsive_showDesktop.ipsResponsive_inline {
	display: inline !important;
}

.ipsResponsive_showDesktop.ipsResponsive_inlineBlock {
	display: inline-block !important;
}

.ipsResponsive_showDesktop.ipsResponsive_block {
	display: block !important;
}

.ipsResponsive_showPhone.ipsResponsive_inline,
.ipsResponsive_showPhone.ipsResponsive_inlineBlock,
.ipsResponsive_showPhone.ipsResponsive_block,
.ipsResponsive_showTablet.ipsResponsive_inline,
.ipsResponsive_showTablet.ipsResponsive_inlineBlock,
.ipsResponsive_showTablet.ipsResponsive_block,
.ipsResponsive_hideDesktop.ipsResponsive_inline,
.ipsResponsive_hideDesktop.ipsResponsive_inlineBlock,
.ipsResponsive_hideDesktop.ipsResponsive_block {
	display: none !important;
}

#elNavLang_menu li button,
#elNavTheme_menu li button {
	text-align: left;
}

#elLicenseKey {
	margin: 0;
	border-radius: 0;
	font-size: 14px;
	padding-right: 40px;
}

#elLicenseKey .ipsList_inline {
	margin-top: 15px;
}

#elLicenseKey [data-role="closeMessage"] {
	display: inline-block;
	background: rgba(0, 0, 0, 0.6);
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-bottom: 0;
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 15px;
}

#ipsLayout_body {
	margin: 0 auto;
}

#ipsLayout_header {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#ipsLayout_contentArea {
	display: table;
	width: 100%;
	border-top: 0;
}

#ipsLayout_contentWrapper {
	width: 100%;
	background-color: transparent;
}

#ipsLayout_mainArea,
#ipsLayout_sidebar {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#ipsLayout_mainArea:only-of-type {
	display: block;
}

#ipsLayout_mainArea {
	width: 100%;
	min-height: 350px;
	padding: 0px;
}

.ipsLayout_minimal #ipsLayout_mainArea {
	padding-top: 15px;
	padding-bottom: 15px;
}

#ipsLayout_sidebar {
	min-width: 315px;
	max-width: 315px;
	padding: 10px 0 15px 0;
	overflow: hidden;
	border-radius: 0;
}

html[dir="ltr"] #ipsLayout_sidebar.ipsLayout_sidebarleft,
html[dir="rtl"] #ipsLayout_sidebar.ipsLayout_sidebarright {
	padding-right: 20px;
}

html[dir="ltr"] #ipsLayout_sidebar.ipsLayout_sidebarright,
html[dir="rtl"] #ipsLayout_sidebar.ipsLayout_sidebarleft {
	padding-left: 20px;
}

body:not( .cWidgetsManaging) #ipsLayout_sidebar.ipsLayout_sidebarUnused,
body.ipsLayout_sidebarUnused:not( .cWidgetsManaging) #ipsLayout_sidebar {
	min-width: 1px;
	width: 0;
	padding: 0 !important;
}

#ipsLayout_contentWrapper #ipsLayout_sidebar:first-child {
	padding: 15px 15px 15px 15px;
}

#elContextualTools {
	padding: 20px 15px 30px 15px;
	margin: -15px -15px 10px -15px;
	-webkit-transition: box-shadow 0.3s linear;
	-moz-transition: box-shadow 0.3s linear;
	-ms-transition: box-shadow 0.3s linear;
	-o-transition: box-shadow 0.3s linear;
	transition: box-shadow 0.3s linear;
}

#elContextualTools.ipsSticky {
	margin-top: 0;
	padding: 15px;
}

#ipsLayout_footer {
	margin: 20px 0;
}

#ipsLayout_footer p {
	margin: 0;
}

#ipsLayout_footer a,
#ipsLayout_footer p {
	font-size: 14px;
	text-decoration: none;
	color: #dddddd;
}

#ipsLayout_footer #elCopyright {
	opacity: 0.6;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
}

#elCopyright_userLine {
	display: block;
}

.ipsLayout_container {
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.ipsLayout_minimal #ipsLayout_header #elUserNav,
.ipsLayout_minimal #elSearch,
.ipsLayout_minimal #ipsLayout_mainNav li,
.ipsLayout_minimal #elMobileNav,
.ipsLayout_minimal .ipsBreadcrumb {
	display: none !important;
}

.ipsLayout_minimal .ipsLayout_container {
	max-width: 1000px;
}

.ipsApp .ipsSpacer_top,
.ipsApp .ipsSpacer_both {
	margin-top: 15px;
}

.ipsApp .ipsSpacer_top.ipsSpacer_double,
.ipsApp .ipsSpacer_both.ipsSpacer_double {
	margin-top: 30px;
}

.ipsApp .ipsSpacer_top.ipsSpacer_half,
.ipsApp .ipsSpacer_both.ipsSpacer_half {
	margin-top: 7px;
}

.ipsApp .ipsSpacer_bottom,
.ipsApp .ipsSpacer_both {
	margin-bottom: 15px;
}

.ipsApp .ipsSpacer_bottom.ipsSpacer_double,
.ipsApp .ipsSpacer_both.ipsSpacer_double {
	margin-bottom: 30px;
}

.ipsApp .ipsSpacer_bottom.ipsSpacer_half,
.ipsApp .ipsSpacer_both.ipsSpacer_half {
	margin-bottom: 7px;
}

.ipsColumns {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

.ipsColumns.ipsColumns_horizontalSpacing,
.ipsColumns.ipsColumns_verticalSpacing,
.ipsColumns.ipsColumns_bothSpacing,
.ipsColumns.ipsColumns_noSpacing {
	border-collapse: separate;
}

.ipsColumns.ipsColumns_horizontalSpacing {
	border-spacing: 15px 0;
}

.ipsColumns.ipsColumns_horizontalSpacing.ipsColumns_halfSpacing {
	border-spacing: 7px 0;
}

.ipsColumns.ipsColumns_verticalSpacing {
	border-spacing: 0 15px;
}

.ipsColumns.ipsColumns_verticalSpacing.ipsColumns_halfSpacing {
	border-spacing: 0 7px;
}

.ipsColumns.ipsColumns_bothSpacing {
	border-spacing: 15px;
}

.ipsColumns.ipsColumns_bothSpacing.ipsColumns_halfSpacing {
	border-spacing: 7px;
}

html[dir="ltr"] .ipsColumns>.ipsColumn:first-child:not( .ipsPad),
html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing>.ipsColumn:not( .ipsPad) {
	padding-left: 0;
}

html[dir="ltr"] .ipsColumns>.ipsColumn:last-child:not( .ipsPad),
html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing>.ipsColumn:not( .ipsPad) {
	padding-right: 0;
}

html[dir="rtl"] .ipsColumns>.ipsColumn:first-child:not( .ipsPad),
html[dir="rtl"] .ipsColumns.ipsColumns_noSpacing>.ipsColumn:not( .ipsPad) {
	padding-right: 0;
}

html[dir="rtl"] .ipsColumns>.ipsColumn:last-child:not( .ipsPad),
html[dir="rtl"] .ipsColumns.ipsColumns_noSpacing>.ipsColumn:not( .ipsPad) {
	padding-left: 0;
}

.ipsColumn {
	display: table-cell;
	position: relative;
	vertical-align: top;
	padding: 0 7px;
}

.ipsColumn_veryNarrow {
	width: 50px;
}

.ipsColumn_narrow {
	width: 120px;
}

.ipsColumn_medium {
	width: 200px;
}

.ipsColumn_wide {
	width: 280px;
}

.ipsColumn_veryWide {
	width: 360px;
}

.ipsColumn_fluid {
	width: 100%;
}

.ipsFilter_layout {
	position: absolute !important;
	max-width: 100%;
}

ul.ipsGrid,
ol.ipsGrid {
	padding: 0;
	margin: 0;
}

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

.ipsGrid:after {
	clear: both;
}

.ipsGrid>[class*="ipsGrid_span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html[dir="ltr"] .ipsGrid>[class*="ipsGrid_span"] {
	float: left;
	margin-left: 2.127659574468085%;
}

html[dir="rtl"] .ipsGrid>[class*="ipsGrid_span"] {
	float: right;
	margin-right: 2.127659574468085%;
}

html[dir="ltr"] .ipsGrid>[class*="ipsGrid_span"]:first-child {
	margin-left: 0;
}

html[dir="rtl"] .ipsGrid>[class*="ipsGrid_span"]:first-child {
	margin-right: 0;
}

html[dir="ltr"] .ipsGrid .controls-row [class*="ipsGrid_span"]+[class*="ipsGrid_span"] {
	margin-left: 2.127659574468085%;
}

html[dir="rtl"] .ipsGrid .controls-row [class*="ipsGrid_span"]+[class*="ipsGrid_span"] {
	margin-right: 2.127659574468085%;
}

.ipsApp .ipsGrid>.ipsGrid_span12 {
	width: 100%;
}

.ipsApp .ipsGrid>.ipsGrid_span11 {
	width: 91.48936170212765%;
}

.ipsApp .ipsGrid>.ipsGrid_span10 {
	width: 82.97872340425532%;
}

.ipsApp .ipsGrid>.ipsGrid_span9 {
	width: 74.46808510638297%;
}

.ipsApp .ipsGrid>.ipsGrid_span8 {
	width: 65.95744680851064%;
}

.ipsApp .ipsGrid>.ipsGrid_span7 {
	width: 57.44680851063829%;
}

.ipsApp .ipsGrid>.ipsGrid_span6 {
	width: 48.93617021276595%;
}

.ipsApp .ipsGrid>.ipsGrid_span5 {
	width: 40.42553191489362%;
}

.ipsApp .ipsGrid>.ipsGrid_span4 {
	width: 31.914893617021278%;
}

.ipsApp .ipsGrid>.ipsGrid_span3 {
	width: 23.404255319148934%;
}

.ipsApp .ipsGrid>.ipsGrid_span2 {
	width: 14.893617021276595%;
}

.ipsApp .ipsGrid>.ipsGrid_span1 {
	width: 6.382978723404255%;
}

ol.ipsGrid>li,
ul.ipsGrid>li {
	margin-bottom: 15px;
}

html[dir="ltr"] .ipsGrid_span12:nth-child( 1n),
html[dir="ltr"] .ipsGrid_span12+[class*="ipsGrid_span"],
html[dir="ltr"] .ipsGrid_span6:nth-child( odd),
html[dir="ltr"] .ipsGrid_span4:nth-child( 3n+1),
html[dir="ltr"] .ipsGrid_span3:nth-child( 4n+1),
html[dir="ltr"] .ipsGrid_span2:nth-child( 6n+1),
html[dir="ltr"] .ipsGrid_span1:nth-child( 12n+1) {
	margin-left: 0;
}

html[dir="rtl"] .ipsGrid_span12:nth-child( 1n),
html[dir="rtl"] .ipsGrid_span12+[class*="ipsGrid_span"],
html[dir="rtl"] .ipsGrid_span6:nth-child( odd),
html[dir="rtl"] .ipsGrid_span4:nth-child( 3n+1),
html[dir="rtl"] .ipsGrid_span3:nth-child( 4n+1),
html[dir="rtl"] .ipsGrid_span2:nth-child( 6n+1),
html[dir="rtl"] .ipsGrid_span1:nth-child( 12n+1) {
	margin-right: 0;
}

.ipsPatchwork>li {
	margin-bottom: 0 !important;
}

.ipsJS_has [data-ipsPatchwork] [data-role="patchworkItem"] {
	opacity: 0.01;
}

.ipsGrid>li [data-role="patchworkItem"]+[data-role="patchworkItem"] {
	margin-top: 15px;
}

.ipsItemControls {
	display: flex;
	align-items: center;
	padding-top: 7px;
	margin-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
}

.ipsItemControls_left {
	order: 1;
	flex-grow: 1;
}

.ipsItemControls_right {
	order: 2;
	flex-grow: 1;
}

.ipsLightbox {
	background: rgba(20, 20, 20, 0.95);
	position: fixed;
	top: 40px;
	bottom: 40px;
	left: 40px;
	right: 40px;
	box-shadow: 0px 5px 55px rgba(0, 0, 0, 0.4);
}

.ipsLightbox_imagePanel {
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}

html[dir="ltr"] .ipsLightbox_imagePanel {
	left: 0px;
	right: 0;
	margin-left: 35px;
	margin-right: 25px;
}

html[dir="rtl"] .ipsLightbox_imagePanel {
	right: 0px;
	left: 0;
	margin-left: 25px;
	margin-right: 35px;
}

hmtl[dir="ltr"] .ipsLightbox_imagePanel.ipsLightbox_withComments {
	right: 350px;
}

hmtl[dir="rtl"] .ipsLightbox_imagePanel.ipsLightbox_withComments {
	left: 350px;
}

.ipsLightbox_imagePanel .ipsLightbox_image {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	z-index: 1000;
}

.ipsLightbox_commentsPanel {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 350px;
	background-color: #fff;
	overflow-y: auto;
}

html[dir="ltr"] .ipsLightbox_commentsPanel {
	right: 0;
}

html[dir="rtl"] .ipsLightbox_commentsPanel {
	left: 0;
}

.ipsLightbox_commentsPanel.ipsLoading {
	min-height: 100px;
}

.ipsLightbox_next,
.ipsLightbox_prev {
	font-size: 65px;
	line-height: 65px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	opacity: 0;
	cursor: pointer;
	z-index: 5000;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	text-shadow: 0px 0px 3px #000;
}

.ipsLightbox_fullSize {
	position: absolute;
	z-index: 4999;
	color: #fff;
	opacity: 0.4;
	text-align: center;
	display: none;
	font-size: 20px;
	cursor: zoom-in;
}

.ipsLightbox_fullSize i.fa {
	font-size: 80px;
}

.ipsLightbox_fullSize:hover {
	color: #fff;
}

.ipsLightbox:hover .ipsLightbox_fullSize {}

html[dir="ltr"] .ipsLightbox_next {
	right: 20px;
}

html[dir="ltr"] .ipsLightbox_prev {
	left: 20px;
}

html[dir="rtl"] .ipsLightbox_next {
	left: 20px;
}

html[dir="rtl"] .ipsLightbox_prev {
	right: 20px;
}

.ipsLightbox_imagePanel:hover .ipsLightbox_next,
.ipsLightbox_imagePanel:hover .ipsLightbox_prev {
	opacity: 0.5;
}

.ipsLightbox_imagePanel .ipsLightbox_next:hover,
.ipsLightbox_imagePanel .ipsLightbox_prev:hover {
	opacity: 1;
	color: #fff;
}

.ipsLightbox_meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	min-height: 50px;
	z-index: 10000;
	opacity: 0;
	padding: 15px;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

html[dir="ltr"] .ipsLightbox_imagePanel.ipsLightbox_withComments+.ipsLightbox_meta {
	right: 350px;
}

html[dir="rtl"] .ipsLightbox_imagePanel.ipsLightbox_withComments+.ipsLightbox_meta {
	left: 350px;
}

.ipsLightbox_imagePanel:hover+.ipsLightbox_meta {
	opacity: 1;
}

.ipsLightbox_close {
	font-size: 38px;
	color: #fff;
	position: absolute;
	top: 10px;
	cursor: pointer;
	z-index: 5000;
}

html[dir="ltr"] .ipsLightbox_close {
	right: 10px;
}

html[dir="rtl"] .ipsLightbox_close {
	left: 10px;
}

.ipsLightbox_close:hover {
	color: #fff;
}

.ipsMenu {
	background: #fff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	border-radius: 3px;
	z-index: 10000;
	position: absolute;
}

.ipsMenu .ipsMenu_item:first-child a,
.ipsMenu .ipsMenu_item:first-child>span {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.ipsMenu .ipsMenu_item:last-child a,
.ipsMenu .ipsMenu_item:last-child>span {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

ul.ipsMenu,
.ipsMenu>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ipsJS_none .ipsMenu:target {
	display: block !important;
}

.ipsMenu_innerContent {
	max-height: 350px;
	overflow: auto;
}

.ipsMenu_innerContent .ipsDataList {
	position: static;
}

.ipsMenu.ipsLoading {
	min-height: 100px;
}

.ipsMenu_auto {
	min-width: 200px;
	max-width: 500px;
}

.ipsMenu_veryNarrow {
	width: 140px;
}

.ipsMenu_narrow {
	width: 200px;
}

.ipsMenu_normal {
	width: 300px;
}

.ipsMenu_wide {
	width: 450px;
}

.ipsMenu_item {
	text-align: left;
	line-height: 1.4;
}

html[dir="rtl"] .ipsMenu_item {
	text-align: right;
}

.ipsMenu_item>a:not( .ipsMenu_itemInline),
.ipsMenu_item>span:not( .ipsMenu_itemInline) {
	display: block;
	padding: 8px 15px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul:not( .ipsMenu_keyNav) .ipsMenu_item:not( .ipsMenu_itemClicked):not( .ipsMenu_itemDisabled) a:not( .ipsMenu_itemInline):hover,
.ipsMenu_item[data-selected] a,
.ipsMenu_item[data-selected] span,
.ipsMenu_item.ipsMenu_hover {
	background: #f0f0f0;
}

.ipsMenu_itemDisabled>a,
.ipsMenu_itemDisabled>span {
	color: #c2c2c2;
	font-style: italic;
	cursor: default;
	pointer-events: none;
}

.ipsMenu_sep {
	border-top: 1px solid #e2e2e2;
	margin: 4px;
}

.ipsMenu_sep hr {
	display: none;
}

.ipsMenu_subItems>a,
.ipsMenu_subItems>span {
	position: relative;
}

html[dir="ltr"] .ipsMenu_subItems>a,
html[dir="ltr"] .ipsMenu_subItems>span {
	padding-right: 25px;
}

html[dir="rtl"] .ipsMenu_subItems>a,
html[dir="rtl"] .ipsMenu_subItems>span {
	padding-left: 25px;
}

.ipsMenu_subItems>a:after {
	font-family: "FontAwesome";
	position: absolute;
	top: 9px;
}

html[dir="ltr"] .ipsMenu_subItems>a:after,
html[dir="ltr"] .ipsMenu_subItems>span:after {
	content: '\f0da';
	right: 9px;
}

html[dir="rtl"] .ipsMenu_subItems>a:after,
html[dir="rtl"] .ipsMenu_subItems>span:after {
	content: '\f0d9';
	left: 9px;
}

.ipsMenu_subItems .ipsMenu {
	position: absolute;
}

.ipsMenu:not( .ipsMenu_noStem):after,
.ipsMenu:not( .ipsMenu_noStem):before {
	content: '';
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.ipsMenu:not( .ipsMenu_noStem):after {
	border-width: 15px;
	z-index: 200;
}

.ipsMenu:not( .ipsMenu_noStem):before {
	border-width: 16px;
	z-index: 100;
}

.ipsMenu_topLeft:after,
.ipsMenu_topRight:after,
.ipsMenu_topCenter:after,
.ipsMenu_bottomLeft:after,
.ipsMenu_bottomRight:after,
.ipsMenu_bottomCenter:after,
.ipsMenu_topLeft:before,
.ipsMenu_topRight:before,
.ipsMenu_topCenter:before,
.ipsMenu_bottomLeft:before,
.ipsMenu_bottomRight:before,
.ipsMenu_bottomCenter:before {
	pointer-events: none;
	display: block !important;
}

.ipsMenu.ipsMenu_topLeft,
.ipsMenu.ipsMenu_topRight,
.ipsMenu.ipsMenu_topCenter {
	margin-top: -10px;
}

.ipsMenu.ipsMenu_bottomLeft,
.ipsMenu.ipsMenu_bottomRight,
.ipsMenu.ipsMenu_bottomCenter {
	margin-top: 10px;
}

.ipsMenu.ipsMenu_topLeft:after {
	border-color: #fff transparent transparent transparent;
	left: 10px;
	top: 100%;
}

.ipsMenu.ipsMenu_topLeft:before {
	border-color: #ddd transparent transparent transparent;
	left: 9px;
	top: 100%;
}

.ipsMenu.ipsMenu_topRight:after {
	border-color: #fff transparent transparent transparent;
	right: 10px;
	top: 100%;
}

.ipsMenu.ipsMenu_topRight:before {
	border-color: #ddd transparent transparent transparent;
	right: 9px;
	top: 100%;
}

.ipsMenu.ipsMenu_topCenter:after {
	border-color: #fff transparent transparent transparent;
	left: 50%;
	margin-left: -15px;
	top: 100%;
}

.ipsMenu.ipsMenu_topCenter:before {
	border-color: #ebebeb transparent transparent transparent;
	left: 50%;
	margin-left: -16px;
	top: 100%;
}

.ipsMenu.ipsMenu_bottomRight:after {
	border-color: transparent transparent #fff transparent;
	right: 10px;
	bottom: 100%;
}

.ipsMenu.ipsMenu_bottomRight:before {
	border-color: transparent transparent #ebebeb transparent;
	right: 9px;
	bottom: 100%;
}

.ipsMenu.ipsMenu_bottomLeft:after {
	border-color: transparent transparent #fff transparent;
	left: 10px;
	bottom: 100%;
}

.ipsMenu.ipsMenu_bottomLeft:before {
	border-color: transparent transparent #ebebeb transparent;
	left: 9px;
	bottom: 100%;
}

.ipsMenu.ipsMenu_bottomCenter:after {
	border-color: transparent transparent #fff transparent;
	left: 50%;
	margin-left: -15px;
	bottom: 100%;
}

.ipsMenu.ipsMenu_bottomCenter:before {
	border-color: transparent transparent #ebebeb transparent;
	left: 50%;
	margin-left: -16px;
	margin-top: -1px;
	bottom: 100%;
}

.ipsMenu_title {
	background: #e5e5e5;
	padding: 10px 15px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}

.ipsMenu_headerBar,
.ipsMenu_footerBar {
	padding: 10px;
	line-height: 24px;
	background: #f5f5f5;
}

.ipsMenu_headerBar {
	border-bottom: 1px solid #e0e0e0;
	border-radius: 3px 3px 0px 0px;
}

.ipsMenu_footerBar {
	border-top: 1px solid #e0e0e0;
	border-radius: 0px 0px 3px 3px;
}

.ipsMenu_itemCount,
.ipsSideMenu_itemCount {
	line-height: 18px;
	padding: 0 5px;
	background: #f7f7f7;
	color: #6d6d6d;
	font-size: 10px;
	font-weight: bold;
	border-radius: 2px;
}

html[dir="ltr"] .ipsMenu_itemCount,
html[dir="ltr"] .ipsSideMenu_itemCount {
	float: right;
	margin-right: -5px;
	margin-left: 5px;
}

html[dir="rtl"] .ipsMenu_itemCount,
html[dir="rtl"] .ipsSideMenu_itemCount {
	float: left;
	margin-left: -5px;
	margin-right: 5px;
}

.ipsMenu_item:not( .ipsMenu_itemClicked) a:hover .ipsMenu_itemCount,
.ipsMenu_item:not( .ipsMenu_itemClicked) button:hover .ipsMenu_itemCount {
	background: #fff;
}

.ipsSideMenu_itemActive .ipsSideMenu_itemCount {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.ipsSideMenu_itemActive .ipsSideMenu_itemCount.ipsSideMenu_clearCount {
	background: transparent;
}

html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) a,
html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect)>span,
html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) button {
	padding-left: 30px;
}

html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) a,
html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect)>span,
html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) button {
	padding-right: 30px;
}

.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) a:before,
.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect)>span:before,
.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) button:before {
	content: '\f10c';
	font-size: 14px;
	position: absolute;
	font-family: 'FontAwesome';
	padding-left: 10px;
	color: rgba(0, 0, 0, 0.05);
}

html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) a:before,
html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect)>span:before,
html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) button:before {
	left: 0;
	padding-left: 10px;
}

html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) a:before,
html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect)>span:before,
html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) button:before {
	right: 0;
	padding-right: 10px;
}

.ipsMenu_selectable .ipsMenu_item.ipsMenu_itemChecked a,
.ipsMenu_selectable .ipsMenu_item.ipsMenu_itemChecked>span,
.ipsMenu_selectable .ipsMenu_item.ipsMenu_itemChecked button {
	font-weight: bold;
}

.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect).ipsMenu_itemChecked a:before,
.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect).ipsMenu_itemChecked>span:before,
.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect).ipsMenu_itemChecked button:before {
	content: '\f00c';
	color: inherit;
}

.ipsMenu_selectable button {
	width: 100%;
}

html[dir="ltr"] .ipsMenu_selectable button:not( .ipsButton_fullWidth) {
	text-align: left;
}

html[dir="rtl"] .ipsMenu_selectable button:not( .ipsButton_fullWidth) {
	text-align: right;
}

.ipsMenu_selectable .ipsMenu_item:not( [data-noselect]) input[type="radio"],
.ipsMenu_selectable .ipsMenu_item:not( [data-noselect]) input[type="checkbox"] {
	display: none;
}

.ipsMenu_selectable .ipsMenu_item a[data-role="selectAll"] {
	margin-right: 15px;
}

.ipsAutocompleteMenu {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	z-index: 10000;
	position: absolute;
	max-height: 200px;
	overflow: auto;
}

.ipsAutocompleteMenu_item {
	padding: 8px;
}

.ipsAutocompleteMenu_item[data-selected] {
	background: #ebf4f9;
	cursor: pointer;
}

.ipsSideMenu_mainTitle {
	display: none;
	margin: 0;
}

.ipsSideMenu_title {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	color: #000;
}

html[dir="ltr"] .ipsSideMenu_title {
	padding-left: 10px;
}

html[dir="rtl"] .ipsSideMenu_title {
	padding-right: 10px;
}

.ipsSideMenu_titleExtra {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}

.ipsSideMenu_subTitle {
	margin: 5px 0 0;
	padding: 8px 10px;
	font-size: 13px;
}

.ipsSideMenu_item {}

.ipsSideMenu_item a,
a.ipsSideMenu_item,
span.ipsSideMenu_item {
	display: block;
	padding: 8px 10px;
	position: relative;
	margin-bottom: 2px;
	color: inherit;
	cursor: pointer;
}

.ipsSideMenu_item .fa:first-child {
	width: 30px;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
}

.ipsSideMenu_small .ipsSideMenu_item {
	padding: 5px 10px;
}

.ipsSideMenu_item:not( .ipsSideMenu_itemActive) a:hover,
a.ipsSideMenu_item:not( .ipsSideMenu_itemActive):hover,
span.ipsSideMenu_item:not( .ipsSideMenu_itemActive):hover {
	background: #f5f5f5;
}

.ipsSideMenu_item .ipsBadge {
	position: relative;
}

html[dir="ltr"] .ipsSideMenu_withChecks .ipsSideMenu_item a,
html[dir="ltr"] .ipsSideMenu_withChecks a.ipsSideMenu_item,
html[dir="ltr"] .ipsSideMenu_withChecks span.ipsSideMenu_item,
html[dir="ltr"] .ipsSideMenu_withRadios .ipsSideMenu_item a,
html[dir="ltr"] .ipsSideMenu_withRadios a.ipsSideMenu_item,
html[dir="ltr"] .ipsSideMenu_withRadios span.ipsSideMenu_item {
	padding-left: 28px;
}

html[dir="rtl"] .ipsSideMenu_withChecks .ipsSideMenu_item a,
html[dir="rtl"] .ipsSideMenu_withChecks a.ipsSideMenu_item,
html[dir="rtl"] .ipsSideMenu_withChecks span.ipsSideMenu_item,
html[dir="rtl"] .ipsSideMenu_withRadios .ipsSideMenu_item a,
html[dir="rtl"] .ipsSideMenu_withRadios a.ipsSideMenu_item,
html[dir="rtl"] .ipsSideMenu_withRadios span.ipsSideMenu_item {
	padding-right: 28px;
}

.ipsJS_has .ipsSideMenu_withChecks .ipsSideMenu_item>input[type="checkbox"],
.ipsJS_has .ipsSideMenu_withRadios .ipsSideMenu_item>input[type="radio"] {
	display: none;
}

.ipsSideMenu_withChecks .ipsSideMenu_item a:after,
.ipsSideMenu_withChecks a.ipsSideMenu_item:after,
.ipsSideMenu_withChecks span.ipsSideMenu_item:after,
.ipsSideMenu_withRadios .ipsSideMenu_item a:after,
.ipsSideMenu_withRadios a.ipsSideMenu_item:after,
.ipsSideMenu_withRadios span.ipsSideMenu_item:after {
	content: '\f10c';
	font-family: 'FontAwesome';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	color: #e5e5e5;
}

html[dir="ltr"] .ipsSideMenu_withChecks .ipsSideMenu_item a:after,
html[dir="ltr"] .ipsSideMenu_withChecks a.ipsSideMenu_item:after,
html[dir="ltr"] .ipsSideMenu_withChecks span.ipsSideMenu_item:after,
html[dir="ltr"] .ipsSideMenu_withRadios .ipsSideMenu_item a:after,
html[dir="ltr"] .ipsSideMenu_withRadios a.ipsSideMenu_item:after,
html[dir="ltr"] .ipsSideMenu_withRadios span.ipsSideMenu_item:after {
	left: 8px;
}

html[dir="rtl"] .ipsSideMenu_withChecks .ipsSideMenu_item a:after,
html[dir="rtl"] .ipsSideMenu_withChecks a.ipsSideMenu_item:after,
html[dir="rtl"] .ipsSideMenu_withChecks span.ipsSideMenu_item:after,
html[dir="rtl"] .ipsSideMenu_withRadios .ipsSideMenu_item a:after,
html[dir="rtl"] .ipsSideMenu_withRadios a.ipsSideMenu_item:after,
html[dir="rtl"] .ipsSideMenu_withRadios span.ipsSideMenu_item:after {
	right: 8px;
}

.ipsSideMenu_withChecks .ipsSideMenu_item a:after,
.ipsSideMenu_withChecks a.ipsSideMenu_item:after,
.ipsSideMenu_withChecks span.ipsSideMenu_item:after {
	content: '\f096';
	font-family: 'FontAwesome';
}

.ipsSideMenu_list {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

.ipsSideMenu_list+.ipsSideMenu_title {
	margin-top: 20px;
}

.ipsSideMenu_itemActive a,
a.ipsSideMenu_itemActive,
span.ipsSideMenu_itemActive,
.ipsSideMenu_withChecks .ipsSideMenu_item>input[type="checkbox"]:checked~a,
.ipsSideMenu_withChecks .ipsSideMenu_item>input[type="checkbox"]:checked~span,
.ipsSideMenu_withRadios .ipsSideMenu_item>input[type="radio"]:checked~a,
.ipsSideMenu_withRadios .ipsSideMenu_item>input[type="radio"]:checked~span {
	background: #151515;
	color: #fff;
}

.ipsSideMenu_withChecks .ipsSideMenu_itemActive a:after,
.ipsSideMenu_withChecks a.ipsSideMenu_itemActive:after,
.ipsSideMenu_withChecks span.ipsSideMenu_itemActive:after,
.ipsSideMenu_withRadios .ipsSideMenu_itemActive a:after,
.ipsSideMenu_withRadios a.ipsSideMenu_itemActive:after,
.ipsSideMenu_withRadios span.ipsSideMenu_itemActive:after,
.ipsSideMenu_withChecks .ipsSideMenu_item>input[type="checkbox"]:checked~a:after,
.ipsSideMenu_withChecks .ipsSideMenu_item>input[type="checkbox"]:checked~span:not(.ipsSideMenu_noCheck):after,
.ipsSideMenu_withRadios .ipsSideMenu_item>input[type="radio"]:checked~a:after,
.ipsSideMenu_withRadios .ipsSideMenu_item>input[type="radio"]:checked~span:not(.ipsSideMenu_noCheck):after {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #fff;
}

.ipsSideMenu_itemDisabled a,
a.ipsSideMenu_itemDisabled,
span.ipsSideMenu_itemDisabled {
	opacity: 0.6;
	color: #7f7f7f;
	cursor: default;
}

html[dir="ltr"] .ipsSideMenu_item+.ipsSideMenu_list {
	margin: 0 0 10px 15px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

html[dir="rtl"] .ipsSideMenu_item+.ipsSideMenu_list {
	margin: 0 15px 10px 0;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.ipsSideMenu_item+.ipsSideMenu_list .ipsSideMenu_item {
	padding: 1px 10px;
	margin: 0;
	font-size: 12px;
}

.ipsMessage {
	padding: 15px 15px 15px 45px;
	border-radius: 2px;
	position: relative;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

html[dir="rtl"] .ipsMessage {
	padding: 15px 45px 15px 15px;
}

.ipsMessage:before {
	font-family: 'FontAwesome';
	position: absolute;
	top: 15px;
	font-size: 20px;
}

html[dir="ltr"] .ipsMessage:before {
	left: 15px;
}

html[dir="rtl"] .ipsMessage:before {
	right: 15px;
}

.ipsMessage a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.ipsMessage_title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}

.ipsMessage a.ipsButton {
	margin-top: -5px;
}

html[dir] .ipsMessage .ipsButton_link {
	border-color: #fff;
	color: #fff;
	opacity: 0.7;
}

.ipsMessage_code {
	padding: 7px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin-top: -7px;
	color: rgba(255, 255, 255, 0.8);
}

html[dir="rtl"] .ipsMessage_code {
	float: left;
	margin-right: -7px;
}

html[dir="rtl"] .ipsMessage_code {
	float: left;
	margin-left: -7px;
}

.ipsMessage_error {
	background: #cc5353;
}

.ipsMessage_error:before {
	content: '\f06a';
}

.ipsMessage_success {
	background: #479c87;
}

.ipsMessage_success:before {
	content: '\f00c';
}

.ipsMessage_warning {
	background: #d87c4f;
}

.ipsMessage_warning:before {
	content: '\f071';
}

.ipsMessage a.ipsMessage_close {
	border-bottom: none;
}

.ipsMessage_info,
.ipsMessage_information {
	background: #5e95bc;
}

.ipsMessage_info:before,
.ipsMessage_information:before {
	content: '\f05a';
}

.ipsMessage_general {
	background: #7f858d;
}

.ipsMessage_general:before {
	content: '\f05a';
}

.ipsBox {
	border: 1px solid #e0e0e0;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.ipsBox:not( .ipsBox_transparent):not( .ipsModerated) {
	background-color: #fff;
}

.ipsBox.ipsModerated {
	border-color: #ede4e4;
}

.ipsBox_alt,
#ipsLayout_mainArea>.ipsForm {}

.ipsPageHeader {
	background: transparent;
	border-bottom: 0;
	position: relative;
	margin: 10px 0;
}

.ipsPageHeader h1 {
	display: inline;
}

.ipsPageHeader .ipsPageHeader_info,
.ipsPageHeader_info p:first-child {
	margin: 5px 0;
}

.ipsPageHeader .ipsFollow {
	margin-top: 0;
}

.ipsPageHeader .ipsPromote {
	margin-right: 10px;
}

.ipsJS_none .ipsJS_show {
	display: none;
}

.ipsJS_has .ipsJS_hide {
	display: none;
}

.ipsAreaBackground {
	background: #2d2d2d;
}

.ipsAreaBackground_light {
	background: #222222;
}

.ipsAreaBackground_reset {
	background: #1b1b1b;
}

.ipsAreaBackground_dark {
	background: #404040;
	color: #fff;
}

.ipsAreaBackground_dark a {
	color: #fff;
}

.ipsAreaBackground_positive {
	background: #598f5b;
	color: #fff;
}

.ipsAreaBackground_negative {
	background: #b14848;
	color: #fff;
}

.ipsAreaBackground_positive .ipsType_sectionHead,
.ipsAreaBackground_positive .ipsType_sectionTitle,
.ipsAreaBackground_negative .ipsType_sectionHead,
.ipsAreaBackground_negative .ipsType_sectionTitle {
	color: #fff;
}

.ipsAreaBackground_rounded {
	border-radius: 3px;
}

.ipsUserPhoto {
	background: #fff;
	vertical-align: middle;
	display: inline-block;
	line-height: 1px;
	position: relative;
	margin: 2px;
	border-radius: 150px;
}

.ipsUserPhoto:after {
	content: '';
	display: none;
	position: absolute;
}

.ipsUserPhoto_tinier img,
img.ipsUserPhoto_tinier,
.ipsUserPhoto_tinier:after {
	width: 24px;
	height: 24px;
	border-radius: 12px;
}

.ipsUserPhoto_tiny img,
img.ipsUserPhoto_tiny,
.ipsUserPhoto_tiny:after {
	width: 34px;
	height: 34px;
	border-radius: 17px;
}

.ipsUserPhoto_mini img,
img.ipsUserPhoto_mini,
.ipsUserPhoto_mini:after {
	width: 44px;
	height: 44px;
	border-radius: 22px;
}

.ipsUserPhoto_small img,
img.ipsUserPhoto_small,
.ipsUserPhoto_small:after {
	width: 54px;
	height: 54px;
	border-radius: 27px;
}

.ipsUserPhoto_medium img,
img.ipsUserPhoto_medium,
.ipsUserPhoto_medium:after {
	width: 75px;
	height: 75px;
	border-radius: 38px;
}

.ipsUserPhoto_large img,
img.ipsUserPhoto_large,
.ipsUserPhoto_large:after {
	width: 90px;
	height: 90px;
	border-radius: 45px;
}

.ipsUserPhoto_xlarge img,
img.ipsUserPhoto_xlarge,
.ipsUserPhoto_xlarge:after {
	width: 120px;
	height: 120px;
	border-radius: 60px;
}

.ipsPhotoPanel>.ipsUserPhoto {
	float: left;
	line-height: 0;
}

html[dir="rtl"] .ipsPhotoPanel>.ipsUserPhoto {
	float: right;
}

html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_tiny>div {
	margin-left: 45px;
}

html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_tiny>div {
	margin-right: 45px;
}

html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_mini>div {
	margin-left: 55px;
}

html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_mini>div {
	margin-right: 55px;
}

html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_small>div {
	margin-left: 70px;
}

html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_small>div {
	margin-right: 70px;
}

html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_medium>div {
	margin-left: 90px;
}

html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_medium>div {
	margin-right: 90px;
}

html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_large>div {
	margin-left: 105px;
}

html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_large>div {
	margin-right: 105px;
}

.ipsPhotoPanel .ipsType_sectionHead {
	line-height: 1.3;
}

.ipsImage {
	max-width: 100%;
	height: auto;
}

.ipsImage_thumbnailed {
	border: 1px solid #E2E2E2;
	padding: 1px;
}

.ipsThumb {
	border: 1px solid #E2E2E2;
}

.ipsThumb_embed {
	margin: 5px auto;
}

span.ipsThumb,
a.ipsThumb {
	display: block;
}

.ipsThumb_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ebebeb;
}

.ipsThumb_bg img {
	display: none;
}

.ipsThumb_bg.ipsThumb_embed {
	width: 400px;
	height: 400px;
}

.ipsThumb_large {
	max-width: 175px;
	max-height: 175px;
}

.ipsThumb_bg.ipsThumb_large {
	width: 175px;
	height: 175px;
}

.ipsThumb_medium {
	max-width: 125px;
	max-height: 125px;
}

.ipsThumb_bg.ipsThumb_medium {
	width: 125px;
	height: 125px;
}

.ipsThumb_small {
	max-width: 75px;
	max-height: 75px;
}

.ipsThumb_bg.ipsThumb_small {
	width: 75px;
	height: 75px;
}

.ipsThumb_tiny {
	max-width: 40px;
	max-height: 40px;
}

.ipsThumb_bg.ipsThumb_tiny {
	width: 40px;
	height: 40px;
}

.ipsNoThumb {
	background: #262e33;
	text-align: center;
	position: relative;
	width: 200px;
	height: 200px;
}

.ipsNoThumb.ipsThumb_embed {
	width: 400px;
	height: 400px;
}

.ipsNoThumb:after {
	content: '\f030';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: rgba(255, 255, 255, 0.075);
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	right: 0;
	text-align: center;
}

.ipsNoThumb_video:after {
	content: '\f008';
}

.ipsNoThumb_product:after {
	content: '\f1b2';
}

.ipsNoThumb_gift:after {
	content: '\f06b';
}

.ipsContained {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ipsContained_container {
	display: table !important;
}

.ipsDataList .ipsContained_container {
	width: 100%;
}

.ipsContained_container .ipsTag_prefix {
	display: inline-block;
}

html[dir="ltr"] .ipsContained_container>span:not( .ipsHide) {
	display: table-cell;
	padding-right: 3px;
}

html[dir="rtl"] .ipsContained_container>span:not( .ipsHide) {
	display: table-cell;
	padding-left: 3px;
}

html[dir] .ipsContained_container>span.ipsContained {
	display: table;
}

@media screen and (min-width:768px) {
	_::-moz-svg-foreign-content,
	 :root .ipsContained_container {
		width: 100% !important;
	}
	_::-moz-svg-foreign-content,
	 :root .ipsContained_container>span {
		display: inline-block !important;
		float: left;
	}
}

_:window-inactive,
body:nth-last-child(n0) .ipsContained_container {
	width: 100% !important;
}

_:window-inactive,
body:nth-last-child(n0) .ipsContained_container>span {
	display: inline-block !important;
}

hr.ipsHr {
	margin: 15px 0;
	height: 0;
	padding: 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.05);
}

.ipsAreaBackground_dark hr.ipsHr {
	border-color: rgba(255, 255, 255, 0.1);
}

hr.ipsHr.ipsHr_thick {
	border-width: 10px 0 0 0;
	border-color: #394248;
}

hr.ipsHr.ipsHr_small {
	margin: 7px 0;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.ipsLoading {
	position: relative;
}

.ipsLoading:before {
	font-family: 'icomoon';
	content: '\e97b';
	display: block;
	color: #444;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 50px;
	line-height: 1 !important;
}

.ipsLoading:not( .ipsLoading_noAnim):before {
	-webkit-animation: spinner 0.75s infinite linear;
	animation: spinner 0.75s infinite linear;
}

.ipsLoading.ipsLoading_small:before {
	font-size: 23px;
	margin-top: -12px;
	margin-left: -12px;
	color: #222;
}

.ipsLoading.ipsLoading_tiny:before {
	font-size: 16px;
	margin-top: -8px;
	margin-left: -8px;
	color: #222;
}

.ipsLoading.ipsLoading_dark:before {
	color: #fff;
}

.ipsLoading_tinyIcon {
	width: 16px;
	height: 16px;
	font-size: 17px;
	display: inline-block;
}

.ipsPad,
.ipsApp ul.ipsPad,
.ipsApp ol.ipsPad {
	padding: 15px;
}

.ipsPad_double,
.ipsApp ul.ipsPad_double,
.ipsApp ol.ipsPad_double {
	padding: 30px;
}

.ipsPad_half,
.ipsApp ul.ipsPad_half,
.ipsApp ol.ipsPad_half {
	padding: 7px;
}

.ipsPad_top {
	padding-top: 7px;
}

.ipsPad_bottom {
	padding-bottom: 7px;
}

.ipsPos_left {
	float: left;
}

html[dir="rtl"] .ipsPos_left {
	float: right;
}

.ipsPos_right {
	float: right;
}

html[dir="rtl"] .ipsPos_right {
	float: left;
}

.ipsPos_center {
	margin: 0 auto;
}

.ipsPos_middle {
	vertical-align: middle;
}

.ipsPos_top {
	vertical-align: top;
}

.ipsClear {
	clear: both;
}

.ipsClearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ipsOverflow {
	width: 100%;
	overflow: auto;
}

.ipsApp .ipsHide {
	display: none;
}

.ipsFaded {
	opacity: 0.4;
}

.ipsFaded_unavailable {
	pointer-events: none;
}

.ipsFaded.ipsFaded_more {
	opacity: 0.25;
}

.ipsFaded_withHover {
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

.ipsFaded_withHover:hover,
.ipsFaded_withHover:hover .ipsFaded,
.ipsFaded.ipsFaded_cancel {
	opacity: 1;
}

.ipsList_inline,
.ipsList_reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

html[dir="ltr"] .ipsList_leftAlign {
	padding-left: 20px;
}

html[dir="rtl"] .ipsList_leftAlign {
	padding-right: 20px;
}

.ipsList_inline>li {
	display: inline-block;
	vertical-align: middle;
}

html[dir="ltr"] .ipsList_inline>li {
	margin-right: 15px;
}

html[dir="rtl"] .ipsList_inline>li {
	margin-left: 15px;
}

html[dir="ltr"] .ipsList_inline>li:last-child,
html[dir="ltr"] .ipsList_inline.ipsList_noSpacing>li {
	margin-right: 0;
}

html[dir="rtl"] .ipsList_inline>li:last-child,
html[dir="rtl"] .ipsList_inline.ipsList_noSpacing>li {
	margin-left: 0;
}

html[dir="ltr"] .ipsList_inline.ipsList_noSpacing_left>li {
	margin-left: 0;
}

html[dir="rtl"] .ipsList_inline.ipsList_noSpacing_left>li {
	margin-right: 0;
}

html[dir="ltr"] .ipsList_inline>li.ipsPos_right:not( .ipsResponsive_noFloat) {
	margin-right: 0;
	margin-left: 15px;
}

html[dir="rtl"] .ipsList_inline>li.ipsPos_right:not( .ipsResponsive_noFloat) {
	margin-left: 0;
	margin-right: 15px;
}

.ipsList_inline.ipsList_csv li:after {
	content: ',';
}

.ipsList_inline.ipsList_csv li:last-child:after {
	content: '';
}

.ipsList_bullets {
	list-style-type: disc;
	margin: 0 0 0 26px;
	padding: 0;
}

html[dir="rtl"] .ipsList_bullets {
	margin: 0 26px 0 0;
}

.ipsList_bullets.ipsList_numbers {
	list-style-type: decimal;
}

.ipsOnlineStatus,
.ipsOnlineStatus_online {
	color: #249168;
}

.ipsOnlineStatus_anonymous {
	color: #616161;
}

.ipsOnlineStatus_offline {
	color: #c7c7c7;
}

.ipsOnlineStatus_away {
	color: #bd9e22;
}

.ipsOnlineStatus_busy {
	color: #a03223;
}

.ipsCursor_locked {
	cursor: not-allowed;
}

.ipsCursor_drag {
	cursor: move;
}

.ipsCursor_default {
	cursor: default;
}

.ipsCursor_pointer {
	cursor: pointer;
}

.ipsCursor_help {
	cursor: help;
}

.ipsToolList {
	padding: 0;
	list-style: none;
	margin: 0;
}

.ipsToolList.ipsToolList_vertical>li {
	margin-bottom: 15px;
}

.ipsToolList.ipsToolList_vertical>li:last-child {
	margin-bottom: 0;
}

html[dir="ltr"] .ipsToolList.ipsToolList_horizontal>li,
html[dir="ltr"] .ipsToolList.ipsToolList_horizontal>li.ipsPos_right {
	float: right;
	margin-left: 10px;
}

html[dir="ltr"] .ipsToolList.ipsToolList_horizontal>li.ipsPos_left {
	float: left;
	margin: 0 10px 0 0;
}

html[dir="ltr"] .ipsToolList.ipsToolList_horizontal.ipsPos_left>li {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

html[dir="rtl"] .ipsToolList.ipsToolList_horizontal>li,
html[dir="rtl"] .ipsToolList.ipsToolList_horizontal>li.ipsPos_right {
	float: left;
	margin-right: 10px;
}

html[dir="rtl"] .ipsToolList.ipsToolList_horizontal>li.ipsPos_left {
	float: right;
	margin: 0 0 0 10px;
}

html[dir="rtl"] .ipsToolList.ipsToolList_horizontal.ipsPos_left>li {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

html[dir] .ipsToolList.ipsToolList_horizontal.ipsPos_center>li {
	float: none;
	display: inline-block;
}

.ipsToolList.ipsToolList_horizontal>li.ipsToolList_primaryAction .ipsButton:not( .ipsButton_link) {
	min-width: 200px;
}

.ipsToolList.ipsToolList_horizontal>li.ipsPos_right {
	min-width: 150px;
}

.ipsModerated {
	background: #50393e;
	color: #ce8f8f;
}

.ipsModerated a {
	color: #ce8f8f;
}

.ipsModerated .ipsType_light {
	color: #ce8f8f;
}

.ipsStepBar {
	background: #f7f7f7;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipsStepBar>li {
	float: left;
	position: relative;
	line-height: 1.3;
}

html[dir="rtl"] .ipsStepBar>li {
	float: right;
}

.ipsStepBar>.ipsStep>a,
.ipsStepBar>.ipsStep>span {
	padding: 11px 33px 11px 18px;
	background-color: #f0f0f0;
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_large.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 200% 200%;
	height: 55px;
	min-height: 35px;
	display: inline-block;
	position: relative;
	min-width: 115px;
	color: #aaaaaa;
}

html[dir="rtl"] .ipsStepBar>.ipsStep>a,
html[dir="rtl"] .ipsStepBar>.ipsStep>span {
	padding: 11px 18px 11px 33px;
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_large_rtl.png");
	background-position: bottom left;
}

.ipsStepBar>.ipsStep.ipsStep_active>a,
.ipsStepBar>.ipsStep.ipsStep_active>span {
	background-position: top right;
	color: #fff;
}

html[dir="rtl"] .ipsStepBar>.ipsStep.ipsStep_active>a,
html[dir="rtl"] .ipsStepBar>.ipsStep.ipsStep_active>span {
	background-position: top left;
}

.ipsStepBar>.ipsStep+.ipsStep.ipsStep_active:after {
	background-size: 23px 100%;
	background-repeat: no-repeat;
	width: 23px;
	height: 100%;
	position: absolute;
	top: 0;
	content: '';
	display: inline-block;
}

html[dir="ltr"] .ipsStepBar>.ipsStep+.ipsStep.ipsStep_active:after {
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_extra.png");
	left: -23px;
}

html[dir="rtl"] .ipsStepBar>.ipsStep+.ipsStep.ipsStep_active:after {
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_extra_rtl.png");
	right: -23px;
}

.ipsStep_title {
	display: block;
}

.ipsStep_desc {
	font-size: 11px;
}

.ipsPageHead_special {
	border-radius: 4px 4px 0px 0px;
	padding: 15px;
	color: #fff;
	position: relative;
	background-color: #333333;
}

.ipsPageHead_barText,
.ipsPageHead_barText_small {
	display: inline-block;
	background: rgba(0, 0, 0, 0.6);
	line-height: 1;
	padding: 7px 10px;
	font-weight: 300;
}

.ipsPageHead_barText_small {
	padding: 3px 10px;
}

.ipsPageHead_special .ipsType_pageTitle {
	color: #fff;
}

.ipsPageHead_special .ipsType_pageTitle input {
	color: #000;
}

.ipsCommentCount {
	padding: 5px 10px;
	border-radius: 3px;
	background: #707070;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	line-height: 15px;
	color: #ffffff;
	margin-bottom: 3px;
}

html[dir="ltr"] .ipsCommentCount {
	margin-left: 10px;
}

html[dir="rtl"] .ipsCommentCount {
	margin-right: 10px;
}

.ipsCommentCount.ipsFaded {
	background: #ececec;
	color: #333;
}

.ipsCommentCount strong {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

.ipsCommentCount:after {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 7px 5px;
	border-style: solid;
}

html[dir="ltr"] .ipsCommentCount:after {
	right: 100%;
	border-color: transparent #707070 transparent transparent;
}

html[dir="ltr"] .ipsCommentCount.ipsFaded:after {
	border-color: transparent #ececec transparent transparent;
}

html[dir="rtl"] .ipsCommentCount:after {
	left: 100%;
	border-color: transparent transparent transparent #707070;
}

html[dir="rtl"] .ipsCommentCount.ipsFaded:after {
	border-color: transparent transparent transparent #ececec;
}

.ipsCommentCount_hot {
	background: #da8619;
	color: #fff;
}

.ipsCommentCount_hot:after {
	border-color: transparent #da8619 transparent transparent;
}

html[dir="rtl"].ipsCommentCount_hot:after {
	border-color: transparent transparent transparent #da8619;
}

.ipsSideMenu_item a .ipsCommentCount {
	margin-top: -4px;
}

.ipsApp .ipsNotificationCount {
	position: absolute;
	top: -10px;
	font-size: 11px;
	color: #fff;
	display: inline-block;
	text-indent: 0%;
	line-height: 18px;
	padding: 0 6px;
	border-radius: 8px;
	z-index: 2;
	background: #b63f3f;
}

html[dir="ltr"] .ipsApp .ipsNotificationCount {
	right: -10px;
}

html[dir="rtl"] .ipsApp .ipsNotificationCount {
	left: -10px;
}

.ipsJS_has .ipsNotificationCount[data-role="autoCheckCount"] {
	display: none;
}

.ipsApp .ipsNotificationCount.ipsHide {
	display: none;
}

.ipsChart {
	border-width: 0 4px 4px 4px;
	border-style: solid;
	border-color: #ebebeb;
}

.ipsChart .ipsChart_chart {
	overflow: hidden;
}

.ipsChart .ipsButtonRow li>a:not( .ipsButtonRow_active) {
	background: #fff;
	color: #6f6f6f;
}

.ipsChart .ipsType_sectionHead {
	margin-bottom: 15px;
}

#ipsAccessibility_border {
	width: 0;
	height: 300px;
}

html[dir="ltr"] #ipsAccessibility_border {
	border-left: 3px solid #d91f4b;
}

html[dir="rtl"] #ipsAccessibility_border {
	border-right: 3px solid #d91f4b;
}

#ipsAccessibility_arrow {
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent red;
}

.ipsSticky {
	background: #fff;
}

.ipsSticky.ipsSticky_bottom:before,
.ipsSticky.ipsSticky_top:before {
	content: '';
	display: block;
	position: absolute;
	height: 6px;
	left: 0;
	right: 0;
}

.ipsSticky.ipsSticky_top {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ipsSticky.ipsSticky_top:before {
	bottom: -6px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.075)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}

.ipsSticky.ipsSticky_bottom:before {
	top: -30px;
	height: 30px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
}

.ipsSticky.ipsSticky_noFade:before {
	display: none;
}

.ipsScrollbar::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.ipsScrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}

.ipsScrollbar.ipsScrollbar_light::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 3px;
}

.ipsScrollbar::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.05);
}

.ipsScrollbar.ipsScrollbar_light::-webkit-scrollbar-track-piece {
	background-color: rgba(255, 255, 255, 0.05);
}

#ipsMultiQuoter {
	position: fixed;
	bottom: 20px;
	background: #333333;
	padding: 15px;
	border-radius: 3px;
	z-index: 6000;
	box-shadow: 0px 15px 110px rgba(0, 0, 0, 0.2);
}

html[dir="ltr"] #ipsMultiQuoter {
	right: 20px;
}

html[dir="rtl"] #ipsMultiQuoter {
	left: 20px;
}

#ipsMultiQuoter a {
	color: #fff;
}

.ipsEmpty {
	padding: 30px 0 0;
	font-size: 22px;
	color: #e5e5e5;
}

.ipsEmpty i {
	font-size: 120px;
	margin-bottom: 15px;
}

.ipsCalendarDate {
	width: 40px;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fafafa;
	padding: 4px 0;
	border-radius: 3px;
	overflow: hidden;
}

.ipsWidget .ipsCalendarDate {
	background: #fff;
}

.ipsCalendarDate>span {
	display: block;
	text-align: center;
}

.ipsCalendarDate_month {
	color: #a93848;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
}

.ipsCalendarDate_date {
	font-size: 20px;
	line-height: 20px;
}

.ipsCalendarDate.ipsCalendarDate_large {
	width: 80px;
}

.ipsCalendarDate.ipsCalendarDate_large .ipsCalendarDate_month {
	font-size: 20px;
	font-weight: 500;
}

.ipsCalendarDate.ipsCalendarDate_large .ipsCalendarDate_date {
	font-size: 40px;
	line-height: 42px;
	font-weight: 300;
}

.ipsCarousel {
	position: relative;
}

.ipsCarousel .ipsCarousel_inner {
	overflow: hidden;
	position: relative;
}

.ipsCarousel .ipsCarousel_inner::-webkit-scrollbar {
	display: none;
}

html[dir="ltr"] .ipsCarousel:not( [data-ipsCarousel-fullSizeItems]) .ipsCarousel_item {
	margin-right: 15px;
}

html[dir="rtl"] .ipsCarousel:not( [data-ipsCarousel-fullSizeItems]) .ipsCarousel_item {
	margin-left: 15px;
}

html[dir="ltr"] .ipsCarousel .ipsCarousel_item:last-child {
	margin-right: 0;
}

html[dir="rtl"] .ipsCarousel .ipsCarousel_item:last-child {
	margin-left: 0;
}

.ipsCarousel .ipsCarousel_nav {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background: #fff;
	color: #323232;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
	opacity: 0.4;
}

html[dir="ltr"] .ipsCarousel .ipsCarousel_nav[data-action='prev'] {
	left: 0;
}

html[dir="ltr"] .ipsCarousel .ipsCarousel_nav[data-action='next'] {
	right: 0;
}

html[dir="rtl"] .ipsCarousel .ipsCarousel_nav[data-action='prev'] {
	right: 0;
}

html[dir="rtl"] .ipsCarousel .ipsCarousel_nav[data-action='next'] {
	left: 0;
}

.ipsCarousel:hover .ipsCarousel_nav {
	opacity: 1;
}

.ipsCarousel .ipsCarousel_inner>[data-role="carouselItems"] {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	position: absolute;
	transition: transform .2s ease-in-out;
	display: flex;
}

.ipsCarousel_item {
	flex-shrink: 0;
}

.ipsCarousel_shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	display: block;
	pointer-events: none;
}

html[dir="ltr"] .ipsCarousel_shadowLeft {
	left: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(76%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
}

html[dir="rtl"] .ipsCarousel_shadowLeft {
	right: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.25)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
}

html[dir="ltr"] .ipsCarousel_shadowRight {
	right: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.25)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.25) 100%);
}

html[dir="rtl"] .ipsCarousel_shadowRight {
	left: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(76%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.04) 76%, rgba(0, 0, 0, 0) 100%);
}

.ipsJS_none .ipsCarousel {
	min-height: 200px;
}

.ipsJS_none .ipsCarousel .ipsCarousel_nav,
.ipsJS_none .ipsCarousel_shadow {
	display: none;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-ms-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.ipsProgressBar {
	width: 50%;
	margin: auto;
	height: 26px;
	overflow: hidden;
	background: rgb(156, 156, 156);
	background: -moz-linear-gradient(top, rgba(156, 156, 156, 1) 0%, rgba(180, 180, 180, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(156, 156, 156, 1)), color-stop(100%, rgba(180, 180, 180, 1)));
	background: -webkit-linear-gradient(top, rgba(156, 156, 156, 1) 0%, rgba(180, 180, 180, 1) 100%);
	background: -o-linear-gradient(top, rgba(156, 156, 156, 1) 0%, rgba(180, 180, 180, 1) 100%);
	background: -ms-linear-gradient(top, rgba(156, 156, 156, 1) 0%, rgba(180, 180, 180, 1) 100%);
	background: linear-gradient(to bottom, rgba(156, 156, 156, 1) 0%, rgba(180, 180, 180, 1) 100%);
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ipsProgressBar.ipsProgressBar_small {
	height: 18px;
}

.ipsProgressBar.ipsProgressBar_small .ipsProgressBar_progress {
	line-height: 18px;
	font-size: 10px;
}

.ipsProgressBar.ipsProgressBar_fullWidth {
	width: 100%;
}

.ipsProgressBar.ipsProgressBar_animated .ipsProgressBar_progress {
	background-color: #5490c0;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.ipsProgressBar_progress {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	background: #5490c0;
	position: relative;
	white-space: nowrap;
	line-height: 26px;
	padding-left: 0;
	text-indent: 3px;
}

html[dir="rtl"] .ipsProgressBar_progress {
	float: right;
}

.ipsProgressBar_warning .ipsProgressBar_progress {
	background: #c05454;
}

html[dir="ltr"] .ipsProgressBar>span:first-child {
	padding-left: 7px;
}

html[dir="rtl"] .ipsProgressBar>span:first-child {
	padding-right: 7px;
}

.ipsProgressBar_progress[data-progress]:after {
	position: absolute;
	top: 0;
	line-height: 32px;
	color: #fff;
	content: attr(data-progress);
	display: block;
	font-weight: bold;
}

html[dir="ltr"] .ipsProgressBar_progress[data-progress]:after {
	right: 5px;
}

html[dir="rtl"] .ipsProgressBar_progress[data-progress]:after {
	left: 5px;
}

.ipsCoverPhoto {
	position: relative;
}

.ipsCoverPhoto .ipsType_pageTitle {
	font-weight: 300;
}

.ipsCoverPhoto_container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: left;
}

.ipsCoverPhoto_container:after {
	position: absolute;
	height: 50%;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	pointer-events: none;
}

.ipsCoverPhoto_photo {
	width: 100%;
	opacity: 0.0001;
}

.ipsCoverPhoto_container [data-role="coverPhotoControls"] {
	position: absolute;
	top: 10px;
}

html[dir="ltr"] .ipsCoverPhoto_container [data-role="coverPhotoControls"] {
	right: 10px;
}

html[dir="rtl"] .ipsCoverPhoto_container [data-role="coverPhotoControls"] {
	left: 10px;
}

.ipsCoverPhoto_button {
	position: absolute;
	top: 10px;
}

html[dir="ltr"] .ipsCoverPhoto_button {
	right: 10px;
}

html[dir="rtl"] .ipsCoverPhoto_button {
	left: 10px;
}

.ipsPrint {
	margin-left: 50px;
	margin-right: 50px;
	-webkit-print-color-adjust: exact;
}

.ipsPrint table {
	width: 100%;
	padding: 5px;
}

.ipsPrint th {
	background: #000;
	color: #FFF;
	padding: 5px;
	text-align: left;
	border: 2px solid #000;
}

.ipsPrint tbody td {
	padding: 5px;
	border: 2px solid #000;
}

.ipsPrint tfoot td {
	padding: 5px;
	text-align: right;
}

.ipsPrint tfoot td:last-child {
	padding: 5px;
	text-align: left;
}

.ipsPrint_doubleHeight {
	height: 50px;
}

.ipsPrint_tripleHeight {
	height: 75px;
}

.ipsMap {
	width: 100%;
	height: 500px;
	background: #222222;
}

.ipsMap_small {
	height: 200px;
}

.ipsProgressBar_close {
	position: absolute;
	top: 0;
	display: block;
	color: #000;
	width: 44px;
	height: 44px;
	line-height: 48px;
	font-size: 34px;
	font-weight: 300;
	text-align: center;
	z-index: 1000;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

html[dir="ltr"] .ipsProgressBar_close {
	right: 0;
}

html[dir="rtl"] .ipsProgressBar_close {
	left: 0;
}

.cActiveUserEditor {
	font-style: italic;
}

.ipsNavBar_primary>ul,
.ipsNavBar_secondary {
	margin: 0;
	padding: 0;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ipsNavBar_primary>ul>li,
.ipsNavBar_secondary>li {
	display: inline-block;
}

html[dir="ltr"] .ipsNavBar_primary>ul>li,
html[dir="ltr"] .ipsNavBar_secondary>li {
	float: left;
}

html[dir="rtl"] .ipsNavBar_primary>ul>li,
html[dir="rtl"] .ipsNavBar_secondary>li {
	float: right;
}

.ipsNavBar_secondary>li {
	position: relative;
}

.ipsNavBar_secondary>li .ipsNotificationCount {
	top: 3px;
}

.ipsNavBar_primary>ul>li>a,
.ipsNavBar_secondary>li>a {
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.ipsNavBar_primary {
	position: relative;
	padding-bottom: 40px;
	top: -36px;
	z-index: 2000;
	border-radius: 2px 2px 0px 0px;
}

.ipsLayout_minimalNoHome .ipsNavBar_primary {
	display: none;
}

.ipsNavBar_primary.ipsNavBar_noSubBars {
	padding-bottom: 10px;
	top: 0;
	margin-top: 4px;
}

.ipsNavBar_primary>ul>li>a {
	background: rgba(80, 80, 80, 0.04);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	padding: 9px 25px;
	border-radius: 2px 2px 0px 0px;
}

html[dir="ltr"] .ipsNavBar_primary>ul>li>a {
	margin-right: 5px;
}

html[dir="rtl"] .ipsNavBar_primary>ul>li>a {
	margin-left: 5px;
}

html[dir="ltr"] .ipsNavBar_primary>ul>li>a .ipsNotificationCount {
	top: -2px;
	right: 2px;
}

html[dir="rtl"] .ipsNavBar_primary>ul>li>a .ipsNotificationCount {
	top: -2px;
	left: 2px;
}

.ipsNavBar_primary>ul>li>a:hover {
	background: rgba(80, 80, 80, 0.1);
}

.ipsNavBar_primary>ul>li.ipsNavBar_active>a {
	background: #505050;
	color: #ffffff;
}

.ipsNavBar_primary.ipsNavBar_noSubBars>ul>li.ipsNavBar_active>a {
	background: #505050;
}

.ipsNavBar_primary>ul>li.ipsNavBar_active>.ipsNavBar_secondary,
.ipsJS_none .ipsNavBar_primary>ul>li>a:hover+.ipsNavBar_secondary {
	display: block;
}

.ipsNavBar_primary:not( .ipsNavBar_noSubBars)>ul:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	z-index: 100;
	background: #505050;
}

.ipsNavBar_secondary {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	z-index: 1000;
	display: none;
	background: #505050;
}

.ipsNavBar_secondary>li>a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	padding: 12px 18px 8px;
	float: left;
}

.ipsNavBar_secondary>li>a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.ipsNavBar_secondary>li.ipsNavBar_active a {
	font-weight: bold;
	color: #ffffff;
}

.ipsNavBar_primary .ipsMenu:not( #elSearchFilter_menu),
.ipsNavBar_secondary .ipsMenu {
	margin-top: 0px;
}

.ipsBreadcrumb.ipsBreadcrumb_top {
	margin: 0px 0 15px 0;
	padding: 12px 0;
	opacity: 0.6;
}

.ipsBreadcrumb.ipsBreadcrumb_bottom {
	padding: 12px 0;
	margin: 25px 0 0 0;
	opacity: 0.6;
}

.ipsBreadcrumb {}

.ipsBreadcrumb>ul {
	margin: 0;
	padding: 0;
}

.ipsBreadcrumb>ul>li {
	display: inline-block;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	max-width: 500px;
	height: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	color: #616161;
}

.ipsBreadcrumb>ul>li .fa:not( .fa-home) {
	margin: 0 3px;
}

.ipsBreadcrumb>ul>li>a {
	color: inherit;
	text-decoration: none;
}

.ipsBreadcrumb>ul:last-child>li:last-child {
	opacity: 0.6;
}

.ipsBreadcrumb [data-action="defaultStream"],
.ipsBreadcrumb [data-action="markSiteRead"] {
	font-size: 12px;
	font-weight: 400;
	color: #ededed
}

#elBackHome {
	display: block;
	color: #fff;
}

html[dir="ltr"] #elBackHome {
	padding: 0 0 12px 0;
}

html[dir="rtl"] #elBackHome {
	padding: 0 0 12px 0;
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.ipsPagination {
	padding: 0 10px 0 0;
	margin: 0;
	border-radius: 30px;
	display: inline-block;
	line-height: 26px;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
}

html[dir="rtl"] .ipsPagination {
	padding: 0 0 0 10px;
}

.ipsPagination>li,
.ipsPagination a {
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
}

.ipsPagination:not( .ipsPagination_mini) .ipsPagination_page a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_next a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_prev a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_first a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_last a {
	padding: 0 10px;
	border-radius: 2px;
	font-weight: bold;
	text-align: center;
	background: #f0f0f0;
	color: #414141;
	vertical-align: middle;
	text-decoration: none;
}

.ipsPagination .ipsPagination_page.ipsPagination_active a {
	background: #ffffff;
	border-color: #ffffff;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}

.ipsPagination .ipsPagination_page a {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}

.ipsPagination:not( .ipsPagination_mini) .ipsPagination_first a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_last a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_next a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_prev a {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.ipsPagination:hover a {
	opacity: 1;
}

html[dir="ltr"] .ipsPagination .ipsPagination_pageJump {
	margin-left: 15px;
}

html[dir="rtl"] .ipsPagination .ipsPagination_pageJump {
	margin-right: 15px;
}

.ipsPagination .ipsPagination_pageJump a {
	color: #787878;
	font-size: 11px;
}

.ipsPagination li:not( .ipsPagination_pageJump):not( .ipsPagination_mini) .fa {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.ipsPagination>li.ipsPagination_inactive {
	display: none;
}

.ipsPagination.ipsPagination_mini {
	display: inline;
	line-height: 16px;
	opacity: 0.3;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

html[dir="ltr"] .ipsPagination.ipsPagination_mini {
	margin-left: 5px;
}

html[dir="rtl"] .ipsPagination.ipsPagination_mini {
	margin-right: 5px;
}

.ipsPagination.ipsPagination_mini:hover,
.ipsDataItem:hover .ipsPagination_mini {
	opacity: 1;
}

.ipsPagination.ipsPagination_mini a {
	background: rgba(0, 0, 0, 0.05);
	padding: 0 4px;
	color: #333;
	border-radius: 2px;
}

.ipsPager .ipsPager_next a,
.ipsPager .ipsPager_prev a {
	display: inline-block;
	position: relative;
	padding: 15px;
	max-width: 100%;
}

.ipsPager.ipsPager_small .ipsPager_next a,
.ipsPager.ipsPager_small .ipsPager_prev a {
	padding: 0;
}

.ipsPager .ipsPager_next a:after,
.ipsPager .ipsPager_prev a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 45px;
	position: absolute;
	top: 23px;
	color: #404040;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.ipsPager.ipsPager_small .ipsPager_next a:after,
.ipsPager.ipsPager_small .ipsPager_prev a:after {
	top: 7px;
}

.ipsPager .ipsPager_noDesc .ipsPager_type {
	margin-top: 10px;
}

html[dir="ltr"] .ipsPager .ipsPager_next a,
html[dir="rtl"] .ipsPager .ipsPager_prev a {
	padding-right: 45px;
}

html[dir="ltr"] .ipsPager.ipsPager_small .ipsPager_next a,
html[dir="rtl"] .ipsPager.ipsPager_small .ipsPager_prev a {
	padding-right: 30px;
}

html[dir="ltr"] .ipsPager .ipsPager_prev a,
html[dir="rtl"] .ipsPager .ipsPager_next a {
	padding-left: 45px;
}

html[dir="ltr"] .ipsPager.ipsPager_small .ipsPager_prev a,
html[dir="rtl"] .ipsPager.ipsPager_small .ipsPager_next a {
	padding-left: 30px;
}

html[dir="ltr"] .ipsPager .ipsPager_next a:after,
html[dir="rtl"] .ipsPager .ipsPager_prev a:after {
	content: '\f105';
	right: 15px;
}

html[dir="ltr"] .ipsPager.ipsPager_small .ipsPager_next a:after,
html[dir="rtl"] .ipsPager.ipsPager_small .ipsPager_prev a:after {
	right: 0;
}

html[dir="ltr"] .ipsPager .ipsPager_prev a:after,
html[dir="rtl"] .ipsPager .ipsPager_next a:after {
	content: '\f104';
	left: 15px;
}

html[dir="rtl"] .ipsPager.ipsPager_small .ipsPager_next a:after,
html[dir="ltr"] .ipsPager.ipsPager_small .ipsPager_prev a:after {
	left: 0;
}

.ipsPager_type {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
}

.ipsPager_title,
.ipsPager_type {
	display: block;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.ipsModal {
	background: rgba(30, 30, 30, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 15000;
}

.ipsDialog {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 20000;
	padding-bottom: 15px;
}

.ipsDialog>* {}

.ipsDialog.ipsDialog_fixed {
	position: fixed;
}

.ipsDialog>div {
	display: block;
	width: 90%;
	max-width: 1200px;
	background: #fff;
	margin: 3% auto 0 auto;
	box-shadow: 0px 5px 55px rgba(0, 0, 0, 0.4);
	position: relative;
}

.ipsDialog.ipsDialog_fixed>div {
	height: 90%;
	max-height: 90%;
}

.ipsDialog .ipsDialog_loading {
	background-color: #fff;
	height: 200px;
}

.ipsDialog.ipsDialog_narrow>div {
	max-width: 500px;
}

.ipsDialog.ipsDialog_medium>div {
	max-width: 850px;
}

.ipsDialog.ipsDialog_wide>div {
	max-width: 1000px;
}

.ipsDialog.ipsDialog_fullscreen>div {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0;
}

.ipsDialog_close {
	position: absolute;
	top: 0;
	display: block;
	color: #000;
	width: 44px;
	height: 44px;
	line-height: 48px;
	font-size: 34px;
	font-weight: 300;
	text-align: center;
	z-index: 1000;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

html[dir="ltr"] .ipsDialog_close {
	right: 0;
}

html[dir="rtl"] .ipsDialog_close {
	left: 0;
}

.ipsDialog_title {
	color: #333;
	font-size: 26px;
	font-weight: 300;
	text-align: left;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	padding: 12px 15px 0 15px;
}

html[dir="rtl"] .ipsDialog_title {
	text-align: right;
}

.ipsDialog_title~.ipsHr {
	margin: 12px 15px 0 15px;
}

.ipsDialog_fixed .ipsDialog_content {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	-webkit-box-flex: 1;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.ipsDialog_fixed .ipsDialog_title~.ipsDialog_content {
	top: 56px;
}

.ipsDialog_footer {
	position: fixed;
	bottom: 60px;
	left: 0;
	right: 0;
}

.ipsHovercard {
	background: #fff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
}

.ipsHovercard>div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ipsHovercard:not( .ipsHovercard_noStem) .ipsHovercard_stem {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 15px;
	border-style: solid;
	pointer-events: none !important;
}

.ipsHovercard:not( .ipsHovercard_noStem) .ipsHovercard_stem:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px;
	z-index: -1;
}

.ipsHovercard.ipsHovercard_stemTop {
	margin-top: -10px;
}

.ipsHovercard.ipsHovercard_stemBottom {
	margin-top: 10px;
}

.ipsHovercard.ipsHovercard_stemLeft {
	margin-left: -15px;
}

.ipsHovercard.ipsHovercard_stemRight {
	margin-left: 15px;
}

.ipsHovercard_stemLeft .ipsHovercard_stem {
	left: 15px;
}

.ipsHovercard_stemLeft .ipsHovercard_stem:before {
	left: -16px;
}

.ipsHovercard_stemRight .ipsHovercard_stem {
	right: 15px;
}

.ipsHovercard_stemRight .ipsHovercard_stem:before {
	right: -16px;
}

.ipsHovercard_stemTop .ipsHovercard_stem {
	top: 100%;
	border-color: #fff transparent transparent transparent;
}

.ipsHovercard_stemTop .ipsHovercard_stem:before {
	bottom: -17px;
	border-color: #ddd transparent transparent transparent;
}

.ipsHovercard_stemBottom .ipsHovercard_stem {
	bottom: 100%;
	border-color: transparent transparent #fff transparent;
}

.ipsHovercard_stemBottom .ipsHovercard_stem:before {
	top: -17px;
	border-color: transparent transparent #ddd transparent;
}

.ipsHovercard_loading {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	padding: 5px;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	pointer-events: none;
}

.ipsHovercard_loading .ipsLoading_tinyIcon {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

.ipsHovercard_loading:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	top: 100%;
}

html[dir="ltr"] .ipsHovercard_loading:after {
	margin-left: -5px;
}

html[dir="rtl"] .ipsHovercard_loading:after {
	margin-right: -5px;
}

.ipsTooltip {
	background: #2a2a2a;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	font-size: 12px;
	color: #fff;
	position: absolute;
	padding: 0 8px;
	pointer-events: none;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body[data-dragging] .ipsTooltip {
	display: none !important;
}

.ipsTooltip.ipsTooltip_top {
	margin-top: -2px;
}

.ipsTooltip.ipsTooltip_bottom {
	margin-top: 2px;
}

.ipsTooltip:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	left: 50%;
	margin-left: -5px;
}

.ipsTooltip.ipsTooltip_right:after {
	left: auto;
	right: 4px;
	margin-left: 0;
}

.ipsTooltip.ipsTooltip_left:after {
	left: 4px;
	margin-left: 0;
}

.ipsTooltip.ipsTooltip_top:after {
	border-color: #2a2a2a transparent transparent transparent;
	bottom: -10px;
}

.ipsTooltip.ipsTooltip_bottom:after {
	border-color: transparent transparent #2a2a2a transparent;
	top: -10px;
}

.ipsTooltip a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.ipsPageAction {
	background: rgb(32, 32, 32);
	background: -moz-linear-gradient(top, rgba(49, 49, 49, 1) 0%, rgba(32, 32, 32, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(49, 49, 49, 1)), color-stop(100%, rgba(32, 32, 32, 1)));
	background: -webkit-linear-gradient(top, rgba(49, 49, 49, 1) 0%, rgba(32, 32, 32, 1) 100%);
	background: -o-linear-gradient(top, rgba(49, 49, 49, 1) 0%, rgba(32, 32, 32, 1) 100%);
	background: -ms-linear-gradient(top, rgba(49, 49, 49, 1) 0%, rgba(32, 32, 32, 1) 100%);
	background: linear-gradient(to bottom, rgba(49, 49, 49, 1) 0%, rgba(32, 32, 32, 1) 100%);
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow: 0px 15px 110px rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 50%;
	bottom: 10px;
	border-radius: 5px;
	z-index: 2000;
	color: #cdcdcd;
}

.ipsPageAction>ul[data-role='actionItems']>li {
	padding: 5px 10px;
	margin: 0;
	float: left;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	min-width: 58px;
	line-height: 29px;
	text-align: center;
}

html[dir="rtl"] .ipsPageAction>ul[data-role='actionItems']>li {
	float: right;
}

.ipsPageAction>ul[data-role='actionItems']>li:first-child {
	background: #000;
}

.ipsPageAction>ul>li.ipsPageAction_active {
	background: #000;
}

.ipsPageAction>ul>li.ipsPageAction_active .ipsPageAction_icon {
	color: #fff;
}

.ipsPageAction .ipsPageAction_icon {
	display: inline-block;
	min-width: 26px;
	line-height: 32px;
	color: #d9d9d9;
	font-size: 26px;
	text-shadow: 0px 1px 2px #000;
	border-radius: 2px;
	vertical-align: middle;
	text-align: center;
}

.ipsPageAction [data-role="actionMenu"]:hover,
.ipsPageAction [data-role="actionButton"]:hover {
	cursor: pointer;
}

.ipsPageAction [data-role="actionMenu"]:hover .ipsPageAction_icon,
.ipsPageAction [data-role="actionButton"]:hover .ipsPageAction_icon {
	color: #fff;
}

.ipsPageAction select {
	padding: 5px 10px;
}

.ipsAlert {
	background: #fff;
	padding: 30px;
	width: 480px;
	position: fixed;
	top: 100px;
	border-radius: 4px;
	box-shadow: 0px 5px 55px rgba(0, 0, 0, 0.4);
}

html[dir="ltr"] .ipsAlert {
	left: 50%;
	margin-left: -240px;
}

html[dir="rtl"] .ipsAlert {
	right: 50%;
	margin-right: -240px;
}

.ipsAlert_icon {
	font-size: 60px;
	float: left;
}

html[dir="rtl"] .ipsAlert_icon {
	float: right;
}

html[dir="ltr"] .ipsAlert_icon+.ipsAlert_msg {
	margin-left: 80px;
}

html[dir="rtl"] .ipsAlert_icon+.ipsAlert_msg {
	margin-right: 80px;
}

.ipsAlert_msg {
	font-size: 16px;
	line-height: 20px;
}

.ipsAlert_msg>.ipsType_normal {
	line-height: 18px !important;
	margin-top: 7px;
}

.ipsApp .ipsAlert_buttonRow {
	margin-top: 25px;
	margin-bottom: 0;
}

html[dir="ltr"] .ipsAlert_buttonRow li {
	margin-right: 5px;
}

html[dir="rtl"] .ipsAlert_buttonRow li {
	margin-left: 5px;
}

.ui-datepicker {
	background: white;
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58);
	width: 375px;
	border-radius: 6px;
	z-index: 10051 !important;
}

.ui-datepicker-header {
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	background: #333;
	color: #fff;
	border-bottom: 1px solid #333;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 10px;
	cursor: pointer;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
	font-family: 'FontAwesome';
	color: #fff;
	display: block;
	position: absolute;
	top: -9px;
	width: 20px;
	height: 20px;
}

html[dir="ltr"] .ui-datepicker-prev:after,
.ui-datepicker-next:after {
	right: 9px;
}

html[dir="rtl"] .ui-datepicker-prev:after,
.ui-datepicker-next:after {
	left: 9px;
}

html[dir="ltr"] .ui-datepicker-next {
	right: 9px;
}

html[dir="rtl"] .ui-datepicker-next {
	left: 9px;
}

html[dir="ltr"] .ui-datepicker-next:after {
	content: '\f054';
}

html[dir="rtl"] .ui-datepicker-next:after {
	content: '\f053';
}

html[dir="ltr"] .ui-datepicker-prev {
	left: 0px;
}

html[dir="rtl"] .ui-datepicker-prev {
	right: 0px;
}

html[dir="ltr"] .ui-datepicker-prev:after {
	content: '\f053';
}

html[dir="rtl"] .ui-datepicker-prev:after {
	content: '\f054';
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
	visibility: hidden;
}

.ui-datepicker table {
	width: 100%;
	margin-bottom: 5px;
}

.ui-datepicker th {
	padding: 4px 0;
	background: #f5f5f5;
}

.ui-datepicker td,
.ui-datepicker th {
	text-align: center;
}

.ui-datepicker td a {
	display: block;
	width: 50px;
	height: 100%;
	padding: 5px 0px;
}

.ui-datepicker td a:hover,
.ui-datepicker-current-day {
	background-color: #dbdbdb;
}

.ui-datepicker-today {
	background-color: #eaeaea;
}

.ui-datepicker-title select,
.ui-datepicker-title option {
	color: #000;
}

.cke_source {
	min-height: 300px !important;
	min-width: 300px !important;
}

.cke_wysiwyg_div {
	padding: 15px !important;
	min-height: 200px;
}

.cke_wysiwyg_div>p:first-child {
	margin-top: 0 !important;
}

.ipsApp .cke_widget_wrapper:hover>.cke_widget_element,
.ipsApp .cke_widget_wrapper:hover .cke_widget_editable {
	outline-width: 1px;
	outline-style: solid;
	outline-color: #8ec2ed;
}

.ipsApp .cke_widget_wrapper:hover .cke_widget_editable.cke_widget_editable_focused {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0px 1px 9px rgba(82, 168, 236, 0.7);
}

.ipsMenu_item[data-mentionid]>a {
	padding: 3px 15px;
}

.cke_wysiwyg_div ul {
	list-style-type: disc;
}

.cke_wysiwyg_div ul ul,
.cke_wysiwyg_div ol ul {
	list-style-type: circle;
}

.cke_wysiwyg_div ul ul ul,
.cke_wysiwyg_div ol ol ul,
.cke_wysiwyg_div ol ul ul,
.cke_wysiwyg_div ul ol ul {
	list-style-type: square;
}

pre {
	overflow: auto;
}

.ipsQuote {
	margin: 0;
	padding: 0px 15px;
	border-width: 1px 1px 1px 2px;
	border-color: #ededed #e8e8e8 #dbdbdb #666666;
	border-style: solid;
	position: relative;
	background: #fbfbfb;
	clear: both;
}

.ipsQuote+.ipsQuote {
	margin-top: 15px;
}

html[dir="rtl"] .ipsQuote {
	border-width: 1px 2px 1px 2px;
	border-color: #ededed #666666 #dbdbdb #e8e8e8;
}

.ipsQuote_citation {
	background: #f3f3f3;
	margin: 0px -15px;
	padding: 5px 15px;
	color: #222;
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.ipsQuote .ipsQuote_citation a {
	color: #222;
	text-decoration: none;
}

.ipsQuote_citation [data-action='toggleQuote'] {
	vertical-align: middle;
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-top: -4px;
}

.ipsQuote_citation.ipsQuote_closed [data-action='toggleQuote']:before {
	content: "\f138";
}

html[dir="rtl"] .ipsQuote_citation.ipsQuote_closed [data-action='toggleQuote']:before {
	content: "\f137";
}

.ipsQuote_citation.ipsQuote_open [data-action='toggleQuote']:before {
	content: "\f13a";
	color: #bdbdbd;
}

.ipsQuote_citation .fa {
	line-height: 23px;
	opacity: 0.1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.ipsQuote_citation:hover .fa {
	opacity: 1;
}

a[data-mentionid] {
	display: inline-block;
	border-radius: 2px;
	padding: 0px 5px;
	font-size: 90%;
	color: #fff;
	text-decoration: none !important;
	background: #b00202;
}

.ipsCode {
	background: #fafafa;
	padding: 15px !important;
	border: 0 !important;
	border-left: 4px solid #e0e0e0 !important;
	clear: both;
	direction: ltr;
	word-wrap: normal;
}

.ipsSpoiler,
.ipsStyle_spoiler {
	margin: 0;
	padding: 0px 15px;
	border-width: 1px 1px 1px 1px;
	border-color: #e5e5e5;
	border-style: solid;
	position: relative;
	background: #fafafa;
	clear: both;
}

.ipsSpoiler_header {
	background: #e5e5e5;
	margin: 0px -15px;
	padding: 5px 15px;
	color: #353535;
	font-weight: bold;
	font-size: 13px;
	display: block;
	cursor: pointer;
}

.ipsSpoiler .ipsSpoiler_header a,
.ipsStyle_spoiler .ipsSpoiler_header a {
	color: #222;
	text-decoration: none;
}

.ipsSpoiler_header [data-action='toggleSpoiler'] {
	vertical-align: middle;
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-top: -4px;
}

.ipsSpoiler_header.ipsSpoiler_closed [data-action='toggleSpoiler']:before {
	content: "\f138";
}

html[dir="rtl"] .ipsSpoiler_header.ipsSpoiler_closed [data-action='toggleSpoiler']:before {
	content: "\f137";
}

.ipsSpoiler_header.ipsSpoiler_open [data-action='toggleSpoiler']:before {
	content: "\f13a";
	color: #bdbdbd;
}

.ipsAttachLink_image,
.ipsAttachLink {
	margin-bottom: 15px;
}

html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_right,
html[dir="ltr"] .ipsAttachLink.ipsAttachLink_right,
html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_left,
html[dir="rtl"] .ipsAttachLink.ipsAttachLink_left {
	margin-left: 30px;
}

html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_left,
html[dir="ltr"] .ipsAttachLink.ipsAttachLink_left,
html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_right,
html[dir="rtl"] .ipsAttachLink.ipsAttachLink_right {
	margin-right: 30px;
}

iframe[data-embedContent] {
	width: 100%;
	min-height: 165px;
	max-width: 500px;
	min-width: 250px;
	margin: 10px 0;
	border: 1px solid transparent;
	position: relative;
	background-size: 40px 40px;
	border-radius: 2px;
	display: block;
}

iframe[data-embedContent].ipsEmbed_finishedLoading {
	background-color: #fcfcfc;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.ipsRichEmbed .ipsRichEmbed_masthead {
	background: #404040;
}

.ipsRichEmbed .ipsRichEmbed_mastheadBg>a,
.ipsRichEmbed .ipsRichEmbed_mastheadBg>span {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 120px;
	display: block;
}

.ipsRichEmbed .ipsRichEmbed_mastheadBg.ipsRichEmbed_mastheadBg_small>a,
.ipsRichEmbed .ipsRichEmbed_mastheadBg.ipsRichEmbed_mastheadBg_small>span {
	height: 80px;
}

.ipsRichEmbed .ipsImage {
	max-height: 350px;
}

.ipsRichEmbed_header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 10px 45px 10px 15px;
}

.ipsRichEmbed_openItem {
	font-size: 26px;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #000;
	opacity: 0.1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ipsRichEmbed_openItem:hover {
	color: inherit;
	opacity: 1;
}

.ipsRichEmbed_title {
	font-size: 14px;
	font-weight: 600;
	padding-top: 2px;
}

.ipsRichEmbed_moreInfo {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ipsRichEmbed_metaLine {}

.ipsApp .ipsRichEmbed_stats.ipsSpacer_top {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	margin-top: 10px;
}

.ipsRichEmbed_originalItem {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.ipsRichEmbed_originalItem.ipsPad,
.ipsRichEmbed_originalItem .ipsPad {
	padding: 10px;
}

.ipsRichEmbed_itemTitle {
	margin: 0;
	font-size: 17px;
	color: #fafafa;
	font-weight: 400;
	line-height: 1.2;
}

.ipsRichEmbed_phone .ipsPhotoPanel>.ipsUserPhoto {
	display: none !important;
}

html[dir] .ipsRichEmbed_phone .ipsPhotoPanel>div {
	margin-left: 0;
	margin-right: 0;
}

html[dir="ltr"] .ipsList_inline .ipsRichEmbed_commentPhoto {
	margin-right: 2px;
}

html[dir="rtl"] .ipsList_inline .ipsRichEmbed_commentPhoto {
	margin-left: 2px;
}

.ipsRichEmbed hr.ipsHr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ipsEmbedded {
	width: 1px;
	min-width: 100%;
	*width: 100%;
}

.ipsEmbedded_image {
	background-color: #333;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ipsEmbedded_image,
.ipsEmbedded_image a {
	width: 110px;
	height: 110px;
}

.ipsEmbedded_image a {
	display: block;
}

.ipsEmbedded_image img {
	display: none;
}

.ipsEmbedded_withImage .ipsEmbedded_image {
	position: absolute;
	top: 10px;
	border: 3px solid #fff;
}

html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_image {
	left: 10px;
}

html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_image {
	right: 10px;
}

.ipsEmbedded_headerArea {
	background: #efefef;
	border-bottom: 1px solid rgba(0, 0, 0, 0.055);
	padding: 10px;
	line-height: 1;
	font-size: 16px;
}

.ipsEmbedded_headerArea .ipsEmbedded_type {
	font-size: 12px;
}

.ipsEmbedded .ipsType_medium,
.ipsEmbedded .ipsType_small {
	line-height: 1.3;
}

.ipsEmbedded_content {
	padding: 9px 7px 7px;
	background-color: #fcfcfc;
	min-height: 75px;
}

.ipsEmbedded_stats {
	margin-top: 9px;
	padding: 7px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ipsEmbedded .ipsUserPhoto_tiny img {
	width: 30px;
	height: 30px;
}

html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_headerArea,
html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_content {
	padding-left: 130px;
}

html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_headerArea,
html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_content {
	padding-right: 130px;
}

.ipsEmbedded_error {
	text-align: center;
	padding-top: 50px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
}

.ipsEmbeddedVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ipsEmbeddedVideo {
	float: none;
	clear: both;
	width: 100%;
	overflow: auto;
	position: relative;
}

.ipsEmbeddedVideo:not( video) {
	padding-bottom: 56.25%;
	padding-top: 25px;
}

.ipsQuote .ipsEmbeddedVideo {
	width: 98%;
	margin-bottom: 15px;
}

.ipsEmbeddedOther iframe {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	border: none;
}

.ipsReviewResponse {
	border-left: 1px solid #c5c5c5;
}

html[dir="ltr"] .ipsReviewResponse {
	margin-left: 20px;
}

html[dir="rtl"] .ipsReviewResponse {
	margin-right: 20px;
}

.pln {
	color: #000
}

@media screen {
	.str {
		color: #080
	}
	.kwd {
		color: #008
	}
	.com {
		color: #800
	}
	.typ {
		color: #606
	}
	.lit {
		color: #066
	}
	.pun,
	.opn,
	.clo {
		color: #660
	}
	.tag {
		color: #008
	}
	.atn {
		color: #606
	}
	.atv {
		color: #080
	}
	.dec,
	.var {
		color: #606
	}
	.fun {
		color: red
	}
}

@media print,
projection {
	.str {
		color: #060
	}
	.kwd {
		color: #006;
		font-weight: bold
	}
	.com {
		color: #600;
		font-style: italic
	}
	.typ {
		color: #404;
		font-weight: bold
	}
	.lit {
		color: #044
	}
	.pun,
	.opn,
	.clo {
		color: #440
	}
	.tag {
		color: #006;
		font-weight: bold
	}
	.atn {
		color: #404
	}
	.atv {
		color: #060
	}
}

pre.prettyprint {
	padding: 2px;
	border: 1px solid #888
}

ol.linenums {
	margin-top: 0;
	margin-bottom: 0
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
	list-style-type: none
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
	background: #eee
}

html[dir="ltr"] .ipsStream.ipsStream_withTimeline {
	border-left: 3px solid #4d4d4d;
	margin-left: 20px;
}

html[dir="rtl"] .ipsStream.ipsStream_withTimeline {
	border-right: 3px solid #4d4d4d;
	margin-right: 20px;
}

.ipsStreamItem {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.ipsStreamItem.ipsStreamItem_contentBlock {
	border: 1px solid #d9d9d9;
	padding: 15px;
	border-radius: 3px;
}

.ipsStreamItem.ipsStreamItem_actionBlock {
	padding-top: 4px;
	padding-bottom: 4px;
	background: transparent;
}

html[dir="ltr"] .ipsStreamItem.ipsStreamItem_actionBlock time {
	margin-left: 15px;
}

html[dir="rtl"] .ipsStreamItem.ipsStreamItem_actionBlock time {
	margin-right: 15px;
}

html[dir="ltr"] .ipsStreamItem.ipsStreamItem_contentBlock.ipsStreamItem_active {
	border-right: 2px solid #333;
}

html[dir="rtl"] .ipsStreamItem.ipsStreamItem_contentBlock.ipsStreamItem_active {
	border-left: 2px solid #333;
}

.ipsStreamItem_snippet {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ipsStreamItem_snippet .ipsType_richText {
	color: #555;
}

.ipsStream .ipsStreamItem:first-child {
	margin-top: 0;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem {
	margin-left: 30px;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem {
	margin-right: 30px;
}

.ipsStreamItem_title {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.ipsStreamItem_titleSmall {
	font-weight: 400;
	font-size: 17px;
}

.ipsStreamItem_unread .ipsStreamItem_title,
.ipsStreamItem_unread .ipsStreamItem_titleSmall {
	font-weight: bold;
}

.ipsStreamItem_status {
	font-size: 14px;
}

html[dir="ltr"] .ipsStreamItem_snippet,
html[dir="ltr"] .ipsStreamItem_meta {
	margin-left: 55px;
}

html[dir="rtl"] .ipsStreamItem_snippet,
html[dir="rtl"] .ipsStreamItem_meta {
	margin-right: 55px;
}

html[dir="ltr"] .ipsStreamItem_loadMore {
	margin-left: 25px;
	margin-top: 15px;
}

html[dir="rtl"] .ipsStreamItem_loadMore {
	margin-right: 25px;
	margin-top: 15px;
}

html[dir="ltr"] .ipsStreamItem_bar hr.ipsHr {
	border-color: #3d5e78;
	margin-left: 25px;
}

html[dir="rtl"] .ipsStreamItem_bar hr.ipsHr {
	border-color: #3d5e78;
	margin-right: 25px;
}

.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock:before,
.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	pointer-events: none;
}

.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock:before {
	border-width: 12px;
	top: 7px;
	z-index: 100;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock:before {
	border-color: transparent #d9d9d9 transparent transparent;
	left: -24px;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock:before {
	border-color: transparent transparent transparent #d9d9d9;
	right: -24px;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock.ipsModerated:before {
	border-color: transparent #ede4e4 transparent transparent;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock.ipsModerated:before {
	border-color: transparent transparent transparent #ede4e4;
}

.ipsStream_withTimeline .ipsStreamItem:after {
	border-width: 11px;
	top: 8px;
	z-index: 200;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem:after {
	left: -22px;
	border-color: transparent #fff transparent transparent;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem:after {
	right: -22px;
	border-color: transparent transparent transparent #fff;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsModerated:after {
	border-color: transparent #50393e transparent transparent;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsModerated:after {
	border-color: transparent transparent transparent #50393e;
}

.ipsStream_withTimeline .ipsStreamItem_container:before {
	content: '';
	box-sizing: border-box;
	display: block;
	position: absolute;
}

.ipsStream_comment {
	background: #222222;
}

html[dir="ltr"] .ipsStream_comment {
	margin-left: 30px;
}

html[dir="rtl"] .ipsStream_comment {
	margin-right: 30px;
}

.ipsStream_comment:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	border-width: 15px;
	border-style: solid;
}

html[dir="ltr"] .ipsStream_comment:before {
	left: 0px;
	border-color: transparent #222222 transparent transparent;
}

html[dir="rtl"] .ipsStream_comment:before {
	right: 0px;
	border-color: transparent transparent transparent #222222;
}

.ipsStreamItem_actionBlock {
	font-size: 13px;
}

html[dir] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 9px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	background: #4d4d4d;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after {
	left: -36px;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after {
	right: -36px;
}

.ipsStreamItem_time {
	display: inline-block;
	border-radius: 20px;
	background: #4d4d4d;
	color: #fff;
	line-height: 24px;
	font-size: 12px;
	padding: 0 20px;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem_time {
	margin-left: -20px;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem_time {
	margin-right: -20px;
}

.ipsStreamItem.ipsStreamItem_condensed~.ipsStreamItem_time {
	margin-top: 7px;
	margin-bottom: 7px;
}

.ipsStream .ipsStreamItem_time:first-child {
	margin-bottom: 7px;
}

.ipsStreamItem_terminator {
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #4d4d4d;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem_terminator {
	margin-left: -8px;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem_terminator {
	margin-right: -8px;
}

.ipsStream .ipsStreamItem_contentType {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	background: #fff;
	z-index: 500;
	border: 2px solid #4d4d4d;
}

.ipsStreamItem.ipsModerated .ipsStreamItem_contentType {
	background: #e8dfdf;
}

html[dir="ltr"] .ipsStream.ipsStream_withTimeline .ipsStreamItem_contentType {
	left: -48px;
	top: 5px;
}

html[dir="ltr"] .ipsStream:not( .ipsStream_withTimeline) .ipsStreamItem_contentType {
	right: 7px;
	top: 7px;
}

html[dir="rtl"] .ipsStream.ipsStream_withTimeline .ipsStreamItem_contentType {
	right: -48px;
	top: 5px;
}

html[dir="rtl"] .ipsStream:not( .ipsStream_withTimeline) .ipsStreamItem_contentType {
	left: 7px;
	top: 7px;
}

.ipsStream_price {
	color: #e07b7b;
	font-weight: bold;
	font-size: 16px;
}

.ipsStream_snippetInfo {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	padding-left: 15px;
}

html[dir="ltr"] .ipsStream_snippetInfo {
	border-width: 0 0 0 1px;
}

html[dir="rtl"] .ipsStream_snippetInfo {
	border-width: 0 1px 0 0;
}

html[dir="ltr"] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_expanded {
	padding-left: 0;
	margin-left: 30px;
}

html[dir="rtl"] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_expanded {
	padding-right: 0;
	margin-right: 30px;
}

.ipsStreamItem_condensed .ipsStreamItem_titleSmall {
	font-size: 15px;
}

.ipsStreamItem_condensed.ipsStreamItem {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ipsStreamItem_condensed.ipsStreamItem.ipsStreamItem_contentBlock {
	padding: 10px;
	line-height: 1.6;
}

html[dir="ltr"] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_condensed {
	padding-left: 0;
}

html[dir="rtl"] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_condensed {
	padding-right: 0;
}

.ipsStreamItem_condensed .ipsUserPhoto_tiny img {
	width: 30px;
	height: 30px;
}

html[dir="ltr"] .ipsStreamItem_condensed .ipsPhotoPanel_small>div {
	margin-left: 85px;
}

html[dir="rtl"] .ipsStreamItem_condensed .ipsPhotoPanel_small>div {
	margin-right: 85px;
}

html[dir="ltr"] .ipsStreamItem_condensed .ipsPhotoPanel_mini>div {
	margin-left: 45px;
	margin-right: 200px;
}

html[dir="rtl"] .ipsStreamItem_condensed .ipsPhotoPanel_mini>div {
	margin-right: 45px;
	margin-left: 200px;
}

.ipsStreamItem_condensed .ipsCalendarDate {
	width: 75px;
}

.ipsStreamItem_condensed .ipsStreamItem_status {
	font-size: 13px;
}

.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_contentBlock:before,
.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_contentBlock:after {
	top: 50%;
}

.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_contentBlock:before {
	margin-top: -12px;
}

.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_contentBlock:after {
	margin-top: -11px;
}

html[dir] .ipsStream.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_contentType {
	top: 50%;
	margin-top: -15px;
}

.ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats {
	width: 200px;
	line-height: 24px;
	position: absolute;
	top: 15px;
}

html[dir="ltr"] .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	padding-left: 15px;
	right: 0;
}

html[dir="rtl"] .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding-right: 15px;
	left: 0;
}

.ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats time,
.ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_actionBlock time {
	font-size: 0px;
	line-height: 1;
}

.ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats time:after,
.ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_actionBlock time:after {
	content: attr(data-short);
	font-size: 13px;
	line-height: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ipsTable {
	width: 100%;
	border-collapse: collapse;
}

.ipsTable th {
	text-align: left;
	background: #f3f3f3;
	padding: 15px 20px 15px 10px;
	font-size: 13px;
}

html[dir="rtl"] .ipsTable th {
	text-align: right;
	padding: 15px 10px 15px 20px;
}

.ipsTable th a {
	color: inherit;
}

.ipsTable th:not( .ipsMatrixHeader),
.ipsTable td {
	vertical-align: middle;
	white-space: nowrap;
}

.ipsTable td.ipsTable_wrap,
.ipsTable td.ipsMatrix_rowTitle {
	white-space: normal;
	word-wrap: break-word;
	max-width: 500px;
}

.ipsTable th.ipsPos_top,
.ipsTable td.ipsPos_top {
	vertical-align: top;
}

.ipsTable td {
	padding: 7px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.01);
}

.ipsTable_zebra tbody tr:nth-child( even):not(.ipsTable_highlight,
.ipsModerated) {
	background: #f9f9f9;
}

.ipsTable_zebra.ipsTable td {
	border-bottom: 0;
}

.ipsTable tr[data-tableClickTarget]:hover {
	background: #f3f3f3 !important;
	cursor: pointer;
}

.ipsTable code {
	cursor: text !important;
}

.ipsTable_highlight {
	background: #f2eae2;
}

.ipsTable td.ipsTable_icon {
	width: 65px;
	text-align: center;
}

.ipsTable td.ipsTable_controls {
	width: 120px;
}

.ipsTable_sortable {
	position: relative;
}

.ipsTable_sortable:hover {
	background: rgba(0, 0, 0, 0.06);
	cursor: pointer;
}

.ipsTable_sortable:hover:after {
	opacity: 0.3;
}

.ipsTable_sortable a {
	display: block;
	position: relative;
}

.ipsTable_sortIcon {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

html[dir="ltr"] .ipsTable_sortIcon {
	right: -10px;
}

html[dir="rtl"] .ipsTable_sortIcon {
	right: auto;
	left: -10px;
}

.ipsTable_sortable .ipsTable_sortIcon:after {
	font-family: 'FontAwesome';
	display: block;
	color: #000;
	opacity: 0.15;
}

.ipsTable_sortable.ipsTable_sortableDesc .ipsTable_sortIcon:after {
	content: '\f0d7';
}

.ipsTable_sortable.ipsTable_sortableAsc .ipsTable_sortIcon:after {
	content: '\f0d8';
}

.ipsTable_sortable.ipsTable_sortableActive {
	background: #4791c4;
	color: #fff;
}

.ipsTable_sortable.ipsTable_sortableActive .ipsTable_sortIcon:after {
	color: #fff;
	opacity: 1;
}

.ipsTable.ipsMatrix thead th {
	background: #262e33;
	color: #fff;
	text-align: center;
}

.ipsTable.ipsMatrix .ipsMatrix_subHeader {
	background: #f9f9f9;
	color: #333;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
}

.ipsTable.ipsMatrix td {
	padding: 15px;
}

.ipsTable.ipsMatrix .ipsMatrix_error {
	background: #f9eef1;
}

.ipsTable.ipsMatrix .ipsButton[data-action] {
	line-height: 18px;
	padding: 0 5px;
	font-size: 10px;
}

.ipsTable.ipsMatrix .ipsMatrix_highlighted {
	background: #FBE9E7;
}

.ipsTabs {
	background: #7b7b7b;
	padding: 10px 10px 0 10px;
	margin: 0;
	list-style: none;
}

.ipsTabs [data-action='expandTabs'] {
	display: none !important;
}

.ipsTabs [role="tablist"] {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipsTabs.ipsTabs_stretch [role="tablist"] {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ipsTabs.ipsTabs_stretch [role="tablist"]>li {
	display: table-cell;
}

.ipsTabs_small {
	padding: 4px 4px 0 4px;
}

.ipsTabs_item {
	display: block;
	float: left;
	white-space: nowrap;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	padding: 0 20px;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
	margin-right: 2px;
}

html[dir="rtl"] .ipsTabs_item {
	float: right;
	margin-left: 2px;
}

.ipsTabs_item.ipsTabs_itemDisabled {
	opacity: 0.5;
	font-style: italic;
	pointer-events: none;
	color: rgba(255, 255, 255, 0.6);
}

.ipsTabs.ipsTabs_stretch .ipsTabs_item {
	float: none;
}

.ipsTabs.ipsTabs_stretch.ipsTabs_small .ipsTabs_item {
	padding: 0 10px;
	text-align: center;
}

html[dir="ltr"] .ipsTabs [role="tablist"]>li:last-child .ipsTabs_item {
	margin-right: 0;
}

html[dir="rtl"] .ipsTabs [role="tablist"]>li:last-child .ipsTabs_item {
	margin-left: 0;
}

.ipsTabs.ipsTabs_small .ipsTabs_item {
	font-size: 12px;
	line-height: 30px;
	margin: 0;
}

.ipsTabs_activeItem {
	background: #fff;
	color: #333;
	font-weight: bold;
}

.ipsTabs_activeItem:hover {
	color: #333;
}

.ipsTabs_item:not( .ipsTabs_activeItem):hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.ipsTabs_withIcons .ipsTabs_item {
	text-align: center;
	padding: 8px 15px;
	line-height: 24px;
	min-width: 125px;
}

.ipsTabs_withIcons .ipsTabs_item i {
	font-size: 20px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.ipsTabs_dummyItem {
	background: #4e5b62;
	color: #fff;
}

.ipsTabs_panel {
	height: 100%;
	background: #fff;
}

.ipsTabs_panels.ipsTabs_contained {
	border-width: 1px;
	border-style: solid;
	border-color: #e8e8e8;
	border-top: 0;
}

.ipsTabs_panels.ipsTabs_contained .ipsTabs_panel {
	padding: 15px;
}

.ipsTabs_panels.ipsTabs_contained .ipsTabs_panel .ipsTabs_pullOut {
	margin: -15px;
}

.ipsTabs.ipsTabs_contained {
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #ededed #e8e8e8 transparent #ededed;
}

.ipsTabs_loadingContent {
	min-height: 150px;
}

.ipsTags_inline {
	display: inline;
}

html[dir="ltr"] .ipsTags>li {
	margin-right: 0;
}

html[dir="rtl"] .ipsTags>li {
	margin-left: 0;
}

.ipsTags li {
	position: relative;
	display: inline-block;
	height: 18px;
}

html[dir="ltr"] .ipsTags li:first-child .ipsTag {
	margin-left: 8px;
}

html[dir="rtl"] .ipsTags li:first-child .ipsTag {
	margin-right: 8px;
}

html[dir="ltr"] .ipsTags li.ipsTags_edit:not( :only-child) a {
	margin-left: 5px;
}

html[dir="rtl"] .ipsTags li.ipsTags_edit:not( :only-child) a {
	margin-right: 5px;
}

.ipsTags .ipsTag,
.ipsTag_prefix {
	background: #505050;
	color: #fff !important;
	font-size: 10px;
	vertical-align: middle;
	line-height: 18px;
	height: 18px;
	padding: 0 7px;
	margin: 0 3px 0 8px;
	display: block;
	position: relative;
	letter-spacing: 0;
	border-radius: 0px 4px 4px 0;
}

html[dir="rtl"] .ipsTags .ipsTag,
html[dir="rtl"] .ipsTag_prefix {
	margin: 0 8px 0 3px;
	border-radius: 4px 0 0 4px;
}

.ipsTags .ipsTag>span,
.ipsTag_prefix>span {
	display: inline-block;
	max-width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ipsTags .ipsTag:hover {
	background: #707070;
}

html[dir="ltr"] .ipsTags .ipsTag:hover:before {
	border-color: transparent transparent #707070 #707070;
}

html[dir="rtl"] .ipsTags .ipsTag:hover:before {
	border-color: #707070 #707070 transparent transparent;
}

.ipsTags .ipsTag:before,
.ipsTag_prefix:before {
	display: block;
	position: absolute;
	font-size: 28px;
	line-height: 30px;
	overflow: hidden;
	text-shadow: none;
	content: '';
	top: 0;
	bottom: 0;
	width: 0px;
	border-style: solid;
	border-width: 9px;
	-webkit-transform: scaleX(0.666667) rotate(45deg);
	-moz-transform: scaleX(0.666667) rotate(45deg);
	-ms-transform: scaleX(0.666667) rotate(45deg);
	-o-transform: scaleX(0.666667) rotate(45deg);
	transform: scaleX(0.666667) rotate(45deg);
}

html[dir="ltr"] .ipsTags .ipsTag:before,
html[dir="ltr"] .ipsTag_prefix:before {
	left: -8px;
	border-radius: 10px 9px 10px 1px;
	border-color: transparent transparent #505050 #505050;
}

html[dir="rtl"] .ipsTags .ipsTag:before,
html[dir="rtl"] .ipsTag_prefix:before {
	right: -8px;
	border-radius: 10px 1px 10px 9px;
	border-color: #505050 #505050 transparent transparent;
}

.ipsTags .ipsTag:after,
.ipsTag_prefix:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	top: 7px;
}

html[dir="ltr"] .ipsTags .ipsTag:after,
html[dir="ltr"] .ipsTag_prefix:after {
	left: -3px;
}

html[dir="rtl"] .ipsTags .ipsTag:after,
html[dir="rtl"] .ipsTag_prefix:after {
	right: -3px;
}

.ipsTags a mark,
.ipsTag_prefix mark {
	background: #fff !important;
	border-bottom: none;
}

.ipsTags_deletable .ipsTag {
	padding-right: 20px;
}

.ipsTag_remove {
	background: #000;
	color: #fff;
	display: block;
	height: 18px;
	width: 16px;
	position: absolute;
	top: 0;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	-webkit-transition: 0.1s all linear;
	-moz-transition: 0.1s all linear;
	-ms-transition: 0.1s all linear;
	-o-transition: 0.1s all linear;
	transition: 0.1s all linear;
}

html[dir="ltr"] .ipsTag_remove {
	right: 0;
	border-radius: 0 4px 4px 0;
}

html[dir="rtl"] .ipsTag_remove {
	left: 0;
	border-radius: 4px 0 0 4px;
}

.ipsTag_remove:hover {
	background: #000;
	color: #fff;
}

.ipsTags_edit .ipsButton_veryVerySmall {
	line-height: 15px;
	height: 18px;
	margin-top: -3px;
}

.ipsTag_prefix {
	background: #828282;
	color: #fff !important;
}

html[dir="ltr"] .ipsTag_prefix {
	margin-left: 8px;
}

html[dir="rtl"] .ipsTag_prefix {
	margin-right: 8px;
}

html[dir="ltr"] .ipsTag_prefix:before {
	border-color: transparent transparent #828282 #828282;
}

html[dir="rtl"] .ipsTag_prefix:before {
	border-color: #828282 #828282 transparent transparent;
}

.ipsApp .ipsToolbox {
	background: #212223;
}

.ipsApp .ipsToolbox a:not( .ipsButton) {
	color: #a8bed5;
}

.ipsApp .ipsToolbox .ipsToolbox_title {
	color: #fff;
	margin-bottom: 15px;
}

.ipsApp .ipsToolbox .ipsToolbox_sectionTitle {
	background: #000;
	color: #dfdfdf;
	padding: 10px 15px;
	font-weight: normal;
}

.ipsApp .ipsToolbox input,
.ipsApp .ipsToolbox select,
.ipsApp .ipsToolbox textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: #fff;
}

.ipsApp .ipsToolbox input:focus,
.ipsApp .ipsToolbox textarea:focus {
	background: rgba(255, 255, 255, 0.2);
}

.ipsApp .ipsToolbox select {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	max-width: 350px;
}

.ipsApp .ipsToolbox input[type=number] {
	width: 100%;
	max-width: 350px;
}

.ipsType_pageTitle,
.ipsType_sectionTitle,
.ipsType_secondaryTitle,
.ipsType_sectionHead,
.ipsType_minorHeading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ipsType_pageTitle {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #000;
}

.ipsType_pageTitle.ipsType_largeTitle {
	font-size: 27px;
}

.ipsType_pageTitle>.fa {
	font-size: 18px;
}

.ipsType_pageTitle a:not( .ipsBadge):not( .ipsButton) {
	color: inherit;
}

.ipsType_sectionTitle {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 15px;
	margin-top: 0;
	background: #b00202;
	color: #ffffff;
	border-radius: 2px 2px 0px 0px;
}

a.ipsType_sectionTitle,
.ipsType_sectionTitle a {
	color: #ffffff;
}

.ipsType_sectionTitle .ipsButton {
	position: relative;
	top: -5px;
}

.ipsType_sectionTitle .ipsButton.ipsButton_veryVerySmall {
	top: -2px;
}

.ipsType_sectionTitle>.ipsType_light {
	color: rgba(255, 255, 255, 0.5);
}

.ipsType_secondaryTitle {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px 10px 15px;
	margin-top: 0;
	border-radius: 3px 3px 0 0;
	background: #282828;
	color: #ffff00;
}

a.ipsType_secondaryTitle,
.ipsType_secondaryTitle a {
	color: #ffff00;
}

.ipsType_sectionHead {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	display: inline-block;
	margin: 0;
}

.ipsType_minorHeading {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
}

.ipsType_center {
	text-align: center;
}

.ipsType_left {
	text-align: left;
}

html[dir="rtl"] .ipsType_left {
	text-align: right;
}

.ipsType_right {
	text-align: right;
}

html[dir="rtl"] .ipsType_right {
	text-align: left;
}

.ipsType_bold {
	font-weight: bold;
}

.ipsType_unbold {
	font-weight: normal;
}

.ipsType_monospace {
	font-family: monospace;
}

.ipsType_noBreak {
	white-space: nowrap !important;
}

.ipsType_break {
	word-wrap: break-word;
}

.ipsType_richText {
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.6;
	color: #ededed;
}

@media screen and (max-width:767px) {
	_:-webkit-full-screen,
	 :root .ipsType_break {
		word-break: break-word;
	}
	_:-webkit-full-screen,
	 :root .ipsType_richText {
		word-break: break-word;
	}
}

.ipsType_normal.ipsType_richText {
	line-height: 1.6;
}

.ipsType_richText p:not( [class]) {
	margin-top: 0;
	margin-bottom: 0;
}

.ipsType_richText a {
	text-decoration: underline;
}

.ipsType_richText .ipsForm a {
	text-decoration: none;
}

a.ipsType_blendLinks,
.ipsType_blendLinks a {
	color: inherit;
}

a.ipsType_blendLinks:not( .ipsType_noUnderline):hover,
.ipsType_blendLinks:not( .ipsType_noUnderline) a:not( .ipsType_noUnderline):hover {
	color: #ffff00;
}

.ipsType_reset {
	margin: 0;
}

.ipsType_uppercase {
	text-transform: uppercase;
}

.ipsType_noLinkStyling,
.ipsType_noLinkStyling:hover {
	text-decoration: none !important;
	color: #272a34;
}

mark {
	background: #FBE9E7;
	padding: 0 5px;
	color: #000 !important;
	font-weight: bold !important;
	display: inline-block;
}

.ipsType_small {
	font-size: 11px;
}

.ipsType_small:not( .ipsType_richText) {
	line-height: 16px;
}

.ipsType_medium {
	font-size: 13px;
}

.ipsType_medium:not( .ipsType_richText) {
	line-height: 20px;
}

.ipsType_normal {
	font-size: 14px;
}

.ipsType_normal:not( .ipsType_richText) {
	line-height: 21px;
}

.ipsType_large {
	font-size: 16px;
}

.ipsType_large:not( .ipsType_richText) {
	line-height: 20px;
}

.ipsType_veryLarge {
	font-size: 44px;
	line-height: 52px;
	font-weight: 300;
	color: #fafafa;
}

.ipsType_huge {
	font-size: 72px;
	line-height: 80px;
	font-weight: 300;
	color: #fafafa;
}

.ipsType_light {
	color: #aaaaaa;
}

.ipsType_warning,
.ipsType_negative {
	color: #c75050;
}

.ipsType_spammer {
	color: #990000;
}

.ipsType_issue {
	color: #d69625;
}

.ipsType_success,
.ipsType_positive {
	color: #598f5b;
}

.ipsType_neutral {
	color: #959595;
}

.ipsType_code {
	background: #fafafa;
	padding: 5px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #d72f42;
}

.ipsType_richText>p:first-child {
	margin-top: 0;
}

.ipsType_richText>p:last-child {
	margin-bottom: 0;
}

.ipsType_richText img {
	max-width: 100%;
}

.ipsTruncate {
	overflow: hidden;
}

.ipsTruncate.ipsTruncate_line {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
}

a.ipsTruncate.ipsTruncate_line,
span.ipsTruncate.ipsTruncate_line {
	display: inline-block;
	vertical-align: middle;
}

.ipsTruncate+.ipsTruncate_more {
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 5px;
}

.ipsTruncate>.ipsTruncate_more span {
	z-index: 40;
}

.ipsType_pageTitle [data-role="editableTitle"]:hover,
.ipsType_pageTitle[data-role="editableTitle"]:hover,
.ipsType_editable:hover {
	background: #FFFFDD;
	color: #000;
}

/* http://www.rossoverdi.com/uploads/css_built_2/05e81b71abe4f22d6eb8d1a929494829_responsive.css.4d5e17e6607974210b9901b77f6e2e98.css?v=fc8751b56d */
@media screen and (max-width:979px) {
	.ipsItemStatus:not( .ipsItemStatus_large),
	.ipsItemStatus.ipsItemStatus_tiny,
	.ipsItemStatus.ipsItemStatus_small {
		font-size: 18px;
		vertical-align: initial;
	}
}

@media screen and (max-width:767px) {
	.ipsBadge.ipsBadge_icon {
		width: 19px;
		height: 19px;
		line-height: 19px;
		font-size: 11px;
	}
	.ipsBadge.ipsBadge_icon.ipsBadge_small {
		line-height: 18px;
	}
}

@media screen and (max-width:767px) {
	.ipsWidget .ipsTabs_small:target [role="tablist"],
	.ipsWidget .ipsTabs_small.ipsTabs_showMenu [role="tablist"] {
		top: 0;
		left: 0;
		right: 0;
	}
	.ipsWidget .ipsTabs_small .ipsTabs_activeItem {
		border-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.ipsButtonBar [data-role='tablePagination'] {
		clear: both;
	}
	.ipsButtonBar .ipsPagination {
		margin-bottom: 0;
	}
	.ipsButtonBar .ipsButtonRow+[data-role='tablePagination'] .ipsPagination {
		margin-top: 33px;
	}
}

@media screen and (max-width:767px) {
	html[dir="ltr"] .ipsComment_content,
	html[dir="ltr"] .ipsComment_subComments .ipsComment_content {
		margin-left: 0;
	}
	html[dir="ltr"] .ipsComment_content,
	html[dir="ltr"] .ipsComment_subComments .ipsComment_content {
		margin-right: 0;
	}
	html[dir="ltr"] .ipsComment_subComments {
		margin-left: 0;
		padding: 15px 0 0 0;
	}
	html[dir="rtl"] .ipsComment_subComments {
		margin-right: 0;
		padding: 15px 0 0 0;
	}
	.ipsComment_parent>.ipsComment>.ipsComment_content:before {
		display: none;
	}
	.ipsComment [data-role="commentContent"] {
		margin-bottom: 10px;
	}
	.ipsRecommendedComments .ipsType_sectionHead {
		margin-top: 0;
	}
	.ipsComment_recommended .ipsColumn_narrow .ipsUserPhoto {
		float: left;
		margin-right: 7px;
	}
	.ipsComment_recommended .ipsColumn_narrow .ipsUserPhoto img {
		width: 30px;
		height: 30px;
	}
	.ipsRecommendedComments .ipsColumn_medium,
	.ipsComment_recommended .ipsColumn_narrow {
		margin-bottom: 0 !important;
	}
	.ipsComment_recommended .ipsComment_meta {
		padding-top: 7px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.ipsComment_recommended .ipsType_richText {
		clear: both;
		margin-top: 15px;
	}
	html[dir="ltr"] .ipsComment_recommendedNote {
		margin-left: 5px;
	}
	html[dir="rtl"] .ipsComment_recommendedNote {
		margin-right: 5px;
	}
	.ipsTabs_panel .ipsRecommendedComments {
		margin: -7px -7px 7px -7px;
	}
	.ipsComment_recommended hr.ipsHr {
		margin: 7px 0;
	}
	.ipsComment_recommendedFlag {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
		;
	}
	html[dir="ltr"] .ipsComment_recommendedFlag {
		right: -2px;
		left: auto;
	}
	html[dir="rtl"] .ipsComment_recommendedFlag {
		left: -2px;
		right: auto;
	}
}

@media screen and (max-width:979px) {}

@media screen and (max-width:767px) {
	.ipsApp .ipsComposeArea .ipsToolList .ipsComposeArea_formControl {
		margin-bottom: 15px;
	}
	.ipsComposeArea>.ipsUserPhoto,
	.ipsComposeArea_editor:before {
		display: none;
	}
	html[dir="ltr"] .ipsComposeArea.ipsComposeArea_withPhoto .ipsComposeArea_editor {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsComposeArea.ipsComposeArea_withPhoto .ipsComposeArea_editor {
		margin-right: 0;
	}
	.ipsComposeArea.ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
		display: none;
	}
	html[dir="ltr"] .ipsComposeArea_warning {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsComposeArea_warning {
		margin-right: 0;
	}
	.ipsComposeArea_dropZone .fa-paperclip {
		font-size: 24px;
	}
	.ipsComposeArea_dropZone .fa-clipboard {
		font-size: 19px;
	}
	html[dir="ltr"] .ipsComposeArea_dropZone>div {
		margin-left: 30px;
	}
	html[dir="rtl"] .ipsComposeArea_dropZone>div {
		margin-right: 30px;
	}
}

@media screen and (max-width:1200px) {
	.ipsDataItem_lastPoster {
		min-width: 160px;
	}
	.ipsDataItem_lastPoster li:first-child {
		display: none;
	}
	html[dir="ltr"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto li {
		margin: 0;
	}
	html[dir="rtl"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto li {
		margin: 0;
	}
}

@media screen and (max-width:979px) {
	.ipsDataList.ipsDataList_reducedSpacing,
	.ipsDataList,
	.ipsDataList .ipsDataItem_main,
	.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_main,
	.ipsDataList .ipsDataItem_stats,
	.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_stats,
	.ipsDataList .ipsDataItem_lastPoster,
	.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_lastPoster,
	.ipsDataList .ipsDataItem_generic,
	.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_generic,
	.ipsDataList .ipsDataitem_modCheck,
	.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_modCheck {
		display: block;
		padding: 0;
		width: auto;
	}
	.ipsDataItem {
		padding: 15px 10px 15px 10px;
	}
	.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem {
		padding: 7px;
	}
	.ipsDataItem_icon {
		width: auto;
		padding-top: 0;
	}
	html[dir="ltr"] .ipsDataItem_icon {
		float: left;
		padding-left: 0;
	}
	html[dir="rtl"] .ipsDataItem_icon {
		float: right;
		padding-right: 0;
	}
	.ipsDataList_large .ipsDataItem_icon {
		min-width: 40px;
		padding-top: 4px;
	}
	html[dir="ltr"] .ipsDataList_large .ipsDataItem_icon {
		padding-right: 0;
	}
	html[dir="rtl"] .ipsDataList_large .ipsDataItem_icon {
		padding-left: 0;
	}
	.ipsDataItem_icon br {
		display: none;
	}
	html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone):not( .ipsResponsive_hideTablet)+.ipsDataItem_main,
	html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone):not( .ipsResponsive_hideTablet)+.ipsDataItem_main+.ipsDataItem_stats {
		margin-left: 45px;
	}
	html[dir="rtl"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone):not( .ipsResponsive_hideTablet)+.ipsDataItem_main,
	html[dir="rtl"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone):not( .ipsResponsive_hideTablet)+.ipsDataItem_main+.ipsDataItem_stats {
		margin-right: 45px;
	}
	html[dir="ltr"] .ipsDataItem.ipsDataItem_responsivePhoto .ipsDataItem_main {
		margin-right: 50px;
	}
	html[dir="rtl"] .ipsDataItem.ipsDataItem_responsivePhoto .ipsDataItem_main {
		margin-left: 50px;
	}
	.ipsDataItem_icon .ipsItemStatus.ipsItemStatus_large {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		border-radius: 15px;
	}
	.ipsDataItem_stats {
		display: block;
		min-width: 0;
		text-align: left;
		margin-top: 5px;
	}
	html[dir="rtl"] .ipsDataItem_stats {
		text-align: right;
	}
	.ipsDataItem_stats li,
	.ipsDataItem_stats dt,
	.ipsDataItem_stats dd {
		display: inline;
	}
	html[dir="ltr"] .ipsDataItem_stats li {
		margin-right: 10px;
	}
	html[dir="rtl"] .ipsDataItem_stats li {
		margin-left: 10px;
	}
	.ipsDataItem_statsLarge .ipsDataItem_stats_number {
		font-size: inherit;
	}
	html[dir="ltr"] .ipsDataItem_unread .ipsDataItem_main {
		border-left: 0;
	}
	html[dir="rtl"] .ipsDataItem_unread .ipsDataItem_main {
		border-right: 0;
	}
	.ipsDataItem_lastPoster {
		display: none;
		min-width: 0;
		max-width: 100%;
	}
	.ipsDataItem_lastPoster.ipsDataItem_withPhoto {
		display: block !important;
		position: absolute;
		top: 18px !important;
		padding: 0;
		width: 34px;
		height: 34px;
	}
	html[dir="ltr"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto {
		right: 10px !important;
	}
	html[dir="rtl"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto {
		left: 10px !important;
	}
	html[dir] .ipsDataItem_lastPoster.ipsDataItem_withPhoto .ipsUserPhoto {
		margin: 0;
	}
	.ipsDataItem_lastPoster.ipsDataItem_withPhoto li {
		display: none;
		margin: 0;
	}
	.ipsDataItem_lastPoster.ipsDataItem_withPhoto li:first-child,
	.ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child {
		display: block;
	}
	.ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child time {
		display: block;
		width: 0;
		overflow: hidden;
	}
	.ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child time:after {
		content: attr(data-short);
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		font-size: 11px;
		text-align: center;
		white-space: nowrap;
	}
	.ipsDataItem_lastPoster .ipsUserPhoto {
		float: none;
		display: block;
	}
	.ipsDataItem_modCheck {
		position: absolute;
		top: 36px;
	}
	html[dir="ltr"] .ipsDataItem_modCheck {
		left: 10px;
		padding: 0 10px 0 0;
	}
	html[dir="rtl"] .ipsDataItem_modCheck {
		right: 10px;
		padding: 0 0 0 10px;
	}
	html[dir="ltr"] .ipsApp .ipsDataItem_icon+.ipsDataItem_main {
		padding-left: 0;
	}
	html[dir="rtl"] .ipsApp .ipsDataItem_icon+.ipsDataItem_main {
		padding-right: 0;
	}
	html[dir="ltr"] .ipsApp .ipsDataItem_withModCheck .ipsDataItem_main {
		padding-left: 25px;
	}
	html[dir="rtl"] .ipsApp .ipsDataItem_withModCheck .ipsDataItem_main {
		padding-right: 25px;
	}
	.ipsDataItem_modCheck .ipsCustomInput,
	.ipsDataItem:hover .ipsDataItem_modCheck .ipsCustomInput {
		opacity: 1;
	}
}

@media screen and (max-width:767px) {
	.ipsDataItem_subList li {
		width: 100%;
	}
	.ipsDataItem_subList li:after {
		content: '';
	}
	.ipsDataItem.ipsDataItem_loading {
		padding: 3px 15px;
	}
	html[dir="ltr"] .ipsDataItem_loading>div>span:first-child {
		right: 0;
	}
	html[dir="rtl"] .ipsDataItem_loading>div>span:first-child {
		left: 0;
	}
	html[dir="ltr"] .ipsDataItem_loading>div>span:last-child {
		left: 25px;
		right: 60px;
	}
	html[dir="rtl"] .ipsDataItem_loading>div>span:last-child {
		right: 25px;
		left: 60px;
	}
	.ipsDataItem_loading>div>span:last-child:before {
		width: 180px;
	}
	html[dir] .ipsDataItem_loading>div>span:first-child:before,
	html[dir] .ipsDataItem_loading>div>span:first-child:after {
		display: none;
	}
}

@media screen and (max-width:979px) {}

@media screen and (max-width:979px) {
	html[dir="ltr"] .ipsFollow {
		float: right;
	}
	html[dir="rtl"] .ipsFollow {
		float: left;
	}
	html[dir="ltr"] .ipsPromote {
		float: right;
	}
	html[dir="rtl"] .ipsPromote {
		float: left;
	}
}

@media screen and (max-width:767px) {
	.ipsReact_overview {
		display: none;
	}
	.ipsReact_reactCount span:last-child {
		padding: 0 4px;
	}
	.ipsReact_button {
		padding: 2px;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 36px;
	}
	.ipsReact .ipsReact_types ul.ipsReact_hover {
		-webkit-animation: reaction-hover-mobile 0.3s ease-in-out forwards;
		animation: reaction-hover-mobile 0.3s ease-in-out forwards;
	}
	html[dir] .ipsReact_types ul,
	html[dir] .ipsReact.ipsReact_mini .ipsReact_types ul {
		transform-origin: bottom;
		top: auto;
		bottom: 0px;
		border-radius: 38px;
		height: auto;
		padding: 5px 5px 50px 5px;
	}
	html[dir="ltr"] .ipsReact_types ul,
	html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_types ul {
		right: -1px;
	}
	html[dir="rtl"] .ipsReact_types ul,
	html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_types ul {
		left: -1px;
	}
	html[dir] .ipsReact_types ul li,
	html[dir] .ipsReact.ipsReact_mini .ipsReact_types ul li {
		display: block;
		margin: 10px 0 !important;
		position: relative;
	}
	html[dir] .ipsReact_types ul li:first-child,
	html[dir] .ipsReact.ipsReact_mini .ipsReact_types ul li:first-child {
		margin-top: 0 !important;
	}
	html[dir] .ipsReact_types ul li:last-child,
	html[dir] .ipsReact.ipsReact_mini .ipsReact_types ul li:last-child {
		margin-bottom: 0 !important;
	}
	.ipsReact_unreact {
		top: -12px;
	}
	html[dir="ltr"] .ipsReact_unreact {
		right: -12px;
	}
	html[dir="rtl"] .ipsReact_unreact {
		left: -12px;
	}
	.ipsReact_name {
		position: absolute;
		background: #494949;
		color: #fff;
		font-size: 11px;
		padding: 0px 7px;
		line-height: 21px;
		border-radius: 20px;
		top: 50%;
		margin-top: -10px;
		display: none;
	}
	html[dir="ltr"] .ipsReact_name {
		right: 40px;
	}
	html[dir="rtl"] .ipsReact_name {
		left: 40px;
	}
	.ipsReact_types_active .ipsReact_name {
		display: block;
	}
	html[dir] .ipsReact_button .ipsReact_name {
		transform: scale(0.8);
	}
	html[dir="ltr"] .ipsReact_button .ipsReact_name {
		right: 35px;
	}
	html[dir="rtl"] .ipsReact_button .ipsReact_name {
		left: 35px;
	}
	html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_types ul {
		left: -4px;
		right: auto;
	}
	html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_types ul {
		right: -4px;
		left: auto;
	}
	html[dir] .ipsReact.ipsReact_mini .ipsReact_types ul {
		padding: 5px 5px 30px 5px;
	}
	html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_name {
		right: 32px;
	}
	html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_name {
		left: 32px;
	}
	html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_button .ipsReact_name {
		right: 26px;
	}
	html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_button .ipsReact_name {
		left: 26px;
	}
	html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_unreact {
		top: 40px;
		right: 2px;
	}
	html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_unreact {
		top: 40px;
		left: 2px;
	}
	.ipsFollow,
	.ipsPromote {
		width: 100%;
		display: table !important;
		float: none !important;
	}
	.ipsFollow.ipsButton_verySmall,
	.ipsPromote.ipsButton_verySmall {
		padding-left: 0;
		padding-right: 0;
	}
	.ipsPromote .ipsPromote_icon {
		float: left;
	}
	.ipsFollow>a,
	.ipsFollow>span,
	.ipsFollow>a>span {
		display: table-cell !important;
	}
	.ipsFollow>a:not( .ipsCommentCount),
	.ipsFollow>span:not( .ipsCommentCount),
	.ipsFollow>a>span:not( .ipsCommentCount) {
		width: 100%;
	}
	html[dir="ltr"] .ipsFollow>a:not( .ipsCommentCount),
	html[dir="ltr"] .ipsFollow>span:not( .ipsCommentCount),
	html[dir="ltr"] .ipsFollow>a>span:not( .ipsCommentCount) {
		left: 0;
		padding-left: 0;
	}
	.ipsFollow .ipsCommentCount {
		display: inline !important;
	}
}

@media screen and (max-width:767px) {
	.ipsApp .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title,
	.ipsApp .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label {
		float: none !important;
		width: auto;
		text-align: inherit !important;
	}
	html[dir="ltr"] .ipsApp .ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_content,
	html[dir="ltr"] .ipsApp .ipsForm_horizontal .ipsFieldRow_checkbox {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsApp .ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_content,
	html[dir="rtl"] .ipsApp .ipsForm_horizontal .ipsFieldRow_checkbox {
		margin-right: 0;
	}
	.ipsApp .ipsFieldRow_content select {
		margin-top: 0;
		width: 100%;
	}
	.ipsApp textarea,
	.ipsApp input[type="text"],
	.ipsApp input[type="password"],
	.ipsApp input[type="datetime"],
	.ipsApp input[type="datetime-local"],
	.ipsApp input[type="date"],
	.ipsApp input[type="month"],
	.ipsApp input[type="time"],
	.ipsApp input[type="week"],
	.ipsApp input[type="number"],
	.ipsApp input[type="email"],
	.ipsApp input[type="url"],
	.ipsApp input[type="search"],
	.ipsApp input[type="tel"],
	.ipsApp input[type="color"],
	.ipsApp select {
		font-size: 16px;
	}
}

@media screen and (max-width:979px) {
	.ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title,
	.ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label {
		float: none !important;
		width: auto;
		text-align: inherit !important;
	}
	html[dir="ltr"] .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_content,
	html[dir="ltr"] .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow_checkbox {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_content,
	html[dir="rtl"] .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow_checkbox {
		margin-right: 0;
	}
	.ipsApp .ipsForm_collapseTablet .ipsFieldRow_content select {
		margin-top: 0;
		width: 100%;
	}
}

@media screen and (max-width:979px) {
	html[dir="ltr"] #elMobileNav {
		text-align: right;
	}
	html[dir="rtl"] #elMobileNav {
		text-align: left;
	}
	html[dir="ltr"] #elMobileNav li {
		margin-right: 0;
	}
	html[dir="rtl"] #elMobileNav li {
		margin-left: 0;
	}
	#elMobileNav li:not( #elMobileBreadcrumb) a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		color: #fff;
		text-align: center;
		font-size: 26px;
		margin: 0;
		position: relative;
		display: block;
	}
	#elMobileNav .icon-newspaper {
		font-size: 24px;
	}
	#elMobileNav .ipsNotificationCount {
		top: 6px;
	}
	html[dir="ltr"] #elMobileNav .ipsNotificationCount {
		right: 6px;
	}
	html[dir="rtl"] #elMobileNav .ipsNotificationCount {
		left: 6px;
	}
	#ipsLayout_mobileNav li a {
		display: block;
		color: #fff;
		line-height: 52px;
		padding: 0 20px;
		font-size: 14px;
	}
	#ipsLayout_header>nav {
		padding: 0;
		display: none;
	}
	#ipsLayout_header nav.ipsNavBar_noSubBars,
	.ipsLayout_minimal #ipsLayout_header nav {
		margin-bottom: 0;
		margin-top: 0;
	}
	.ipsNavBar_primary.ipsNavBar_noSubBars {
		margin-top: 0;
	}
	#elSearch {
		display: none;
		height: 40px;
	}
	body.cSearchOpen #ipsLayout_header>nav {
		display: block;
		height: 40px;
	}
	body.cSearchOpen #ipsLayout_header>nav .ipsLayout_container {
		padding: 0;
	}
	body.cSearchOpen #ipsLayout_header .ipsNavBar_primary {
		margin-bottom: 0;
		top: 0;
	}
	body.cSearchOpen #elSearch {
		display: block;
		opacity: 1;
		width: 100%;
		margin: 0;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
	body.cSearchOpen #elSearch input[type="search"] {
		line-height: 40px;
		height: 40px;
	}
	body.cSearchOpen #elSearch button {
		font-size: 22px;
		line-height: 36px;
	}
	body.cSearchOpen #elSearch #elSearchFilter {
		display: block;
		line-height: 40px;
		border-radius: 0;
		font-size: 12px;
	}
	body.cSearchOpen #elSearchField {
		width: auto;
	}
	html[dir="ltr"] body.cSearchOpen #elSearchField {
		left: 115px;
	}
	html[dir="rtl"] body.cSearchOpen #elSearchField {
		right: 115px;
	}
	code,
	pre {
		white-space: pre-wrap;
		word-break: break-word;
	}
	#elQueryLog,
	#elCachingLog {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	body {
		font-size: 13px;
	}
	#elFlashMessage {
		width: 100%;
		padding: 7px;
	}
	html[dir="ltr"] #elFlashMessage {
		left: auto;
		margin-left: 0;
	}
	html[dir="rtl"] #elFlashMessage {
		right: auto;
		margin-right: 0;
	}
}

#ipsLayout_mainArea .adsbygoogle {
	width: 320px;
	height: 100px;
}

@media (min-width:500px) {
	#ipsLayout_mainArea .adsbygoogle {
		width: 468px;
		height: 60px;
	}
}

@media (min-width:1050px) {
	#ipsLayout_mainArea .adsbygoogle {
		width: 728px;
		height: 90px;
	}
}

@media screen and (min-width:768px) and (max-width:979px) {
	.ipsColumns.ipsColumns_collapseTablet {
		width: 100%;
		display: block;
	}
	html[dir="ltr"] .ipsColumns.ipsColumns_collapseTablet {
		padding-right: 0;
	}
	html[dir="rtl"] .ipsColumns.ipsColumns_collapseTablet {
		padding-left: 0;
	}
	.ipsColumns.ipsColumns_collapseTablet>.ipsColumn:not( .ipsHide) {
		display: block;
		position: relative;
		margin: 15px 0;
		width: 100%;
	}
	.ipsLayout_contentSection {
		padding: 15px;
	}
	.ipsGrid.ipsGrid_collapseTablet>[class*="ipsGrid_span"] {
		width: 100%;
	}
	html[dir="ltr"] .ipsGrid.ipsGrid_collapseTablet>[class*="ipsGrid_span"] {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsGrid.ipsGrid_collapseTablet>[class*="ipsGrid_span"] {
		margin-right: 0;
	}
}

@media screen and (max-width:979px) {
	.ipsPageHeader {
		margin: 15px 0;
	}
	#ipsLayout_mainArea>.ipsPageHeader:first-child {
		padding: 7px 0;
		margin-top: -5px;
	}
	#elHeaderSubLinks {
		display: none;
	}
	.ipsLayout_container {
		padding: 0 15px;
	}
	#ipsLayout_mainArea {
		margin-bottom: 0 !important;
	}
	#ipsLayout_sidebar {
		max-width: 100% !important;
		min-width: 0 !important;
		display: block;
		overflow: visible;
	}
	html[dir] #ipsLayout_sidebar.ipsLayout_sidebarleft,
	html[dir] #ipsLayout_sidebar.ipsLayout_sidebarright {
		padding: 0 10px 10px 10px;
	}
	#ipsLayout_body {
		padding: 0;
		max-width: 100%;
		margin: 0;
	}
	#ipsLayout_header>header {
		margin-bottom: 0 !important;
	}
	#ipsLayout_mainArea {
		border-radius: 0 !important;
		margin-bottom: 10px;
		padding: 15px;
	}
	#ipsLayout_mainNav {
		display: none;
		float: none !important;
		clear: both;
	}
	#ipsLayout_mainNav li {
		display: block;
		line-height: 40px;
	}
	#ipsLayout_mainNav li a {
		font-size: 13px;
	}
	html[dir="ltr"] #ipsLayout_mainNav li a.active {
		margin-right: -20px;
	}
	html[dir="rtl"] #ipsLayout_mainNav li a.active {
		margin-left: -20px;
	}
	#ipsLayout_contentArea,
	#ipsLayout_mainArea {
		display: block;
		border: 0;
	}
	#elContextualTools {
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width:767px) {
	#ipsLayout_mainArea {
		padding: 10px;
	}
	.ipsColumns.ipsColumns_collapseTablet:not( .ipsHide),
	.ipsColumns.ipsColumns_collapsePhone:not( .ipsHide) {
		width: 100%;
		display: block;
		padding-right: 0;
	}
	.ipsColumns.ipsColumns_collapseTablet>.ipsColumn:not( .ipsHide),
	.ipsColumns.ipsColumns_collapsePhone>.ipsColumn:not( .ipsHide) {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.ipsLayout_contentSection {
		padding: 5px;
	}
	.ipsGrid.ipsGrid_collapseTablet>[class*="ipsGrid_span"],
	.ipsGrid.ipsGrid_collapsePhone>[class*="ipsGrid_span"] {
		width: 100%;
	}
	html[dir="ltr"] .ipsGrid.ipsGrid_collapseTablet>[class*="ipsGrid_span"],
	html[dir="ltr"] .ipsGrid.ipsGrid_collapsePhone>[class*="ipsGrid_span"] {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsGrid.ipsGrid_collapseTablet>[class*="ipsGrid_span"],
	html[dir="rtl"] .ipsGrid.ipsGrid_collapsePhone>[class*="ipsGrid_span"] {
		margin-right: 0;
	}
	.ipsItemControls {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		flex-wrap: wrap;
	}
	#elContextualTools {
		padding: 0;
	}
}

@media screen and (max-width:979px) {
	.ipsLightbox {
		bottom: 0px;
		right: 0px;
		top: 0px;
		left: 0px;
	}
	.ipsLightbox_imagePanel {
		margin-left: 10px;
		margin-right: 10px;
	}
	.ipsLightbox_next,
	.ipsLightbox_prev {
		opacity: 0.4;
	}
}

@media screen and (max-width:767px) {
	.ipsSideMenu {
		border: 1px solid rgba(0, 0, 0, 0.05);
	}
	.ipsSideMenu .ipsSideMenu_mainTitle a {
		color: #8c8c8c;
		font-weight: normal;
	}
	.ipsSideMenu:not(.ipsCategoriesMenu) .ipsSideMenu_title,
	.ipsSideMenu:not(.ipsCategoriesMenu) .ipsSideMenu_subTitle,
	.ipsSideMenu:not(.ipsCategoriesMenu) .ipsSideMenu_list {
		display: none;
	}
	.ipsSideMenu .ipsSideMenu_mainTitle,
	.ipsSideMenu .ipsSideMenu_mainTitle a,
	.ipsSideMenu:target .ipsSideMenu_title,
	.ipsSideMenu:target .ipsSideMenu_list,
	.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_title,
	.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_list,
	.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_subTitle {
		display: block;
	}
	.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_mainTitle a,
	.ipsSideMenu:target .ipsSideMenu_mainTitle a {
		background: #151515;
		color: #fff;
		display: block;
	}
	.ipsSideMenu.ipsSideMenu_open,
	.ipsSideMenu:target {
		width: 100%;
		background: #fff;
		z-index: 4000;
	}
	.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_title,
	.ipsSideMenu:target .ipsSideMenu_title {
		padding: 10px;
		background: #f9f9f9;
	}
	.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_list,
	.ipsSideMenu:target .ipsSideMenu_list {
		margin-bottom: 0;
	}
	html[dir="ltr"] .ipsSideMenu.ipsSideMenu_open .ipsSideMenu_list li a,
	html[dir="ltr"] .ipsSideMenu:target .ipsSideMenu_list li a {
		padding-left: 20px;
	}
	html[dir="rtl"] .ipsSideMenu.ipsSideMenu_open .ipsSideMenu_list li a,
	html[dir="rtl"] .ipsSideMenu:target .ipsSideMenu_list li a {
		padding-right: 20px;
	}
}

@media screen and (max-height:450px) {
	.ipsMenu_innerContent {
		max-height: 210px;
	}
}

@media screen and (max-width:979px) {
	.ipsPhotoPanel.ipsPhotoPanel_notTablet>.ipsUserPhoto {
		display: none;
	}
	html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notTablet>div {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notTablet>div {
		margin-right: 0;
	}
	.ipsToolList.ipsToolList_horizontal {
		margin-bottom: 15px;
	}
	.ipsActiveUsers_title {
		display: block;
		margin: 0;
	}
	.ipsComment_meta .ipsFaded.ipsFaded_more {
		opacity: 1;
	}
}

@media screen and (max-width:767px) {
	.ipsPhotoPanel.ipsPhotoPanel_notPhone>.ipsUserPhoto,
	.ipsPhotoPanel.ipsPhotoPanel_notTablet>.ipsUserPhoto {
		display: none;
	}
	html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notPhone>div,
	html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notTablet>div {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notPhone>div,
	html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notTablet>div {
		margin-right: 0;
	}
	.ipsToolList {
		width: 100%;
	}
	html[dir="ltr"] .ipsToolList.ipsToolList_horizontal,
	html[dir="rtl"] .ipsToolList.ipsToolList_horizontal {
		display: block;
	}
	html[dir="ltr"] .ipsToolList.ipsToolList_horizontal>li,
	html[dir="rtl"] .ipsToolList.ipsToolList_horizontal>li {
		margin: 0 0 5px 0 !important;
		float: none !important;
	}
	.ipsPad,
	.ipsApp ul.ipsPad,
	.ipsApp ol.ipsPad {
		padding: 7px;
	}
	.ipsPad_double {
		padding: 14px;
	}
	.ipsContained_container {
		display: block !important;
	}
	html[dir] .ipsContained_container>span {
		display: inline !important;
	}
	.ipsApp .ipsType_break.ipsContained {
		display: inline !important;
		width: auto;
	}
	.ipsApp .ipsType_richText.ipsType_break.ipsContained {
		display: inline !important;
	}
}

@media screen and (max-width:979px) {
	.ipsApp_front .ipsBreadcrumb {
		display: none;
	}
	.ipsApp_front .ipsNavBar_primary {
		padding: 0;
	}
}

@media screen and (max-width:979px) {
	.ipsPagination.ipsPagination_mini a {
		padding: 0 15px;
	}
}

@media screen and (max-width:767px) {
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_page:not( .ipsPagination_active) {
		display: none;
	}
	.ipsPagination {
		display: table;
		width: 100%;
		padding: 0;
		font-weight: bold;
		margin-bottom: 15px;
		position: relative;
	}
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_first,
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_last,
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_prev,
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_next,
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_active {
		display: table-cell;
		text-align: center;
		width: 1%;
		z-index: 2000;
		position: relative;
	}
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_first,
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_last {
		max-width: 24px;
	}
	.ipsPagination .ipsPagination_next,
	.ipsPagination .ipsPagination_prev {
		min-width: 60px;
	}
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_active {
		width: 100%;
	}
	.ipsPagination .ipsPagination_first a,
	.ipsPagination .ipsPagination_last a,
	.ipsPagination .ipsPagination_prev a,
	.ipsPagination .ipsPagination_page a,
	.ipsPagination .ipsPagination_next a {
		margin: 0 3px 0 0;
		display: block;
		padding: 2px 10px;
	}
	.ipsPagination_mini .ipsPagination_first a,
	.ipsPagination_mini .ipsPagination_last a,
	.ipsPagination_mini .ipsPagination_prev a,
	.ipsPagination_mini .ipsPagination_page a,
	.ipsPagination_mini .ipsPagination_next a {
		margin-right: 0;
	}
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_last a {
		margin-right: 0;
		padding-left: 8px;
		padding-right: 8px;
	}
	.ipsPagination:not( .ipsPagination_mini) .ipsPagination_first a {
		padding-left: 6px;
	}
	.ipsPagination .ipsPagination_prev a .fa,
	.ipsPagination .ipsPagination_next a .fa {
		opacity: 1;
	}
	.ipsPagination .ipsPagination_active {
		opacity: 0;
		pointer-events: none;
	}
	.ipsPagination .ipsPagination_pageJump {
		display: block;
		margin: 0 !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		line-height: 30px;
		text-align: center;
		z-index: 1000;
	}
	.ipsPagination .ipsPagination_pageJump .fa {
		display: none;
	}
	.ipsPagination>li.ipsPagination_inactive {
		display: table-cell;
		opacity: 0.35;
		pointer-events: none;
	}
	.ipsPagination_mini .ipsPagination_page {
		display: inline-block;
	}
	html[dir="ltr"] .ipsPager_next a {
		padding-right: 35px;
	}
	html[dir="rtl"] .ipsPager_next a {
		padding-left: 35px;
	}
	html[dir="ltr"] .ipsPager_prev a {
		padding-left: 35px;
	}
	html[dir="rtl"] .ipsPager_prev a {
		padding-right: 35px;
	}
	.ipsPager a:after {
		font-size: 32px;
	}
	.ipsPagination.ipsPagination_mini {
		display: block !important;
		margin: 5px 0 -15px !important;
		opacity: 1 !important;
	}
	.ipsPager .ipsPager_next a,
	.ipsPager .ipsPager_prev a {
		display: block;
		max-width: 100%;
	}
}

@media screen and (max-width:767px) {
	.ipsDialog>div {
		width: 100%;
		margin: 0 auto;
	}
	.ipsDialog.ipsDialog_fixed>div {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-top: 0;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.ipsAlert {
		width: 96%;
		top: 20px;
		text-align: center;
	}
	html[dir="ltr"] .ipsAlert {
		margin-left: -48%;
	}
	html[dir="rtl"] .ipsAlert {
		margin-right: -48%;
	}
	.ipsAlert_icon {
		float: none;
	}
	.ipsAlert_icon+.ipsAlert_msg {
		margin: 10px 0 20px !important;
	}
	.ipsAlert .ipsToolList li {
		margin-bottom: 20px;
	}
	.ipsAlert .ipsToolList li:last-child {
		margin-bottom: 0;
	}
	.ipsHovercard.ipsHovercard_stemLeft {
		margin-left: 0;
	}
	.ipsHovercard.ipsHovercard_stemRight {
		margin-left: 0;
	}
	.ipsPageAction {
		margin-left: 0px !important;
		left: 10px;
		right: 10px;
		text-align: center;
	}
	.ipsPageAction>ul[data-role='actionItems']>li {
		min-width: 50px;
		padding: 5px 7px;
		float: none;
	}
	.ipsPageAction>ul[data-role='actionItems']>li:not( .ipsHide) {
		display: inline-block;
	}
	.ipsPageAction>ul[data-role='actionItems']>li:first-child {
		display: block;
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		padding: 5px 10px;
	}
	.ipsPageAction>ul[data-role='actionItems']>li:last-child {
		border-right: 0;
	}
	.ipsPageAction .ipsPageAction_icon {
		font-size: 20px;
	}
}

@media screen and (max-width:767px) {
	iframe[data-embedContent] {
		max-width: 500px;
		min-height: 165px;
	}
	html[dir] .ipsEmbedded_withImage .ipsEmbedded_image {
		display: none;
	}
	.ipsEmbedded_image,
	.ipsEmbedded_image a {
		width: auto;
	}
	html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_headerArea,
	html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_content {
		padding-left: 7px;
	}
	html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_headerArea,
	html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_content {
		padding-right: 7px;
	}
	html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_right,
	html[dir="ltr"] .ipsAttachLink.ipsAttachLink_right,
	html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_left,
	html[dir="rtl"] .ipsAttachLink.ipsAttachLink_left {
		margin-left: 15px;
	}
	html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_left,
	html[dir="ltr"] .ipsAttachLink.ipsAttachLink_left,
	html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_right,
	html[dir="rtl"] .ipsAttachLink.ipsAttachLink_right {
		margin-right: 15px;
	}
}

@media screen and (max-width:979px) {
	.cke_wysiwyg_div {
		font-size: 16px;
	}
}

@media screen and (max-width:979px) {}

@media screen and (max-width:767px) {
	.ipsPost {
		font-size: 13px;
	}
	.ipsAuthorPane {
		text-align: left;
		border-bottom: 1px solid #efefef;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
	}
	html[dir="rtl"] .ipsAuthorPane {
		text-align: right;
	}
	.ipsAuthorPane h3,
	.ipsAuthorPane_info {
		margin: 0 0 3px 65px;
	}
	html[dir="rtl"] .ipsAuthorPane h3,
	html[dir="rtl"] .ipsAuthorPane_info {
		margin: 0 65px 3px 0;
	}
	.ipsAuthorPane>.ipsUserPhoto {
		position: absolute;
		top: 0;
	}
	html[dir="ltr"] .ipsAuthorPane>.ipsUserPhoto {
		left: 0;
	}
	html[dir="rtl"] .ipsAuthorPane>.ipsUserPhoto {
		right: 0;
	}
	.ipsAuthorPane>.ipsUserPhoto img {
		width: 50px;
		height: 50px;
	}
	.ipsPost_ignored>.ipsPost {
		margin: 0 30px;
		text-align: center;
	}
	.ipsPost_ignored>.ipsPost>a {
		display: block;
	}
	.ipsPost_bestAnswer {
		padding-right: 10px !important;
	}
	html[dir="ltr"] .ipsPost_bestAnswer {
		padding-right: 10px !important;
	}
	html[dir="rtl"] .ipsPost_bestAnswer {
		padding-left: 10px !important;
	}
	.ipsPost_bestAnswer>.ipsColumn>.ipsUserPhoto img {
		max-width: 50px;
		max-height: 50px;
	}
	.ipsPost_bestAnswer_check {
		position: absolute;
		top: 0px;
	}
	html[dir="ltr"] .ipsPost_bestAnswer_check {
		right: 0px;
	}
	html[dir="rtl"] .ipsPost_bestAnswer_check {
		left: 0px;
	}
	.ipsPost_bestAnswer .ipsPost {
		margin-top: 15px;
	}
	html[dir="ltr"] .ipsPost_bestAnswer .ipsPost {
		margin-right: 10px;
	}
	html[dir="rtl"] .ipsPost_bestAnswer .ipsPost {
		margin-left: 10px;
	}
	.ipsPost_bestAnswer .ipsPost:before {
		border-width: 10px 15px;
		top: -20px;
		border-color: transparent transparent #fcfffa transparent;
	}
	html[dir="ltr"] .ipsPost_bestAnswer .ipsPost:before {
		left: 10px;
	}
	html[dir="rtl"] .ipsPost_bestAnswer .ipsPost:before {
		right: 10px;
	}
}

@media screen and (min-width:980px) {
	.ipsResponsive_hideDesktop {
		display: none !important;
	}
}

@media screen and (min-width:768px) and (max-width:979px) {
	.ipsResponsive_hideDesktop.ipsResponsive_inline,
	.ipsResponsive_showTablet.ipsResponsive_inline {
		display: inline !important;
	}
	.ipsResponsive_hideDesktop.ipsResponsive_inlineBlock,
	.ipsResponsive_showTablet.ipsResponsive_inlineBlock {
		display: inline-block !important;
	}
	.ipsResponsive_hideDesktop.ipsResponsive_block,
	.ipsResponsive_showTablet.ipsResponsive_block {
		display: block !important;
	}
	.ipsResponsive_hideTablet,
	.ipsResponsive_showDesktop,
	.ipsResponsive_showPhone,
	.ipsResponsive_hideTablet.ipsResponsive_inline,
	.ipsResponsive_hideTablet.ipsResponsive_inlineBlock,
	.ipsResponsive_hideTablet.ipsResponsive_block,
	.ipsResponsive_showDesktop.ipsResponsive_inline,
	.ipsResponsive_showDesktop.ipsResponsive_inlineBlock,
	.ipsResponsive_showDesktop.ipsResponsive_block {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.ipsResponsive_showPhone,
	.ipsResponsive_hideDesktop,
	.ipsResponsive_hideTablet,
	.ipsResponsive_hideDesktop.ipsResponsive_inline,
	.ipsResponsive_showPhone.ipsResponsive_inline {
		display: inline !important;
	}
	.ipsResponsive_hideDesktop.ipsResponsive_block,
	.ipsResponsive_showPhone.ipsResponsive_block {
		display: block !important;
	}
	.ipsResponsive_hideDesktop.ipsResponsive_inlineBlock,
	.ipsResponsive_showPhone.ipsResponsive_inlineBlock {
		display: inline-block !important;
	}
	.ipsResponsive_hidePhone,
	.ipsResponsive_showDesktop,
	.ipsResponsive_showTablet,
	.ipsResponsive_showDesktop.ipsResponsive_inline,
	.ipsResponsive_showDesktop.ipsResponsive_inlineBlock,
	.ipsResponsive_showDesktop.ipsResponsive_block,
	.ipsResponsive_hidePhone.ipsResponsive_inline,
	.ipsResponsive_hidePhone.ipsResponsive_inlineBlock,
	.ipsResponsive_hidePhone.ipsResponsive_block {
		display: none !important;
	}
}

@media screen and (max-width:979px) {
	.ipsResponsive_noFloat {
		float: none !important;
		margin-top: 5px;
	}
	#ipsLayout_header>header {
		padding-top: 0;
		padding-bottom: 0;
	}
	#elSiteTitle {
		font-size: 24px;
	}
	#ipsLayout_footer ul {
		text-align: center;
		width: 100%;
	}
	#elCopyright {
		clear: both;
		float: none;
		text-align: center;
	}
	.ipsHeader_tabs {
		display: none;
	}
	.ipsApp_front .ipsSubNavigation .ipsBreadcrumb li,
	.ipsApp_front .ipsBreadcrumb li i {
		display: none;
	}
	.ipsBreadcrumb li {
		overflow: visible;
	}
	#elMobileBreadcrumb {
		top: 10px;
		position: absolute;
		height: 30px;
		font-size: 11px;
		display: block;
		text-align: center;
		text-shadow: none;
		line-height: 30px;
		font-weight: 700;
		min-width: 40px;
		background-color: #222222;
	}
	html[dir="ltr"] #elMobileBreadcrumb {
		left: 24px;
		border-radius: 0 6px 6px 0;
		padding: 0 10px 0 0;
	}
	html[dir="rtl"] #elMobileBreadcrumb {
		right: 24px;
		border-radius: 6px 0 0 6px;
		padding: 0 0 0 10px;
	}
	#elMobileBreadcrumb a {
		font-size: 11px !important;
		line-height: 30px !important;
		display: inline-block;
		position: relative;
		white-space: nowrap;
		max-width: 70px;
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: normal;
		z-index: 50;
		color: #ffffff !important;
	}
	#elMobileBreadcrumb:before {
		display: block;
		position: absolute;
		font-size: 28px;
		line-height: 30px;
		overflow: hidden;
		text-shadow: none;
		content: '';
		top: 0;
		bottom: 0;
		width: 0px;
		border-style: solid;
		border-width: 15px;
		z-index: 0;
		color: #222222;
		-webkit-transform: scaleX(0.666667) rotate(45deg);
		-moz-transform: scaleX(0.666667) rotate(45deg);
		-ms-transform: scaleX(0.666667) rotate(45deg);
		-o-transform: scaleX(0.666667) rotate(45deg);
		transform: scaleX(0.666667) rotate(45deg);
	}
	html[dir="ltr"] #elMobileBreadcrumb:before {
		left: -15px;
		border-radius: 15px 15px 15px 1px;
		border-color: transparent transparent #222222 #222222;
	}
	html[dir="rtl"] #elMobileBreadcrumb:before {
		right: -15px;
		border-radius: 15px 1px 15px 15px;
		border-color: #222222 #222222 transparent transparent;
	}
}

@media screen and (max-width:767px) {
	.ipsStream {
		clear: both;
		margin-top: 35px;
	}
	.ipsStream .ipsStreamItem_time:first-child {
		margin-bottom: 15px;
	}
	.ipsStreamItem_terminator {
		display: none;
	}
	html[dir] .ipsStreamItem_bar hr.ipsHr {
		margin-left: 0;
		margin-right: 0;
	}
	html[dir] .ipsStreamItem_loadMore {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}
	html[dir="ltr"] .ipsStream.ipsStream_withTimeline {
		margin-left: 0;
		border: 0;
	}
	html[dir="rtl"] .ipsStream.ipsStream_withTimeline {
		margin-right: 0;
		border: 0;
	}
	html[dir="ltr"] .ipsStream.ipsStream_withTimeline .ipsStreamItem_contentType {
		top: 10px;
		left: 45px;
	}
	html[dir="rtl"] .ipsStream.ipsStream_withTimeline .ipsStreamItem_contentType {
		top: 10px;
		right: 45px;
	}
	.ipsStreamItem.ipsStreamItem_contentBlock {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.ipsApp .ipsStreamItem.ipsStreamItem_actionBlock {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem {
		margin-right: 0;
	}
	.ipsStream_withTimeline .ipsStreamItem:before,
	.ipsStream_withTimeline .ipsStreamItem:after {
		display: none;
	}
	.ipsStream_withTimeline .ipsStreamItem_time {
		display: block;
		text-align: center;
	}
	html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem_time {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem_time {
		margin-right: 0;
	}
	html[dir] .ipsStreamItem .ipsPhotoPanel>.ipsUserPhoto {
		float: none;
		margin: -22px auto 15px;
	}
	html[dir="ltr"] .ipsStreamItem .ipsPhotoPanel.ipsPhotoPanel_mini>div,
	html[dir="ltr"] .ipsStreamItem_snippet,
	html[dir="ltr"] .ipsStreamItem_meta {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsStreamItem.ipsStreamItem_expanded .ipsPhotoPanel.ipsPhotoPanel_mini>div,
	html[dir="rtl"] .ipsStreamItem_snippet,
	html[dir="rtl"] .ipsStreamItem_meta {
		margin-right: 0;
	}
	html[dir] .ipsStream_snippetInfo {
		border-width: 1px 0 0 0;
		padding-top: 7px !important;
	}
	html[dir="ltr"] .ipsStream_comment {
		margin-left: 0;
	}
	html[dir="rtl"] .ipsStream_comment {
		margin-right: 0;
	}
	.ipsStream_comment:before {
		display: none;
	}
	html[dir] .ipsStreamItem.ipsStreamItem_actionBlock time {
		display: block;
		margin: 0;
	}
	.ipsStreamItem .ipsLikeRep {
		margin-bottom: 0;
	}
	.ipsStreamItem.ipsStreamItem_expanded .ipsStreamItem_status {
		margin: 3px 0;
	}
	html[dir] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_expanded {
		padding-left: 10px;
		padding-right: 10px;
		margin: 7px 0;
	}
	.ipsStreamItem.ipsStreamItem_condensed {
		margin: 10px 0;
	}
	.ipsStreamItem.ipsStreamItem_condensed~.ipsStreamItem_time {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	html[dir] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_condensed {
		padding-left: 10px;
		padding-right: 10px;
	}
	html[dir] .ipsStreamItem_condensed .ipsPhotoPanel_mini>div {
		margin-left: 0;
		margin-right: 0;
	}
	.ipsStreamItem.ipsStreamItem_condensed .ipsUserPhoto,
	.ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_contentType {
		display: none;
	}
	.ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_status>li:first-child {
		margin: 7px 0;
		color: #ededed;
	}
	html[dir] .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats {
		width: auto;
		float: none;
		position: static;
		border: 0;
		padding: 0;
		line-height: 1.2;
		margin: 5px 0;
	}
	.ipsApp .ipsStreamItem_title .ipsType_break.ipsContained {
		display: inline !important;
	}
}

@media screen and (max-width:767px) {
	.ipsTable.ipsTable_responsive,
	.ipsTable.ipsTable_responsive tbody,
	.ipsTable.ipsTable_responsive tr:not( .ipsHide),
	.ipsTable.ipsTable_responsive td {
		display: block;
	}
	.ipsTable.ipsTable_responsive thead {
		display: none;
	}
	.ipsTable.ipsTable_responsive tr {
		padding: 10px;
		line-height: 1.6;
	}
	.ipsTable.ipsTable_responsive tbody tr td {
		padding: 0;
		border: 0;
	}
	.ipsTable.ipsTable_responsive td.ipsTable_icon {
		float: left;
		padding: 0;
		width: 45px;
	}
	html[dir="rtl"] .ipsTable.ipsTable_responsive td.ipsTable_icon {
		float: right;
	}
	html[dir="ltr"] .ipsTable.ipsTable_responsive td.ipsTable_icon~td {
		margin-left: 55px;
	}
	html[dir="rtl"] .ipsTable.ipsTable_responsive td.ipsTable_icon~td {
		margin-right: 55px;
	}
	.ipsTable.ipsTable_responsive td.ipsTable_primary {
		font-size: 16px;
		font-weight: bold;
	}
	.ipsTable.ipsTable_responsive td.ipsTable_controls {
		margin-top: 5px;
	}
	.ipsTable.ipsTable_responsive td[data-title]:before {
		content: attr(data-title) ':\00A0';
		font-weight: bold;
	}
	html[dir="ltr"] .ipsTable.ipsTable_responsive.ipsMatrix td {
		text-align: left;
	}
	html[dir="rtl"] .ipsTable.ipsTable_responsive.ipsMatrix td {
		text-align: right;
	}
	.ipsTable.ipsTable_responsive.ipsMatrix .ipsMatrix_rowTitle {
		background: #f5f5f5 !important;
		padding: 10px;
		text-align: left;
		margin: -10px -10px 10px -10px;
	}
	html[dir="rtl"] .ipsTable.ipsTable_responsive.ipsMatrix .ipsMatrix_rowTitle {
		text-align: right;
	}
	.ipsTable.ipsTable_responsive.ipsMatrix td input:not( [type="checkbox"]):not( [type="radio"]),
	.ipsTable.ipsTable_responsive.ipsMatrix td select,
	.ipsTable.ipsTable_responsive.ipsMatrix td textarea {
		width: 100%;
		margin-bottom: 5px;
	}
	.ipsTable.ipsTable_responsive.ipsMatrix td .ipsToggle {
		margin-bottom: 5px;
	}
	.ipsTable.ipsTable_responsive.ipsMatrix .ipsMatrix_subHeader {
		background: #262e33;
		color: #fff;
		font-weight: normal;
		padding: 10px;
		margin-top: 5px;
		font-size: 16px;
		display: block;
		margin: -10px -10px -10px -10px;
	}
	.ipsTable.ipsTable_responsive.ipsMatrix td[data-title]:before {
		text-align: left;
		display: block;
	}
	html[dir="rtl"] .ipsTable.ipsTable_responsive.ipsMatrix td[data-title]:before {
		text-align: right;
	}
}

@media screen and (max-width:767px) {
	.ipsTabs {
		border-top: 2px solid #e0e0e0;
		position: relative;
	}
	.ipsTabs_panels.ipsTabs_contained .ipsTabs_panel {
		padding: 7px;
	}
	.ipsTabs_panel .ipsComment {
		padding: 0;
	}
	.ipsTabs_item:not( .ipsTabs_activeItem) {
		display: none !important;
		color: #333 !important;
	}
	.ipsTabs_activeItem a,
	a.ipsTabs_activeItem {
		width: 100% !important;
		position: relative;
		font-size: 16px;
		font-weight: bold;
	}
	.ipsTabs.ipsTabs_withIcons .ipsTabs_item {
		text-align: left;
	}
	html[dir="rtl"] .ipsTabs.ipsTabs_withIcons .ipsTabs_item {
		text-align: right;
	}
	.ipsTabs.ipsTabs_withIcons .ipsTabs_item i {
		display: inline-block;
		font-size: 16px;
		width: 22px;
	}
	.ipsTabs.ipsTabs_stretch [role="tablist"]>li {
		display: block;
		width: 100%;
	}
	.ipsTabs [data-action='expandTabs'] {
		display: inline-block !important;
		color: #000;
		position: absolute;
		left: 10px;
		right: 10px;
		top: 8px;
		bottom: 0;
		font-size: 18px;
		z-index: 100;
		padding-right: 15px;
		text-align: right;
		line-height: 40px;
		margin-top: -5px;
	}
	html[dir="rtl"] .ipsTabs [data-action='expandTabs'] {
		text-align: left;
	}
	.ipsTabs.ipsTabs_small [data-action='expandTabs'] {
		top: 3px;
		line-height: 30px;
	}
	.ipsTabs:target,
	.ipsTabs.ipsTabs_showMenu {
		height: 42px;
	}
	.ipsTabs:target [data-action='expandTabs'],
	.ipsTabs.ipsTabs_showMenu [data-action='expandTabs'] {
		width: 40px;
	}
	html[dir="ltr"] .ipsTabs:target [data-action='expandTabs'],
	html[dir="ltr"] .ipsTabs.ipsTabs_showMenu [data-action='expandTabs'] {
		left: auto;
	}
	html[dir="rtl"] .ipsTabs:target [data-action='expandTabs'],
	html[dir="rtl"] .ipsTabs.ipsTabs_showMenu [data-action='expandTabs'] {
		right: auto;
	}
	.ipsTabs:target [role="tablist"],
	.ipsTabs.ipsTabs_showMenu [role="tablist"] {
		position: absolute;
		left: 5px;
		right: 5px;
		top: 5px;
		background: #fff;
		box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.4);
		border-radius: 3px;
	}
	.ipsTabs.ipsTabs_contained:target [role="tablist"] {
		left: 2px;
		right: 2px;
		top: 2px;
	}
	.ipsTabs.ipsTabs_stretch [role="tablist"] {
		display: block;
		width: auto;
	}
	.ipsTabs:target .ipsTabs_item,
	.ipsTabs.ipsTabs_showMenu .ipsTabs_item {
		display: block !important;
		width: 100% !important;
	}
}

@media screen and (max-width:979px) {
	.ipsType_sectionTitle {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.ipsType_pageTitle {
		font-size: 20px;
	}
	.ipsType_normal {
		font-size: 13px;
	}
	.ipsType_pageTitle.ipsType_largeTitle {
		font-size: 28px;
		letter-spacing: 0;
	}
	.ipsType_veryLarge {
		font-size: 34px;
		line-height: 42px;
	}
}

/* http://www.rossoverdi.com/uploads/css_built_2/258adbb6e4f3e83cd3b355f84e3fa002_custom.css.e4fd6dba58a3a3b8985fae3f190a9d6d.css?v=fc8751b56d */
.cForumList .ipsDataItem_unread .ipsDataItem_title:before,
.cForumGrid_unread .ipsPhotoPanel h3 a:before {
	content: "NEW";
}

.focus-guestMessage h4:before {
	content: "Welcome to ";
}

.focus-picker {
	content: "Change background image";
}

.focus-timer-title:before {
	content: 'Countdown until a random date';
}

.focus-timer-done .focus-timer-title:before {
	content: 'Countdown has finished!';
}

.ipsCommentUnreadSeperator:before {
	content: "New content begins here";
}

.cTopic .cRatingColumn>.ipsList_reset:before {
	content: 'Vote below answer:';
}

:root {
	--search-button-width: 36px;
	--author-pane-width: 200px;
	--topic-avatar: 110px;
	--subforum-display: grid;
	--subforum-min-width: 200px;
	--subforum-gap: 6px;
}

.ipsDataList.ipsAreaBackground_reset,
.ipsAreaBackground .ipsAreaBackground {
	background: transparent;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem:after {
	border-right-color: #1b1b1b;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem:after {
	border-left-color: #1b1b1b;
}

.ipsAttachment_dropZone {
	background: rgba(34, 34, 34, 0.7);
}

.ipsType_pageTitle,
.ipsType_richText,
.ipsStreamItem_title,
a.ipsType_blendLinks:not( .ipsType_noUnderline):hover,
.ipsType_blendLinks:not( .ipsType_noUnderline) a:not( .ipsType_noUnderline):hover {
	color: inherit;
}

.ipsWidget_title a {
	color: inherit !important;
}

#cAnnouncementSidebar h3,
.ipsPager_type,
.ipsPager .ipsPager_next a:after,
.ipsPager .ipsPager_prev a:after,
.ipsStreamItem_snippet .ipsType_richText {
	color: #ededed;
}

.ipsType_noLinkStyling {
	color: #ffff00;
}

.ipsType_noLinkStyling:hover {
	color: #ffff00;
}

mark {
	background: #b00202;
	color: #fff !important;
}

.ipsDataItem,
.ipsDataList:not(.ipsGrid) .ipsDataItem:last-child,
.ipsDataList.ipsDataList_zebra>.ipsDataItem,
#elProfileActivityOverview .ipsStreamItem,
#elUserContent .ipsStreamItem,
#elSingleStatusUpdate .ipsStreamItem,
.ipsStream_snippetInfo,
html[dir="ltr"] .ipsWidget_horizontal .cNewestMember,
html[dir="rtl"] .ipsWidget_horizontal .cNewestMember {
	border-color: rgba(237, 237, 237, 0.15);
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale;
}

.fa {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.fa.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.cCalendarNav .ipsType_pageTitle,
.ipsType_pageTitle.ipsType_largeTitle {
	font-size: 2.7rem;
}

.ipsDialog_title,
.ipsType_pageTitle {
	font-size: 2.2rem;
}

.ipsType_sectionHead,
.ipsStreamItem_title,
.cProfileRepScore_points,
.cPopularItem_stats {
	font-size: 2rem;
}

.ipsDataItem_statsLarge .ipsDataItem_stats_number {
	font-size: 1.8rem;
}

.ipsStreamItem_titleSmall {
	font-size: 1.7rem;
}

#elMyClubsActivity .ipsStreamItem_title,
.cCmsDatabase_index h4.ipsDataItem_title,
.ipsAttachment_dropZone,
.ipsTable.ipsMatrix .ipsMatrix_subHeader {
	font-size: 1.6rem;
}

.ipsStreamItem_snippet,
.ipsComposeArea_dummy {
	font-size: 1.5rem;
}

ipsType_sectionHead.ipsType_large,
.ipsType_sectionHead.ipsType_normal,
.cCalendar_dayNumber,
.ipsAttachment_dropZoneSmall .ipsAttachment_supportDrag {
	font-size: 1.4rem;
}

.cForumList .ipsDataItem_title,
.ipsDataItem_title {
	font-size: 1.3rem;
}

.ipsTabs_item,
.ipsStreamItem_actionBlock,
.cToken,
.ipsTable th {
	font-size: 1.2rem;
}

#elMyClubsActivity .ipsStreamItem_status,
.ipsStreamItem_status,
.ipsMenu .ipsDataItem_title,
.ipsTabs.ipsTabs_small .ipsTabs_item,
.ipsProgressBar_progress,
.cPopularItem_stats span {
	font-size: 1.2rem;
}

.ipsType_minorHeading,
.ipsPager_type,
#elGalleryNav {
	font-size: 1.1rem;
}

.ipsStreamItem_snippet .ipsType_medium,
.ipsWidget .ipsDataItem_title {
	font-size: inherit;
}

.ipsType_small {
	font-size: 1.1rem;
}

.ipsType_small:not( .ipsType_richText) {
	line-height: 1.6rem;
}

.ipsType_medium {
	font-size: 1.2rem;
}

.ipsType_medium:not( .ipsType_richText) {
	line-height: 2rem;
}

.ipsType_normal {
	font-size: 1.3rem;
}

.ipsType_normal:not( .ipsType_richText) {
	line-height: 2.1rem;
}

.ipsType_large {
	font-size: 1.6rem;
}

.ipsType_large:not( .ipsType_richText) {
	line-height: 2rem;
}

.ipsType_veryLarge {
	font-size: 4.4rem;
	line-height: 5.2rem;
}

.ipsType_huge {
	font-size: 7.2rem;
	line-height: 8rem;
}

.ipsApp .ipsButton {
	font-size: 1.3rem;
}

.ipsApp .ipsButton_medium {
	font-size: 1.3rem;
	line-height: 3.8rem;
}

.ipsApp .ipsButton_large {
	font-size: 1.5rem;
	line-height: 4.2rem;
}

.ipsApp .ipsButton_veryLarge {
	font-size: 1.6rem;
	line-height: 4.6rem;
}

.ipsApp .ipsButton_small {
	font-size: 1.2rem;
	line-height: 3.4rem;
}

.ipsApp .ipsButton_verySmall {
	font-size: 1.2rem;
	line-height: 28px;
}

.ipsApp .ipsButton_veryVerySmall {
	font-size: 1rem;
	line-height: 2rem;
}

.ipsButtonRow li>a,
.ipsButtonRow li>button,
.ipsButtonRow li>span {
	line-height: 2.6rem;
	font-size: 1rem;
}

.ipsRepBadge {
	font-size: 1.1rem;
}

.ipsBadge,
.ipsBadge.ipsBadge_normal {
	height: 1.7rem;
	line-height: 1.7rem;
	font-size: 1rem;
}

.ipsBadge.ipsBadge_medium {
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 1.1rem;
}

.ipsBadge.ipsBadge_large {
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1.3rem;
}

.ipsFieldRow_desc {
	font-size: 1.2rem;
}

.ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_label,
.ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_title {
	font-size: 1.4rem;
}

.ipsApp .ipsField_primary,
.ipsApp .ipsField_primary.ipsField_autocomplete input,
.ipsApp .ipsFieldRow_primary input {
	font-size: 1.8rem;
}

.ipsFieldRow_required {
	font-size: 1rem;
}

.ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label,
.ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title {
	font-size: 1.4rem;
}

.ipsForm_horizontal .ipsFieldRow_required:before {
	font-size: 1.6rem;
}

.ipsForm_group>.ipsForm_groupTitle {
	font-size: 1.6rem;
}

.ipsApp label:not( .ipsField_unlimited),
.ipsApp input,
.ipsApp button,
.ipsApp select,
.ipsApp textarea {
	font-size: 1.3rem;
}

.ipsType_warning,
.ipsType_negative,
a.ipsType_negative,
a.ipsType_negative:hover,
.cAnswerRate.ipsType_negative:hover {
	color: #c75050;
}

.ipsType_spammer {
	color: #990000;
}

.ipsType_issue {
	color: #d69625;
}

.ipsType_success,
.ipsType_positive,
a.ipsType_positive,
a.ipsType_positive:hover,
.cAnswerRate.ipsType_positive:hover {
	color: #598f5b;
}

.ipsType_neutral {
	color: rgba(237, 237, 237, 0.7);
}

.cGuestTeaser>.ipsType_pageTitle,
.cGuestTeaser>.ipsType_light,
#ipsLayout_mainArea>.ipsType_pageTitle,
#ipsLayout_mainArea>p,
#ipsLayout_mainArea>header[class='ipsSpacer_bottom'],
#elStreamUpdateMsg,
#ipsLayout_mainArea>.ipsType_richText:not(.ipsBox),
#ipsLayout_mainArea>.ipsType_normal:not(.ipsBox) {}

@media screen and (min-width:980px) {
	body {
		min-width: 30px;
	}
}

@media screen and (max-width:979px) {
	body {
		min-width: 20px;
	}
}

@media screen and (max-width:767px) {
	body {
		min-width: 10px;
	}
}

.ipsLayout_container {
	position: static;
	padding: 0;
}

.ipsLayout_container,
.ipsLayout_minimal .ipsLayout_container {
	width: calc(100% - 50px);
	max-width: 1170px;
}

.ipsLayout_container .ipsLayout_container {
	width: auto;
	max-width: none;
	margin: 0;
}

@media screen and (max-width:979px) {
	.ipsApp .ipsLayout_container {
		width: auto;
		max-width: none;
	}
}

.flex,
.flex-inline {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-inline {
	display: -webkit-inline-flex;
	display: inline-flex;
}

.flex-inline {
	display: inline-flex;
}

.flex-height {
	min-height: 100%;
}

.flex>*,
.flex-inline>* {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.flex-aS {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.flex-aC {
	-webkit-align-items: center;
	align-items: center;
}

.flex-aE {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.flex-aF {
	-webkit-align-items: stretch;
	align-items: stretch;
}

.flex-jS {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-jC {
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-jE {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-jA {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.flex-jB {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex00 {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.flex10 {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex11 {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex01 {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

@media screen and (max-width:979px) {
	.flex-block-t {
		display: block;
	}
	.flex-column-t {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.flex-aS-t {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.flex-aC-t {
		-webkit-align-items: center;
		align-items: center;
	}
	.flex-aE-t {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.flex-aF-t {
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.flex-jS-t {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.flex-jC-t {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.flex-jE-t {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.flex-jA-t {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.flex-jB-t {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.flex00-t {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.flex10-t {
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.flex11-t {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.flex01-t {
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media screen and (max-width:767px) {
	.flex-block-m {
		display: block;
	}
	.flex-column-m {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.flex-aS-m {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.flex-aC-m {
		-webkit-align-items: center;
		align-items: center;
	}
	.flex-aE-m {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.flex-aF-m {
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.flex-jS-m {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.flex-jC-m {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.flex-jE-m {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.flex-jA-m {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.flex-jB-m {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.flex00-m {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.flex10-m {
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.flex11-m {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.flex01-m {
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media screen and (min-width:980px) {
	.hide-d {
		display: none !important;
	}
}

@media screen and (max-width:979px) {
	.hide-t {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.hide-m {
		display: none !important;
	}
}

#ipsLayout_header {
	position: static;
	border: 0;
}

#ipsLayout_header header>.ipsLayout_container {
	min-height: 0;
}

#ipsLayout_header header {
	margin: 0;
	padding: 0;
	background: none;
}

@media screen and (min-width:980px) {
	.focus-fixed-header #ipsLayout_header {
		position: relative;
		z-index: 2;
	}
	.focus-fixed-header #ipsLayout_body {
		position: relative;
		z-index: 1;
	}
	.focus-fixed-header .ipsSticky_top {
		transform: translateY(150px);
	}
	.focus-fixed-header a[id^="comment-"] {
		top: -151px;
	}
	.focus-fixed-header .cPostRating_controls {
		top: 160px;
	}
	.focus-fixed-header.focus-sticky-author .cAuthorPane_info {
		top: 150px;
	}
	.focus-fixed-nav #ipsLayout_header {
		position: relative;
		z-index: 2;
	}
	.focus-fixed-nav #ipsLayout_body {
		position: relative;
		z-index: 1;
	}
	.focus-fixed-nav .ipsSticky_top {
		transform: translateY(38px);
	}
	.focus-fixed-nav a[id^="comment-"] {
		top: -39px;
	}
	.focus-fixed-nav .cPostRating_controls {
		top: 48px;
	}
	.focus-fixed-nav.focus-sticky-author .cAuthorPane_info {
		top: 38px;
	}
	.focus-fixed-user #ipsLayout_header {
		position: relative;
		z-index: 2;
	}
	.focus-fixed-user #ipsLayout_body {
		position: relative;
		z-index: 1;
	}
	.focus-fixed-user .ipsSticky_top {
		transform: translateY(42px);
	}
	.focus-fixed-user a[id^="comment-"] {
		top: -43px;
	}
	.focus-fixed-user .cPostRating_controls {
		top: 52px;
	}
	.focus-fixed-user.focus-sticky-author .cAuthorPane_info {
		top: 42px;
	}
}

a.logo {
	color: #ffffff;
}

.logo {
	height: 150px;
	max-height: 150px;
	font-size: 30px;
	line-height: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	white-space: nowrap;
}

.logo img {
	max-height: inherit;
	max-width: 100%;
}

.logo-name {
	display: block;
	line-height: 1;
}

.logo-slogan {
	font-size: 0.5em;
	line-height: 1;
	display: block;
	padding-top: 0.8em;
	color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width:979px) {
	.logo {
		height: 80px;
		max-height: 80px;
		font-size: 24px;
		padding: 0 10px;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
	}
}

#header .flex00 {
	max-width: 100%;
}

.user-links {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.ipsApp #elUserNav {
	line-height: 42px;
	font-weight: bold;
}

#elUserNav {
	position: static;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#elUserNav strong {
	font-weight: inherit;
}

#elUserNav>li>a#elRegisterButton {
	color: inherit;
}

@media screen and (max-width:979px) {
	.ipsApp .user-links {
		display: none;
	}
}

#elUserNav>li {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	background-clip: padding-box !important;
}

#elUserNav .ipsHide {
	display: none !important;
}

#elUserNav>li.elUserNav_sep {
	display: none;
}

#elUserNav>li {
	border: 1px solid transparent;
	border-width: 0px;
}

.user-links:not(.user-links-sep) #elUserNav>li {
	border-radius: 0px;
}

.user-links:not(.user-links-sep) #elUserNav>li:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.user-links:not(.user-links-sep) #elUserNav>li:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.user-links-b #elUserNav>li {
	border-width: 0 0 0 1px;
}

html[dir='rtl'] .user-links-b #elUserNav>li {
	border-width: 0 1px 0 0;
}

html[dir] .user-links-b #elUserNav>li:first-child {
	border-width: 0;
}

.user-links-sep #elUserNav>li.elUserNav_sep {
	display: block;
	width: 2px;
	background: currentColor;
	opacity: 0.2;
	border-radius: 3px;
	height: 42px;
}

.user-links-sep #elUserNav>li {
	border-width: 0;
}

#elCart_sep {
	order: 10;
}

#elCart_container {
	order: 11;
}

#elUserNav>li>a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	display: inline-block;
	padding: 0 12px;
	vertical-align: top;
}

#elUserNav>li>a.ipsUserPhoto {
	background: none;
	display: block;
	line-height: 1px;
	margin: 0;
	padding: 4px;
	border-radius: 50%;
}

#elUserNav .ipsUserPhoto img {
	width: auto;
	height: 34px;
	max-width: 100%;
	border-radius: inherit;
	vertical-align: top;
}

#elUserNav .ipsUserPhoto:before,
#elUserNav .ipsUserPhoto:after {
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}

.cUserNav_icon .fa {
	line-height: inherit;
	vertical-align: top;
}

#cUserLink .fa,
#cCreate .fa {
	vertical-align: middle;
}

body.ipsApp #elUserNav .ipsNotificationCount {
	left: auto;
	right: -3px;
	top: -3px;
	border-radius: 3px;
}

html[dir='rtl'] #elUserNav .ipsNotificationCount {
	right: auto;
	left: -3px;
}

#elUserNav .cShareLink {
	line-height: 28px;
	vertical-align: middle;
	padding: 0;
}

.cNotifications .fa-bell:before {
	content: "\f0ac";
}

.cInbox .fa-envelope:before {
	content: "\f086";
}

.cReports .fa-warning:before {
	content: "\f071";
}

#elUserNav #elSignInLink .fa {
	font-size: 14px;
}

#elUserLink_menu a {
	line-height: 16px;
}

#elCreateNew_menu a {
	line-height: 20px;
}

#elUserLink_menu a:before,
#elCreateNew_menu a:before {
	content: '\f0c9';
	width: 22px;
	font-size: 14px;
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 1px);
}

html[dir='rtl'] #elUserLink_menu a:before,
html[dir='rtl'] #elCreateNew_menu a:before {
	margin-right: 0;
	margin-left: 6px;
}

#elUserLink_menu li[data-menuItem='profile'] a:before {
	content: "\f007"
}

#elUserLink_menu li[data-menuItem='messages'] a:before {
	content: "\f01c"
}

#elUserLink_menu li[data-menuItem='promote'] a:before {
	content: "\f005"
}

#elUserLink_menu li[data-menuItem='manageFollowed'] a:before {
	content: "\f1d8"
}

#elUserLink_menu li[data-menuItem='attachments'] a:before {
	content: "\f0c6"
}

#elUserLink_menu li[data-menuItem='settings'] a:before {
	content: "\f013"
}

#elUserLink_menu li[data-menuItem='ignoredUsers'] a:before {
	content: "\f05e"
}

#elUserLink_menu li[data-menuItem='modcp'] a:before {
	content: "\f046"
}

#elUserLink_menu li[data-menuItem='admincp'] a:before {
	content: "\f023";
}

#elUserLink_menu li[data-menuItem='signout'] a:before {
	content: "\f08b";
	width: 18px;
}

#elCreateNew_menu a:before {
	content: "\f0fe"
}

#elCreateNew_menu a[href*="/forum/"]:before {
	content: "\f086"
}

#elCreateNew_menu a[href*="announcements"]:before {
	content: "\f0a1"
}

#elCreateNew_menu a[data-role="updateStatus"]:before {
	content: "\f086"
}

#elCreateNew_menu a[href*="/files/"]:before {
	content: "\f019"
}

#elCreateNew_menu a[href*="/gallery/"]:before {
	content: "\f03e"
}

#elCreateNew_menu a[href*="/blogs/"]:before {
	content: "\f02d"
}

#elCreateNew_menu a[href*="/calendar/"]:before {
	content: "\f073"
}

#elCreateNew_menu a[href*="/articles"]:before {
	content: "\f0f6"
}

#elUserLink_menu li[data-menuItem='admincp'] i {
	display: none;
}

.focus-nav-hidden {
	position: absolute !important;
	pointer-events: none;
	z-index: -1;
	right: 0;
	visibility: hidden;
}

.focus-nav-hidden .ipsNavBar_secondary {
	display: none !important;
}

.focus-nav-loading {
	overflow: hidden;
}

.focus-nav {
	flex: 1 1 auto;
}

@media screen and (max-width:979px) {
	.ipsApp .nav-bar,
	.ipsApp .focus-nav {
		display: none;
	}
}

#ipsLayout_header nav {
	background: transparent;
	height: auto;
}

.ipsNavBar_primary {
	padding: 0;
	border-radius: 0;
	font-size: 0;
	top: auto;
	z-index: 10;
}

.ipsNavBar_primary {
	text-align: left;
}

html[dir='rtl'] .ipsNavBar_primary {
	text-align: right;
}

.focus-nav-right .ipsNavBar_primary {
	text-align: right;
}

html[dir='rtl'] .focus-nav-right .ipsNavBar_primary {
	text-align: left;
}

html[dir='ltr'] .ipsApp .ipsNavBar_primary .ipsNavBar_secondary,
html[dir='ltr'] .ipsApp .ipsNavBar_primary .ipsMenu {
	text-align: left;
}

html[dir='rtl'] .ipsApp .ipsNavBar_primary .ipsNavBar_secondary,
html[dir='rtl'] .ipsApp .ipsNavBar_primary .ipsMenu {
	text-align: right;
}

.ipsNavBar_primary>ul {
	max-height: 38px;
}

html[dir="ltr"] .ipsNavBar_primary>ul>li,
html[dir="ltr"] .ipsNavBar_secondary>li,
html[dir="rtl"] .ipsNavBar_primary>ul>li,
html[dir="rtl"] .ipsNavBar_secondary>li {
	float: none;
}

.ipsNavBar_primary>ul>li {
	vertical-align: top;
	background-clip: padding-box;
}

body.ipsApp .ipsNavBar_primary>ul>li>a {
	margin: 0;
}

.ipsNavBar_primary>ul>li>a {
	border-radius: 0;
	padding: 0px 20px;
	font-size: inherit;
	line-height: 38px;
}

.ipsNavBar_primary>ul>li>a,
.ipsNavBar_primary>ul>li.ipsNavBar_active>a,
.ipsNavBar_primary>ul>li>a:hover {
	background: none;
	color: inherit;
}

.ipsNavBar_primary>ul>li:hover>a {
	color: #ffffff;
}

.ipsNavBar_primary>ul>li[data-active]>a {
	color: #ffffff;
}

.ipsNavBar_primary a:before {
	content: "\f0f6";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	margin-right: 4px;
	opacity: 0.6;
	line-height: 1;
	vertical-align: middle;
}

html[dir='rtl'] .ipsNavBar_primary a:before {
	margin-right: 0;
	margin-left: 4px;
}

.ipsNavBar_secondary .ipsNavBar_secondary>li>a:before {
	display: none;
}

.ipsNavBar_secondary>li>a:before {
	width: 16px;
}

.ipsNavBar_primary li[data-navapp="nexus"]>a:before {
	content: "\f07a"
}

.ipsNavBar_primary li[data-navext="Support"]>a:before {
	content: "\f1cd"
}

.ipsNavBar_primary li[data-navapp="forums"]>a:before {
	content: "\f086"
}

.ipsNavBar_primary li[data-navapp="gallery"]>a:before {
	content: "\f030"
}

.ipsNavBar_primary li[data-navapp="downloads"]>a:before {
	content: "\f019"
}

.ipsNavBar_primary li[data-navapp="cms"]>a:before {
	content: "\f15c"
}

.ipsNavBar_primary li[data-navapp="blog"]>a:before {
	content: "\f02d"
}

.ipsNavBar_primary li[data-navapp="calendar"]>a:before {
	content: "\f073"
}

.ipsNavBar_primary li[data-navapp="chat"]>a:before {
	content: "\f27a"
}

.ipsNavBar_primary li[data-navext="StaffDirectory"]>a:before {
	content: "\f007"
}

.ipsNavBar_primary li[data-navext="OnlineUsers"]>a:before {
	content: "\f0c0"
}

.ipsNavBar_primary li[data-navext="Search"]>a:before {
	content: "\f002"
}

.ipsNavBar_primary li[data-navext="Guidelines"]>a:before {
	content: "\f071"
}

.ipsNavBar_primary li[data-navext="Leaderboard"]>a:before {
	content: "\f091"
}

.ipsNavBar_primary li[data-navext="Clubs"]>a:before {
	content: "\f0c0"
}

.ipsNavBar_primary li[data-navext="Promoted"]>a:before {
	content: "\f14a"
}

.ipsNavBar_primary li>a[href*="/discover/"]:before {
	content: "\f0f6"
}

.ipsNavBar_primary li[data-navext="AllActivity"]>a:before {
	content: "\f0ac"
}

.ipsNavBar_primary li[data-navext="YourActivityStreams"]>a:before {
	content: "\f03a"
}

.ipsNavBar_primary li[data-navext="YourActivityStreamsItem"]>a[href*='discover/unread']:before {
	content: "\f0c5"
}

.ipsNavBar_primary li[data-navext="YourActivityStreamsItem"]>a[href*='discover/content-started']:before {
	content: "\f234"
}

.ipsNavBar_primary #elBackHome:before {
	content: "\f0a8"
}

.ipsNavBar_primary #elNavigationMore>a:before,
.ipsNavBar_primary .focus-nav-more>a:before {
	content: "\f0c9"
}

#elNavSecondary_1>a:before {
	content: "\f03a"
}

#elNavSecondary_2>a:before {
	content: "\f0a1"
}

html[dir='ltr'] .nav-arrow>.fa-caret-down {
	margin-left: 4px;
}

html[dir='rtl'] .nav-arrow>.fa-caret-down {
	margin-right: 4px;
}

#elBackHome .fa {
	display: none;
}

.ipsNavBar_secondary .nav-arrow>.fa-caret-down {
	display: none;
}

.ipsNavBar_primary:not(.ipsNavBar_noSubBars)>ul:before,
#ipsLayout_header nav.ipsNavBar_noSubBars:after {
	display: none;
}

.ipsNavBar_primary>ul>li {
	position: relative;
}

.ipsNavBar_primary>ul>li:hover {
	z-index: 1;
}

.ipsNavBar_secondary {
	background: currentColor;
	border-color: currentColor;
	min-width: 175px;
	border-radius: 0px 0px 3px 3px;
	display: block !important;
	top: 100%;
	left: 0;
	right: auto;
	bottom: auto;
	z-index: auto;
	height: auto;
	white-space: nowrap;
	pointer-events: none;
	transform-origin: 50% 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s;
	top: calc(100% + 8px);
	border-radius: 3px;
	transform: translateY(6px);
	padding-top: 5px;
}

.ipsNavBar_primary>ul>li:hover .ipsNavBar_secondary {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	transition-delay: 0s, 0s;
	transform: translateY(0);
}

html[dir='rtl'] .ipsNavBar_secondary,
.focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(1)>.ipsNavBar_secondary,
.focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(2)>.ipsNavBar_secondary,
.focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(3)>.ipsNavBar_secondary,
.ipsNavBar_primary>ul>li.focus-nav-more>.ipsNavBar_secondary {
	right: 0;
	left: auto;
}

html[dir="rtl"] .focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(1)>.ipsNavBar_secondary,
html[dir="rtl"] .focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(2)>.ipsNavBar_secondary,
html[dir="rtl"] .focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(3)>.ipsNavBar_secondary,
html[dir='rtl'] .ipsNavBar_primary>ul>li.focus-nav-more>.ipsNavBar_secondary {
	right: auto;
	left: 0;
}

.ipsNavBar_primary>ul>li>.ipsNavBar_secondary:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 20px;
	border: 6px solid transparent;
	border-top: 0;
	border-bottom-color: currentColor;
}

html[dir='rtl'] .ipsNavBar_primary>ul>li>.ipsNavBar_secondary:before,
.focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(1)>.ipsNavBar_secondary:before,
.focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(2)>.ipsNavBar_secondary:before,
.focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(3)>.ipsNavBar_secondary:before,
.ipsNavBar_primary>ul>li.focus-nav-more>.ipsNavBar_secondary:before {
	left: auto;
	right: 20px;
}

html[dir='rtl'] .focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(1)>.ipsNavBar_secondary:before,
html[dir='rtl'] .focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(2)>.ipsNavBar_secondary:before,
html[dir='rtl'] .focus-nav-right .ipsNavBar_primary>ul>li:nth-last-of-type(3)>.ipsNavBar_secondary:before,
html[dir='rtl'] .ipsNavBar_primary>ul>li.focus-nav-more>.ipsNavBar_secondary:before {
	right: auto;
	left: 20px;
}

.ipsNavBar_primary>ul>li>.ipsNavBar_secondary:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	height: 8px;
}

html .ipsApp .ipsNavBar_secondary>li {
	display: block;
	float: none;
}

html .ipsApp .ipsNavBar_secondary>li.ipsHide {
	display: none;
}

.ipsNavBar_secondary,
.ipsNavBar_primary>ul>li .ipsMenu {
	font-size: 1.2rem;
}

.ipsNavBar_secondary>li>a {
	font-size: inherit;
	float: none;
	text-align: left;
	white-space: nowrap;
	line-height: 1.3;
}

html[dir='rtl'] .ipsNavBar_secondary>li>a {
	text-align: right;
}

html[dir='ltr'] .ipsNavBar_secondary>li>a {
	padding: 12px 24px 12px 12px;
}

html[dir='rtl'] .ipsNavBar_secondary>li>a {
	padding: 12px 12px 12px 24px;
}

.ipsNavBar_secondary>li>a:hover {
	color: #ffffff;
}

.ipsNavBar_secondary li:last-of-type,
.ipsNavBar_secondary li:last-of-type a:not(.ipsButton) {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.focus-attached-dropdowns .ipsNavBar_secondary {
	transform: scaleY(0.7);
	top: auto;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0;
}

.focus-attached-dropdowns .ipsNavBar_primary>ul>li:hover .ipsNavBar_secondary {
	transform: scaleY(1);
}

.focus-attached-dropdowns .ipsNavBar_primary>ul>li>.ipsNavBar_secondary:before,
.focus-attached-dropdowns .ipsNavBar_primary>ul>li>.ipsNavBar_secondary:after {
	display: none;
}

.ipsNavBar_primary.ipsNavBar_noSubBars {
	padding: 0;
	margin: 0;
}

#ipsLayout_header nav.ipsNavBar_noSubBars,
.ipsLayout_minimal #ipsLayout_header nav {
	margin: 0;
}

.ipsNavBar_secondary .ipsNavBar_secondary {
	position: static !important;
	z-index: auto !important;
	color: rgba(255, 255, 255, 0.6);
	transform: none;
	transition: none;
	opacity: 1;
	padding: 0;
	min-width: 0;
	max-width: none;
	width: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: inset rgba(255, 255, 255, 0.08) 0px 1px 0px, inset rgba(255, 255, 255, 0.08) 0px -1px 0px;
	background: rgba(255, 255, 255, 0.04);
}

html[dir='ltr'] .ipsNavBar_secondary .ipsNavBar_secondary>li>a {
	padding-left: 36px;
}

html[dir='rtl'] .ipsNavBar_secondary .ipsNavBar_secondary>li>a {
	padding-right: 36px;
}

.ipsNavBar_secondary .ipsNavBar_secondary>li a,
.ipsNavBar_secondary .ipsMenu>li a {
	font-weight: normal;
}

.ipsNavBar_secondary .ipsNavBar_secondary>li[data-active] a {
	font-weight: bold;
}

.ipsNavBar_secondary [data-musheddropdown]>.ipsMenu_item>a {
	color: rgba(255, 255, 255, 0.6);
}

.ipsNavBar_secondary [data-musheddropdown]>.ipsMenu_item>a:hover {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.05) !important;
}

.ipsNavBar_primary .ipsMenu>li>a {
	color: inherit;
}

.ipsNavBar_primary .ipsMenu>li>a:before {
	display: none;
}

.ipsNavBar_secondary>li>a .fa-caret-down {
	position: absolute;
	right: 10px;
	margin-top: 2px;
}

html[dir='rtl'] .ipsNavBar_secondary>li>a .fa-caret-down {
	right: auto;
	left: 10px;
}

.ipsNavBar_secondary .ipsMenu_subItems .fa-caret-down {
	display: none;
}

.ipsNavBar_secondary a.ipsButton_primary {
	background-color: #b00202 !important;
}

.ipsNavBar_primary .ipsMenu>li>a.ipsButton_primary {
	color: #ffffff;
}

.mobile-nav-wrap {
	position: relative;
	z-index: 5000;
}

#elMobileNav {
	background: #222222;
	position: relative;
	font-size: 0;
	z-index: 10;
}

#elMobileBreadcrumb {
	color: rgba(255, 255, 255, 0.25);
	background-color: currentColor;
}

#elMobileNav li:not( #elMobileBreadcrumb) a {
	color: #ffffff;
	width: 40px;
	font-size: 20px;
}

#elMobileBreadcrumb:before {
	color: inherit;
}

html[dir="ltr"] #elMobileBreadcrumb:before {
	border-color: transparent transparent currentColor currentColor;
}

html[dir="rtl"] #elMobileBreadcrumb:before {
	border-color: currentColor currentColor transparent transparent;
}

#elMobileNav #elMobileBreadcrumb:nth-last-child(8) a {
	max-width: calc(100vw - 320px - 24px);
}

#elMobileNav #elMobileBreadcrumb:nth-last-child(7) a {
	max-width: calc(100vw - 280px - 24px);
}

#elMobileNav #elMobileBreadcrumb:nth-last-child(6) a {
	max-width: calc(100vw - 240px - 24px);
}

#elMobileNav #elMobileBreadcrumb:nth-last-child(5) a {
	max-width: calc(100vw - 200px - 24px);
}

#elMobileNav #elMobileBreadcrumb:nth-last-child(4) a {
	max-width: calc(100vw - 160px - 24px);
}

#elMobileNav #elMobileBreadcrumb:nth-last-child(3) a {
	max-width: calc(100vw - 120px - 24px);
}

#elMobileNav .icon-newspaper {
	font-size: inherit;
	vertical-align: baseline;
}

#elMobileNav .icon-newspaper:before {
	content: "\f15c";
}

html[dir="ltr"] #elMobileBreadcrumb {
	border-radius: 0px 3px 3px 0px;
}

html[dir="rtl"] #elMobileBreadcrumb {
	border-radius: 3px 0px 0px 3px;
}

#elMobileDrawer .ipsButton:after {
	border-color: transparent;
	border-top-color: rgba(255, 255, 255, 0.1);
}

.ipsDrawer_menu {
	background: #212121;
}

.ipsDrawer_menu .ipsButton_light {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border: 0;
}

.ipsDrawer_menu .cUserNav_icon a {
	color: #eee;
}

.ipsfocus-search {
	width: 300px;
	height: 38px;
	line-height: 38px;
}

html[dir='ltr'] .ipsfocus-search {
	padding-left: 10px;
}

html[dir='rtl'] .ipsfocus-search {
	padding-right: 10px;
}

.ipsNavBar_primary #elSearchWrapper {
	display: none;
}

#elSearch {
	padding: 0;
}

#elSearch form {
	border-radius: inherit;
}

#elSearch,
#elSearch form,
#elSearch input[type="search"],
#elSearch button {
	height: inherit;
	line-height: inherit;
}

#elSearch form {
	position: relative;
}

#elSearch input,
#elSearch button {
	color: inherit;
}

#elSearch ::-webkit-input-placeholder {
	opacity: 0.8;
	color: inherit;
}

#elSearch :-ms-input-placeholder {
	opacity: 0.8;
	color: inherit;
}

#elSearch ::placeholder {
	opacity: 0.8;
	color: inherit;
}

#elSearch button {
	cursor: pointer;
	line-height: inherit !important;
	padding: 0 10px;
	border: 0;
	background: none;
	border-radius: inherit;
	position: relative;
	min-width: 36px;
	min-width: var(--search-button-width);
}

html[dir='ltr'] #elSearch button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

html[dir='rtl'] #elSearch button {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#elSearch button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	background: currentColor;
	opacity: 0.05;
}

#elSearch button:hover::before {
	opacity: 0.1;
}

#elSearch button .fa {
	line-height: inherit;
	display: block;
}

#elSearchExpanded {
	padding: 0;
	line-height: 1.6;
	border: 0;
	top: 100%;
	margin-top: 8px;
	border-radius: 4px;
	width: 100%;
	width: calc(100% - var(--search-button-width));
	box-shadow: rgba(237, 237, 237, 0.25) 0px 0px 0px 1px, 0px 1px 4px rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 0px 40px 50px;
	color: #aaaaaa;
	background: #1b1b1b;
	border-color: #1b1b1b;
}

html[dir="ltr"] #elSearchExpanded {
	left: 0;
	right: auto;
}

html[dir="rtl"] #elSearchExpanded {
	right: 0;
	left: auto;
}

#elSearchExpanded:before,
#elSearchExpanded:after {
	content: '';
	box-sizing: border-box;
	border: 6px solid transparent;
	position: absolute;
	top: -12px;
	left: 12px;
	border-bottom-color: inherit;
}

#elSearchExpanded:before {
	border-bottom-color: rgba(237, 237, 237, 0.25);
	margin-top: -1px;
}

#elSearchExpanded .ipsMenu_title {
	border: 0;
	border-radius: 0;
	background: none;
	color: #fafafa;
}

#elSearchExpanded .ipsMenu_title:not(:first-child) {
	margin-top: 20px;
}

#elSearchExpanded .ipsSideMenu_list {
	margin: 0 !important;
	background: none;
	border: 0;
	padding: 0 8px;
}

#elSearchExpanded .ipsSideMenu_list:last-child {
	padding-bottom: 6px;
}

#elSearchExpanded .ipsSideMenu_list,
#elSearchExpanded .ipsSideMenu_list>li,
#elSearchExpanded .ipsSideMenu_item {
	border-radius: inherit;
}

#elSearchExpanded .ipsSideMenu_item:not(.ipsSideMenu_itemActive):hover {
	background: rgba(170, 170, 170, 0.1);
}

#elSearchExpanded .ipsSideMenu_itemActive {
	color: #ededed;
	background: rgba(170, 170, 170, 0.15);
	font-weight: bold;
}

#elSearchExpanded .ipsSideMenu_item::after {
	color: inherit;
}

#elSearchExpanded .ipsSideMenu_item:not(.ipsSideMenu_itemActive)::after {
	opacity: 0.3;
}

@media screen and (min-width:980px) {
	#elSearch,
	#elSearch.cSearchExpanded {
		width: auto;
	}
	html[dir="ltr"] #elSearch {
		margin: 0;
	}
	html[dir="rtl"] #elSearch {
		margin: 0;
	}
	#elSearch form {
		display: flex;
		align-items: center;
		vertical-align: top;
	}
	#elSearch input[type="search"] {
		padding: 0;
		padding-left: 10px;
		position: relative;
		flex: 1 1 auto;
		width: 100%;
		z-index: 0;
		max-width: none;
	}
	html[dir="rtl"] #elSearch input[type="search"] {
		padding: 0px 10px 0px 0px;
	}
	#elSearch button {
		position: relative;
		flex: 0 0 auto;
	}
}

.mobile-search-wrap {
	display: none;
	padding: 8px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	transform: translateY(-105%);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	background-color: #222222;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.mobile-search #elSearch {
	height: 40px;
	line-height: 40px;
}

@media screen and (max-width:979px) {
	.mobile-search-wrap {
		display: block;
	}
	.show-mobile-search-wrap .mobile-search-wrap {
		opacity: 1;
		transform: translateY(0%);
		pointer-events: auto;
	}
	#elSearch {
		background: rgba(255, 255, 255, 0.85);
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
		box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
		color: #222;
		border-radius: 3px;
		float: none !important;
		display: block;
		width: 100%;
	}
	#elSearch form {
		display: flex;
	}
	#elSearch input[type="search"] {
		font-size: 1.6rem;
		width: auto;
		max-width: none;
		flex: 1 1 100%;
		position: static;
		padding: 0 12px;
	}
	.ipsfocus-search {
		display: none;
	}
}

#ipsLayout_mainArea {
	min-height: 0;
}

.precontent-blocks>div,
#elLicenseKey {
	margin-bottom: 10px;
}

.content-padding {
	padding: 10px;
}

@media screen and (min-width:768px) and (max-width:979px) {
	.ipsApp .content-padding {
		padding: 10px;
	}
}

@media screen and (max-width:767px) {
	.ipsApp .content-padding {
		padding: 7px;
	}
}

@media screen and (min-width:980px) {
	#ipsLayout_sidebar,
	html[dir="rtl"] #ipsLayout_sidebar {
		padding: 12px;
	}
	html[dir="ltr"] #ipsLayout_contentWrapper #ipsLayout_sidebar.ipsLayout_sidebarright,
	html[dir="rtl"] #ipsLayout_contentWrapper #ipsLayout_sidebar.ipsLayout_sidebarleft {
		padding-right: 0;
	}
	html[dir="ltr"] #ipsLayout_contentWrapper #ipsLayout_sidebar.ipsLayout_sidebarleft,
	html[dir="rtl"] #ipsLayout_contentWrapper #ipsLayout_sidebar.ipsLayout_sidebarright {
		padding-left: 0;
	}
	#ipsLayout_mainArea {
		padding-left: 0;
		padding-right: 0;
	}
	#ipsLayout_mainArea,
	#ipsLayout_sidebar,
	html[dir="rtl"] #ipsLayout_sidebar,
	#ipsLayout_contentWrapper #ipsLayout_sidebar:first-child {
		padding-top: 0;
	}
	html[dir="ltr"] #ipsLayout_sidebar.ipsLayout_sidebarright,
	html[dir="rtl"] #ipsLayout_sidebar.ipsLayout_sidebarleft {
		padding-left: 15px;
	}
	html[dir="rtl"] #ipsLayout_sidebar.ipsLayout_sidebarright,
	html[dir="ltr"] #ipsLayout_sidebar.ipsLayout_sidebarleft {
		padding-right: 15px;
	}
}

@media screen and (max-width:979px) {
	#ipsLayout_sidebar {
		background: none;
		margin: 0;
	}
	#ipsLayout_mainArea,
	body.ipsApp #ipsLayout_sidebar.ipsLayout_sidebarright,
	body.ipsApp #ipsLayout_sidebar.ipsLayout_sidebarleft {
		padding-left: 0;
		padding-right: 0;
	}
	#ipsLayout_mainArea+#ipsLayout_sidebar {
		padding-top: 0;
	}
	#ipsLayout_contentWrapper #ipsLayout_sidebar:first-child {
		padding: 0;
	}
	#ipsLayout_contentWrapper #ipsLayout_mainArea:first-child {
		padding-top: 0;
	}
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:before,
.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:after {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.2);
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li:hover>a:before,
.ipsBreadcrumb>ul[data-role="breadcrumbList"] li:hover>a:after,
.ipsBreadcrumb .ipsList_inline li a:hover {
	background: rgba(255, 255, 255, 0.4);
}

.ipsApp .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:active:before,
.ipsApp .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:active:after,
.ipsApp .ipsBreadcrumb .ipsList_inline li a:active {
	background: rgba(0, 0, 0, 0.07);
}

.ipsBreadcrumb .ipsList_inline li {
	border-color: rgba(0, 0, 0, 0.06);
}

.ipsfocus-breadcrumb {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.ipsApp .ipsBreadcrumb {
	line-height: 38px;
	font-size: 11.5px;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	font-weight: bold;
	border: 0;
	transition: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	opacity: 1;
	position: relative;
}

.ipsBreadcrumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
	border-radius: inherit;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.ipsBreadcrumb ul,
.ipsBreadcrumb #elRSS {
	position: relative;
}

.ipsApp .ipsBreadcrumb a {
	color: inherit;
	display: block;
	font-size: inherit;
	font-weight: inherit;
}

.ipsApp .ipsBreadcrumb a:hover {
	color: inherit;
}

.ipsBreadcrumb>ul>li {
	line-height: inherit;
	height: auto;
	max-width: none;
	overflow: visible;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"]>li:last-child {
	opacity: 1;
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"],
.ipsBreadcrumb>ul[data-role="breadcrumbList"] li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: inherit;
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] {
	display: block;
	border-radius: inherit;
	overflow: hidden;
}

html[dir='ltr'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li {
	float: left;
	padding-left: 15px;
}

html[dir="rtl"] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li {
	float: right;
	padding-right: 15px;
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a {
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

html[dir='ltr'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a {
	margin-left: -15px;
}

html[dir='rtl'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a {
	margin-right: -15px;
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:before,
.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:after {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	box-shadow: inset currentColor -1px 0px 0px 0px;
	content: '';
	position: absolute;
	height: 50%;
	width: 100%;
	right: 0;
	z-index: -1;
	box-sizing: border-box;
	transform-origin: 100% 50%;
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:before {
	top: 0;
	transform: skewX(30deg);
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:after {
	top: 50%;
	transform: skewX(-30deg);
}

html[dir='rtl'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:before,
html[dir='rtl'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:after {
	right: auto;
	left: 0;
	border-width: 0px 0px 0px 1px;
	box-shadow: inset currentColor 1px 0px 0px 0px;
}

html[dir='rtl'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:before {
	transform: skewX(-30deg);
}

html[dir='rtl'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:after {
	transform: skewX(30deg);
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:active:before,
.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:active:after {
	color: rgba(0, 0, 0, 0.05);
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:active:before {
	box-shadow: inset currentColor -2px 1px 1px;
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:active:after {
	box-shadow: inset currentColor -2px -1px 1px;
}

html[dir='rtl'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:active:before {
	box-shadow: inset currentColor 2px 1px 1px;
}

html[dir='rtl'] .ipsBreadcrumb>ul[data-role="breadcrumbList"] li>a:active:after {
	box-shadow: inset currentColor 2px -1px 1px;
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] li:first-of-type>a:before,
.ipsBreadcrumb>ul[data-role="breadcrumbList"] li:first-of-type>a:after {
	width: calc(100% + 20px);
}

.ipsBreadcrumb>ul[data-role="breadcrumbList"] .fa {
	display: none;
}

.ipsBreadcrumb .ipsList_inline li {
	margin: 0 !important;
	float: left;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}

html[dir="rtl"] .ipsBreadcrumb .ipsList_inline li {
	float: right;
	border-width: 0px 1px 0px 0px;
}

.ipsBreadcrumb .ipsList_inline li a {
	display: block;
	padding: 0 15px;
}

html[dir="ltr"] .ipsBreadcrumb_bottom .ipsBreadcrumb .ipsList_inline:not(:first-child) li:last-of-type {
	border-right-width: 1px;
}

html[dir="rtl"] .ipsBreadcrumb_bottom .ipsBreadcrumb .ipsList_inline:not(:first-child) li:last-of-type {
	border-left-width: 1px;
}

.ipsBreadcrumb_top .ipsList_inline li:nth-of-type(2):last-of-type {
	display: none;
}

.ipsBreadcrumb>ul>li .fa:not(.fa-home) {
	margin: 0;
}

html[dir='ltr'] .ipsBreadcrumb>ul>li .fa {
	margin-right: 3px;
}

html[dir='rtl'] .ipsBreadcrumb>ul>li .fa {
	margin-left: 3px;
}

.icon-newspaper {
	display: inline-block;
	font-family: 'FontAwesome';
	vertical-align: middle;
	transform: translate(0, 0);
	font-size: 14px;
}

html[dir='ltr'] .ipsBreadcrumb .icon-newspaper {
	margin-right: 2px;
}

html[dir='rtl'] .ipsBreadcrumb .icon-newspaper {
	margin-left: 2px;
}

.icon-newspaper:before {
	content: '\f07c';
}

#elRSS {
	margin: 0 !important;
	padding: 0 10px;
	height: 38px;
	display: flex;
	align-items: center;
}

#elRSS .fa {
	background: #F28826;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	color: #fff;
	box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	text-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px;
	border-radius: 3px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
}

#elRSS .fa:before {
	content: '\f09e';
}

.ipsBreadcrumb #elRSS~.ipsPos_right li:last-of-type {
	border-right-width: 1px;
}

html[dir='rtl'] .ipsBreadcrumb #elRSS~.ipsPos_right li:last-of-type {
	border-left-width: 1px;
}

.ipsfocus_social {
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipsfocus_social.iconButtons a {
	width: 38px;
	height: 38px;
}

.ipsfocus_social li {
	line-height: 38px;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 4px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
}

html[dir="rtl"] .ipsfocus_social li {
	padding-left: 0;
	padding-right: 4px;
}

.ipsfocus_social a {
	color: inherit;
	background: #444444;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
	border-radius: 3px;
	padding: 0 12px 0 44px;
	display: block;
	text-decoration: none;
	outline: none;
	position: relative;
}

.ipsfocus_social a:active {
	box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 3px;
	top: 1px;
}

.ipsfocus_social a:before {
	content: "\f1e0";
	background: rgba(255, 255, 255, 0.18);
	box-shadow: inset rgba(255, 255, 255, 0.15) -1px 0px 0px 0px, rgba(0, 0, 0, 0.1) 1px 0px 0px 0px;
	border-radius: inherit;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	width: 32px;
	text-align: center;
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	pointer-events: none;
}

html[dir='ltr'] .ipsfocus_social a:before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

html[dir='rtl'] .ipsfocus_social a:before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ipsfocus_social a:after {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset rgba(255, 255, 255, 0.15) 0px 1px 0px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border-radius: inherit;
}

.ipsfocus_social a:hover:after {
	background: rgba(255, 255, 255, 0.2);
}

.ipsfocus_social a:active:after {
	background: rgba(0, 0, 0, 0.1);
}

.ipsfocus_social.iconButtons a {
	padding: 0;
	overflow: hidden;
	text-indent: 120%;
}

.ipsfocus_social.iconButtons a:before {
	background: none;
	text-indent: 0;
	left: 0;
	width: 100%;
	box-shadow: none;
}

.ipsfocus_social.textButtons a {
	padding: 0 12px;
}

.ipsfocus_social.textButtons a:before {
	display: none;
}

#ipsLayout_footer .ipsfocus_social {
	-webkit-justify-content: center;
	justify-content: center;
}

#ipsLayout_footer .ipsfocus_social li {
	margin: 0 3px;
	padding: 0;
}

#ipsLayout_footer .ipsfocus_social a {
	color: inherit;
}

@media screen and (max-width:979px) {
	#ipsLayout_footer .ipsfocus_social {
		margin: 10px 0;
	}
}

.ipsfocus_social a[href*='discordapp.com']:before,
.ipsfocus_social a[href*='discord.gg']:before {
	content: '';
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA5CAYAAACh6qw/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU5RTI0Qjc5MDk0QjExRTg5N0M0QjMxNUU3NzU3MTQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU5RTI0QjdBMDk0QjExRTg5N0M0QjMxNUU3NzU3MTQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTlFMjRCNzcwOTRCMTFFODk3QzRCMzE1RTc3NTcxNDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTlFMjRCNzgwOTRCMTFFODk3QzRCMzE1RTc3NTcxNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7dniwbAAAGOUlEQVR42uycf2wURRTH5862KoVSMNBeEQjWUgq2Iv2BfyBVoifGRPxB8AeIIVYTf0RjlISoIP4AjSbERLERDDEqaEz4oSlItUaQGBUkqa0opAVBpAVRamypgNXz+9x3sJ3u3u3Oznot3W/yCUtvd97su9mdmfdmLhSLxYRPCoMKcAkoAUVgKsgA1eB+zfZWgiqwm2kBjeA7sBP86cdNpmkubyCIgmuZ0dLne8Fm8IkP9/IHaAbjGLOOgFq2+zH4RZfRkKYWOAncCWaDYdJn34D1YC3Y46DVZoFz+NhcuRD4G5wExxOUUQhmgZnc8mV1gjXgHbA11Q6cBuaD6dLfqdDV4CXQIH2WCyIgj1toATMKZIMh7MCQyYEh/pcceIJb0EHQxF9KMx83S7aKwQJwG38hsr4ES8BGZQ+QAxUoBjWxnuoAz0jnjgRzwBugEZyK+aefwXrwMLhUqsci0G5z3edgioov3F5ALfZ5iwqQUx41nVcEXgANsdSqBawCFaa6PQY6bc6nc7P9cuBksMfC6HNgOBgMHgf7Yr1Tv4JlYDQYxU+KlY6CG3Q7MN/C0GcgCirB6ljf0iYwnev/qc05USe+cdqJbAGVfNwFtoGvuJe7XvRd1XInR/dxBRhg+qyVOzrPvXCx1JN2cS+YJ84e7QM5IFP6++3gPa8OXAduEv1T9eAyLw68iGcP/VlX8SvMduSfSA+IQE+otkCa9B/mmUF/Fz2JP7ptgXMD553WgyotcDsoD3x3OpqT66YF5gXO66YcDtM5dmDQefTUQ24e4Z/AyMBn3UShtEFyZNuqBU4InGcpilHe4uQRvjvwVcKRSdJH+ABHhwP1VBcP7TrsWmBB4LyEoiTc1ESP8NWBj5Lq5kQOnBn4J6lmmP1mfgdSOvF3cSYDplMUuNwBjnEPT4P0KRrL/wd8CL4VRn44H0wGpT45kRYL7PrvyBSejvoQOt8MSmzC4Vdqyp+8D8bY2LgRHPbhvqqsciKLNBtZ4SCnMATs9WDjVQc2KOG1X/O9bbDKiWyVexgPojUpJQ7PpWEBJcSHurSxSTjPx1ACf78fwYX4yzAdlGk04GYw3gaeVrBR5eJcGtu+rDm4MNbswPGie0bKi5q4w3Cjt8FfLs6nrGCrSxvLNXck5WYHTtRY8AaFa6gVbndx/loFG/SaaNF4n+PNDizUWLDqu6bNxbkdijZOaLzPfPkR1jkm8/s6VRs6V5OWmR1YpLHgEsXr3DwFFyrayNbcAiM0jKG1eoc0zkDaFIYkY4SxOsCpaE3gOJc2LhfGekCdqgxzBEbn9I3GdXNcXrNQobW6HbMu8WFKNzbMYxrdel04T4leA+Yp2FjD83cnuksYq2l1K5ccGPGh4AH8uCRbgEQBhRpFGyPYRrIv6g7wpk9BhQg58AKfCqfH7AdhJKVlG5Tpf5EHxBkex2LfCyPUnmXx2QphrNX2S4OoE3kNB/f5HEPr4IEszTbOE8aSOd1q4zFoFzuzUPivujSfHmFZAzXPduw6r/97KcqwsMs5aKDuGhpWHJSeAr+dZc5QmSeHvQxjPhA2yx36mBp4mNOqcG0aOTBd4ULqOW8VRmCReti3+qDjOrkBTGJKlfyAXni3x/D2vRzeLgDv9oEtDi28tyUe8v/IQ1ntgjeVeNU6U4Ui4Cne1tWbVAfuMdWzPMHWL6daGC9sqYYKHuM9ceaEDm1mWQ6aUuS0evAsmGiqUxp4RUPZtXJWrlpTpXeAGRbZsTLeXkUt4YhPDqMU5kbet1co2c8ET2podaRtdjuVloFHNL2kaad4NffWh6TP4rMRCkpO4NAUZbmGg8FJpnc0bm0XZ7a80lSOEur1fHxSOr+Co0NzuWyvog3j18X/Y7U6iwytEsZ6OF2a53BCfz5PwyJs3xx5DpnGa+TA4w7m4l9onusvFfK2B5tkNPWoWzQ9Vs1ghOK+ZC9k8ntKh2gFxTSV3Zq0hOGgB8NtICsFzjOz00P9aQP5YpDuZbtrBo/1VCpSmmLnCd5A7bbTOsAdTo6u7a5x0b4x2ngYdRAums1R494gWk3VmOQcmsrVCeMHMmqcBlm8/OhEGVeMetGLRfdf66CKLO5lU7dZ3AmcK4wtbEc5kbWL+dqiB0+qfwUYAA41z4ekJFz3AAAAAElFTkSuQmCC);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.ipsfocus_social a[href*='discordapp.com'],
.ipsfocus_social a[href*='discord.gg'] {
	background: #7289da;
}

.ipsfocus_social a[href*='dropbox.com']:before {
	content: "\f16b";
}

.ipsfocus_social a[href*='dropbox.com'] {
	background: #007fe5;
}

.focus-social-gradient .ipsfocus_social a[href*='dropbox.com'] {
	background-image: linear-gradient(to bottom, #0097ea 0%, #007fe5 100%);
}

.ipsfocus_social a[href*='mailto:']:before {
	content: "\f01c";
}

.ipsfocus_social a[href*='mailto:'] {
	background: #444444;
}

.focus-social-gradient .ipsfocus_social a[href*='mailto:'] {
	background-image: linear-gradient(to bottom, #515151 0%, #444444 100%);
}

.ipsfocus_social a[href*='facebook.com']:before {
	content: "\f09a";
}

.ipsfocus_social a[href*='facebook.com'] {
	background: #304c87;
}

.focus-social-gradient .ipsfocus_social a[href*='facebook.com'] {
	background-image: linear-gradient(to bottom, #4c71b0 0%, #304c87 100%);
}

.ipsfocus_social a[href*='flickr.com']:before {
	content: "\f16e";
}

.ipsfocus_social a[href*='flickr.com'] {
	background: #fe2997;
}

.focus-social-gradient .ipsfocus_social a[href*='flickr.com'] {
	background-image: linear-gradient(to bottom, #fd30aa 0%, #e41c84 100%);
}

.ipsfocus_social a[href*='google.com']:before {
	content: "\f0d5";
}

.ipsfocus_social a[href*='google.com'] {
	background: #df6b39;
}

.focus-social-gradient .ipsfocus_social a[href*='google.com'] {
	background-image: linear-gradient(to bottom, #e47d43 0%, #d95332 100%);
}

.ipsfocus_social a[href*='instagram.com']:before {
	content: "\f16d";
}

.ipsfocus_social a[href*='instagram.com'] {
	background: #de416a;
}

.focus-social-gradient .ipsfocus_social a[href*='instagram.com'] {
	background-image: linear-gradient(to bottom left, #9035c0 0%, #d62f87 35%, #e85a42 65%, #feda7c 100%);
}

.ipsfocus_social a[href*='linkedin.com']:before {
	content: "\f0e1";
}

.ipsfocus_social a[href*='linkedin.com'] {
	background: #0073b2;
}

.focus-social-gradient .ipsfocus_social a[href*='linkedin.com'] {
	background-image: linear-gradient(to bottom, #008bc0 0%, #0073b2 100%);
}

.ipsfocus_social a[href*='paypal.com']:before,
.ipsfocus_social a[href*='paypal.me']:before {
	content: "\f1ed";
}

.ipsfocus_social a[href*='paypal.com'],
.ipsfocus_social a[href*='paypal.me'] {
	background: #253b80;
}

.focus-social-gradient .ipsfocus_social a[href*='paypal.com'] {
	background-image: linear-gradient(to bottom, #253b80 0%, #203370 100%);
}

.ipsfocus_social a[href*='pinterest.com']:before {
	content: "\f0d2";
}

.ipsfocus_social a[href*='pinterest.com'] {
	background: #cd1d1f;
}

.focus-social-gradient .ipsfocus_social a[href*='pinterest.com'] {
	background-image: linear-gradient(to bottom, #d62124 0%, #c0181a 100%);
}

.ipsfocus_social a[href*='reddit.com']:before {
	content: "\f1a1";
}

.ipsfocus_social a[href*='reddit.com'] {
	background: #609acf;
}

.focus-social-gradient .ipsfocus_social a[href*='reddit.com'] {
	background-image: linear-gradient(to bottom, #72add8 0%, #609acf 100%);
}

.ipsfocus_social a[href$='.rss']:before {
	content: "\f09e";
}

.ipsfocus_social a[href$='.rss'] {
	background: #ff9641;
}

.focus-social-gradient .ipsfocus_social a[href$='.rss'] {
	background-image: linear-gradient(to bottom, #ff9641 0%, #ff8543 100%);
}

.ipsfocus_social a[href*='skype.com']:before {
	content: "\f17e";
}

.ipsfocus_social a[href*='skype.com'] {
	background: #00b0f0;
}

.focus-social-gradient .ipsfocus_social a[href*='skype.com'] {
	background-image: linear-gradient(to bottom, #00bff3 0%, #00b0f0 100%);
}

.ipsfocus_social a[href*='soundcloud.com']:before {
	content: "\f1be";
}

.ipsfocus_social a[href*='soundcloud.com'] {
	background: #ff6900;
}

.focus-social-gradient .ipsfocus_social a[href*='soundcloud.com'] {
	background-image: linear-gradient(to bottom, #ff6900 0%, #ff4400 100%);
}

.ipsfocus_social a[href*='spotify.com']:before {
	content: "\f1bc";
}

.ipsfocus_social a[href*='spotify.com'] {
	background: #84b301;
}

.focus-social-gradient .ipsfocus_social a[href*='spotify.com'] {
	background-image: linear-gradient(to bottom, #add411 0%, #84b301 100%);
}

.ipsfocus_social a[href*='steampowered.com']:before,
.ipsfocus_social a[href*='steamcommunity.com']:before {
	content: "\f1b6";
}

.ipsfocus_social a[href*='steampowered.com'],
.ipsfocus_social a[href*='steamcommunity.com'] {
	background: #457498;
}

.focus-social-gradient .ipsfocus_social a[href*='steampowered.com'] {
	background-image: linear-gradient(to bottom, #457498 0%, #3b688a 100%);
}

.ipsfocus_social a[href*='stripe.com']:before {
	content: "\f1f5";
}

.ipsfocus_social a[href*='stripe.com'] {
	background: #58aada;
}

.focus-social-gradient .ipsfocus_social a[href*='stripe.com'] {
	background-image: linear-gradient(to bottom, #58aada 0%, #519dca 100%);
}

.ipsfocus_social a[href*='teamspeak.com']:before {
	content: "\f130";
}

.ipsfocus_social a[href*='teamspeak.com'] {
	background: #8190b1;
}

.focus-social-gradient .ipsfocus_social a[href*='teamspeak.com'] {
	background-image: linear-gradient(to bottom, #8190b1 0%, #7686a8 100%);
}

.ipsfocus_social a[href*='tumblr.com']:before {
	content: "\f173";
}

.ipsfocus_social a[href*='tumblr.com'] {
	background: #539fcc;
}

.focus-social-gradient .ipsfocus_social a[href*='tumblr.com'] {
	background-image: linear-gradient(to bottom, #62b1d6 0%, #539fcc 100%);
}

.ipsfocus_social a[href*='twitch.tv']:before {
	content: "\f1e8";
}

.ipsfocus_social a[href*='twitch.tv'] {
	background: #6441a5;
}

.focus-social-gradient .ipsfocus_social a[href*='twitch.tv'] {
	background-image: linear-gradient(to bottom, #6441a5 0%, #593993 100%);
}

.ipsfocus_social a[href*='twitter.com']:before {
	content: "\f099";
}

.ipsfocus_social a[href*='twitter.com'] {
	background: #0097d3;
}

.focus-social-gradient .ipsfocus_social a[href*='twitter.com'] {
	background-image: linear-gradient(to bottom, #00b9f0 0%, #0097d3 100%);
}

.ipsfocus_social a[href*='vimeo.com']:before {
	content: "\f194";
}

.ipsfocus_social a[href*='vimeo.com'] {
	background: #1bb5ea;
}

.focus-social-gradient .ipsfocus_social a[href*='vimeo.com'] {
	background-image: linear-gradient(to bottom, #20c1eb 0%, #1a8fb8 100%);
}

.ipsfocus_social a[href*='youtube.com']:before {
	content: "\f16a";
}

.ipsfocus_social a[href*='youtube.com'] {
	background: #cc332d;
}

.focus-social-gradient .ipsfocus_social a[href*='youtube.com'] {
	background-image: linear-gradient(to bottom, #d43c34 0%, #a92621 100%);
}

#ipsLayout_footer {
	color: #dddddd;
	margin: 0;
	padding: 20px 0;
	font-size: 1.2rem;
}

#elFooterLinks {
	margin: 0;
}

@media screen and (min-width:980px) {
	#ipsLayout_footer .ipsLayout_container {
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#ipsLayout_footer #elCopyright {
		text-align: right;
		margin: 0;
	}
	.ipsfocusCopyright {
		text-align: left;
	}
	html[dir='rtl'] .ipsfocusCopyright {
		text-align: right;
	}
	html[dir='ltr'] #elFooterLinks {
		text-align: left;
	}
	html[dir='rtl'] #elFooterLinks {
		text-align: right;
	}
}

#elFooterLinks,
#ipsLayout_footer a,
#ipsLayout_footer p,
#ipsLayout_footer #elCopyright {
	font-size: inherit;
}

#elFooterLinks .ipsfocusCopyright {
	display: block;
	margin: 0;
}

.ipsfocusCopyright a {
	border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.ipsfocusCopyright a:hover {
	border-bottom-color: rgba(221, 221, 221, 0.7);
}

#elFooterLinks .ipsfocusCopyright,
#elCopyright_userLine {
	margin-bottom: 4px;
}

#elCopyright_userLine:empty {
	display: none;
}

.focus-member .ipsWidget[data-blockid*="guestSignUp"]:not(.ui-sortable-handle) {
	display: none;
}

.ipsWidget[data-blockid*="guestSignUp"] .ipsWidget_inner,
.ipsWidget[data-blockid*="guestSignUp"] .ipsAreaBackground_light {
	padding: 0;
}

.ipsWidget[data-blockid*="guestSignUp"] .ipsAreaBackground_light {
	background: none;
}

.ipsWidget[data-blockid*="guestSignUp"],
.guest-widget-footer {
	border: 1px solid rgba(237, 237, 237, 0.3);
}

.ipsWidget[data-blockid*="guestSignUp"] {}

.guest-widget-header,
.guest-widget-footer,
.ipsWidget[data-blockid*="guestSignUp"] a.ipsButton:not(.ipsSocial) {
	background-color: #2d2d2d;
}

.ipsWidget[data-blockid*="guestSignUp"] {
	border-radius: 4px;
	box-shadow: none;
	padding: 6px;
	overflow: hidden;
}

.guest-widget-header {
	box-shadow: inset rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(255, 255, 255, 0.5) 0px 1px 0px;
	border-radius: 4px;
	color: inherit;
	padding: 14px;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
	display: block;
}

.ipsWidget[data-blockid*="guestSignUp"] .ipsType_richText {
	margin: 0;
	padding: 14px;
}

.guest-widget-footer {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
	border-width: 1px 0 0 0;
	line-height: 32px;
	padding: 4px;
	margin: 0 -6px -6px -6px;
}

.guest-widget-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.guest-widget-footer li {
	margin: 5px;
	flex: 0 0 auto;
}

.ipsWidget_vertical .guest-widget-footer li {
	flex: 1 0 auto;
}

.guest-widget-footer .ipsButton {
	float: none;
	display: block;
}

.ipsWidget[data-blockid*="guestSignUp"] a.ipsButton:not(.ipsSocial) {
	border: 0 solid currentcolor;
	border-radius: 3px;
	color: inherit;
	padding: 0 14px 0 46px;
	line-height: inherit;
	font-weight: bold;
	position: relative;
}

.ipsWidget[data-blockid*="guestSignUp"] a.ipsButton:not(.ipsSocial):hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.ipsWidget[data-blockid*="guestSignUp"] a.ipsButton:not(.ipsSocial):active {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
	transform: translateY(1px);
}

.ipsWidget[data-blockid*="guestSignUp"] a.ipsButton:not(.ipsSocial)::before {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px 0px 0px 3px;
	content: "\f084";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 32px;
	text-align: center;
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	pointer-events: none;
}

.ipsWidget[data-blockid*="guestSignUp"] a.ipsButton[href*='/register/']:not(.ipsSocial)::before {
	content: "\f067";
}

.ipsWidget[data-blockid*="guestSignUp"] a.ipsButton:not(.ipsSocial)::after {
	border-width: 1px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
}

.ipsWidget[data-blockid*="guestSignUp"] .ipsSocial {
	min-width: 0;
	max-width: none;
	width: auto;
	padding: 0 !important;
	line-height: 32px;
	vertical-align: top;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.ipsWidget[data-blockid*="guestSignUp"] .ipsSocial:after {
	border-width: 1px;
	border-style: solid;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ipsWidget[data-blockid*="guestSignUp"] .ipsSocial_text {
	padding: 0 10px;
}

.focus-guest-alert .ipsWidget[data-blockid*="guestSignUp"],
.focus-guest-alert .guest-widget-footer {
	border-color: #f0cea1;
}

.focus-guest-alert .ipsWidget[data-blockid*="guestSignUp"] {
	background-color: #fcefe0 !important;
	color: #9A6200;
}

.focus-guest-alert .guest-widget-header,
.focus-guest-alert .guest-widget-footer,
.focus-guest-alert .ipsWidget[data-blockid*="guestSignUp"] a.ipsButton:not(.ipsSocial) {
	background-color: #EFAF5B;
}

.ipsPageHeader {
	margin-top: 0;
	padding: 15px;
	background: #1b1b1b;
}

.ipsType_sectionTitle {
	border: 0;
	border-radius: 0;
	text-transform: none;
	line-height: 2rem;
}

.ipsType_sectionTitle a {
	color: inherit;
}

.ipsType_sectionTitle .ipsType_light {
	color: inherit;
	opacity: 0.7;
}

.ipsType_pageTitle,
.ipsType_sectionTitle,
.ipsType_secondaryTitle,
.ipsType_sectionHead,
.ipsType_minorHeading {
	font-family: inherit;
}

.ipsType_sectionHead {
	color: #ededed;
}

.ipsBox {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

html .ipsApp .ipsBox:not(.ipsWidget) .ipsBox,
html .ipsApp .ipsTabs_panels .ipsBox,
html .ipsApp .ipsDialog>div .ipsBox {
	border: 1px solid rgba(237, 237, 237, 0.2);
	background: rgba(237, 237, 237, 0.03);
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 5px;
	border-radius: 3px;
	background-clip: padding-box !important;
}

html .ipsApp .ipsBox .ipsAreaBackground .ipsBox {
	background-color: #1b1b1b;
}

html .ipsApp .ipsBox .ipsBox .ipsWidget_title,
html .ipsApp .ipsTabs_panels .ipsBox .ipsWidget_title,
html .ipsApp .ipsBox .ipsBox .ipsType_sectionTitle,
html .ipsApp .ipsTabs_panels .ipsBox .ipsType_sectionTitle {
	background: #7b7b7b;
	color: #fff;
	border: 1px solid rgba(237, 237, 237, 0.8);
	text-shadow: none;
	font-family: inherit;
	text-transform: none;
	box-shadow: none;
	text-shadow: none;
	margin: 5px 5px 0 5px;
	border-radius: 3px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 9px 12px;
}

html .ipsApp .ipsBox .ipsBox .ipsButtonBar,
html .ipsApp .ipsTabs_panels .ipsBox .ipsButtonBar {
	margin: 5px;
	border-radius: 3px;
}

html .ipsApp .ipsBox .ipsBox>.ipsAreaBackground,
html .ipsApp .ipsTabs_panels .ipsBox>.ipsAreaBackground {
	background: transparent;
}

.ipsBox_alt {
	padding: 15px;
}

.ipsBox_alt .ipsBox_alt {
	background: none;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.ipsApp .ipsButton:not( .ipsButton_noHover):hover {
	background-image: none;
}

.ipsApp .ipsButton:active,
.ipsApp .ipsButton_active {
	box-shadow: none;
	background-image: none;
}

.ipsApp .ipsButton,
.ipsApp .ipsToolList .ipsButton_link,
.ipsApp .ipsButton_link.ipsButton_link_secondary,
.ipsApp .ipsButton_link,
.ipsApp .ipsButton:active,
.ipsApp .ipsButton_active {
	border: 1px solid transparent;
}

.ipsButton {
	position: relative;
}

.ipsApp .ipsButton {
	transition: none;
}

.ipsApp .ipsCoverPhoto_button {
	position: absolute;
}

.ipsApp .ipsButton_fullWidth {
	overflow: visible;
}

.ipsButton:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-width: inherit;
	border-style: inherit;
	border-color: rgba(0, 0, 0, 0.2);
	border-radius: inherit;
	pointer-events: none;
}

.ipsButton:hover:after {
	background: rgba(255, 255, 255, 0.1);
}

.ipsApp .ipsButton:active:after,
.ipsApp .ipsButton_active:after {
	background: rgba(0, 0, 0, 0.1);
}

.ipsButton:active {
	transform: translateY(1px);
}

.ipsComment_controls .ipsButton:active,
.ipsButton_split .ipsButton:active,
.ipsMenu .ipsButton_link:active {
	transform: none;
}

.ipsApp .ipsButton_light:after {
	border-color: rgba(221, 221, 221, 0.25);
}

.ipsApp .ipsButton_light:hover:after {
	border-color: rgba(221, 221, 221, 0.4);
}

.ipsApp .ipsButton_light:active:after {
	background: rgba(0, 0, 0, 0.05);
}

.ipsApp .ipsButton_veryLight:after {
	border-color: rgba(204, 204, 204, 0.25);
}

.ipsApp .ipsButton_veryLight:hover:after {
	border-color: rgba(204, 204, 204, 0.4);
}

.ipsApp .ipsButton_veryLight:active:after {
	background: rgba(0, 0, 0, 0.05);
}

.ipsApp .ipsButton_link:after {
	border-color: currentColor;
	opacity: 0.5;
}

.ipsApp .ipsButton_link:hover:after {
	background: none;
	opacity: 0.8;
}

.ipsApp .ipsButton_link:active:after {
	background: none;
	opacity: 1;
}

.ipsApp .ipsToolList .ipsButton_link:after {
	display: none;
}

.ipsApp .ipsButton_link.ipsFollow,
.ipsApp .ipsButton_link.ipsPromote {
	background: #353535;
	color: #cccccc;
}

.ipsApp .ipsButton_link.ipsFollow:after,
.ipsApp .ipsButton_link.ipsPromote:after {
	border-color: currentColor;
	opacity: 0.3;
}

.ipsApp .ipsButton_link.ipsFollow:hover:after,
.ipsApp .ipsButton_link.ipsPromote:hover:after {
	border-color: currentColor;
	opacity: 0.6;
}

#elProfileHeader .ipsButton:after,
#ipsMultiQuoter .ipsButton:after,
#elProfileStats .ipsButton:after {
	border: 0;
}

.ipsToolList .ipsButton,
.ipsButton_primary {
	font-weight: bold;
}

.ipsToolList.ipsToolList_horizontal>li.ipsToolList_primaryAction .ipsButton:not(.ipsButton_link) {
	min-width: 0;
	font-weight: bold;
}

.ipsButton_split {
	border-radius: 3px;
}

html[dir="ltr"] ul.ipsButton_split>li:first-child,
html[dir="ltr"] .ipsButton_split>.ipsButton:first-child,
html[dir="ltr"] .ipsButton_split>li:first-child>.ipsButton,
html[dir="rtl"] ul.ipsButton_split>li:last-child,
html[dir="rtl"] .ipsButton_split>.ipsButton:last-child,
html[dir="rtl"] .ipsButton_split>li:last-child>.ipsButton {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

html[dir="ltr"] ul.ipsButton_split>li:last-child,
html[dir="ltr"] .ipsButton_split>.ipsButton:last-child,
html[dir="ltr"] .ipsButton_split>li:last-child>.ipsButton,
html[dir="rtl"] ul.ipsButton_split>li:first-child,
html[dir="rtl"] .ipsButton_split>.ipsButton:first-child,
html[dir="rtl"] .ipsButton_split>li:first-child>.ipsButton {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

html[dir='ltr'] .ipsButton_split .ipsButton {
	margin-left: -1px;
}

html[dir='rtl'] .ipsButton_split .ipsButton {
	margin-right: -1px;
}

.ipsButton_split .ipsButton.ipsButton_link {
	background: #1b1b1b;
	border: 1px solid transparent !important;
}

.ipsButton_split .ipsButton.ipsButton_link:hover {
	z-index: 1;
}

.ipsButton_split .ipsButton.ipsButton_link:after {
	display: block;
}

.ipsButton_split .ipsButton.ipsButton_primary {
	border-color: transparent !important;
	position: relative;
	z-index: 2;
}

.ipsButton_link:hover,
.ipsApp .ipsButton_overlaid:hover {
	background-image: none !important;
}

.ipsForm button.ipsButton:not(.ipsButton_link)[data-ipschange] {
	background: #b00202;
	border-color: transparent;
	color: #ffffff;
}

.ipsTags_edit .ipsButton_veryVerySmall {
	height: auto;
	margin-top: 0;
	vertical-align: top;
	font-size: 10px;
	line-height: 16px;
}

.ipsApp .ipsFollow,
.ipsApp .ipsFollow>a:only-child {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.ipsFollow>.ipsCommentCount {
	border-radius: inherit;
}

.ipsApp .ipsFollow>a:only-child {
	display: flex;
}

.ipsFollow>*:first-child {
	flex: 1 1 auto;
}

.ipsFollow>*:last-child {
	flex: 0 0 auto;
}

.ipsApp .ipsFollow .ipsCommentCount {
	margin: 0 3px;
}

.ipsFollow .ipsCommentCount {
	color: inherit;
	background: transparent;
	line-height: 12px;
}

.ipsButton_primary .ipsCommentCount {
	background: transparent;
}

.ipsFollow .ipsCommentCount:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	background: currentcolor;
	opacity: 0.15;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.ipsApp .ipsFollow {
		display: flex !important;
	}
}

.ipsApp .ipsButton.ipsFollow:hover {
	cursor: auto;
}

.ipsFollow .ipsCommentCount::after {
	display: none;
}

.ipsApp .ipsDataItem_new,
.ipsApp .ipsDataItem_success {
	background-color: #e9f2e8;
}

.ipsApp .ipsDataItem_warning {
	background-color: #705057;
}

.ipsApp .ipsDataItem_error {
	background-color: #50393e;
}

.ipsApp .ipsDataItem_info {
	background-color: #575757;
}

.ipsApp .ipsDataItem_status {
	background-color: #222222;
}

.ipsDataList_readStatus .ipsDataItem:not( .ipsDataItem_unread):not( .ipsDataItem_selected):not( .ipsModerated) {
	background: #222222;
}

.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected):not( .ipsModerated):not( .ipsDataItem_new):not( .ipsDataItem_success):not( .ipsDataItem_warning):not( .ipsDataItem_error):not( .ipsDataItem_info):not( .ipsDataItem_status):nth-child(even) {
	background-color: transparent;
}

.ipsDataList.ipsDataList_zebra>.ipsDataItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.ipsDataList_large .ipsDataItem {
	border-bottom-width: 1px;
}

@media screen and (max-width:979px) {
	.ipsApp .user-links,
	.ipsApp .nav-bar,
	.ipsApp .ipsfocus-breadcrumb {
		display: none;
	}
}

.ipsApp.ipsLayout_minimal .user-links,
.ipsApp.ipsLayout_minimal .ipsfocus-search,
.ipsApp.ipsLayout_minimal .ipsfocus-breadcrumb,
.ipsLayout_minimal .hide-minimal {
	display: none;
}

.ipsLayout_minimal #ipsLayout_mainArea {
	padding: 0;
}

.ipsLayout_minimal .ipsNavBar_primary>a,
.ipsApp .ipsNavBar_primary #elBackHome {
	padding: 0 20px;
	color: inherit;
	font-size: 1.2rem;
	line-height: 38px;
	font-weight: bold;
	display: inline-block;
}

.ipsLayout_minimal .ipsNavBar_primary:after {
	display: none;
}

.ipsLayout_minimal .content-padding {
	max-width: 1000px;
	margin: 0 auto;
}

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader .ipsToolList {
	order: 2;
	margin: 0;
}

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader:after {
	display: none;
}

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader .ipsButton_split .fa {
	font-size: 1.4rem;
}

.ipsPageHeader ul.ipsButton_split {
	vertical-align: top;
}

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader>*:only-child {
	width: 100%;
}

.cForumToggle {
	line-height: 20px;
	text-align: center;
}

.cForumToggle:after {
	content: '\f146';
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.cForumRow_hidden .cForumToggle:after {
	content: '\f0fe';
}

.cForumList .cForumRow .ipsDataList li:last-of-type {
	border-bottom: 0;
}

.cForumRow .ipsDataItem_title {
	margin-bottom: 0;
}

.cForumRow .ipsDataItem_title a {
	font-weight: bold;
}

.cForumList .ipsDataItem_unread .ipsDataItem_title:before,
.cForumGrid_unread .ipsPhotoPanel h3 a:before {
	color: #fff;
	background: #ed7a16;
	display: inline-block;
	font-size: 0.9rem;
	line-height: 2;
	border-radius: 3px;
	padding: 0 4px;
	margin-right: 4px;
	vertical-align: middle;
}

html[dir='rtl'] .cForumList .ipsDataItem_unread .ipsDataItem_title:before,
html[dir='rtl'] .cForumGrid_unread .ipsPhotoPanel h3 a:before {
	margin-left: 4px;
	margin-right: 0;
}

.cForumList .ipsDataItem_main>*:not(:first-child) {
	margin-top: 10px;
}

.cForumRow .ipsDataItem_meta:empty {
	display: none;
}

html .ipsApp .ipsDataItem_subList {
	padding: 0px !important;
	background: none !important;
}

.ipsDataItem_subList>li {
	margin: 0 !important;
}

.ipsDataItem_subList a {
	display: inline-block;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

html[dir='ltr'] .ipsDataItem_subList a {
	margin-right: 20px;
}

html[dir='rtl'] .ipsDataItem_subList a {
	margin-left: 20px;
}

.ipsDataItem_subList .ipsItemStatus_tiny {
	margin-right: -0.3em;
}

.ipsDataItem_subList a:before {
	content: "\f18e";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin-right: 4px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	vertical-align: top;
}

.ipsDataItem_subList li a::after {
	display: none;
}

@supports (display:grid) {
	.ipsDataItem_subList {
		display: var(--subforum-display);
		grid-gap: var(--subforum-gap);
		grid-template-columns: repeat(auto-fill, minmax(var(--subforum-min-width), 1fr));
	}
}

.ipsDataItem_subList .fa-circle {
	display: none;
}

.ipsDataItem_stats dl {
	margin: 0;
}

.cForumRow.ipsDataItem_unread .ipsDataItem_lastPoster li:nth-of-type(2) {
	font-weight: bold;
}

@media screen and (min-width:980px) {
	html[dir='ltr'] .cForumList .ipsDataItem_main {
		padding-left: 5px;
		padding-right: 0;
	}
	html[dir='rtl'] .cForumList .ipsDataItem_main {
		padding-right: 5px;
		padding-left: 0;
	}
	html[dir='ltr'] .cForumList .ipsDataItem_statsLarge {
		text-align: right;
		padding-left: 0;
		padding-right: 20px;
	}
	html[dir='rtl'] .cForumList .ipsDataItem_statsLarge {
		text-align: left;
		padding-right: 0;
		padding-left: 20px;
	}
	.ipsDataItem_lastPoster {
		line-height: 2rem;
	}
	.ipsDataItem_lastPoster .ipsUserPhoto {
		margin-top: -17px !important;
		top: 50%;
		position: absolute;
	}
}

@media screen and (max-width:979px) {
	.cForumRow.ipsDataItem {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		display: -webkit-flex;
		-webkit-align-items: flex-start;
		-webkit-justify-content: flex-start;
		-webkit-flex-wrap: wrap;
	}
	.cForumRow .ipsDataItem_icon {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		transform: translateY(5px);
	}
	html[dir='ltr'] .cForumRow.ipsDataItem .ipsDataItem_icon {
		margin-right: 10px;
	}
	html[dir='rtl'] .cForumRow.ipsDataItem .ipsDataItem_icon {
		margin-left: 10px;
	}
	.cForumRow .ipsDataItem_main {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: calc(100% - 25px - 10px);
		padding: 0 !important;
		margin: 0 !important;
	}
	.cForumRow .ipsDataItem_title {
		display: block;
		max-width: calc(100% - 80px);
	}
	.ipsApp .cForumList .ipsDataItem_icon:not(.ipsResponsive_hidePhone):not(.ipsResponsive_hideTablet)+.ipsDataItem_main+.ipsDataItem_stats {
		position: absolute;
		top: 15px;
		right: 12px;
		margin: 0;
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: flex-end;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.cForumRow .ipsDataItem_statsLarge .ipsDataItem_stats_number {
		font-size: inherit;
	}
	html[dir='rtl'] .cForumList .ipsDataItem_icon:not(.ipsResponsive_hidePhone):not(.ipsResponsive_hideTablet)+.ipsDataItem_main+.ipsDataItem_stats {
		right: auto;
		left: 12px;
	}
	html[dir='ltr'] .ipsApp .cForumList .ipsDataItem_icon:not(.ipsResponsive_hidePhone):not(.ipsResponsive_hideTablet)+.ipsDataItem_main+.ipsDataItem_stats>* {
		margin: 0;
	}
	html[dir='rtl'] .ipsApp .cForumList .ipsDataItem_icon:not(.ipsResponsive_hidePhone):not(.ipsResponsive_hideTablet)+.ipsDataItem_main+.ipsDataItem_stats>* {
		margin: 0;
	}
	.ipsApp .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto {
		position: static;
		height: auto;
		width: 100%;
		line-height: 22px;
	}
	.ipsApp .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li {
		margin-top: 10px;
	}
	html[dir='ltr'] .ipsApp .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto {
		padding-left: calc(25px + 10px);
	}
	html[dir='rtl'] .ipsApp .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto {
		padding-right: calc(25px + 10px);
	}
	html[dir="rtl"] .ipsDataItem_lastPoster .ipsUserPhoto {
		float: none;
	}
	.cForumList .ipsUserPhoto_tiny img {
		width: 22px;
		height: 22px;
	}
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li {
		display: inline-block;
		line-height: inherit;
	}
	html[dir='ltr'] .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li:nth-of-type(1) {
		padding-right: 6px;
	}
	html[dir='rtl'] .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li:nth-of-type(1) {
		padding-left: 6px;
	}
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li:nth-of-type(3) {
		display: none;
	}
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto .ipsContained {
		display: inline;
		width: auto;
		table-layout: auto;
	}
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child time {
		display: inline-block;
		width: auto;
		overflow: visible;
		font-size: 0;
	}
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child time:before {
		font-size: 1.1rem;
		content: "- ";
	}
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child time:after {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		text-align: inherit;
		font-size: 1.1rem;
		content: attr(data-short);
	}
}

@media screen and (min-width:1201px) {
	html[dir="ltr"] .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto {
		padding-left: 50px;
	}
	html[dir="rtl"] .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto {
		padding-right: 50px;
	}
	html[dir="ltr"] .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li,
	html[dir="rtl"] .cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li {
		margin: 0;
	}
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li.ipsType_blendLinks,
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li.ipsType_light {
		display: inline-block;
	}
	.cForumList .ipsDataItem_lastPoster.ipsDataItem_withPhoto li.ipsType_blendLinks:after {
		content: ',';
	}
}

.cForumList .ipsAreaBackground[data-role="forums"] {
	background: transparent;
}

.cForumRow .ipsGrid {
	margin-bottom: -15px;
}

.cForumGrid {
	border-color: rgba(237, 237, 237, 0.15);
	background-clip: padding-box !important;
	background: #222222;
}

.cForumGrid .cForumGrid_forumInfo {
	border-color: rgba(237, 237, 237, 0.1);
}

.cForumGrid_forumInfo {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cForumGrid_forumInfo>span {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	float: none;
}

.cForumGrid_forumInfo.ipsPhotoPanel_mini>div {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
}

html[dir="ltr"] .cForumGrid_forumInfo.ipsPhotoPanel_mini>div {
	margin-left: 15px;
}

html[dir="rtl"] .cForumGrid_forumInfo.ipsPhotoPanel_mini>div {
	margin-right: 15px;
}

.cForumGrid_title {
	font-size: 1.7rem;
}

#elContextualTools {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#elContextualTools.ipsSticky {
	padding: 0;
}

.cForumMiniList_wrapper {
	padding: 15px 15px 5px 15px;
}

.cForumMiniList_multiRoot {
	margin: 0;
}

.cForumMiniList.cForumMiniList_multiRoot>li>a {
	color: #fafafa;
	margin: 0;
}

.ipsApp .cForumMiniList .cForumMiniList .cForumMiniList {
	margin-bottom: 0;
}

html[dir="ltr"] .ipsSideMenu_item+.cForumMiniList,
html[dir="rtl"] .ipsSideMenu_item+.cForumMiniList {
	border: 0;
}

html[dir='ltr'] .cForumMiniList .ipsSideMenu_item+.ipsSideMenu_list .ipsSideMenu_item {
	padding: 6px 10px 6px 6px;
}

html[dir='rtl'] .cForumMiniList .ipsSideMenu_item+.ipsSideMenu_list .ipsSideMenu_item {
	padding: 6px 6px 6px 10px;
}

.cForumMiniList .cForumMiniList_blob {
	background: #ededed;
	color: #fff;
	top: auto;
}

html[dir="ltr"] .cForumMiniList .cForumMiniList_blob {
	margin-right: 8px;
}

html[dir="rtl"] .cForumMiniList .cForumMiniList_blob {
	margin-left: 8px;
}

.cForumMiniList .cForumMiniList_blob>span {
	background: #1b1b1b;
}

.cForumMiniList.cForumMiniList_multiRoot>li>a.cForumMiniList_selected {
	background: rgba(45, 45, 45, 0.5);
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.cForumMiniList_categorySelected {
	background: #222222;
	border-radius: 3px;
}

.ipsType_small.cForumMiniList_count {
	line-height: 18px;
}

@-webkit-keyframes dummy_anim {
	0% {
		background-color: rgba(45, 45, 45, 0.6);
	}
	50% {
		background-color: rgba(45, 45, 45, 0.9);
	}
	99% {
		background-color: rgba(45, 45, 45, 0.6);
	}
}

@-moz-keyframes dummy_anim {
	0% {
		background-color: rgba(45, 45, 45, 0.6);
	}
	50% {
		background-color: rgba(45, 45, 45, 0.9);
	}
	99% {
		background-color: rgba(45, 45, 45, 0.6);
	}
}

@-ms-keyframes dummy_anim {
	0% {
		background-color: rgba(45, 45, 45, 0.6);
	}
	50% {
		background-color: rgba(45, 45, 45, 0.9);
	}
	99% {
		background-color: rgba(45, 45, 45, 0.6);
	}
}

@-o-keyframes dummy_anim {
	0% {
		background-color: rgba(45, 45, 45, 0.6);
	}
	50% {
		background-color: rgba(45, 45, 45, 0.9);
	}
	99% {
		background-color: rgba(45, 45, 45, 0.6);
	}
}

@keyframes dummy_anim {
	0% {
		background-color: rgba(45, 45, 45, 0.6);
	}
	50% {
		background-color: rgba(45, 45, 45, 0.9);
	}
	99% {
		background-color: rgba(45, 45, 45, 0.6);
	}
}

.ipsItemStatus.ipsItemStatus_large {
	border-radius: 2px;
	font-size: 14px;
	color: #ffffff;
	width: 30px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.ipsItemStatus.ipsItemStatus_large,
.ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read {
	background: #c3050f;
}

.ipsItemStatus_large[style] .fa {
	color: #ffffff;
}

.focus-member .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read,
.focus-member .ipsItemStatus_custom.ipsItemStatus_read {
	opacity: 0.3;
	filter: grayscale(1);
}

.focus-guest .ipsItemStatus.ipsItemStatus_read {
	opacity: 1;
}

@media screen and (max-width:979px) {
	.ipsDataItem_icon .ipsItemStatus.ipsItemStatus_large {
		font-size: 14px;
		border-radius: calc(2px * 0.65);
		width: inherit;
		line-height: 1;
	}
}

.ipsItemStatus_large .fa-comments:before {
	content: '\f086';
}

.ipsItemStatus_large.ipsItemStatus_read .fa-comments:before {
	content: '\f0e6';
}

.ipsDataList_large .ipsDataItem_icon {
	min-width: 30px;
	width: 30px;
	max-width: 30px;
	padding: 10px;
	text-align: center;
	box-sizing: content-box;
}

.ipsItemStatus_custom,
.cForumRow .ipsItemStatus_custom {
	max-width: 30px;
}

@media (max-width:979px) {
	.ipsDataList_large .ipsDataItem_icon {
		min-width: 25px;
		width: 25px;
		max-width: 25px;
		padding: 0 !important;
	}
	.ipsItemStatus_custom,
	.cForumRow .ipsItemStatus_custom {
		max-width: 25px;
	}
	.ipsDataItem_icon .ipsItemStatus.ipsItemStatus_large {
		height: 38px;
	}
}

.ipsItemStatus.ipsItemStatus_large .fa {
	display: none;
}

.ipsApp .ipsItemStatus.ipsItemStatus_large,
.ipsApp .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read {
	background-color: transparent !important;
	background: url('http://www.rossoverdi.com/uploads/monthly_2018_06/f-icon.png.caedbe9b3898eb21843a14a1749f1906.png') no-repeat 50% 50%;
	background-size: contain;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.ipsDataItem_icon a[data-action="markAsRead"] {
	display: block;
}

#ipsLayout_sidebar {
	overflow: visible;
}

.ipsCommentCount,
.ipsCommentCount.ipsFaded {
	background: #707070;
	border-color: #707070;
	color: #ffffff;
}

.ipsCommentCount_hot {
	background: #d66723;
	border-color: #d66723;
}

html[dir="ltr"] .ipsCommentCount:after,
html[dir="ltr"] .ipsCommentCount.ipsFaded:after,
html[dir="ltr"] .ipsCommentCount_hot:after {
	border-right-color: inherit;
}

html[dir="rtl"] .ipsCommentCount:after,
html[dir="rtl"] .ipsCommentCount.ipsFaded:after,
html[dir="rtl"].ipsCommentCount_hot:after {
	border-left-color: inherit;
}

.cWidgetComments {
	position: relative;
}

.cWidgetComments .ipsCommentCount {
	position: absolute;
	top: 50%;
	margin-top: -13px;
}

html[dir='ltr'] .cWidgetComments .ipsCommentCount {
	right: 55px;
}

html[dir='rtl'] .cWidgetComments .ipsCommentCount {
	left: 55px;
}

.ipsWidget.ipsWidget_vertical .ipsWidget_title,
.ipsWidget.ipsWidget_horizontal .ipsWidget_title {
	border-radius: 0;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	text-transform: none;
	font-family: inherit;
}

.ipsWidget.ipsWidget_vertical .ipsWidget_inner {}

.ipsWidget.ipsWidget_horizontal .ipsTabs_panel {
	background: #1b1b1b;
}

html[dir="ltr"] .ipsWidget_columns>[class*="ipsGrid"] {
	border-right-color: rgba(237, 237, 237, 0.12);
}

html[dir="rtl"] .ipsWidget_columns>[class*="ipsGrid"] {
	border-left-color: rgba(237, 237, 237, 0.12);
}

.ipsWidget.ipsWidget_primary {
	background: #282828;
}

.ipsWidget.ipsWidget_primary h3 {
	color: #ffff00;
}

@media screen and (max-width:979px) {
	.ipsWidget_horizontal[data-blockid*="app_core_stats"] .ipsGrid_span4 {
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid rgba(237, 237, 237, 0.15);
	}
	.ipsWidget_horizontal[data-blockid*="app_core_stats"] .ipsGrid_span4:last-of-type {
		border: 0;
	}
}

.ipsWidget[data-blockid^="app_forums_topicFeed"] .ipsPad_half {
	padding-top: 0;
	padding-bottom: 0;
}

.ipsWidget_title .ipsType_light {
	color: inherit;
	opacity: 0.6;
	line-height: inherit;
}

html[dir='ltr'] .cWidgetComments .ipsBadge {
	margin-right: 5px;
}

html[dir='rtl'] .cWidgetComments .ipsBadge {
	margin-left: 5px;
}

a[data-ipsdialog-content="#elForumRules"],
a[data-ipsdialog-content="#elCategoryRules"] {
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	color: #ffff00;
	background: #222222;
	border: 2px solid rgba(237, 237, 237, 0.3);
	border-width: 2px 0px;
}

.ipsDialog #elForumRules {
	background-color: transparent;
}

@media screen and (min-width:980px) {
	html[dir='ltr'] .cTopicList .ipsDataItem_stats {
		padding-right: 25px;
	}
	html[dir='rtl'] .cTopicList .ipsDataItem_stats {
		padding-left: 25px;
	}
}

@media screen and (min-width:768px) {
	.cForumTopicTable .ipsDataItem_title {
		display: flex !important;
		align-items: center;
	}
	.cForumTopicTable .ipsDataItem_title .ipsContained {
		flex: 1 1 auto;
		display: block !important;
	}
	.cForumTopicTable .ipsDataItem_title .ipsBadge.ipsBadge_small,
	.cForumTopicTable .ipsTag_prefix,
	.cForumTopicTable .ipsPagination.ipsPagination_mini {
		vertical-align: top;
		position: relative;
		top: 2px;
	}
	.cForumTopicTable .ipsTag_prefix {
		top: 1px;
	}
	.cForumTopicTable .ipsDataItem_title>.ipsType_break>a,
	.cForumTopicTable .ipsDataItem_meta .ipsTags_inline {
		display: inline-block;
	}
	html[dir='ltr'] .cForumTopicTable .ipsDataItem_title>.ipsType_break>span,
	html[dir='ltr'] .cForumTopicTable .ipsDataItem_title>.ipsType_break>a,
	html[dir='ltr'] .cForumTopicTable .ipsDataItem .ipsDataItem_main .ipsContained>i {
		padding-right: 0;
		margin-right: 5px;
		display: inline-block;
	}
	html[dir='rtl'] .cForumTopicTable .ipsDataItem_title>.ipsType_break>span,
	html[dir='rtl'] .cForumTopicTable .ipsDataItem_title>.ipsType_break>a,
	html[dir='rtl'] .cForumTopicTable .ipsDataItem .ipsDataItem_main .ipsContained>i {
		padding-right: 0;
		margin-left: 5px;
		display: inline-block;
	}
}

.ipsItemStatus:not( .ipsItemStatus_large) {
	color: #ffff00;
}

.cTopicList .ipsDataItem_icon {
	vertical-align: middle !important;
}

.ipsItemStatus.ipsItemStatus_read:not(.ipsItemStatus_large) {
	color: inherit;
}

.cTopicList .ipsItemStatus.ipsItemStatus_read {
	opacity: 0.4;
}

.cTopicList .ipsItemStatus .fa-star:before {
	content: '\f086';
}

.cTopicList .ipsItemStatus .fa-circle:before {
	content: '\f0e6';
}

.ipsComment_content .ipsType_richText,
.ipsApp .cke_contents {
	font-size: 1.4rem;
	line-height: 1.6;
}

.ipsType_pageTitle [data-role="editableTitle"]:hover,
.ipsType_pageTitle[data-role="editableTitle"]:hover {
	background: rgba(237, 237, 237, 0.2);
}

.focus-button-alignment {
	margin: 15px 0;
}

.focus-button-alignment.ipsClearfix:after {
	display: none;
}

@media screen and (min-width:768px) {
	.focus-button-alignment {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.focus-button-alignment>* {
		flex: 0 0 auto;
	}
	html[dir='ltr'] .focus-button-alignment .ipsToolList {
		margin: 0 0 0 auto;
	}
	html[dir='rtl'] .focus-button-alignment .ipsToolList {
		margin: 0 auto 0 0;
	}
}

.focus-rating {
	color: #ffff00;
}

.focus-rating .ipsType_light {
	color: inherit;
}

.ipsRating .ipsRating_half .fa-star-half.fa-flip-horizontal,
.ipsRating .ipsRating_off .fa-star-o,
.ipsRating .ipsRating_off .fa-star {
	color: rgba(255, 255, 0, 0.7);
}

.focus-transparent .cTopicPostArea.ipsBox {
	background: none !important;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	box-shadow: none;
}

.ipsAreaBackground:not(.ipsBox)[data-role="replyArea"] {
	background: none;
}

.focus-topic-compact .focus-topic .cPost.ipsBox {
	margin-bottom: 0;
	box-shadow: none;
	background: none;
	border: 0;
	border-radius: 0;
}

.focus-topic-compact .focus-topic .ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular),
.focus-topic-compact .ipsComment.ipsBox.ipsComment_popular:not(.ipsModerated):not(.ipsComment_selected) {
	box-shadow: none;
	border: 0;
	background-color: transparent;
}

.focus-transparent:not(.focus-topic-compact) .cTopic .ipsComment {
	margin-bottom: 8px;
}

.cPost:before,
.cAuthorPane_mobile,
.focus-topic-compact .focus-topic .cPost:first-of-type {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.focus-topic-compact .focus-topic form,
.cPost .ipsColumn,
.cPost .ipsComment_content,
.cPost .cPost_contentWrap {
	border-radius: inherit;
}

.focus-topic-compact .focus-topic .cPost:last-of-type,
.cPost .ipsItemControls {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

@media screen and (min-width:768px) {
	.cPost:before {
		background: #282828;
		height: 42px;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
	}
	.cPost .cAuthorPane .cAuthorPane_author,
	.cPost .ipsComment_meta {
		line-height: 42px;
		color: #ffff00;
	}
	.cPost .cRatingColumn {
		position: static;
	}
	.cRatingColumn {
		padding-top: 57px !important;
		border: 1px solid rgba(237, 237, 237, 0.08);
		border-width: 0 1px 0 0;
	}
	html[dir='rtl'] .cRatingColumn {
		border-width: 0 0 0 1px;
	}
	.cPost .cAuthorPane {
		padding-top: 0 !important;
		width: var(--author-pane-width);
	}
	.cPost .cAuthorPane .cAuthorPane_author {
		font-size: 1.4rem;
		margin-bottom: 0;
		white-space: nowrap;
	}
	.cAuthorPane_author strong {
		font-weight: bold;
	}
	.cAuthorPane_info {
		padding-top: 18px;
	}
	.focus-sticky-author .cAuthorPane_info {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	body.ipsApp .cPost .ipsComment_meta {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1.2rem;
	}
	.cPost .cAuthorPane .cAuthorPane_author a,
	.cPost .ipsComment_meta a,
	.cPost .ipsComment_meta .ipsType_light {
		color: inherit !important;
	}
	body.ipsApp .cPost .cPost_contentWrap {
		padding-top: 18px;
		padding-bottom: 10px;
	}
	.ipsComment_tools>li {
		vertical-align: top;
	}
	.ipsApp .cPost:not(.ipsHide) {
		display: -webkit-flex;
		display: flex;
	}
	.cPost .cAuthorPane {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.cPost>.ipsColumn_fluid {
		-webkit-flex: 1 1 auto;
		display: -webkit-flex;
		flex: 1 1 auto;
		display: flex;
		width: 300px;
	}
	.focus-post-bar .cPost {
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.focus-post-bar .cPost .ipsComment_content {
		display: -webkit-flex;
		-webkit-flex-direction: column;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.focus-post-bar .cPost .ipsComment_meta {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.focus-post-bar .cPost .cPost_contentWrap {
		display: -webkit-flex;
		-webkit-flex-direction: column;
		-webkit-justify-content: space-between;
		-webkit-flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1 1 auto;
	}
	.focus-post-bar .cPost [data-role="commentContent"] {
		margin-bottom: auto;
		padding-bottom: 10px;
	}
	.cTopic .ipsUserPhoto_large img,
	.cTopic img.ipsUserPhoto_large,
	.cTopic .ipsUserPhoto_large:after {
		width: 110px;
		height: 110px;
		width: var(--topic-avatar);
		height: var(--topic-avatar);
		border-radius: 50%;
	}
}

@media screen and (max-width:767px) {
	#ipsLayout_body .cAuthorPane_mobile {
		background-color: #282828;
	}
	.cPost .cAuthorPane_mobile {
		color: #ffff00;
		padding: 10px !important;
	}
	.focus-rep-inherit .cAuthorPane_mobile .ipsRepBadge {
		color: inherit !important;
	}
	.cPost.ipsComment .cAuthorPane {
		height: 60px;
	}
	html[dir="ltr"] .cPost.ipsComment .cAuthorPane_photo {
		left: 9px;
	}
	html[dir="rtl"] .cPost.ipsComment .cAuthorPane_photo {
		right: 9px;
	}
	.cPost.ipsComment .cAuthorPane_photo {
		top: 50%;
		margin-top: -20px;
	}
	.cAuthorPane_photo .ipsUserPhoto {
		margin: 0;
	}
	html[dir="ltr"] .cPost.ipsComment .cAuthorPane_author {
		margin-left: 50px;
	}
	html[dir="rtl"] .cPost.ipsComment .cAuthorPane_author {
		margin-right: 50px;
	}
	.cPost .cAuthorPane_mobile .cAuthorPane_author {
		margin-top: 0;
		margin-bottom: 0;
		line-height: 20px;
		max-height: 20px;
		display: block !important;
	}
	.cPost .cAuthorPane_mobile .cAuthorPane_author>a {
		font-size: 14px;
		line-height: inherit;
	}
	.cPost .cAuthorPane_mobile .cAuthorPane_author>a,
	.cPost .cAuthorPane_mobile .cAuthorPane_author>span {
		display: inline-block !important;
		vertical-align: top;
	}
	.cAuthorPane_mobile .ipsRepBadge {
		vertical-align: top;
	}
	#ipsLayout_body .cAuthorPane_mobile *,
	#ipsLayout_body .cPost .ipsComment_meta .ipsType_light {
		color: inherit;
	}
	html[dir] .cPost .ipsComment_meta {
		line-height: 20px;
		color: #ffff00;
		top: -30px;
		padding: 0 1px;
	}
	.cPost .ipsComment_meta .ipsComment_tools>li {
		vertical-align: top;
	}
	.cPost .ipsComment_meta>.ipsType_reset:not(.ipsPos_right) {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	body.ipsApp .cPost .cPost_contentWrap {
		padding-left: 0;
		padding-right: 0;
	}
	.cPost .ipsColumn {
		margin-bottom: 0 !important;
	}
}

.ipsItemControls.iIC-no-buttons.iIC-no-react {
	display: none;
}

.cPost .ipsComment_controls {
	padding: 7px 0;
}

.ipsComment.ipsComment_ignored {
	padding-bottom: 15px;
}

.focus-topic-compact .ipsComment.ipsComment_ignored {
	padding-top: 15px;
	border-top: 1px solid rgba(237, 237, 237, 0.15);
}

.cPost.ipsModerated {
	background-color: #50393e !important;
}

.cPost.ipsModerated:before,
.cPost.ipsModerated .cAuthorPane_mobile {
	background-color: #ce8f8f !important;
}

.focus-post-bar .cPost.ipsModerated .ipsItemControls {
	background: #50393e !important;
}

.cPost.ipsModerated .cAuthorPane .cAuthorPane_author,
.ipsApp .cPost.ipsModerated .ipsComment_meta,
.cPost.ipsModerated .cAuthorPane_mobile {
	color: #50393e;
}

.focus-post-row .cPost.ipsModerated .ipsComment_controls {
	color: #ce8f8f;
}

.ipsComment.cPost.ipsComment_selected {
	background: #575757 !important;
}

.ipsItemControls,
html[dir="ltr"] .ipsReact_blurb:not(.ipsHide)+.ipsReact_types,
html[dir="rtl"] .ipsReact_blurb:not(.ipsHide)+.ipsReact_types {
	border-color: rgba(237, 237, 237, 0.1);
}

html[dir="rtl"] .ipsReact_blurb,
html[dir="ltr"] .ipsReact_blurb:not(.ipsHide)+.ipsReact_types {
	margin-left: 5px;
}

html[dir="ltr"] .ipsReact_blurb,
html[dir="rtl"] .ipsReact_blurb:not(.ipsHide)+.ipsReact_types {
	margin-right: 5px;
}

.focus-post-bar .cTopic .ipsItemControls {
	background: #222222;
	border-color: rgba(237, 237, 237, 0.13);
	border-style: solid;
	border-width: 1px 0 0 0;
	color: #ededed;
}

@media screen and (min-width:768px) {
	.cTopic .ipsItemControls {
		padding: 1px;
	}
	.focus-post-bar .cTopic .ipsItemControls {
		width: auto;
		margin-bottom: -10px;
		order: 1;
	}
	html[dir='ltr'].focus-post-bar .cTopic .ipsItemControls {
		margin-left: -200px;
		margin-right: -15px;
		padding-left: 200px;
		margin-left: calc(var(--author-pane-width) * -1);
		padding-left: var(--author-pane-width);
	}
	html[dir='rtl'].focus-post-bar .cTopic .ipsItemControls {
		margin-right: -200px;
		margin-left: -15px;
		padding-right: 200px;
		margin-right: calc(var(--author-pane-width) * -1);
		padding-right: var(--author-pane-width);
	}
	.focus-post-bar .cTopic .cAuthorPane_info:after {
		content: '';
		display: block;
		height: 44px;
	}
}

@media screen and (max-width:767px) {
	.cPost .ipsItemControls {
		margin-bottom: 0;
		padding: 5px 0;
	}
	.focus-post-bar .cPost .ipsItemControls {
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
		padding: 5px;
	}
}

.focus-post-buttons .cTopic .ipsComment_controls {
	color: #ffffff;
	padding: 5px 0;
	line-height: 2.8rem;
	font-weight: bold;
	font-size: 0;
}

.focus-post-buttons .cTopic .ipsComment_controls>li {
	font-size: 1.2rem;
	vertical-align: top;
}

html[dir="ltr"].focus-post-buttons .cTopic .ipsComment_controls>li {
	margin-right: 5px;
}

html[dir="rtl"].focus-post-buttons .cTopic .ipsComment_controls>li {
	margin-left: 5px;
}

.focus-post-buttons .cTopic .ipsComment_controls a,
.focus-post-buttons .cTopic .ipsComment_controls .ipsButton {
	border-radius: 3px;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	background-color: #b00202;
	border-color: rgba(0, 0, 0, 0.2);
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
	padding: 0 0.8em;
	line-height: inherit;
	display: block;
	border-width: 0px;
	border-style: solid;
	text-shadow: inherit;
	vertical-align: top;
	position: relative;
}

.focus-post-buttons .cTopic .ipsComment_controls a:after,
.focus-post-buttons .cTopic .ipsComment_controls .ipsButton:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 1px;
	border-style: inherit;
	border-color: inherit;
	border-radius: inherit;
	pointer-events: none;
}

.focus-post-buttons .cTopic .ipsComment_controls a:hover:after,
.focus-post-buttons .cTopic .ipsComment_controls .ipsButton:hover:after {
	background: rgba(255, 255, 255, 0.2);
}

.focus-post-buttons .cTopic .ipsComment_controls a:active,
.focus-post-buttons .cTopic .ipsComment_controls .ipsButton:active {
	transform: translateY(1px);
}

.focus-post-buttons .cTopic .ipsComment_controls a:active:after,
.focus-post-buttons .cTopic .ipsComment_controls .ipsButton:active:after {
	background: rgba(0, 0, 0, 0.1);
}

.focus-post-row .cTopic .ipsItemControls {
	padding: 0;
}

.focus-post-row .cTopic .ipsComment_controls {
	color: #ffff00;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: rgba(237, 237, 237, 0.13);
	padding: 0;
	line-height: 44px;
	font-weight: bold;
	font-size: 0;
}

html[dir='rtl'].focus-post-row .cTopic .ipsComment_controls {
	border-width: 0 1px 0 0;
}

@media screen and (max-width:767px) {
	.focus-post-row .cTopic .ipsComment_controls,
	html[dir='rtl'].focus-post-row .cTopic .ipsComment_controls {
		border-width: 0;
	}
}

.focus-post-row .cTopic .ipsComment_controls>li {
	font-size: 1.2rem;
	vertical-align: top;
	margin: 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: inherit;
}

html[dir='rtl'].focus-post-row .cTopic .ipsComment_controls>li {
	border-width: 0 0 0 1px;
}

.focus-post-row .cTopic .ipsComment_controls a,
.focus-post-row .cTopic .ipsComment_controls .ipsButton {
	background: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
	padding: 0 1em;
	line-height: inherit;
	display: block;
	border: 0;
	text-shadow: inherit;
	vertical-align: top;
	box-shadow: none;
}

.focus-post-row .cTopic .ipsComment_controls a:hover,
.focus-post-row .cTopic .ipsComment_controls .ipsButton:hover {
	color: inherit;
	background: rgba(237, 237, 237, 0.06);
}

.focus-post-row .cTopic .ipsComment_controls .ipsButton:after {
	display: none;
}

.ipsReact {
	font-size: 1.2rem;
	z-index: 5;
}

.ipsReact_button {
	filter: grayscale(100%);
	background-clip: padding-box !important;
}

.ipsReact_button img {
	max-width: 30px;
	max-height: 30px;
}

body.ipsApp_noTouch .ipsReact_types:hover .ipsReact_button,
body:not( .ipsApp_noTouch) .ipsReact_types.ipsReact_types_active .ipsReact_button {
	border-color: rgba(237, 237, 237, 0.2);
	background: #222222;
	box-shadow: none;
	transform: none;
}

.ipsReact_types ul {
	background: #404040;
	border: 0;
}

.ipsReact_types ul a {
	transform-origin: 50% 50%;
}

.ipsReact_types ul a:hover {
	transform: scale(1);
}

.ipsReact_reactions {
	flex-wrap: wrap;
}

.ipsReact_blurb {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 5px 0;
}

.ipsReact_reactions+.ipsReact_overview {
	margin: 0 10px;
	order: -1;
}

.ipsReact_reactCount {
	border-color: rgba(237, 237, 237, 0.2);
	background: #1b1b1b;
	background-clip: padding-box;
}

.ipsReact_reactCount>a,
.ipsReact_reactCount>span {
	display: flex;
	align-items: center;
}

.ipsReact_reactCount>span {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.ipsReact_reactCount span:first-child {
	padding: 0 3px;
	line-height: 18px;
}

.ipsReact_reactCount img {
	vertical-align: top;
}

html[dir] .ipsReact_reactCount span:last-child {
	background: rgba(237, 237, 237, 0.1);
	color: #ededed;
	margin: 0;
	line-height: 24px;
}

.ipsReact_unreact {
	background: #404040;
}

a.ipsReact_reaction:after {
	box-shadow: inset 0 0 0 35px rgba(237, 237, 237, 0);
}

@-webkit-keyframes reaction-click-ring {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.4, 0.4, 1);
		transform: scale3d(0.4, 0.4, 1);
	}
	40% {
		box-shadow: inset 0 0 0 2px rgba(237, 237, 237, 0.8);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 0.8;
	}
	100% {
		box-shadow: inset 0 0 0 2px rgba(237, 237, 237, 0.8);
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@keyframes reaction-click-ring {
	0% {
		opacity: 1;
		transform: scale3d(0.4, 0.4, 1);
	}
	40% {
		box-shadow: inset 0 0 0 2px rgba(237, 237, 237, 0.8);
		transform: scale3d(1, 1, 1);
		opacity: 0.8;
	}
	100% {
		box-shadow: inset 0 0 0 2px rgba(237, 237, 237, 0.8);
		opacity: 0;
		transform: scale3d(1.2, 1.2, 1);
	}
}

@media screen and (max-width:979px) {
	html[dir="ltr"] .ipsReact_unreact {
		right: -6px;
	}
	html[dir="rtl"] .ipsReact_unreact {
		left: -6px;
	}
	a.ipsReact_reaction::after {
		width: 40px;
		height: 40px;
	}
	html[dir="ltr"] a.ipsReact_reaction::after {
		margin: -20px 0 0 -20px;
	}
	html[dir="rtl"] a.ipsReact_reaction::after {
		margin: -20px -20px 0 0;
	}
}

@media screen and (max-width:767px) {
	.cPost.ipsComment.ipsComment_popular .ipsComment_popularFlag {
		top: -66px;
	}
}

.cShareLink,
.ipsBadge.ipsBadge_icon,
.ipsBadge.ipsBadge_icon.ipsBadge_small {
	border-radius: 3px;
}

.ipsPip {
	color: #ededed;
}

div[data-role="memberSignature"] .ipsType_richText {
	font-size: 1.2rem;
	padding-bottom: 5px;
}

.focus-ccbar div[data-role="memberSignature"] .ipsType_richText,
.focus-ccrow div[data-role="memberSignature"] .ipsType_richText {
	padding-bottom: 0;
}

html:not(.focus-ccbar):not(.focus-ccrow) div[data-role="memberSignature"] .ipsHr {
	margin-top: 0;
}

div[data-role="memberSignature"] a {
	color: inherit;
}

.ipsBox.ipsModerated {
	border-color: #ce8f8f;
}

.cPost.ipsModerated .cAuthorPane,
.cPost.ipsModerated .ipsComment_content {
	background-color: transparent;
}

.ipsQuote,
.ipsCode,
.ipsSpoiler,
.ipsStyle_spoiler {
	background: #222222;
	background-clip: padding-box !important;
	border-color: rgba(64, 64, 64, 0.3) !important;
	color: #ededed;
	border-radius: 3px;
}

body.ipsApp .ipsQuote {
	border-width: 1px;
}

.ipsQuote .ipsQuote {
	background: none;
	margin-bottom: 8px;
}

.ipsQuote {
	margin: 10px 0;
	padding-bottom: 10px;
}

.ipsQuote_closed {
	margin-bottom: -10px;
}

.ipsQuote_open {
	margin-bottom: 10px;
}

.ipsSpoiler_contents {
	padding: 10px 0;
}

.ipsQuote_citation,
.ipsSpoiler_header,
.ipsEmbedded_headerArea {
	background: #404040;
	color: #fff;
	font-size: inherit;
	border-radius: inherit;
	margin: 5px -10px;
}

.ipsSpoiler .ipsSpoiler_header a,
.ipsStyle_spoiler .ipsSpoiler_header a,
.ipsSpoiler_header.ipsSpoiler_open [data-action="toggleSpoiler"]::before,
.ipsQuote .ipsQuote_citation a,
.ipsQuote_citation.ipsQuote_open [data-action="toggleQuote"]::before {
	color: inherit;
}

.ipsSpoiler_header.ipsSpoiler_open [data-action="toggleSpoiler"]::before {
	opacity: 0.5;
}

.ipsQuote_citation a[data-action="toggleQuote"] {
	font-weight: normal;
}

iframe[data-embedContent] {
	background: rgba(237, 237, 237, 0.1);
	border-color: rgba(237, 237, 237, 0.3);
	min-height: 0;
	border-radius: 3px;
}

iframe.ipsEmbed_finishedLoading[data-embedContent] {
	background-color: rgba(237, 237, 237, 0.1);
	border-color: rgba(237, 237, 237, 0.3);
}

.ipsRichEmbed {
	padding: 5px;
}

.ipsRichEmbed_header,
.ipsRichEmbed_moreInfo,
.ipsApp .ipsRichEmbed_stats.ipsSpacer_top,
.ipsRichEmbed_originalItem {
	border-color: rgba(237, 237, 237, 0.15);
}

.ipsRichEmbed_header {
	background: #404040;
	color: #fff;
	border-radius: 3px;
	border: 0;
}

.ipsRichEmbed_originalItem {
	background-clip: padding-box;
}

.ipsRichEmbed_author {
	color: inherit;
	opacity: 0.6;
}

.ipsRichEmbed_openItem {
	color: inherit;
	opacity: 0.3;
}

.ipsEmbedded_headerArea {
	border: 0;
}

.ipsLayout_noBackground .ipsEmbedded_content {
	background: transparent;
}

.ipsEmbedded_stats {
	border-color: rgba(237, 237, 237, 0.08);
}

.ipsEmbedded_withImage .ipsEmbedded_image {
	border: 0;
	box-shadow: inset rgba(237, 237, 237, 0.3) 0px 0px 0px 2px;
}

body[data-role="internalEmbed"] {
	background: #222222;
}

body.unloaded #ipsEmbedLoading {
	border-color: rgba(237, 237, 237, 0.15);
	background: #222222;
}

@-webkit-keyframes dummy_anim {
	0% {
		background-color: rgba(237, 237, 237, 0.6);
	}
	50% {
		background-color: rgba(237, 237, 237, 0.5);
	}
	99% {
		background-color: rgba(237, 237, 237, 0.6);
	}
}

@-moz-keyframes dummy_anim {
	0% {
		background-color: rgba(237, 237, 237, 0.6);
	}
	50% {
		background-color: rgba(237, 237, 237, 0.5);
	}
	99% {
		background-color: rgba(237, 237, 237, 0.6);
	}
}

@-ms-keyframes dummy_anim {
	0% {
		background-color: rgba(237, 237, 237, 0.6);
	}
	50% {
		background-color: rgba(237, 237, 237, 0.5);
	}
	99% {
		background-color: rgba(237, 237, 237, 0.6);
	}
}

@-o-keyframes dummy_anim {
	0% {
		background-color: rgba(237, 237, 237, 0.6);
	}
	50% {
		background-color: rgba(237, 237, 237, 0.5);
	}
	99% {
		background-color: rgba(237, 237, 237, 0.6);
	}
}

@keyframes dummy_anim {
	0% {
		background-color: rgba(237, 237, 237, 0.6);
	}
	50% {
		background-color: rgba(237, 237, 237, 0.5);
	}
	99% {
		background-color: rgba(237, 237, 237, 0.6);
	}
}

.cPollVoteBar {
	background: rgba(123, 123, 123, 0.15);
	box-shadow: inset rgba(123, 123, 123, 0.25) 0px 0px 0px 1px;
}

.cPollVoteBar>span::after {
	color: #7b7b7b;
}

.focus-answers>.ipsAreaBackground {
	background: transparent;
	padding: 0;
}

html[dir='ltr'] .cRatingColumn_question {
	padding-left: 0 !important;
}

html[dir='rtl'] .cRatingColumn_question {
	padding-right: 0 !important;
}

.cRatingColumn_question+.ipsColumn_fluid {
	vertical-align: middle;
}

.cRatingColumn {
	color: #ededed;
}

.cRatingColumn.ipsAreaBackground {
	background: none;
}

.cAnswerRate:not(.ipsType_positive):not(.ipsType_negative),
.cAnswerRate:hover:not(.ipsType_positive):not(.ipsType_negative),
span.cAnswerRate:not(.ipsType_positive):not(.ipsType_negative),
span.cAnswerRate:hover:not(.ipsType_positive):not(.ipsType_negative) {
	color: inherit;
}

.cRatingColumn_on {
	background: #b2d599;
	color: #51873f;
}

.cBestAnswerIndicator {
	background: #51873f;
	border-radius: 3px;
	margin: 0;
}

.cBestAnswerIndicator .fa-check:before {
	content: '\f091';
}

.cBestAnswerIndicator_off {
	background: rgba(237, 237, 237, 0.5);
}

.cBestAnswerIndicator_off:hover {
	background: rgba(237, 237, 237, 0.65);
}

.cAnswerRate,
.cAnswerRating {
	width: 36px;
	line-height: 36px;
	font-size: 18px;
}

.cAnswerRate {
	font-size: 30px;
}

.cAnswerRate>.fa {
	line-height: inherit;
	vertical-align: top;
}

.cAnswerRate>.fa:before {
	display: block;
}

html[dir="ltr"] .cAnswerRate,
html[dir="rtl"] .cAnswerRate {
	left: 0;
	right: 0;
}

.cAnswerRating,
.cAnswerRate.cAnswerRate_up {
	margin: 0;
}

.cAnswerRating {
	position: relative;
}

.cAnswerRating:before,
.cAnswerRate:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	background: currentcolor;
	opacity: 0.15;
}

.cAnswerRating:before {
	opacity: 0.06;
}

@media screen and (min-width:768px) {
	.cPostRating_controls {
		position: -webkit-sticky;
		position: sticky;
		top: 10px;
		padding-bottom: 10px;
	}
	.cRatingColumn {
		box-sizing: content-box;
		width: 36px;
	}
	.cRatingColumn li:not(:last-of-type) {
		margin-bottom: 6px;
	}
	.cTopic .cRatingColumn>.ipsList_reset:before {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.cRatingColumn_question {
		box-sizing: content-box;
		width: 36px;
		padding: 0 !important;
	}
	.cRatingColumn_question li:not(:last-of-type) {
		margin-bottom: 6px;
	}
	.ipsApp .focus-answers .cPostQuestion {
		display: flex;
		flex-direction: column;
	}
	.focus-answers .cPostQuestion .cRatingColumn~.cAuthorPane_mobile {
		order: -2;
	}
	.focus-answers .cPostQuestion .cRatingColumn {
		order: -1;
		border-bottom: 1px dashed rgba(237, 237, 237, 0.3);
	}
	.focus-answers .cPostQuestion .cRatingColumn~.ipsColumn .ipsComment_meta {
		margin-top: -41px;
	}
	.cPost .cRatingColumn {
		padding: 5px !important;
		margin-bottom: 0 !important;
	}
	.cTopic .cRatingColumn>.ipsList_reset {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.cTopic .cRatingColumn>.ipsList_reset:before {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1rem;
	}
	.cPost .cRatingColumn .cAnswerRate,
	.cPost .cRatingColumn .cAnswerRating,
	.cPost .cRatingColumn .cBestAnswerIndicator {
		width: 30px;
		line-height: 30px !important;
		height: auto;
	}
	.cPost .cRatingColumn .cAnswerRate {
		font-size: 30px;
	}
	.cPost .cRatingColumn .cAnswerRating {
		font-size: 14px;
		margin: 0;
		width: auto;
		padding: 0 10px;
	}
	.cPost .cRatingColumn .cAnswerRate.cAnswerRate_up {
		top: auto;
	}
	html[dir='ltr'] .cTopic .cRatingColumn>.ipsList_reset li:not(:nth-last-of-type(4)) {
		padding-left: 5px;
	}
	html[dir='rtl'] .cTopic .cRatingColumn>.ipsList_reset li:not(:nth-last-of-type(4)) {
		padding-right: 5px;
	}
	html[dir='ltr'] .cTopic .cRatingColumn>.ipsList_reset li:nth-last-of-type(4) {
		margin-left: auto;
		order: 1;
	}
	html[dir='rtl'] .cTopic .cRatingColumn>.ipsList_reset li:nth-last-of-type(4) {
		margin-right: auto;
	}
}

#comments {
	padding: 15px;
}

#comments>.ipsPad:not(.ipsBox),
#comments>.ipsPad:not(.ipsAreaBackground) {
	padding: 0;
}

#comments>.ipsButtonRow {
	display: flex;
	justify-content: flex-end;
	float: none;
}

.ipsComment {
	background-color: #1b1b1b;
}

.ipsBox .ipsComment {
	background-color: transparent;
}

.ipsComment:not(.cPost).ipsComment_selected {
	box-shadow: none;
	background: #575757 !important;
	border: 0;
}

.ipsComment.ipsComment_ignored {
	color: rgba(237, 237, 237, 0.4);
}

.ipsComment:not(.cPost) {
	margin: 0;
}

.ipsComment:not(.cPost) .ipsComment_header+.ipsPad {
	padding-bottom: 0;
}

.ipsApp .ipsComment .ipsComment_header {
	background: #282828;
	color: #ffff00;
	border: 0;
	box-shadow: inset rgba(237, 237, 237, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 4px;
	border-radius: 3px;
	overflow: hidden;
}

.ipsApp .ipsComment.ipsComment_selected .ipsComment_header {
	background-color: #575757 !important;
	color: #fafafa;
}

.ipsComment_header a {
	color: inherit;
}

.ipsComment_header .ipsType_light {
	color: inherit;
	opacity: 0.7;
}

.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular):not(.cPost),
.ipsComment_highlighted.ipsBox:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular):not(.cPost),
.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular):not(.cPost) .ipsAreaBackground_reset {
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

.ipsComment.ipsModerated:not(.cPost) {
	background: transparent;
}

.ipsApp .ipsComment.ipsModerated .ipsComment_header {
	background-color: #ce8f8f;
	color: #50393e;
}

.ipsComment.ipsComment_popular .ipsComment_popularFlag {
	color: #d66723;
	background: currentColor;
	z-index: 5;
}

.ipsComment.ipsComment_popular .ipsComment_popularFlag:after {
	border-top-color: currentColor;
}

.ipsComment.ipsComment_popular .ipsComment_popularFlag .fa {
	color: #fff;
}

.ipsCommentUnreadSeperator {
	color: #ffffff;
	background: #b00202;
	height: 0.6em;
	margin: 1.4em 0;
	border: 0;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	position: relative;
}

.ipsCommentUnreadSeperator:before {
	padding: 0 1.6em;
	line-height: 2.4em;
	border-radius: inherit;
	background: inherit;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ipsComment:not( .ipsModerated):not( .ipsComment_selected).ipsComment_popular .ipsComment_header {
	border: 0;
}

.ipsModerated .ipsAreaBackground_light,
.ipsModerated .ipsAreaBackground_reset {
	background: transparent;
}

.ipsApp .cPost.ipsComment_highlighted:not(.ipsComment_selected):not(.ipsModerated):before,
.ipsApp .cPost.ipsComment_highlighted.ipsComment:not(.ipsComment_selected):not(.ipsModerated) .cAuthorPane_mobile,
.ipsApp .ipsComment_highlighted.ipsComment:not(.ipsComment_selected):not(.ipsModerated) .ipsComment_header {
	background: #787878;
}

.ipsApp .cPost.ipsComment_highlighted:not(.ipsComment_selected):not(.ipsModerated) .cAuthorPane .cAuthorPane_author,
.ipsApp .cPost.ipsComment_highlighted:not(.ipsComment_selected):not(.ipsModerated) .ipsComment_meta,
.ipsApp .cPost.ipsComment_highlighted:not(.ipsComment_selected):not(.ipsModerated) .cAuthorPane_mobile,
.ipsApp .ipsComment_highlighted.ipsComment:not(.ipsComment_selected):not(.ipsModerated) .ipsComment_header {
	color: #fafafa;
}

.ipsComment:not(.cPost) .ipsItemControls {
	padding: 10px 0;
}

@media screen and (min-width:768px) {
	.ipsComment:not(.cPost) .ipsItemControls {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
}

.ipsApp textarea.cke_source,
html .cke_wysiwyg_frame,
html .cke_wysiwyg_div {
	background-color: #1b1b1b;
}

.cke .cke_top,
.ipsComposeArea div[data-ipseditor-toollist] .ipsAreaBackground_light {
	background: rgba(255, 255, 255, 0.4);
}

.cke .cke_top {
	border-bottom: 1px solid rgba(224, 224, 224, 0.25);
}

div[data-ipseditor] {
	border: 1px solid rgba(224, 224, 224, 0.25);
}

.ipsComposeArea_editor,
.ipsComposeArea_unavailable .ipsComposeArea_editor {
	background: #444444;
	border-color: #444444;
	color: #e0e0e0;
}

.ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	border-width: 12px;
	top: 18px;
}

html[dir="ltr"] .ipsComposeArea_withPhoto .ipsComposeArea_editor:before,
html[dir="ltr"] .ipsComposeArea_unavailable.ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	border-right-color: inherit;
}

html[dir="rtl"] .ipsComposeArea_withPhoto .ipsComposeArea_editor:before,
html[dir="rtl"] .ipsComposeArea_unavailable.ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	border-left-color: inherit;
}

.ipsApp .ipsComposeArea_editor {
	padding: 0;
}

.ipsApp .ipsComposeArea_withPhoto .ipsComposeArea_editor {
	padding: 4px;
}

.ipsApp .ipsComposeArea_formControl label:not(.ipsField_unlimited) {
	font-size: 1.3rem;
}

.ipsComposeArea_editor label[for="check_auto_follow_toggle"] {
	line-height: 22px;
	display: inline-block;
}

.ipsApp .cke_inner {
	background: transparent;
}

.ipsApp .cke_chrome {
	box-shadow: none;
}

.ipsApp .cke_contents,
.ipsComposeArea_dummy {
	color: #ededed;
}

.ipsComposeArea_dummy {
	background-color: #1b1b1b;
}

.ipsApp .cke_reset_all,
.ipsApp .cke_reset_all *,
.ipsApp .cke_reset_all a,
.ipsApp .cke_reset_all textarea,
.ipsComposeArea_attachments a {
	color: inherit;
}

.ipsApp a.cke_button_off:hover,
.ipsApp a.cke_button_off:focus,
.ipsApp a.cke_button_off:active,
.ipsApp a.cke_button_disabled:hover,
.ipsApp a.cke_button_disabled:focus,
.ipsApp a.cke_button_disabled:active {
	background: rgba(224, 224, 224, 0.1);
}

.ipsApp .cke_toolbar_separator,
.ipsApp a.cke_button_on {
	background: rgba(224, 224, 224, 0.18);
}

.ipsApp a.cke_combo_button {
	border-color: rgba(224, 224, 224, 0.25);
	background: rgba(224, 224, 224, 0.08);
	box-shadow: none;
}

.ipsApp .cke_combo_off a.cke_combo_button:hover,
.ipsApp .cke_combo_off a.cke_combo_button:focus {
	background: rgba(224, 224, 224, 0.1);
}

.ipsApp .cke_combo_off a.cke_combo_button:active,
.ipsApp .cke_combo_on a.cke_combo_button {
	border-color: rgba(224, 224, 224, 0.4);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
	background: rgba(224, 224, 224, 0.1);
}

.ipsApp .cke_combo_on a.cke_combo_button:hover,
.ipsApp .cke_combo_on a.cke_combo_button:focus,
.ipsApp .cke_combo_on a.cke_combo_button:active {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}

.ipsApp .cke_button_arrow {
	margin-top: 18px;
}

.ipsApp .cke_button_label,
.ipsApp .cke_combo_text {
	text-shadow: none;
}

.ipsApp .cke_combo_arrow,
.ipsApp .cke_button_arrow {
	border-top-color: currentColor;
}

.cke_button_icon:before {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__bgcolor_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__bold_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__bulletedlist_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__copy_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__cut_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__indent_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipscode_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipsemoticon_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipslink_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipspage_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipspreview_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipsquote_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__Ipsspoiler_icon .ipsApp .cke_toolbox .cke_toolbar .cke_button__italic_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__justifyblock_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__justifycenter_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__justifyleft_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__justifyright_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__numberedlist_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__outdent_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__paste_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__redo_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__removeformat_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__source_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__strike_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__subscript_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__superscript_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__textcolor_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__underline_icon,
.ipsApp .cke_toolbox .cke_toolbar .cke_button__undo_icon {
	background: none !important;
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__bgcolor_icon:before {
	content: '\f15c';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__bold_icon:before {
	content: '\f032';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__bulletedlist_icon:before {
	content: '\f0ca';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__copy_icon:before {
	content: '\f0c5';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__cut_icon:before {
	content: '\f0c4';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__indent_icon:before {
	content: '\f03c';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipscode_icon:before {
	content: '\f121';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipsemoticon_icon:before {
	content: '\f118';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipslink_icon:before {
	content: '\f0c1';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipspage_icon:before {
	content: '\f0f6';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipspreview_icon:before {
	content: '\f0f6';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__ipsquote_icon:before {
	content: '\f10e';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__Ipsspoiler_icon:before {
	content: '\f06e';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__italic_icon:before {
	content: '\f033';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__justifyblock_icon:before {
	content: '\f039';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__justifycenter_icon:before {
	content: '\f037';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__justifyleft_icon:before {
	content: '\f036';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__justifyright_icon:before {
	content: '\f038';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__numberedlist_icon:before {
	content: '\f0cb';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__outdent_icon:before {
	content: '\f03b';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__paste_icon:before {
	content: '\f0ea';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__redo_icon:before {
	content: '\f01e';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__removeformat_icon:before {
	content: '\f12d';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__source_icon:before {
	content: '\f1c9';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__strike_icon:before {
	content: '\f0cc';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__subscript_icon:before {
	content: '\f12c';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__superscript_icon:before {
	content: '\f12b';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__textcolor_icon:before {
	content: '\f1fc';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__underline_icon:before {
	content: '\f0cd';
}

.ipsApp .cke_toolbox .cke_toolbar .cke_button__undo_icon:before {
	content: '\f0e2';
}

.ipsApp .ipsComposeArea_dropZone .ipsButton_light {
	background: #000;
	color: #fff;
	opacity: 0.6;
}

.ipsApp .ipsComposeArea_dropZone .ipsButton_light:hover,
.ipsAttach_selection:hover {
	opacity: 1;
}

.ipsApp .ipsComposeArea_dropZone .ipsButton_light:after {
	display: none;
}

.ipsAttachment_dropZone.ipsDragging {
	background: transparent;
	border-color: #ededed;
}

.ipsComposeArea_dropZone.ipsDragging {
	background: transparent;
	border-color: #e0e0e0;
}

.ipsAttach_selection {
	color: #fff !important;
}

.ipsComposeArea [data-ipsEditor]+[data-ipsEditor-toolList] {
	padding-bottom: 7px;
}

input,
textarea {
	color: #ededed;
}

.ipsApp .ipsField_autocomplete,
.ipsApp textarea,
.ipsApp input[type="text"],
.ipsApp input[type="password"],
.ipsApp input[type="datetime"],
.ipsApp input[type="datetime-local"],
.ipsApp input[type="date"],
.ipsApp input[type="month"],
.ipsApp input[type="time"],
.ipsApp input[type="week"],
.ipsApp input[type="number"],
.ipsApp input[type="email"],
.ipsApp input[type="url"],
.ipsApp input[type="search"],
.ipsApp input[type="tel"],
.ipsApp .ipsToolbox input,
.ipsApp .ipsToolbox select,
.ipsApp .ipsToolbox textarea {
	background-color: #1b1b1b;
	background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0.05) 0%, rgba(237, 237, 237, 0.05) 100%);
	border-color: rgba(237, 237, 237, 0.35);
	box-shadow: inset rgba(237, 237, 237, 0.12) 0px 1px 3px;
}

.CodeMirror,
html[dir="rtl"] .ipsApp .ipsField_autocomplete,
html[dir="rtl"] .ipsApp textarea,
html[dir="rtl"] .ipsApp input[type="text"],
html[dir="rtl"] .ipsApp input[type="password"],
html[dir="rtl"] .ipsApp input[type="datetime"],
html[dir="rtl"] .ipsApp input[type="datetime-local"],
html[dir="rtl"] .ipsApp input[type="date"],
html[dir="rtl"] .ipsApp input[type="month"],
html[dir="rtl"] .ipsApp input[type="time"],
html[dir="rtl"] .ipsApp input[type="week"],
html[dir="rtl"] .ipsApp input[type="number"],
html[dir="rtl"] .ipsApp input[type="email"],
html[dir="rtl"] .ipsApp input[type="url"],
html[dir="rtl"] .ipsApp input[type="search"],
html[dir="rtl"] .ipsApp input[type="tel"] {
	border-color: rgba(237, 237, 237, 0.35);
}

.ipsApp textarea:focus,
.ipsApp input[type="text"]:focus,
.ipsApp input[type="password"]:focus,
.ipsApp input[type="datetime"]:focus,
.ipsApp input[type="datetime-local"]:focus,
.ipsApp input[type="date"]:focus,
.ipsApp input[type="month"]:focus,
.ipsApp input[type="time"]:focus,
.ipsApp input[type="week"]:focus,
.ipsApp input[type="number"]:focus,
.ipsApp input[type="email"]:focus,
.ipsApp input[type="url"]:focus,
.ipsApp input[type="search"]:focus,
.ipsApp input[type="tel"]:focus,
.ipsApp input[type="color"]:focus {
	border-color: rgba(237, 237, 237, 0.45);
	box-shadow: inset rgba(237, 237, 237, 0.12) 0px 1px 3px;
}

.ipsApp textarea[disabled],
.ipsApp input[type="text"][disabled],
.ipsApp input[type="password"][disabled],
.ipsApp input[type="datetime"][disabled],
.ipsApp input[type="datetime-local"][disabled],
.ipsApp input[type="date"][disabled],
.ipsApp input[type="month"][disabled],
.ipsApp input[type="time"][disabled],
.ipsApp input[type="week"][disabled],
.ipsApp input[type="number"][disabled],
.ipsApp input[type="email"][disabled],
.ipsApp input[type="url"][disabled],
.ipsApp input[type="search"][disabled],
.ipsApp input[type="tel"][disabled],
.ipsApp input[type="color"][disabled] {
	background-color: #1b1b1b;
}

.ipsSelectTree {
	background-color: #1b1b1b;
	background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0.05) 0%, rgba(237, 237, 237, 0.05) 100%);
	border-color: rgba(237, 237, 237, 0.35);
	box-shadow: inset rgba(237, 237, 237, 0.12) 0px 1px 3px;
	color: #ededed;
}

.ipsSelectTree_placeholder {
	color: rgba(237, 237, 237, 0.5);
}

.ipsSelectTree_expand {
	color: inherit;
}

.ipsSelectTree_active,
.ipsSelectTree_nodes {
	border-color: rgba(237, 237, 237, 0.4);
}

.ipsSelectTree_nodes {
	background-color: #1b1b1b;
	background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0.05) 0%, rgba(237, 237, 237, 0.1) 100%);
}

.ipsSelectTree_nodes [data-role="nodeList"] {
	background: #1b1b1b;
	border-color: rgba(237, 237, 237, 0.2);
}

.ipsSelectTree_nodes [data-role="nodeList"] li,
html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"],
html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"],
.ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"] {
	border-color: rgba(237, 237, 237, 0.1);
}

.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item:hover:not(.ipsSelectTree_itemDisabled):not(.ipsSelectTree_selected) {
	background: #1b1b1b;
	background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0.08) 0%, rgba(237, 237, 237, 0.08) 100%);
}

.ipsSelectTree_selected {
	background: #404040;
	color: #fff;
}

.ipsSelectTree_selected::after {
	color: inherit;
}

.ipsApp select {
	background-color: #1b1b1b;
	border-color: rgba(237, 237, 237, 0.35);
	color: #ededed;
}

.ipsApp select:not([multiple]) {
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png"), linear-gradient(to bottom, rgba(237, 237, 237, 0.05) 0%, rgba(237, 237, 237, 0.1) 100%);
}

html[dir="rtl"] .ipsApp select:not( [multiple]) {
	background-image: url("http://www.rossoverdi.com/uploads/set_resources_2/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown_rtl.png"), linear-gradient(to bottom, rgba(237, 237, 237, 0.05) 0%, rgba(237, 237, 237, 0.1) 100%);
}

.ui-datepicker-title select,
.ui-datepicker-title option {
	color: #ededed;
}

.ipsCustomInput>span {
	border-color: #ededed;
	background: #1b1b1b;
}

.ipsCustomInput input:hover:not( :disabled)+span {
	border-color: #ffff00;
}

.ipsCustomInput input:not( :checked):disabled+span {
	background: #1b1b1b;
}

.ipsCustomInput input:checked:disabled+span {
	background: #1b1b1b;
	border-color: #ededed;
}

.ipsCustomInput input[type="checkbox"]:checked:disabled+span:after {
	color: #ededed;
}

.ipsCustomInput input[type="radio"]:checked:disabled+span:after {
	background-color: #ededed;
}

.ipsCustomInput input:active:not( :checked):not( :disabled)+span,
.ipsCustomInput input:active:checked:not( :disabled)+span {
	background: #1b1b1b;
	background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.2) 100%);
}

.ipsCustomInput input:checked+span {
	border-color: #ffff00;
}

.ipsCustomInput input[type="checkbox"]:checked+span:after {
	color: #ffff00;
}

.ipsCustomInput input[type="radio"]:checked+span:after {
	background: #ffff00;
}

.ipsApp .ipsToggle:focus,
.ipsApp .ipsCustomInput input:focus+span {
	border-color: #ffff00;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.ipsToggle,
.ipsApp .ipsToggle:focus {
	border-color: rgba(237, 237, 237, 0.25);
}

.ipsWizard:before {
	content: '';
	display: table;
}

.ipsWizard .ipsStepBar {
	margin: 10px 10px 0 10px;
}

.ipsWizard .ipsAreaBackground {
	background: #222222;
}

.ipsWizard .ipsAreaBackground:not(.ipsToolList) {
	background: transparent;
}

.ipsStepBar {
	background: #2d2d2d;
	border-radius: 3px;
	position: relative;
	width: auto;
	display: block;
}

.ipsStepBar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(237, 237, 237, 0.2);
	border-radius: inherit;
	pointer-events: none;
	z-index: 2;
}

.ipsStepBar>.ipsStep>a,
.ipsStepBar>.ipsStep>span,
.ipsStepBar>.ipsStep+.ipsStep.ipsStep_active:after {
	background-image: none !important;
}

.ipsStepBar>.ipsStep:before,
.ipsStepBar>.ipsStep:after,
.ipsStepBar>.ipsStep+.ipsStep.ipsStep_active::after {
	content: '';
	display: block;
	height: 28px;
	width: auto;
	position: absolute;
	top: 0;
	left: 0 !important;
	right: 0 !important;
	border: 1px solid rgba(237, 237, 237, 0.4);
	border-width: 0 1px 0 0;
	transform-origin: 0% 50%;
	transform: skewX(30deg);
	pointer-events: none;
}

.ipsStepBar>.ipsStep:after,
.ipsStepBar>.ipsStep+.ipsStep.ipsStep_active::after {
	transform: skewX(-30deg);
	top: auto;
	bottom: 0;
}

.ipsStepBar>.ipsStep:first-child:before,
.ipsStepBar>.ipsStep:first-child:after {
	width: calc(100% + 40px);
}

html[dir='ltr'] .ipsStepBar>.ipsStep:first-child:before,
html[dir='ltr'] .ipsStepBar>.ipsStep:first-child:after {
	left: auto !important;
}

html[dir='rtl'] .ipsStepBar>.ipsStep:first-child:before,
html[dir='rtl'] .ipsStepBar>.ipsStep:first-child:after {
	right: auto !important;
}

html[dir='rtl'] .ipsStepBar>.ipsStep:before,
html[dir='rtl'] .ipsStepBar>.ipsStep:after,
html[dir='rtl'] .ipsStepBar>.ipsStep+.ipsStep.ipsStep_active::after {
	border-width: 0 0 0 1px;
	transform: skewX(-30deg);
}

html[dir='rtl'] .ipsStepBar>.ipsStep:after,
html[dir='rtl'] .ipsStepBar>.ipsStep+.ipsStep.ipsStep_active::after {
	transform: skewX(30deg);
}

html[dir='ltr'] .ipsStepBar>.ipsStep.ipsStep_active {
	margin-left: -1px;
}

html[dir='rtl'] .ipsStepBar>.ipsStep.ipsStep_active {
	margin-right: -1px;
}

.ipsStepBar>.ipsStep.ipsStep_active::before,
.ipsStepBar>.ipsStep.ipsStep_active::after,
.ipsStepBar>.ipsStep+.ipsStep.ipsStep_active::after {
	background: #404040;
	border-width: 0 1px;
}

.ipsStepBar>.ipsStep>a,
.ipsStepBar>.ipsStep>span {
	background-color: transparent;
	height: 56px;
	min-width: 0;
	padding: 11px 24px !important;
	z-index: 1;
}

.ipsStepBar>.ipsStep.ipsStep_active>a,
.ipsStepBar>.ipsStep.ipsStep_active>span {
	color: #fff;
}

.cGuestTeaser {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width:979px) {
	.cGuestTeaser .ipsGrid_span6 {
		align-items: center;
	}
}

.ipsMemberCard {
	background: #222222;
	border-color: rgba(237, 237, 237, 0.3);
}

.ipsUserPhoto {
	background-color: transparent;
}

a.ipsUserPhoto {
	color: inherit;
}

.ipsUserPhoto img {
	border-radius: inherit;
}

.ipsUserPhoto:before,
.ipsUserPhoto:after {
	content: "";
	display: block;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	border-radius: inherit;
}

.ipsUserPhoto:before {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

.ipsUserPhoto:after {
	border: 1px solid currentColor;
	opacity: 0.3;
}

img[src*="default_photo"] {
	background: #b00202;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.ipsNoThumb,
.ipsImageAttach_thumb {
	background-color: #404040;
}

.ipsImageAttach_thumb {
	border-color: rgba(237, 237, 237, 0.12);
}

.ipsThumb {
	border: 0;
	box-shadow: inset rgba(237, 237, 237, 0.25) 0px 0px 0px 1px;
}

.ipsImage_thumbnailed {
	border-color: rgba(237, 237, 237, 0.3);
}

.ipsSticky {
	background: #222222;
}

.ipsSticky.ipsSticky_top,
.ipsSticky.ipsSticky_bottom {
	border-color: rgba(237, 237, 237, 0.1);
}

hr.ipsHr {
	border-color: rgba(237, 237, 237, 0.08);
}

.ipsScrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(237, 237, 237, 0.4);
}

.ipsScrollbar.ipsScrollbar_light::-webkit-scrollbar-thumb {
	background-color: rgba(27, 27, 27, 0.4);
}

.ipsScrollbar::-webkit-scrollbar-track-piece {
	background-color: rgba(237, 237, 237, 0.08);
}

.ipsScrollbar.ipsScrollbar_light::-webkit-scrollbar-track-piece {
	background-color: rgba(27, 27, 27, 0.08);
}

.ipsTooltip {
	background: rgba(10, 10, 10, 0.8);
	border-color: rgba(10, 10, 10, 0.8);
}

.ipsTooltip.ipsTooltip_top:after {
	border-top-color: inherit;
}

.ipsTooltip.ipsTooltip_bottom:after {
	border-bottom-color: inherit;
}

.cCreateTopic_date i {
	top: 7px;
}

.ipsTabs_content_form+.ipsAreaBackground {
	color: #b00202;
}

.cToken,
.cToken.cToken_selected,
.ipsTags .ipsTag,
.ipsTags .ipsTag:hover {
	background: #505050;
	border-color: #505050;
}

.ipsTags .ipsTag:hover {
	opacity: 0.8;
}

html[dir="ltr"] .ipsTags .ipsTag::before,
html[dir="ltr"] .ipsTags .ipsTag:hover::before {
	border-bottom-color: inherit;
	border-left-color: inherit;
}

html[dir="rtl"] .ipsTags .ipsTag::before,
html[dir="rtl"] .ipsTags .ipsTag:hover::before {
	border-top-color: inherit;
	border-right-color: inherit;
}

.ipsTags .ipsTag:after,
.ipsTag_prefix:after {
	background: #1b1b1b;
}

html[dir="ltr"] .ipsTag_remove {
	right: 3px;
}

html[dir="rtl"] .ipsTag_remove {
	left: 3px;
}

.ipsTag_remove {
	background: rgba(0, 0, 0, 0.1);
}

.ipsTag_remove:hover {
	background: rgba(0, 0, 0, 0.2);
}

.cToken.cToken_selected {
	box-shadow: inset rgba(0, 0, 0, 0.3) 0px 100px 0px;
}

.ipsTabs {
	color: #fff;
}

.ipsTabs_item,
.ipsTabs_item .ipsType_light,
.ipsTabs_item.ipsTabs_itemDisabled,
.ipsTabs_item:hover:not(.ipsTabs_activeItem) {
	color: inherit;
}

.ipsTabs_item .ipsType_light {
	opacity: 0.6;
}

.ipsTabs_item {
	border-radius: 2px 2px 0 0;
	font-weight: bold;
}

.ipsTabs_item:hover:not(.ipsTabs_activeItem) {}

.ipsTabs_activeItem {
	background-color: #1b1b1b;
}

.ipsTabs_activeItem,
.ipsTabs_activeItem:hover {
	color: #ededed;
}

.ipsTabs.ipsTabs_contained {
	border-color: rgba(237, 237, 237, 0.2);
	padding: 3px;
	padding-bottom: 0;
}

.ipsTabs_panels.ipsTabs_contained {
	border-color: rgba(237, 237, 237, 0.2);
}

.ipsTabs_panels {
	background-color: #1b1b1b;
}

.ipsTabs_panel {
	background-color: transparent;
}

.ipsWidget .ipsTabs_small {
	color: rgba(237, 237, 237, 0.7);
}

.ipsWidget .ipsTabs_small .ipsTabs_item:not( .ipsTabs_activeItem) {
	color: inherit;
	border-bottom: 2px solid rgba(237, 237, 237, 0.1);
	background: none;
}

.ipsWidget .ipsTabs_small .ipsTabs_item:not( .ipsTabs_activeItem):hover {
	color: #ededed;
	border-color: rgba(237, 237, 237, 0.2);
}

.ipsWidget .ipsTabs_small .ipsTabs_activeItem {
	color: #ffff00;
	border-bottom: 2px solid #ffff00;
	background: none;
}

@media screen and (max-width:767px) {
	.ipsTabs {
		color: #ededed;
	}
	a.ipsTabs_activeItem {
		font-size: 1.3rem;
		text-decoration: underline;
	}
	.ipsTabs_item:not(.ipsTabs_activeItem) {
		color: inherit !important;
	}
	.ipsTabs {
		border-top: 0;
	}
	.ipsTabs [data-action="expandTabs"],
	.ipsTabs.ipsTabs_small [data-action="expandTabs"] {
		color: inherit;
		z-index: 1;
		margin: 0;
		top: 0;
		line-height: 38px;
		padding-top: 10px;
	}
	.ipsTabs.ipsTabs_small [data-action="expandTabs"] {
		padding-top: 0;
		line-height: 32px;
	}
	.ipsTabs.ipsTabs_small [data-action="expandTabs"] .fa {
		line-height: inherit;
		vertical-align: top;
	}
	.ipsTabs:target,
	.ipsTabs.ipsTabs_showMenu {
		height: 48px;
		z-index: 1010;
	}
	.ipsTabs.ipsTabs_small:target,
	.ipsTabs.ipsTabs_small.ipsTabs_showMenu {
		height: 32px;
	}
	.ipsTabs:target [role="tablist"],
	.ipsTabs.ipsTabs_showMenu [role="tablist"] {
		background: #1b1b1b;
		left: 10px;
		right: 10px;
		top: 10px;
	}
}

.ipsAlert {
	background: #1b1b1b;
}

.ipsMenu,
.ipsHovercard,
.ipsHovercard_loading {
	background: #1b1b1b;
	border-color: #1b1b1b;
	border-width: 0;
}

.ipsMenu,
.ipsHovercard {
	box-shadow: rgba(237, 237, 237, 0.25) 0px 0px 0px 1px, 0px 7px 10px rgba(0, 0, 0, 0.1), 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.ipsMenu,
.ipsSideMenu_title,
.ipsMenu_title,
.ipsMenu_item>a,
.ipsMenu_item>span,
.ipsMenu_item>a:not(.ipsMenu_itemInline),
.ipsMenu_item>span:not(.ipsMenu_itemInline) {
	color: #ededed;
}

.ipsMenu_itemDisabled>a,
.ipsMenu_itemDisabled>span {
	color: rgba(237, 237, 237, 0.6);
}

.ipsMenu_title {
	background: rgba(237, 237, 237, 0.08);
	font-weight: bold;
}

ul:not(.ipsMenu_keyNav) .ipsMenu_item:not(.ipsMenu_itemClicked):not(.ipsMenu_itemDisabled) a:not(.ipsMenu_itemInline):hover,
.ipsMenu_item[data-selected] a,
.ipsMenu_item[data-selected] span,
.ipsMenu_item.ipsMenu_hover {
	background-color: rgba(237, 237, 237, 0.05);
}

.ipsMenu_sep {
	border-color: rgba(237, 237, 237, 0.1);
}

.ipsMenu.ipsMenu_topLeft:before,
.ipsMenu.ipsMenu_topRight:before,
.ipsMenu.ipsMenu_topCenter:before,
.ipsHovercard_stemTop .ipsHovercard_stem:before,
.ipsHovercard_loading:after {
	border-top-color: rgba(237, 237, 237, 0.25);
}

.ipsMenu.ipsMenu_bottomRight:before,
.ipsMenu.ipsMenu_bottomLeft:before,
.ipsMenu.ipsMenu_bottomCenter:before,
.ipsHovercard_stemBottom .ipsHovercard_stem:before {
	border-bottom-color: rgba(237, 237, 237, 0.25);
}

.ipsHovercard[data-role="advicePopup"].cStem_ltr .ipsHovercard_stem {
	border-right-color: inherit;
}

.ipsHovercard[data-role="advicePopup"].cStem_ltr .ipsHovercard_stem:before {
	border-right-color: rgba(237, 237, 237, 0.25);
}

.ipsHovercard[data-role="advicePopup"].cStem_rtl .ipsHovercard_stem {
	border-left-color: inherit;
}

.ipsHovercard[data-role="advicePopup"].cStem_rtl .ipsHovercard_stem:before {
	border-left-color: rgba(237, 237, 237, 0.25);
}

.ipsHovercard[data-role="advicePopup"].cStem_above .ipsHovercard_stem {
	border-top-color: inherit;
}

.ipsHovercard[data-role="advicePopup"].cStem_above .ipsHovercard_stem:before {
	border-top-color: rgba(237, 237, 237, 0.25);
}

.ipsMenu.ipsMenu_topLeft:after,
.ipsMenu.ipsMenu_topRight:after,
.ipsMenu.ipsMenu_topCenter:after,
.ipsHovercard_stemTop .ipsHovercard_stem {
	border-top-color: inherit;
}

.ipsMenu.ipsMenu_bottomRight:after,
.ipsMenu.ipsMenu_bottomLeft:after,
.ipsMenu.ipsMenu_bottomCenter:after,
.ipsHovercard_stemBottom .ipsHovercard_stem {
	border-bottom-color: inherit;
}

.ipsMenu:not( .ipsMenu_noStem):after {
	border-width: 9px;
}

.ipsMenu:not( .ipsMenu_noStem):before {
	border-width: 10px;
}

.ipsMenu.ipsMenu_topCenter:after {
	margin-left: -9px;
}

.ipsMenu.ipsMenu_topCenter:before {
	margin-left: -10px;
}

.ipsMenu.ipsMenu_bottomCenter:after {
	margin-left: -9px;
}

.ipsMenu.ipsMenu_bottomCenter:before {
	margin-left: -10px;
}

.ipsMenu_headerBar,
.ipsMenu_footerBar {
	background: linear-gradient(to bottom, #1b1b1b 0%, #222222 100%);
}

.ipsMenu_headerBar,
.ipsMenu_footerBar {
	border-color: rgba(237, 237, 237, 0.15);
}

.ipsMenu_itemCount,
.ipsSideMenu_itemCount {
	background: #222222;
	color: #ededed;
}

.ipsMenu_item:not( .ipsMenu_itemClicked) a:hover .ipsMenu_itemCount,
.ipsMenu_item:not( .ipsMenu_itemClicked) button:hover .ipsMenu_itemCount {
	background: #222222;
}

.ipsSideMenu_itemActive .ipsSideMenu_itemCount {
	background: rgba(237, 237, 237, 0.2);
	color: #ededed;
}

.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) a:before,
.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect)>span:before,
.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect) button:before {
	color: rgba(237, 237, 237, 0.1);
}

.ipsAutocompleteMenu {
	background: #1b1b1b;
}

.ipsAutocompleteMenu_item[data-selected] {
	background: #575757;
}

.ipsSideMenu_item:not(.ipsSideMenu_itemActive) a:hover,
a.ipsSideMenu_item:not(.ipsSideMenu_itemActive):hover,
span.ipsSideMenu_item:not(.ipsSideMenu_itemActive):hover {
	background: #222222;
}

.ipsSideMenu_withChecks .ipsSideMenu_item a:after,
.ipsSideMenu_withChecks a.ipsSideMenu_item:after,
.ipsSideMenu_withChecks span.ipsSideMenu_item:after,
.ipsSideMenu_withRadios .ipsSideMenu_item a:after,
.ipsSideMenu_withRadios a.ipsSideMenu_item:after,
.ipsSideMenu_withRadios span.ipsSideMenu_item:after {
	color: rgba(237, 237, 237, 0.2);
	line-height: 20px;
}

.ipsSideMenu_itemActive a,
a.ipsSideMenu_itemActive,
.ipsSideMenu_withChecks .ipsSideMenu_item>input[type="checkbox"]:checked~a,
.ipsSideMenu_withRadios .ipsSideMenu_item>input[type="radio"]:checked~a {
	background: #404040;
}

.ipsSideMenu_withChecks .ipsSideMenu_itemActive a:after,
.ipsSideMenu_withChecks a.ipsSideMenu_itemActive:after,
.ipsSideMenu_withChecks span.ipsSideMenu_itemActive:after,
.ipsSideMenu_withRadios .ipsSideMenu_itemActive a:after,
.ipsSideMenu_withRadios a.ipsSideMenu_itemActive:after,
.ipsSideMenu_withRadios span.ipsSideMenu_itemActive:after,
.ipsSideMenu_withChecks .ipsSideMenu_item>input[type="checkbox"]:checked~a:after,
.ipsSideMenu_withChecks .ipsSideMenu_item>input[type="checkbox"]:checked~span:not(.ipsSideMenu_noCheck):after,
.ipsSideMenu_withRadios .ipsSideMenu_item>input[type="radio"]:checked~a:after,
.ipsSideMenu_withRadios .ipsSideMenu_item>input[type="radio"]:checked~span:not(.ipsSideMenu_noCheck):after {
	color: inherit;
}

.ipsSideMenu_itemDisabled a,
a.ipsSideMenu_itemDisabled {
	color: rgba(237, 237, 237, 0.6);
}

html[dir="ltr"] .ipsSideMenu_item+.ipsSideMenu_list,
html[dir="rtl"] .ipsSideMenu_item+.ipsSideMenu_list {
	border-color: rgba(237, 237, 237, 0.3);
}

.ipsSideMenu_subTitle {
	background: rgba(237, 237, 237, 0.08);
	border-radius: 3px;
}

.ipsSideMenu_item a,
a.ipsSideMenu_item {
	border-radius: 3px;
}

.ipsSideMenu_item .fa:first-child {
	font-size: 14px;
	width: 20px;
	text-align: inherit;
	transform: translate(0, 0);
}

@media screen and (max-width:767px) {
	.ipsSideMenu {
		border-color: rgba(237, 237, 237, 0.1);
	}
	.ipsSideMenu .ipsSideMenu_mainTitle a {
		color: #ededed;
	}
	.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_mainTitle a,
	.ipsSideMenu:target .ipsSideMenu_mainTitle a {
		background: #404040;
	}
	.ipsSideMenu.ipsSideMenu_open,
	.ipsSideMenu:target {
		background: #1b1b1b;
	}
	.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_title,
	.ipsSideMenu:target .ipsSideMenu_title {
		background: #222222;
	}
}

.ipsDialog>div {
	background: #1b1b1b;
}

.ipsDialog_title,
a.ipsDialog_close {
	color: #ededed;
}

.ipsDialog .ipsDialog_loading {
	background-color: #1b1b1b;
	color: #ededed;
}

.ipsLoading::before {
	color: inherit;
}

.ui-datepicker {
	background: #1b1b1b;
}

.ui-datepicker-header {
	background: #404040;
	border-bottom-color: #404040;
}

.ui-datepicker th {
	background: rgba(237, 237, 237, 0.15);
}

.ui-datepicker-today {
	background: rgba(237, 237, 237, 0.15);
}

.ui-datepicker td a:hover,
.ui-datepicker-current-day {
	background: rgba(237, 237, 237, 0.1);
}

#elSearchFilters {
	background: none;
	padding: 0;
}

.cSearchMainBar {
	padding: 25px;
	background: #404040;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	position: relative;
}

.cSearchMainBar a {
	color: #fff;
}

.cSearchPretendButton {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.cSearchMainBar .ipsType_huge.fa {
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

#elMainSearchInput {
	border: 0;
	box-shadow: none;
}

@media screen and (min-width:768px) {
	#elMainSearchInput {
		padding: 18px !important;
	}
}

.cSearchMainBar hr.ipsHr {
	display: none;
}

#elSearchSubmit {
	margin-top: -44px;
}

header[data-role="profileHeader"] {
	position: relative;
	z-index: 1;
}

header[data-role="profileHeader"],
#elProfileHeader,
#elProfileHeader .ipsCoverPhoto_container {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

@media screen and (max-width:979px) {
	.ipsCoverPhoto_photo {
		object-fit: cover;
		height: 100%;
		top: 0 !important;
	}
	html[dir='rtl'] .cProfileHeader_name {
		float: none;
	}
}

#elProfileHeader .ipsButton_primary {
	background: rgba(255, 255, 255, 0.8);
	color: #222;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px 1px;
}

#elProfileStats {
	background: #111;
	font-size: 1.5rem;
}

body.ipsApp #elProfileStats>ul:last-child>li {
	border-color: rgba(255, 255, 255, 0.2);
}

#elProfileStats .ipsType_minorHeading {
	color: inherit;
	opacity: 0.6;
}

#elProfileStats .ipsButton .fa {
	font-size: 14px;
}

#elProfileInfoColumn {
	background: #222222;
	border-right: 1px solid rgba(237, 237, 237, 0.15);
}

html[dir="rtl"] #elProfileInfoColumn {
	border-left: 1px solid rgba(237, 237, 237, 0.15);
	border-right: 0;
}

#elProfileInfoColumn>.ipsAreaBackground_light {
	background: transparent;
}

@media screen and (max-width:979px) {
	#elProfileInfoColumn {
		margin: 0;
		border: 0;
	}
	#elProfileInfoColumn+.ipsColumn {
		margin: 0;
	}
}

@media screen and (min-width:768px) {
	#elProfileHeader {
		text-shadow: none;
		font-size: 14px;
	}
	.cProfileHeader_name {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	html[dir="ltr"] .cProfileHeader_name,
	html[dir="rtl"] .cProfileHeader_name {
		margin: 0;
	}
	#elProfileStats {
		text-align: center;
		padding: 0 !important;
	}
	#elProfileStats ul {
		text-align: center;
		float: none;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#elProfileStats>ul>li {
		padding: 12px 0 !important;
		margin: 0 !important;
		width: 50%;
		flex: 1 1 auto;
	}
	html[dir="ltr"] #elProfileStats>ul:last-child>li:last-child,
	html[dir="ltr"] #elProfileStats>ul:last-child>li:last-child,
	html[dir="ltr"] #elProfileStats>ul:last-child>li:nth-of-type(even),
	html[dir="rtl"] #elProfileStats>ul:last-child>li:nth-of-type(even) {
		border-right: 0;
		border-left: 0;
	}
	#elProfileStats>ul:last-child>li:not(:nth-child(1)):not(:nth-child(2)) {
		border-top-width: 1px;
		border-top-style: solid;
	}
}

.cUserHovercard .ipsPageHead_special a {
	color: inherit !important;
}

.ipsFieldRow_section {
	background: #222222;
	color: #ededed;
}

.cProfileSidebarBlock .cProfileRepScore {
	margin: -1px;
	border: 1px solid rgba(237, 237, 237, 0.3);
}

.ipsBox[data-controller="core.front.core.profileCompletion"] {
	margin-bottom: 15px;
}

#elUserContent .ipsBox .ipsAreaBackground_reset:not(.ipsModerated) {
	background-color: transparent;
}

.ipsTable th {
	background: #404040;
	color: #fff;
}

.ipsTable td {
	border-color: rgba(237, 237, 237, 0.03);
}

.ipsTable_zebra tbody tr:nth-child( even):not(.ipsTable_highlight) {
	background: #222222;
}

.ipsTable_zebra tbody tr:nth-child( even):not(.ipsTable_highlight) td {
	border-color: rgba(237, 237, 237, 0.03);
}

.ipsTable tr[data-tableClickTarget]:hover {
	background: #2d2d2d !important;
}

.ipsTable_highlight {
	background: #575757;
}

.ipsTable_highlight .ipsCommentCount {
	background-color: #404040;
	color: #fff;
}

html[dir="ltr"] .ipsTable_highlight .ipsCommentCount:after {
	border-color: transparent #404040 transparent transparent;
}

html[dir="rtl"] .ipsTable_highlight .ipsCommentCount:after {
	border-color: transparent transparent transparent #404040;
}

.ipsTable_sortable:hover {
	background: rgba(0, 0, 0, 0.06);
}

.ipsTable_sortable .ipsTable_sortIcon:after {
	color: inherit;
}

.ipsTable_sortable.ipsTable_sortableActive {
	background: #404040;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.ipsTable_sortable.ipsTable_sortableActive .ipsTable_sortIcon:after {
	color: inherit;
}

.ipsTable.ipsMatrix thead th {
	background: #404040;
}

.ipsTable.ipsMatrix .ipsMatrix_subHeader {
	background: #222222;
	color: #ededed;
}

.ipsTable.ipsMatrix .ipsMatrix_error {
	background: #50393e;
}

.ipsTable.ipsMatrix .ipsMatrix_highlighted {
	background: #575757;
}

@media (max-width:979px) {
	.cBlog_grid .cBlog_grid_item {
		flex: 1 0 100%;
	}
}

.cBlog_grid .cBlog_grid_item__snippet {
	font-family: inherit;
}

@media (min-width:980px) {
	.cBlog_grid .cBlog_grid_row--primary .cBlog_grid_item__title {
		font-size: 26px;
	}
}

.cBlogList {
	background: none;
}

.cBlogList .ipsDataItem {
	margin: 0;
}

html[dir="ltr"] .cBlogInfo,
html[dir="rtl"] .cBlogInfo {
	border-color: rgba(237, 237, 237, 0.1);
}

@media screen and (min-width:768px) {
	.cBlogInfo_content {
		min-height: 80px;
	}
}

.cBlogInfo_content::after {
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 1) 100%);
}

.cBlogView_entry {
	border-bottom-color: rgba(237, 237, 237, 0.25);
}

.blog-index-box .ipsType_sectionTitle {
	display: none;
}

.cPastLeaders_cell:after {
	color: inherit;
	opacity: 0.2;
}

.cPopularItem_stats {
	color: #aaaaaa;
}

.cPopularItem_stats a {
	color: inherit;
}

html[dir="ltr"] .cPopularItem>div:first-child,
html[dir="rtl"] .cPopularItem>div:first-child,
html[dir="ltr"] .cPopularItem>div:last-child,
html[dir="rtl"] .cPopularItem>div:last-child,
.cPastLeaders_title::before {
	border-color: rgba(237, 237, 237, 0.1);
}

.cPastLeaders_title span {
	background: #1b1b1b;
}

.cGalleryChooseAlbum_listItem {
	background: #2d2d2d;
	border-color: rgba(237, 237, 237, 0.15);
}

.cGalleryChooseAlbum_listItem:not([data-disabled]):after {
	color: inherit;
}

.cGalleryChooseAlbum_listItem:not([data-disabled]):hover {
	border-color: rgba(237, 237, 237, 0.3);
}

#elGalleryHeader {
	margin: 0 0 15px 0;
}

.cGalleryCats .cGalleryTrimmedImage {
	background-color: #404040;
}

.cGalleryCats {
	padding: 15px 15px 0 15px;
}

.cGalleryCats>.ipsGrid {
	margin: 0;
}

.cGalleryCats .cGalleryTrimmedImage {
	box-shadow: inset rgba(237, 237, 237, 0.15) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 3px 8px;
	min-height: 220px;
	border-radius: 3px;
	text-align: center;
}

.cGalleryCat>a::before {
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
	height: 140px;
	opacity: 0.75;
}

.cGalleryCat .ipsType_sectionHead,
.cGalleryCat .cGalleryCat_info {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.cGalleryCat .ipsType_sectionHead {
	width: calc(100% - 14px);
	bottom: 30px;
}

.cGalleryCat .cGalleryCat_info {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 10px;
}

.cGalleryCat .cGalleryCat_info>li {
	margin: 0 8px !important;
}

.cGalleryCat .cGalleryCat_info>li:first-child {
	position: static;
}

.cGalleryCat .cGalleryCat_info>li:empty {
	display: none;
}

.cGalleryPatchwork_item {
	border-radius: 3px;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 3px;
}

.cGalleryPatchwork_item:hover {
	transform: none;
	z-index: auto;
}

.cGalleryPatchwork_item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(237, 237, 237, 0.1);
	pointer-events: none;
	border-radius: inherit;
}

.cGalleryPatchwork_item>a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	max-height: 100%;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
	transition: all ease-in-out 0.2s;
	opacity: 0.7;
}

.cGalleryPatchwork_item>a:hover:before {
	opacity: 0.1;
}

.cGalleryPatchwork_item .ipsPhotoPanel {
	background: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 17px;
	height: auto;
	padding: 7px !important;
}

.cGalleryPatchwork_item .ipsUserPhoto_mini {
	width: 30px;
	height: 30px;
}

html[dir="ltr"] .cGalleryPatchwork_item .ipsPhotoPanel.ipsPhotoPanel_mini>div {
	margin-left: 7px;
}

html[dir="rtl"] .cGalleryPatchwork_item .ipsPhotoPanel.ipsPhotoPanel_mini>div {
	margin-right: 7px;
}

.cGalleryPatchwork_item .ipsPhotoPanel,
.cGalleryPatchwork_comments {
	z-index: 2;
}

.cGalleryPatchwork_item [data-role="moderation"] {
	z-index: 3;
}

.elGalleryImage .ipsButton.ipsButton_link {
	color: #fff;
}

.elGalleryImage .ipsPromote .ipsPromote_icon {
	background: rgba(255, 255, 255, 0.2);
}

[data-role="toggleFullscreen"]::before {
	font-family: FontAwesome;
	content: "\f065";
}

.cGalleryLightbox_info {
	background: #1b1b1b;
}

.cGalleryLightbox_info .ipsComposeArea [data-ipsEditor]+[data-ipsEditor-toolList] {
	padding-bottom: 7px;
}

.cGalleryLightbox_info .cGalleryExif {
	margin-bottom: 5px;
}

.cGalleryLightbox_info #comments {
	background: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.cGalleryLightbox_info .ipsPagination~.ipsPagination {
	margin: 0 0 10px 0;
}

#elGalleryImage {
	background: transparent;
}

.cGalleryViewImage img {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.cGalleryViewImage:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border: 1px solid rgba(237, 237, 237, 0.15);
}

#elGalleryImageNav a {
	background: rgba(237, 237, 237, 0.18);
	border-radius: 3px;
	padding: 0;
	line-height: 60px;
	width: 60px;
	font-size: 40px;
	text-align: center;
}

#elGalleryImageNav a:hover {
	background: rgba(237, 237, 237, 0.4);
}

html[dir="ltr"] #elGalleryImageNav_prev,
html[dir="rtl"] #elGalleryImageNav_next {
	left: 5px;
}

html[dir="rtl"] #elGalleryImageNav_prev,
html[dir="ltr"] #elGalleryImageNav_next {
	right: 5px;
}

#elGalleryImageNav .fa,
#elGalleryImageNav .fa:before {
	display: block;
	line-height: inherit;
}

#elGalleryNav {
	background: #222222;
	color: #aaaaaa;
	border: 1px solid rgba(237, 237, 237, 0.1);
	border-width: 1px 0 0 0;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	padding-top: 20px;
	padding-bottom: 20px;
}

#elGalleryNav a[data-action] {
	color: #ededed;
	width: 26px;
	display: block;
}

#elGalleryNav .fa {
	display: block;
	line-height: inherit;
}

#elGalleryNav p {
	margin: 0;
}

#elGalleryNav .ipsType_reset {
	margin-top: 10px;
}

#elGalleryNav li {
	vertical-align: top;
}

.cGalleryAlbumSlider li {
	width: 46px;
	height: 46px;
	margin: 2px;
	border: 0;
	border-radius: 3px;
	position: relative;
}

.cGalleryAlbumSlider li a {
	border: 1px solid rgba(237, 237, 237, 0.3);
	border-radius: inherit;
}

.cGalleryAlbumSlider li a:hover {
	background: rgba(255, 255, 255, 0.12);
}

.cGalleryAlbumSlider li.cGalleryAlbumSlider_active a {
	border: 2px solid rgba(237, 237, 237, 0.9);
}

.cGalleryAlbumSlider .ipsAreaBackground {
	background: rgba(237, 237, 237, 0.15);
}

#elGalleryHeader+section[data-role="imageInfo"] {
	margin-bottom: 15px;
}

.cGallerySteps>li:before {
	color: #fff;
	background: #ededed;
}

.cGallerySteps>li span,
.cGallerySteps>li a {
	color: #ededed;
}

.cGallerySteps>li span:before,
.cGallerySteps>li span:after,
.cGallerySteps>li a:before,
.cGallerySteps>li a:after {
	background: #ededed;
}

.cGallerySteps>li.cGallerySteps_done:before,
.cGallerySteps>li.cGallerySteps_done span:after,
.cGallerySteps>li.cGallerySteps_done+li span:before,
.cGallerySteps>li.cGallerySteps_done a:after,
.cGallerySteps>li.cGallerySteps_done+li a:before,
.cGallerySteps>li.cGallerySteps_active:before {
	background: #5a895c;
}

.cGallerySteps>li.cGallerySteps_done span,
.cGallerySteps>li.cGallerySteps_active span,
.cGallerySteps>li.cGallerySteps_done a,
.cGallerySteps>li.cGallerySteps_active a {
	color: #5a895c;
}

#elGallerySubmit_albumChooser>li>div {
	border-color: rgba(237, 237, 237, 0.1);
}

#elGallerySubmit_albumChooser>li>div:hover {
	background: #222222;
}

#elGallerySubmit_albumChooser>li>input[type="radio"]:checked+div {
	background: #7b7b7b;
}

#elGallerySubmit_albumChooser>li>input[type="radio"]:checked+div:before,
#elGallerySubmit_albumChooser>li>input[type="radio"]:checked+div .ipsType_light {
	color: inherit;
}

.cGallerySubmit_albumImage {
	background-color: rgba(0, 0, 0, 0.3);
}

.cGallerySubmit_uploadImages .ipsAttachment_dropZone:not( .ipsDragging) {
	border-color: #222222;
}

.cGallerySubmit_strip {
	background: #404040;
}

.cGallerySubmit_bottomBar {
	border-color: rgba(237, 237, 237, 0.1);
}

.cGallerySubmit_strip li:not( .cGallerySubmit_current) :hover {
	border-color: rgba(87, 87, 87, 0.75);
}

.cGallerySubmit_strip .cGalleryTrimmedImage {
	background-clip: padding-box;
}

.cGallerySubmit_strip .cGallerySubmit_current .cGalleryTrimmedImage {
	border-color: #575757;
}

html[dir="ltr"] .cGallerySubmit_strip .cGallerySubmit_current:after {
	border-color: transparent transparent transparent #575757;
}

html[dir="rtl"] .cGallerySubmit_strip .cGallerySubmit_current:after {
	border-color: transparent #575757 transparent transparent;
}

.ipsApp button.cGallerySubmit_button {
	color: #ededed;
}

.cGalleryPatchwork_row {
	width: calc(100% + 1px) !important;
}

#elDownloadsSubmit_progress.ipsSticky {
	background-color: #2d2d2d;
}

.ipsProgressBar {
	background-color: rgba(123, 123, 123, 0.3);
	background-image: linear-gradient(to bottom, rgba(123, 123, 123, 0.4) 0%, rgba(123, 123, 123, 0.3) 100%);
}

.ipsProgressBar_progress,
.ipsProgressBar.ipsProgressBar_animated .ipsProgressBar_progress {
	background-color: #7b7b7b;
}

#elDownloadsSubmit .ipsAttachment_dropZone {
	background-color: #1b1b1b;
	border-color: rgba(237, 237, 237, 0.3);
}

.cCmsCategoryFeaturedEntry,
.cCmsCategoryFeaturedEntry .cCmsRecord_image,
.cmsCategory2col .ipsGrid_span6:nth-of-type(1),
.cmsCategory3col .ipsGrid_span4:nth-of-type(1),
.cmsCategory3col .ipsGrid_span4:nth-of-type(2) {
	border-color: rgba(237, 237, 237, 0.15);
}

.cCalendar_birthdays {
	color: inherit;
}

.cCalendar.ipsBox,
.cCalendarNav.ipsPager {
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.cCalendar.ipsBox,
.cCalendarNav.ipsPager:not(.ipsSticky) {
	background: none !important;
}

.cCalendarNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cCalendarNav:before,
.cCalendarNav:after {
	display: none;
}

html[dir="ltr"] .cCalendarNav>[class*="ipsGrid_span"],
html[dir="rtl"] .cCalendarNav>[class*="ipsGrid_span"] {
	margin: 0;
}

.cCalendarNav .ipsType_pageTitle {
	margin-top: 0;
}

@media screen and (max-width:767px) {
	.cCalendarNav {
		flex-wrap: wrap;
	}
	.cCalendarNav .ipsType_center {
		order: 1;
		width: 100%;
	}
	.cCalendarNav .ipsType_left {
		order: 2;
		width: 45% !important;
	}
	.cCalendarNav .ipsType_right {
		order: 3;
		width: 45% !important;
	}
}

.cCalendar {
	background-color: #1b1b1b;
}

.cCalendar td {
	border-color: rgba(237, 237, 237, 0.1);
}

.cCalendar td.cCalendar_nonDate {
	background: rgba(237, 237, 237, 0.06);
}

.cCalendar td.cCalendar_today,
.cCalendarWeek div.cCalendar_today {
	background: #404040;
}

.cCalendarWeek div.cCalendar_today h2.ipsType_sectionHead {
	color: inherit;
}

a.cEvents_style_blank,
.cEvents_style_blank a,
.cCalendarIcon.cEvents_style_blank {
	border-color: rgba(237, 237, 237, 0.15);
}

#elEventHeader_details {
	background: #404040;
}

.cCalendarDay>.ipsDataItem {
	border-bottom-color: rgba(237, 237, 237, 0.2);
}

.ipsDataItem.cCalendarDay_allDay {
	border-bottom-color: #ededed;
}

.ipsButton.cCalendar_miniAddEvent {
	line-height: 1.4rem;
	height: auto;
}

.ipsCalendarDate {
	background: rgba(237, 237, 237, 0.05);
	border-color: rgba(237, 237, 237, 0.2);
}

.ipsCalendarDate_month {
	color: rgba(237, 237, 237, 0.8);
}

@media screen and (max-width:767px) {
	.cCalendar .cCalendar_hasEvents .cCalendar_dayNumber {
		border-color: rgba(237, 237, 237, 0.12);
		background: rgba(237, 237, 237, 0.04);
	}
	.cCalendar .cCalendar_hasEvents.cCalendar_today .cCalendar_dayNumber {
		background: rgba(255, 255, 255, 0.4);
		border-color: rgba(255, 255, 255, 0.3);
	}
	.cCalendar td.cCalendar_today .cCalendar_dayNumber {
		background: transparent;
		border-color: transparent;
		color: inherit;
	}
}

.cNexusCategoryThumbs .ipsGrid {
	margin-bottom: -15px;
}

.cNexusCategoryBlock {
	min-height: 220px;
}

.cNexusCategoryBlock a {
	box-shadow: inset rgba(237, 237, 237, 0.15) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 3px 8px;
	min-height: 220px;
	border-radius: 3px;
	text-align: center;
}

.cNexusCategoryBlock>a::before {
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
	height: 140px;
	opacity: 0.75;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.cNexusCategoryBlock .ipsType_sectionHead {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	width: calc(100% - 14px);
	bottom: 20px;
}

@media screen and (max-width:767px) {
	.cNexusCategoryBlock,
	.cNexusCategoryBlock a,
	.cNexusCategoryBlock>a::before {
		min-height: 130px;
		height: 130px;
	}
}

@supports ( object-fit:cover) {
	.cNexusCarousel.cNexusCategory_grid .cNexusProduct_image img,
	.cNexusProduct_images .ipsImage {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

a.cNexusProduct_image {
	color: inherit;
	position: relative;
}

.cNexusProduct_image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid currentColor;
	opacity: 0.3;
}

.cNexusPurchaseList .cNexusPurchaseList_image,
.cNexusPurchase .cNexusPurchase_image {
	background-color: #404040;
	border-color: #2d2d2d;
}

html[dir="ltr"] .cNexusCheckout_returning,
html[dir="ltr"] .cNexusCheckout_review>.ipsColumn:first-child,
html[dir="rtl"] .cNexusCheckout_returning,
html[dir="rtl"] .cNexusCheckout_review>.ipsColumn:first-child {
	border-color: rgba(237, 237, 237, 0.1);
}

.cNexusMenuCart_totalRow,
.cNexusCheckout_subtotal {
	border-color: rgba(237, 237, 237, 0.5);
}

.cDonateProgressBar {
	background: rgba(123, 123, 123, 0.15);
	box-shadow: inset rgba(123, 123, 123, 0.25) 0px 0px 0px 1px;
}

.cDonateProgressBar_progress {
	background: #7b7b7b;
}

.cNexusPrice s {
	color: #aaaaaa;
}

.cPayment {
	border-color: rgba(237, 237, 237, 0.1);
	background-color: #222222;
}

.cNexusSupportMessage_purchase .cNexusPurchase_image {
	background-color: #1b1b1b;
	border-color: #222222;
}

.cNexusSupportMessage_m .cNexusSupportMessage_author,
.cNexusSupportMessage_a .cNexusSupportMessage_author,
.cNexusSupportMessage_s .cNexusSupportMessage_author,
.cNexusSupportMessage_e .cNexusSupportMessage_author,
.cNexusSupportMessage_h .cNexusSupportMessage_author {
	background: #1b1b1b;
}

.cNexusOrderBadge {
	background: #666;
}

.cNexusSupportMessage_replyArea {
	background: #1b1b1b;
}

#elNexusActions>li>a:hover {
	background: rgba(255, 255, 0, 0.1);
}

#elCategories_menu .ipsSideMenu_list {
	border: 0;
}

.cNexusProduct_image img,
.cNexusProduct_image .ipsNoThumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#elClubHeader {
	margin: 0 0 10px 0;
	position: relative;
	border-radius: 3px;
}

#elClubHeader .ipsCoverPhoto,
#elClubHeader .ipsCoverPhoto_container {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#elClubControls {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#elClubHeader .ipsCoverPhoto_button {
	z-index: 1;
}

#elClubControls {
	background: #7b7b7b;
}

#elClubHeader:after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 1px solid rgba(237, 237, 237, 0.3);
}

@media screen and (max-width:767px) {
	#elClubHeader .cClubIcon {
		z-index: 1;
		top: 10px;
	}
	#elClubHeader .ipsCoverPhoto {
		padding-top: 60px;
	}
}

.ipsWidget[data-blockid^="app_core_newsletter"] .ipsWidget_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ipsWidget[data-blockid^="app_core_newsletter"] .ipsPos_right {
	flex: 0 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}

html[dir='ltr'] .ipsWidget[data-blockid^="app_core_newsletter"] .ipsPos_right {
	padding-left: 0;
}

html[dir='rtl'] .ipsWidget[data-blockid^="app_core_newsletter"] .ipsPos_right {
	padding-right: 0;
}

.ipsWidget[data-blockid^="app_core_newsletter"] p {
	flex: 1 1 auto;
	width: 1%;
}

.ipsWidget[data-blockid^="app_core_newsletter"] p:empty {
	display: none;
}

.ipsWidget[data-blockid^="app_core_newsletter"] .ipsButton {
	margin-top: 15px;
}

.ipsWidget.ipsWidget_vertical:first-child {
	margin-top: 0;
}

#elClubControls .ipsTabs {
	padding: 10px;
}

#elClubControls .ipsTabs_item {
	line-height: 38px;
	margin-top: 0;
	border-radius: 2px;
}

@media screen and (min-width:980px) {
	#elClubControls .ipsTabs_activeItem {
		position: relative;
	}
	#elClubControls .ipsTabs_activeItem:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -4px;
		width: 8px;
		height: 8px;
		border: 4px solid transparent;
		border-bottom-color: #7b7b7b;
		pointer-events: none;
		box-sizing: border-box;
	}
}

#elClubControls .ipsButton_split {
	margin: 14px;
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	#elClubHeader .ipsCoverPhoto {
		height: auto;
	}
}

.ipsStreamItem_status {
	color: #aaaaaa;
}

.ipsStreamItem_unread .ipsItemStatus {
	font-size: 10px;
	vertical-align: middle;
}

.cStreamForm_list li a.ipsSideMenu_item.ipsSideMenu_itemActive+.cStreamForm_menu,
.cStreamForm_list li a.ipsSideMenu_item:not( .ipsSideMenu_itemActive):hover+.cStreamForm_menu {
	background: rgba(237, 237, 237, 0.2);
}

div[data-controller="core.front.streams.form"] {
	position: relative;
	z-index: 1;
}

div[data-role="streamBody"] .ipsBox_alt {
	background: #222222 !important;
}

.cStreamFilter {
	background: #1b1b1b;
	border-color: rgba(237, 237, 237, 0.2);
}

.cStreamFilter>li>a {
	border-color: rgba(237, 237, 237, 0.2);
}

.cStreamFilter a {
	color: rgba(237, 237, 237, 0.7);
}

.cStreamFilter h3 {
	color: #ededed;
}

.cStreamFilter>li>a.cStreamFilter_active {
	background: #404040;
}

.cStreamFilter p em {
	opacity: 0.8;
}

html[dir="ltr"] .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats,
html[dir="rtl"] .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats {
	border-color: rgba(237, 237, 237, 0.2);
}

.ipsStream .ipsStreamItem_contentType {
	background: #1b1b1b;
}

.ipsStreamItem.ipsStreamItem_contentBlock {
	border-color: rgba(237, 237, 237, 0.15);
}

.ipsStreamItem.ipsStreamItem_actionBlock {
	background: #1b1b1b;
	border: 1px solid rgba(237, 237, 237, 0.15);
	border-radius: 3px;
	padding: 10px !important;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock:before {
	border-right-color: rgba(237, 237, 237, 0.15);
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock:before {
	border-left-color: rgba(237, 237, 237, 0.15);
}

html[dir="ltr"] .ipsStream_snippetInfo,
html[dir="rtl"] .ipsStream_snippetInfo {
	border-width: 0;
}

#elMessageViewer .ipsBox_alt:first-child {
	margin-bottom: 10px;
}

html[dir="ltr"] .cMessage,
html[dir="rtl"] .cMessage {
	border-right-width: 0;
	border-left-width: 0;
}

html[dir="ltr"] .cMessage_members>ol>li,
html[dir="rtl"] .cMessage_members>ol>li {
	border-color: rgba(237, 237, 237, 0.4);
}

.focus-transparent #elMessageViewer .ipsType_pageTitle {
	padding: 10px 20px;
	border-radius: 3px;
	background: #1b1b1b;
}

@media screen and (min-width:980px) {
	.focus-transparent #elMessageViewer .ipsType_pageTitle {
		display: inline-block;
	}
}

@media screen and (max-width:979px) {
	.focus-transparent #elMessageViewer .ipsType_pageTitle {
		clear: both;
		margin-top: 20px;
		display: block;
	}
}

.cPromotedImages {
	border-color: transparent;
}

.cPromoteDialog_icon {
	box-shadow: inset rgba(237, 237, 237, 0.1) 0px 0px 0px 1px;
}

.cPromoteCount:not( .ipsType_issue):not( .ipsType_negative) {
	color: #ededed;
}

.cPromote_attachImage [data-role="preview"] {
	background-clip: padding-box;
}

.cPromote_attachImageSelected [data-role="preview"] {
	border-color: #ededed;
}

#form_promote_media .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall {
	border-color: rgba(237, 237, 237, 0.3);
}

html[dir="ltr"] #form_promote_social_content_facebook .ipsFieldRow_content,
html[dir="ltr"] #form_promote_social_content_twitter .ipsFieldRow_content,
html[dir="ltr"] #form_promote_social_content_internal .ipsFieldRow_content,
html[dir="rtl"] #form_promote_social_content_facebook .ipsFieldRow_content,
html[dir="rtl"] #form_promote_social_content_twitter .ipsFieldRow_content,
html[dir="rtl"] #form_promote_social_content_internal .ipsFieldRow_content {
	background: transparent;
}

#form_promote_social_content_facebook .ipsFieldRow_desc,
#form_promote_social_content_twitter .ipsFieldRow_desc,
#form_promote_social_content_internal .ipsFieldRow_desc {
	border-color: rgba(237, 237, 237, 0.1);
}

.cPromotedWidgetItem>.ipsPad_half {
	padding: 15px;
}

.cPromotedWidgetItem .ipsPhotoPanel {
	margin-top: 20px;
}

.cPromotedWidgetItem h2 {
	margin-bottom: 10px;
}

html[dir='ltr'] .ipsPromote .ipsPromote_icon:last-of-type {
	margin-right: 15px;
}

html[dir='rtl'] .ipsPromote .ipsPromote_icon:last-of-type {
	margin-left: 15px;
}

.ipsPromote .ipsPromoteText {
	padding: 0 12px;
}

html[dir] .ipsApp .ipsPromote.ipsButton a {
	margin: 0;
	padding: 0;
}

html[dir='rtl'] .ipsPageHeader .ipsPromote {
	margin-right: 0;
	margin-left: 10px;
}

.ipsPromote .ipsPromote_icon {
	color: inherit;
	background: rgba(204, 204, 204, 0.15);
	margin: 0;
}

.ipsPromote .ipsPromote_icon:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

html[dir='rtl'] .ipsPromote .ipsPromote_icon:first-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

@media screen and (max-width:767px) {
	.ipsPromote {
		display: block !important;
	}
	.ipsApp .ipsPromote a {
		vertical-align: top;
	}
	html[dir='ltr'] .ipsApp .ipsPromote {
		text-align: left;
	}
	html[dir='rtl'] .ipsApp .ipsPromote {
		text-align: right;
	}
}

.cAnnouncementsFloat {
	left: 0;
}

html[dir='rtl'] .cAnnouncementContentTop.ipsMessage {
	padding: 0;
}

.focus-fixed-nav .cAnnouncementsFloat,
.focus-fixed-header .cAnnouncementsFloat,
.focus-static-announcements .cAnnouncementsFloat {
	position: static;
}

.focus-fixed-nav body[style*='margin-top'],
.focus-fixed-header body[style*='margin-top'],
.focus-static-announcements body[style*='margin-top'] {
	margin-top: 0 !important;
}

#cAnnouncementSidebar {
	padding-bottom: 1px;
	min-width: 0;
}

.cAnnouncementIcon {
	background: #404040;
}

.ipsPagination:not( .ipsPagination_mini) .ipsPagination_first a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_last a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_next a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_prev a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.ipsPagination:not( .ipsPagination_mini) .ipsPagination_page a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_next a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_prev a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_first a,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_last a {
	background: rgba(255, 255, 0, 0.15);
	color: #ffff00;
	vertical-align: top;
}

.ipsPagination:not( .ipsPagination_mini) .ipsPagination_page a:hover,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_next a:hover,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_prev a:hover,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_first a:hover,
.ipsPagination:not( .ipsPagination_mini) .ipsPagination_last a:hover {
	background: rgba(255, 255, 0, 0.3);
}

.ipsPagination .ipsPagination_page.ipsPagination_active a {
	background: #ffff00;
	color: #fff;
	border-color: #ffff00;
}

.ipsPagination .ipsPagination_page a {
	text-shadow: none;
}

.ipsButtonRow li>a,
.ipsButtonRow li>button,
.ipsButtonRow li>span {
	background: transparent;
	color: inherit;
}

.ipsButtonRow li>a.ipsButtonRow_active,
.ipsButtonRow li>button.ipsButtonRow_active {
	background-color: #b00202;
	border-color: #b00202;
	color: #ffffff;
}

.ipsAreaBackground_light .ipsButtonRow li>a:not( .ipsButtonRow_active),
.ipsAreaBackground_light .ipsButtonRow li>button:not( .ipsButtonRow_active),
.ipsAreaBackground_light .ipsButtonRow li>span:not( .ipsButtonRow_active) {
	background: rgba(237, 237, 237, 0.1);
}

.ipsButtonBar {
	color: #ffffff;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
}

.ipsBox .ipsButtonBar {
	border-radius: 0;
}

.ipsBox>.ipsButtonBar:first-child,
.ipsBox>.ipsType_sectionTitle.ipsHide+.ipsButtonBar {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.ipsBox .ipsButtonBar:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.ipsBox .ipsType_sectionTitle:not(.ipsHide)+.ipsButtonBar {
	border-radius: 0;
}

.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_page a,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_next a,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_prev a,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_first a,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_last a,
.ipsButtonBar .ipsButtonRow li>a,
.ipsButtonBar .ipsButtonRow li>button,
.ipsButtonBar .ipsButtonRow li>span {
	background: rgba(255, 255, 255, 0.2);
	color: inherit;
}

.ipsButtonBar .ipsPagination .ipsPagination_pageJump a {
	color: inherit;
}

.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_page:not(.ipsPagination_active) a:hover,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_next a:hover,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_prev a:hover,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_first a:hover,
.ipsApp .ipsButtonBar .ipsPagination .ipsPagination_last a:hover,
.ipsButtonBar .ipsButtonRow li>a:hover,
.ipsButtonBar .ipsButtonRow li>button:hover,
.ipsButtonBar .ipsButtonRow li>span:hover {
	background: rgba(255, 255, 255, 0.4);
}

.ipsButtonBar .ipsPagination .ipsPagination_page.ipsPagination_active a,
.ipsButtonBar .ipsButtonRow li>a.ipsButtonRow_active,
.ipsButtonBar .ipsButtonRow li>button.ipsButtonRow_active {
	background: #ffffff;
	border-color: #ffffff;
	color: #b00202;
}

@media screen and (max-width:767px) {
	.ipsButtonBar .ipsButtonRow {}
}

.ipsPagination.ipsPagination_mini {
	transition: all 0.12s linear;
	display: inline-block;
}

.ipsPagination.ipsPagination_mini a {
	color: #ffffff;
	background: #b00202;
}

.ipsPagination.ipsPagination_mini a:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.ipsPagination .ipsPagination_page a {
	text-shadow: none;
}

.ipsPagination li:not(.ipsPagination_pageJump):not(.ipsPagination_mini) .fa {
	font-size: inherit;
	top: 0;
}

.ipsMessage {
	color: #fff;
	box-shadow: inset rgba(0, 0, 0, 0.2) 0px 2px 0px 0px, inset rgba(0, 0, 0, 0.2) 0px -2px 0px 0px;
	text-shadow: none;
	border-radius: 0;
}

.ipsMessage_error {
	background: #b52b38;
}

.ipsMessage_success {
	background: #63aa4e;
}

.ipsMessage_warning {
	background: #ca9751;
}

.ipsMessage_info,
.ipsMessage_information {
	background: #404040;
}

.ipsMessage_general {
	background: #404040;
}

.ipsMessage_general a.ipsButton {
	background: rgba(255, 255, 255, 0.25);
}

.ipsMessage a.ipsUserPhoto {
	border: 0;
}

.ipsApp .ipsMessage a:not(.ipsButton) {
	color: currentColor;
	border-color: currentColor;
}

.ipsMessage a.ipsButton:not(.ipsButton_link) {
	background: none;
	color: currentColor;
}

.ipsMessage a.ipsButton:not(.ipsButton_link):after {
	background: currentColor;
	opacity: 0.25;
	border-color: transparent;
}

.ipsMessage a.ipsButton:not(.ipsButton_link):hover:after {
	opacity: 0.35;
}

html[dir] .ipsMessage .ipsButton_link {
	color: currentColor;
}

#elWidgetControls {
	background: rgba(20, 20, 20, 0.8);
	border-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

html[dir='ltr'] #elWidgetControls:after {
	border-left-width: 0;
}

html[dir='rtl'] #elWidgetControls:after {
	border-right-width: 0;
}

#elSidebarManager {
	background: rgba(20, 20, 20, 0.8);
}

.ipsApp .ipsToolbox .ipsToolbox_sectionTitle {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	color: #fff;
}

.cSidebarManager_block {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 3px;
}

.cWidgetContainer.cWidgetContainer_managing {
	background-color: rgba(237, 237, 237, 0.15);
}

.cWidgetContainer.cWidgetContainer_managing::before {
	border-color: #ededed;
}

.cSidebarBlock_managing {
	background: rgba(27, 27, 27, 0.6);
	border-color: #ededed;
}

.cSidebarBlock_managing h4,
.cSidebarBlock_managing [data-action="removeBlock"] {
	background: rgba(0, 0, 0, 0.8);
}

.cSidebarManager_placeholder {
	background: #404040;
}

#elTwoFactorAuthentication>div {
	background-color: #1b1b1b;
}

#elTwoFactorAuthentication .ipsTabs .ipsTabs_item:not( .ipsTabs_activeItem) {
	color: rgba(237, 237, 237, 0.6);
}

.focus-transparent .cForumMiniList_wrapper,
.focus-transparent .cGalleryCats {
	padding: 0;
}

.focus-transparent .ipsPageHeader,
.focus-transparent .cGalleryPatchwork_index,
.focus-transparent .cForumRow .ipsPad[data-role="forums"] {
	padding-left: 0;
	padding-right: 0;
}

.focus-transparent #elGalleryNav,
.focus-transparent.focus-post-bar .cTopic .ipsItemControls {
	border-width: 1px;
	border-radius: 3px;
}

@media screen and (min-width:768px) {
	.focus-transparent .focus-answers .cRatingColumn {
		border-width: 0px 1px 1px 1px;
	}
	html[dir='ltr'].focus-transparent.focus-post-bar .focus-answers .cPostQuestion .ipsItemControls {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left-width: 0;
	}
	html[dir='rtl'].focus-transparent.focus-post-bar .focus-answers .cPostQuestion .ipsItemControls {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-right-width: 0;
	}
}

.focus-transparent .ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular),
.focus-transparent .ipsComment_highlighted.ipsBox:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular) {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.focus-transparent .ipsComment.cPost.ipsComment_selected {
	box-shadow: none;
	border: 0;
}

.ipsfocusReset {
	box-shadow: none !important;
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.ipsBox:not(.ipsfocusReset) .ipsfocusBox,
.ipsBox:not(.ipsfocusReset) .ipsfocusBox-inner,
.ipsBox:not(.ipsfocusReset) .ipsSideMenu {
	background: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	border: 0;
	margin: 0;
}

.focus-wallpaper .ipsStreamItem.ipsStreamItem_contentBlock,
.focus-wallpaper .ipsStreamItem.ipsStreamItem_actionBlock {
	background-clip: padding-box;
}

.focus-wallpaper .ipsApp #elStreamUpdateMsg {
	padding: 0 4px 0 20px;
	border-radius: 3px;
	margin-right: 10px;
	background: rgba(27, 27, 27, 0.9);
}

html[dir='rtl'].focus-wallpaper .ipsApp #elStreamUpdateMsg {
	padding: 0 20px 0 4px;
	margin: 0 0 0 10px;
}

.focus-wallpaper .ipsToolList>li>.ipsButton_link,
.focus-wallpaper .focus-rating {
	background: rgba(27, 27, 27, 0.75);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.focus-wallpaper .focus-rating,
.focus-wallpaper .ipsToolList>li>.ipsButton_link {
	color: #ededed;
}

.focus-wallpaper .focus-rating {
	border-radius: 3px;
	padding: 5px 10px;
}

.ipsApp .ipsToolbox input,
.ipsApp .ipsToolbox select,
.ipsApp .ipsToolbox textarea {
	background-color: rgba(0, 0, 0, 0.6);
	border-color: rgba(0, 0, 0, 0.6);
	box-shadow: none;
	color: #fff;
}

.ipsApp .ipsToolbox select {
	background-position: right center;
	background-size: 18px 9px, 100% 100%;
	background-repeat: no-repeat, repeat;
}

.cLogin_single .ipsBox {
	background: none !important;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.ipsWidget[data-blockid*="app_forums_forumStatistics"] .ipsWidget_inner {
	padding-bottom: 1px;
}

.cProfileSidebarBlock img {
	max-width: 100%;
}

.cProfileSidebarBlock .ipsUserPhoto img {
	max-width: none;
}

.cClubCard_status,
#elEditProfile,
#elProfileHeader .ipsUserPhoto {
	z-index: 1;
}

.ipsStream .ipsStreamItem_contentType,
.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock:before {
	z-index: 1;
}

.ipsStream_withTimeline .ipsStreamItem::after {
	z-index: 2;
}

@supports ( (-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))) {
	#elCalendarsHeader {
		z-index: 1;
	}
}

html[dir='rtl'] #elLicenseKey [data-role="closeMessage"] {
	right: auto;
	left: 15px;
}

.ipsApp #elStreamUpdateMsg {
	line-height: 22px;
}

html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after {
	left: -37px;
}

html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after {
	right: -37px;
}

.ipsButton .ipsType_light {
	color: inherit;
	opacity: 0.7;
}

.ipsWidget_horizontal[data-blockid^="app_core_members_"] .ipsPad_half {
	padding: 15px;
}

@media screen and (max-width:767px) {
	.ipsWidget_horizontal[data-blockid^="app_core_members_"] .ipsPad_half {
		padding: 7px;
	}
}

.ipsApp .recaptchatable * {
	color: #ededed;
}

.ipsWidget.ipsWidget_horizontal[data-blockid^="app_cms"] {
	box-shadow: none;
}

section.ipsSpacer_top .ipsBox+.ipsBox {
	margin-top: 15px;
}

.ipsDrawer_close:hover {
	color: #fff;
}

a[id^="comment-"] {
	position: relative;
	display: block;
	height: 0;
}

.cForumRow_hidden {
	opacity: 0.5;
}

.cForumRow_hidden .cForumTitle {
	opacity: 1;
}

.cWidgetContainer[data-widgetArea="header"] {
	margin: 0;
}

.cWidgetContainer[data-widgetArea="header"] .ipsWidget {
	margin-bottom: 15px;
}

.cWidgetContainer[data-widgetArea="footer"],
.ipsWidget.ipsWidget_horizontal:not(.ipsWidgetHide)+.ipsWidget {
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	#elFullNotifications_menu {
		box-shadow: none;
	}
}

#elNavTheme_menu .ipsButton_link,
#elNavLang_menu .ipsButton_link {
	border: 0;
	border-radius: 0;
}

#elNavTheme_menu .ipsMenu_item:hover,
#elNavLang_menu .ipsMenu_item:hover {
	background: rgba(255, 255, 0, 0.1);
}

.ipsPager .ipsPager_noDesc .ipsPager_type {
	margin-top: 0;
}

.ipsPager .ipsPager_next a:after,
.ipsPager .ipsPager_prev a:after {
	line-height: 26px;
	top: 50%;
	margin-top: -13px;
}

a[data-mentionid] {
	color: #fff !important;
}

.ipsComment_controls .ipsButton,
.cForumTitle,
.ipsBreadcrumb,
.ipsItemStatus.ipsItemStatus_large {
	transition: none;
}

@media screen and (max-width:767px) {
	.ipsWidget_horizontal[data-blockid*="app_core_stats"] .cNewestMember {
		border: 0 !important;
	}
	.ipsWidget_horizontal[data-blockid*="app_core_stats"] .ipsType_center {
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.ipsPageHeader .ipsSpacer_bottom:last-child {
	margin: 0;
}

.ipsApp label:not(.ipsField_unlimited) {
	vertical-align: top;
}

.ipsApp label:not(.ipsField_unlimited),
.ipsApp input,
.ipsApp button,
.ipsApp select,
.ipsApp textarea {
	font-family: inherit;
}

.cProfileSidebarBlock[class*='ipsLeaderboard_trophy'] a {
	color: inherit !important;
}

.ipsApp select+select {
	margin-left: 3px;
}

.ipsCustomInput {
	vertical-align: middle;
}

.ipsCustomInput input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ipsField_fieldList .ipsCustomInput input[type="radio"],
.ipsField_fieldList .ipsCustomInput input[type="checkbox"] {
	float: none;
	margin: 0;
}

.ipsImageAttach_thumb .ipsNoThumb {
	height: 150px;
	width: auto;
}

.ipsAttachment_fileList .ipsNoThumb:after {
	line-height: 150px;
	top: 0;
	margin-top: 0;
}

body[data-role="externalEmbed"],
body[data-role="internalEmbed"] {
	background: none !important;
}

#recentTopicsWrapper .ipsDataItem:not(.ipsDataItem_unread) .ipsDataItem_title a {
	font-weight: normal;
}

.ipsEmpty {
	color: #aaaaaa;
}

.ipsWidget[data-blockid*="app_calendar_recentReviews"] .ipsTruncate.ipsTruncate_line {
	white-space: normal;
}

:root {
	--ipsfocus-version: '4.3.3';
	--ipsfocus-date: 'June 8, 2018';
}

.ipsBreadcrumb>ul:last-child li>a:before,
.ipsBreadcrumb>ul:last-child li>a:after {
	color: rgba(255, 255, 255, 0.3);
	border-color: rgba(0, 0, 0, 0.6);
}

.ipsBreadcrumb>ul:last-child li:hover>a:before,
.ipsBreadcrumb>ul:last-child li:hover>a:after,
.ipsBreadcrumb .ipsList_inline li a:hover {
	background: rgba(255, 255, 255, 0.06);
}

.ipsApp .ipsBreadcrumb>ul:last-child li>a:active:before,
.ipsApp .ipsBreadcrumb>ul:last-child li>a:active:after,
.ipsApp .ipsBreadcrumb .ipsList_inline li a:active {
	background: rgba(0, 0, 0, 0.2);
}

.ipsBreadcrumb .ipsList_inline li {
	border-color: rgba(255, 255, 255, 0.1);
}

.ipsfocus_social a:after {
	border-width: 0;
}

.ipsMessage {
	box-shadow: inset rgba(255, 255, 255, 0.1) 0px 2px 0px 0px, inset rgba(255, 255, 255, 0.1) 0px -2px 0px 0px;
}

.focus-guest-alert .ipsWidget[data-blockid*="app_core_guestSignUp"],
.focus-guest-alert .ipsWidget[data-blockid*="app_core_guestSignUp"] .guest-widget-footer {
	border-color: rgba(237, 237, 237, 0.22);
}

.focus-guest-alert .ipsWidget[data-blockid*="app_core_guestSignUp"] {
	background-color: #1b1b1b !important;
	background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0.1) 0%, rgba(237, 237, 237, 0.1) 100%);
	color: #ededed;
}

.focus-guest-alert .ipsWidget[data-blockid*="app_core_guestSignUp"] .guest-widget-header {
	background-color: #1b1b1b;
	box-shadow: inset rgba(0, 0, 0, 0.25) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 1px 0px;
}

.focus-guest-alert .ipsWidget[data-blockid*="app_core_guestSignUp"] .guest-widget-footer {
	background: rgba(237, 237, 237, 0.1);
}

.focus-guest-alert .ipsWidget[data-blockid*="app_core_guestSignUp"] a.ipsButton:not(.ipsSocial) {
	background: rgba(237, 237, 237, 0.2);
	border: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

.focus-picker span {
	box-shadow: inset rgba(255, 255, 255, 0.2) 0px 1px 0px, inset rgba(255, 255, 255, 0.1) 0px 0px 0px 1px;
}

.cke .cke_top,
.ipsComposeArea div[data-ipseditor-toollist] .ipsAreaBackground_light {
	background: rgba(255, 255, 255, 0.1);
}

.ipsMenu,
.ipsHovercard,
.ipsHovercard_loading,
#elSearchExpanded {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.ipsMenu_headerBar,
.ipsMenu_footerBar {
	background: #2d2d2d;
}

.ipsTooltip {
	background: rgba(99, 99, 99, 0.95);
	border-color: rgba(99, 99, 99, 0.95);
}

.ipsApp .ipsDataItem_new,
.ipsApp .ipsDataItem_success {
	background-color: #52643d;
}

.cRatingColumn_on {
	background: #354e36;
	color: #6a9065;
}

.ipsButton:after,
.focus-post-buttons .cTopic .ipsComment_controls a,
.focus-post-buttons .cTopic .ipsComment_controls .ipsButton {
	border-color: rgba(255, 255, 255, 0.06);
}

.ipsButton_split .ipsButton_primary:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.pln {
	color: #ebe7e3
}

@media screen {
	.str {
		color: #adb885
	}
	.kwd {
		color: #ccc
	}
	.com {
		color: #ebe7e3
	}
	.typ {
		color: #ccc
	}
	.lit {
		color: #ccc
	}
	.pun,
	.opn,
	.clo {
		color: #d9b180
	}
	.tag {
		color: #e8bd89
	}
	.atn {
		color: #df897a
	}
	.atv {
		color: #7ea9c4
	}
	.dec,
	.var {
		color: #ccc
	}
	.fun {
		color: #ccc
	}
}

html {
	font-size: 10.3px;
}

@media (min-width:980px) {
	body {
		padding: 20px 0;
	}
}

.site-wrap {
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: #111;
}

.top-bar {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	border-bottom: 1px solid #000;
}

@media (max-width:650px) {
	.top-bar {
		display: none;
	}
}

.ipsApp #header {
	background-color: #2c2c2c;
	background-size: cover;
	background-position: 50% 50%;
	box-shadow: inset rgba(255, 255, 255, 0.3) 0px -1px 0px, inset rgba(255, 255, 255, 0.2) 0px 1px 0px;
}

#elUserNav {
	color: rgba(255, 255, 255, 1);
}

#elUserNav>li {
	border-radius: 3px;
}

#elUserNav>li:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

.nav-bar {
	background: #242424;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 6px;
}

.ipsNavBar_primary {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

.ipsNavBar_primary>ul>li {
	font-size: 1.2rem;
}

.ipsApp .ipsNavBar_primary>ul>li>a {
	font-weight: bold;
	border-radius: 3px;
	padding: 0 15px;
}

.ipsApp .ipsNavBar_primary>ul>li:hover>a {
	background: rgba(255, 255, 255, 0.04);
}

.ipsApp .ipsNavBar_primary>ul>li[data-active]>a {
	background: rgba(255, 255, 255, 0.08);
}

.ipsNavBar_secondary {
	color: #505050;
	box-shadow: rgba(0, 0, 0, 0.26) 0px 20px 20px, rgba(0, 0, 0, 0.1) 0px 2px 2px;
}

.ipsNavBar_secondary>li>a:hover {
	background: rgba(255, 255, 255, 0.05);
}

@media screen and (min-width:980px) {
	#elSearch {
		color: rgba(255, 255, 255, 1);
		background: rgba(255, 255, 255, 0.15);
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
		box-shadow: inset rgba(255, 255, 255, 0.1) 0px 1px 0px;
		border-radius: 3px;
	}
}

.ipsApp .ipsBreadcrumb {
	color: #ffff00;
	background: #2d2d2d;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
	border-color: rgba(237, 237, 237, 0.15);
	border-radius: 3px;
	font-size: 15px;
}

.ipsApp .ipsBreadcrumb_bottom {
	border-radius: 0;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.ipsBreadcrumb:before {
	border-width: 1px;
}

.ipsBreadcrumb_bottom:before {
	border-width: 1px 0 0 0;
}

body.ipsApp #header {
	background-color: #333333;
	background-image: url('http://www.rossoverdi.com/uploads/monthly_2018_06/header-background.jpg.b549e7f9130e22d9cd6010b8e3abc88e.jpg');
}

.content-wrap {}

.content-padding {
	padding: 10px;
}

.ipsfocusBox {}

.ipsfocusBox-inner {
	background-color: rgba(27, 27, 27, 1);
	border: 1px solid #373737;
	border-radius: 3px;
	margin-top: 6px;
}

.ipsBox,
.ipsPageHeader,
.focus-topic-compact .focus-topic,
.ipsPager,
.ipsWidget,
.ipsBox_alt {
	border: 1px solid #373737;
}

.ipsBox:not( .ipsBox_transparent):not( .ipsModerated),
.ipsBox,
.ipsPageHeader,
.focus-topic-compact .focus-topic,
.ipsPager,
.ipsWidget,
.ipsBox_alt {
	background-color: rgba(27, 27, 27, 1);
}

.ipsType_sectionTitle {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset rgba(255, 255, 255, 0.15) 0px 1px 0px;
	border-radius: 3px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 9px 12px;
	margin: -1px -1px 0 -1px;
}

.ipsfocusBox>.ipsType_sectionTitle {}

.ipsWidget.ipsWidget_vertical .ipsWidget_title,
.ipsWidget.ipsWidget_horizontal .ipsWidget_title {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset rgba(255, 255, 255, 0.15) 0px 1px 0px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 9px 12px;
	margin: -1px -1px 0 -1px;
	border-radius: 3px;
}

.cPost:before,
#ipsLayout_body .cAuthorPane_mobile {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(0, 0, 0, 0.1) 0px 1px 4px;
}

.focus-topic-compact .focus-topic,
#elMessageViewer .ipsBox.ipsPad_half,
.ipsComposeArea_dummy,
.ipsApp textarea.cke_source,
html .cke_wysiwyg_frame,
html .cke_wysiwyg_div {
	background: #bbb;
	color: #000;
}

#elMessageViewer .ipsItemControls,
#elMessageViewer .ipsItemControls a {
	color: inherit;
}

.focus-topic .ipsType_light {
	color: #777;
}

.focus-topic .ipsComment_meta {
	color: #fff;
}

.focus-topic .ipsType_light time {
	color: inherit;
}

.focus-post-bar .cTopic .ipsItemControls {
	background: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.1);
}

.focus-post-buttons .cTopic .ipsComment_controls a,
.focus-post-buttons .cTopic .ipsComment_controls .ipsButton {
	border-color: rgba(0, 0, 0, 0.2);
}

.cPost_contentWrap a {
	color: #e00;
}

.ipsQuote,
.ipsCode,
.ipsSpoiler,
.ipsStyle_spoiler {
	background: #fff;
	color: #111;
}

.ipsRichEmbed,
.ipsRichEmbed_itemTitle {
	color: #111;
}

.ipsCode {
	background: #333;
}

.ipsReact_overview {
	color: #000;
}

.ipsReact_overview a {
	color: inherit;
}

.ipsButtonBar {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset rgba(255, 255, 255, 0.15) 0px 1px 0px;
	border-radius: 3px !important;
}

.ipsType_light time {
	color: #0b0;
}

#ipsLayout_footer {
	padding-left: 15px;
	padding-right: 15px;
}

.cForumList .ipsDataItem_title,
.ipsDataItem_title {
	font-size: 15px;
}

.ipsDataList_large .ipsDataItem_icon,
.ipsDataList_large .ipsDataItem_main,
.ipsDataList_large .ipsDataItem_stats,
.ipsDataList_large .ipsDataItem_lastPoster,
.ipsDataList_large .ipsDataItem_generic,
.cForumTopicTable .ipsDataItem>* {
	padding-top: 5px;
	padding-bottom: 5px;
}

div[data-ipseditor],
.cke .cke_top {
	border-color: #000;
}

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader,
body[data-pagemodule="forums"][data-pagecontroller="forums"] .ipsPageHeader {
	display: none !important;
}

@media screen and (max-width:979px) {
	html[dir="ltr"] .ipsFollow,
	html[dir="rtl"] .ipsFollow {
		float: left;
	}
}

.ipsTag_prefix {
	background: rgb(0, 170, 0);
}

html[dir="ltr"] .ipsTag_prefix:before,
html[dir="rtl"] .ipsTag_prefix:before {
	border-color: transparent transparent rgb(0, 170, 0) rgb(0, 170, 0);
	border-bottom-color: rgb(0, 170, 0);
	border-left-color: rgb(0, 170, 0);
}

.ipsNavBar_primary a:before,
.ipsNavBar_primary>ul>li[data-active]>a,
.ipsNavBar_primary>ul>li>a,
.ipsNavBar_primary>ul>li>a:hover {
	color: rgb(255, 255, 0);
}

#elNavSecondary_18>a:before {
	content: "\f004";
	color: rgb(255, 0, 0);
}

.ipsNavBar_primary>ul>li#elNavSecondary_18[data-active]>a,
.ipsNavBar_primary>ul>li#elNavSecondary_18>a,
.ipsNavBar_primary>ul>li#elNavSecondary_18>a:hover {
	color: rgb(255, 0, 0);
}

#elNavSecondary_24>a:before {
	content: "\f095";
	color: rgb(0, 255, 0);
}

.ipsNavBar_primary>ul>li#elNavSecondary_24[data-active]>a,
.ipsNavBar_primary>ul>li#elNavSecondary_24>a,
.ipsNavBar_primary>ul>li#elNavSecondary_24>a:hover {
	color: rgb(0, 255, 0);
}

#elNavSecondary_17>a:before {
	content: "\f19d";
}

#elNavSecondary_22>a:before {
	content: "\f162";
}

#elNavSecondary_31>a:before {
	content: "\f073";
}

#elNavSecondary_25 a:before {
	content: "\f1ec";
}

#elNavSecondary_26 a:before {
	content: "\f201";
}

#elNavSecondary_27 a:before {
	content: "\f1e3";
}

#elNavSecondary_28 a:before {
	content: "\f24e";
}

#elNavSecondary_23 a:before {
	content: "\f073";
}

#elNavSecondary_32 a:before {
	content: "\f162";
}

#elNavSecondary_29 a:before {
	content: "\f187";
}

#elNavSecondary_30 a:before {
	content: "\f086";
}

#elNavSecondary_20 a:before {
	content: "\f083";
}

#elNavSecondary_21 a:before {
	content: "\f0c1";
}

#elNavSecondary_19 a:before {
	content: "\f0e3";
}
