/* <style> /**/

/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-color: white;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
img {
	border-width:0;
	border-color:transparent;
}
/* keep focus styles for a11y
:focus {
	outline: 0 none;
}*/
ol, ul {
	list-style: none;
}
em, i {
	font-style:italic;
}
ins {
	text-decoration:none;
}
strike, del {
	text-decoration:line-through;
}
strong, b {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
[hidden] { 
	display: none !important;
}/* <style> /**/

/* Clearfix */
.clearfix:after,
.elgg-grid:after,
.elgg-layout:after,
.elgg-inner:after,
.elgg-page-header:after,
.elgg-page-footer:after,
.elgg-head:after,
.elgg-foot:after,
.elgg-col:after,
.elgg-col-alt:after,
.elgg-image-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* Fluid width container that does not wrap floats */
.elgg-body,
.elgg-col-last {
	display: block;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
}

.elgg-body:after,
.elgg-col-last:after {
	display: block;
	visibility: hidden;
	height: 0 !important;
	line-height: 0;
	overflow: hidden;
	
	/* Stretch to fill up available space */
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

/* ***************************************
 * MENUS
 *
 * To add separators to a menu:
 * .elgg-menu-$menu > li:after {content: '|'; background: ...;}
 *************************************** */
/* Enabled nesting of dropdown/flyout menus */
.elgg-menu > li { position: relative; }

.elgg-menu > li:last-child::after {
	display: none;
}

/* Maximize click target */
.elgg-menu > li > a { display: block }

/* Horizontal menus w/ separator support */
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	vertical-align: middle;
}

/* Allow inline image blocks in horizontal menus */
.elgg-menu-hz .elgg-body:after { content: '.'; }

/* Inline block */
.elgg-gallery > li,
.elgg-button,
.elgg-icon,
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	/* Google says do this, but why? */
	position: relative;

	display: inline-block;
}

/* ***************************************
	Grid
*************************************** */

/*<style>/**/

.elgg-col {
	float: left;
	display: block;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.elgg-col-alt {
	float: right;
}
.elgg-col-1of1 {
	float: none;
}
.elgg-col-1of2 {
	width: 50%;
}
.elgg-col-1of3 {
	width: 33.33%;
}
.elgg-col-2of3 {
	width: 66.66%;
}
.elgg-col-1of4 {
	width: 25%;
}
.elgg-col-3of4 {
	width: 75%;
}
.elgg-col-1of5 {
	width: 20%;
}
.elgg-col-2of5 {
	width: 40%;
}
.elgg-col-3of5 {
	width: 60%;
}
.elgg-col-4of5 {
	width: 80%;
}
.elgg-col-1of6 {
	width: 16.66%;
}
.elgg-col-5of6 {
	width: 83.33%;
}
.elgg-col-full {
	width: 100%;	
}
/* <style> /**/

/* ***************************************
	Typography
*************************************** */
body {
	font-size: 95%;
	color: #444444;
	line-height: 1.4em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a {
	color: #467F35;
}

a:hover,
a.selected { 	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

pre, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 12px;

	background: #F0F0F0;
	color: #000;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */

	white-space: pre-wrap;
	word-wrap: break-word; /* IE 5.5-7 */

}

pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}

code {
	padding:2px 3px;
}

.elgg-monospace {
	font-family: Monaco, "Courier New", Courier, monospace;
}

blockquote {
	line-height: 1.3em;
	padding: 10px 15px;
	margin: 0 0 15px 0;
	background: #E2F2FE;
	border: 1px solid #A1CBEA;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
	text-rendering: optimizelegibility;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; line-height: 1.1em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

.elgg-heading-site {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	display: block;
	font-weight: bold;
	color: #8D3D0D;
	text-decoration: none;
	padding-top: 30px;
}
.elgg-page-header .elgg-heading-site:hover {
	color: #8D3D0D;
	text-decoration: none;		
}
.elgg-page-header .elggzone-logo {
	float: left;
	display: block;
	padding-top: 6px;
}
.elgg-page-header .elggzone-logo img {
	max-width: 100%;
	height: auto;
}
.elgg-heading-main {
	display: inline-block;
	padding-top: 20px;
	margin-right: 10px;
}
.elgg-heading-basic {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

.elgg-subtext {
	color: #666;
	font-size: 85%;
	line-height: 1.4em;
	font-style: italic;
}

.elgg-text-help {
	display: block;
	font-size: 85%;
	font-style: italic;
}

.elgg-quiet {
	color: #666;
}

.elgg-loud {
	color: #000000;
}

/* ***************************************
	USER INPUT DISPLAY RESET
*************************************** */
.elgg-output {
	margin-top: 10px;
}

.elgg-output dt { font-weight: bold }
.elgg-output dd { margin: 0 0 1em 1em }

.elgg-output ul, .elgg-output ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
.elgg-output ul {
	list-style-type: disc;
}
.elgg-output ol {
	list-style-type: decimal;
}
.elgg-output table {
	border: 1px solid #DCDCDC;
}
.elgg-output table td {
	border: 1px solid #DCDCDC;
	padding: 3px 5px;
}
.elgg-output img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* <style> /**/

/* ***************************************
	Form Elements
*************************************** */
fieldset > div {
	margin-bottom: 15px;
}
fieldset > div:last-child {
	margin-bottom: 0;
}
.elgg-form-alt > fieldset > .elgg-foot {
	border-top: 1px solid #DCDCDC;
	padding: 10px 0;
}
label {
	color: #666666;
}
label.elgg-state-disabled {
	opacity: 0.6;
}
input, textarea {
	border: 1px solid #DCDCDC;
	color: #666;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 7px 6px;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border: solid 1px #C2C2C2;
	background: #F0F0F0;
	/* We remove outlines from specific input types so we can leave the browser
	   defaults (like glows) for everything else */
	outline: 0 none;
}
.elgg-longtext-control {
	float: right;
	margin-left: 14px;
	font-size: 80%;
	cursor: pointer;
}
.elgg-input-access {
	margin: 5px 0 0 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 3px 0 0;
	padding: 0;
	border: none;
	width: auto;
}
.elgg-input-checkboxes.elgg-horizontal li,
.elgg-input-radios.elgg-horizontal li {
	display: inline;
	padding-right: 10px;
}
.elgg-form-register label {
	font-weight: normal;
	font-style: italic;
	color: #666666;
	font-size: 100%;
}
.elgg-form-register fieldset > div {
	margin-bottom: 20px;
}
.elgg-form-register .elgg-foot {
	margin-bottom: 0;
}
.elgg-form-account {
	float:left;
	margin-bottom: 15px;
	padding-right: 5%;
	width: 44.5%;
}
.elgg-form-login {
	max-width: 450px;
}

/* ***************************************
	FRIENDS PICKER
*************************************** */
.friends-picker-main-wrapper {
	margin-bottom: 15px;
}
.friends-picker-container h3 {
	font-size: 2em !important;
	text-align: left;
	margin: 0 !important;
	color: #000000;
	background: none !important;
	padding:0 !important;
}
.friends-picker-container .panel ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
.friends-picker-wrapper {
	margin: 0;
	padding: 10px 0;
	position: relative;
	width: 100%;
}
.friendspicker-savebuttons {
	margin: 10px 0;
}
.friends-picker-container {
	position: relative;	
	left: 0;
	top: 0;
	width: auto;
	list-style-type: none;	
}
.friends-picker-container .panel {
	height: 100%;
	width: auto;
    display: block;
    padding: 20px 10px;
	border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px 1px 0 1px;

    background-color: #F8F8F8;
}
.friends-picker-container .panel table {
    margin-top: 10px !important;
}
.friends-picker-container .panel table div {
    margin-bottom: 0 !important;
}
.friends-picker-container .panel:last-child {
	border-bottom: 1px solid #DCDCDC !important;      
}
.friendspicker-savebuttons .elgg-button-submit,
.friendspicker-savebuttons .elgg-button-cancel {
	margin: 5px 20px 5px 0;
}
#friendspicker-members-table {
	margin: 10px 0 0;
	padding: 10px 10px 0;
}

/* ***************************************
	AUTOCOMPLETE
*************************************** */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
.elgg-autocomplete-item .elgg-body {
	max-width: 600px;
}
.ui-autocomplete {
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	overflow: hidden;
}
.ui-autocomplete .ui-menu-item {
	padding: 0px 4px;
}
.ui-autocomplete .ui-menu-item:hover {
	background-color: #EEE;
}
.ui-autocomplete a:hover {
	text-decoration: none;
	color: #000000;
}
.ui-autocomplete a.ui-state-hover {
	background-color: #EEE;
	display: block;
}

/* ***************************************
	USER PICKER
*************************************** */
.elgg-user-picker-list li:first-child {
	border-top: 1px dotted #ccc;
	margin-top: 5px;
}
.elgg-user-picker-list > li {
	border-bottom: 1px dotted #ccc;
}
.elgg-user-picker.elgg-state-disabled > input,
.elgg-user-picker.elgg-state-disabled > label {
	display: none;
}
.elgg-user-picker-remove {
	cursor: pointer;
}

/* ***************************************
	DATE PICKER
**************************************** */
.ui-datepicker {
	display: none;

	margin-top: 3px;
	width: 208px;
	background-color: #FFF;
	border: 1px solid #0054A7;
	overflow: hidden;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.ui-datepicker-inline {
	box-shadow: none;
}

.ui-datepicker-header {
	position: relative;
	background: #407CC2;
	color: #FFF;
	padding: 2px 0;
	border-bottom: 1px solid #0054A7;
}
.ui-datepicker-header a {
	color: #FFF;
}
.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: 5px;
	cursor: pointer;
}
.ui-datepicker-prev {
	left: 6px;
}
.ui-datepicker-next {
	right: 6px;
}
.ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 30px;
	text-align: center;
	font-weight: bold;
}
.ui-datepicker-calendar {
	margin: 4px;
}
.ui-datepicker th {
	color: #000000;
	border: none;
	font-weight: bold;
	padding: 5px 6px;
	text-align: center;
}
.ui-datepicker td {
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 2px;
	line-height: 1.2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #DCDCDC;
	color: #000000;
	background: #FAFAFA;
}
.ui-datepicker-calendar .ui-state-hover {
	border: 1px solid #AAA;
	color: #000000;
	background: #EEE;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background: #F0F0F0;
}

/* <style> /**/

/* **************************
	BUTTONS
************************** */
.elgg-button {
	color: #FFF;
	width: auto;
	padding: 10px 25px;
	cursor: pointer;
	border-radius: 3px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.elgg-button:hover {
	text-decoration: none;
}
.elgg-button-submit {	
	border: 1px solid #508E3A; /* Fallback */
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #72CC53;
}
.elgg-button-submit:hover,
.elgg-button-submit:focus {
	background: #64B249;
}
.elgg-button-submit.elgg-state-disabled {
	background: #DEDEDE;
	cursor: default;
}
.elgg-button-cancel {
	border: 1px solid #BD8633; /* Fallback */
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #ECA840;
}
.elgg-button-cancel:hover {
	background: #D29639;
}
.elgg-button-action {
	border: 1px solid #B2B2B2; /* Fallback */
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #F0F0F0;
	color: #333;
}
.elgg-button-action:hover,
.elgg-button-action:focus {
	background: #DEDEDE;
	color: #333;
}
.elgg-button-delete {
	border: 1px solid #B13228; /* Fallback */
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #F74638;
}
.elgg-button-delete:hover {
	background: #DD3E32;
}
.elgg-button-dropdown {
	background: none;
	text-decoration: none;
	display: block;
	position: relative;
	margin-left: 0;
	padding: 0;
	color: #000000;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.elgg-button-dropdown:hover,
.elgg-button-dropdown:focus,
.elgg-button-dropdown.elgg-state-active {
	color: #666666;
	background: none;
	text-decoration: none;
}
.elgg-button-special {
	border: 2px solid #FFFFFF; /* Fallback */
	border: 2px solid rgba(255, 255, 255, 1);
	background: transparant;
	min-width: 180px;
}
.elgg-button-special:hover,
.elgg-button-special:focus {
	color: #FFF;
	border: 2px solid rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.3);
}
.register .elgg-button-special {
	color: rgba(34, 34, 34, 1);
	border: 2px solid #222; /* Fallback */
	border: 2px solid rgba(34, 34, 34, 1);
	background: transparant;
	min-width: 180px;
}
.register .elgg-button-special:hover,
.register .elgg-button-special:focus {
	color: rgba(34, 34, 34, 0.4);
	border: 2px solid rgba(34, 34, 34, 0.4);
	background: transparant;
}
/* Use .elgg-size-small or .elgg-size-large for additional sizes */
.elgg-size-small {
	font-size: 12px;
	padding: 4px 8px;
}
.elgg-size-large {
	font-size: 20px;
	padding: 14px 20px;
	margin: 20px 0 15px;
	border-radius: 5px;
}
/* <style> /**/

/* ***************************************
	GENERAL
*************************************** */
.elgg-icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #222222;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.elgg-icon:hover {
	color: #666666;
}
/* makes the font 33% larger relative to the icon container */
.elgg-icon-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.elgg-icon-2x {
	font-size: 2em;
}

.elgg-icon-3x {
	font-size: 3em;
}

.elgg-icon-4x {
	font-size: 4em;
}

.elgg-icon-5x {
	font-size: 5em;
}
.elgg-icon-fw {
	width: 1.28571em;
	text-align: center;
}
.elgg-icon-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}
.elgg-icon-ul > li {
	position: relative;
}
.elgg-icon-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}
.elgg-icon-li.elgg-icon-lg {
	left: -1.85714em;
}
.elgg-icon-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.elgg-icon.pull-left {
	margin-right: .3em;
}
.elgg-icon.pull-right {
	margin-left: .3em;
}

.elgg-icon-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
.elgg-icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

.elgg-icon-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.elgg-icon-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.elgg-icon-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.elgg-icon-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.elgg-icon-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}
.elgg-icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.elgg-icon-stack-1x, .elgg-icon-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.elgg-icon-stack-1x {
	line-height: inherit;
}
.elgg-icon-stack-2x {
	font-size: 2em;
}
.elgg-icon-inverse {
	color: white;
}
/* ***************************************
	DEFAULT ELGG ICONS
*************************************** */
.elgg-icon-report-this:before {
	content: "\f0a1";
}
.elgg-icon-arrow-left:before {
	content: "\f060";
}
.elgg-icon-arrow-right:before {
	content: "\f061";
}
.elgg-icon-arrow-two-head:before {
	content: "\f07e";
}
.elgg-icon-attention:before {
	content: "\f071";
}
.elgg-icon-calendar:before {
	content: "\f073";
}
.elgg-icon-cell-phone:before {
	content: "\f095";
}
.elgg-icon-checkmark:before {
	content: "\f00c";
}
.elgg-icon-clip:before {
	content: "\f0c6";
}
.elgg-icon-cursor-drag-arrow:before {
	content: "\f00d";
}
.elgg-icon-delete-alt:before {
	content: "\f057";
}
.elgg-icon-delete:before {
	content: "\f00d";
}
.elgg-icon-download:before {
	content: "\f019";
}
.elgg-icon-eye:before {
	content: "\f06e";
}
.elgg-icon-facebook:before {
	content: "\f09a";
}
.elgg-icon-grid:before {
	content: "\f00a";
}
.elgg-icon-home:before {
	content: "\f015";
}
.elgg-icon-hover-menu:hover {
	background: transparent url(https://www.mychanceup.com/mcu/mod/maria/graphics/avatar_menu_arrows.png) no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 100%;
}
.elgg-icon-hover-menu {
	background: transparent url(https://www.mychanceup.com/mcu/mod/maria/graphics/avatar_menu_arrows.png) no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 100%;
}
.elgg-icon-info:before {
	content: "\f129";
}
.elgg-icon-link:before {
	content: "\f0c1";
}
.elgg-icon-list:before {
	content: "\f00b";
}
.elgg-icon-lock-closed:before {
	content: "\f023";
}
.elgg-icon-lock-open:before {
	content: "\f09c";
}
.elgg-icon-mail-alt:before {
	content: "\f003";
}
.elgg-icon-mail:before {
	content: "\f0e0";
}
.elgg-icon-photo:before {
	content: "\f03e";
}
.elgg-icon-print-alt:before {
	content: "\f02f";
}
.elgg-icon-print:before {
	content: "\f02f";
}
.elgg-icon-push-pin-alt:before {
	content: "\f02e";
}
.elgg-icon-push-pin:before {
	content: "\f08d";
}
.elgg-icon-redo:before {
	content: "\f01e";
}
.elgg-icon-refresh:before {
	content: "\f021";
}
.elgg-icon-round-arrow-left:before {
	content: "\f190";
}
.elgg-icon-round-arrow-right:before {
	content: "\f18e";
}
.elgg-icon-round-checkmark:before {
	content: "\f046";
}
.elgg-icon-round-minus:before {
	content: "\f056";
}
.elgg-icon-round-plus:before {
	content: "\f055";
}
.elgg-icon-rss:before {
	content: "\f09e";
}
.elgg-icon-search-focus:before {
	content: "\f002";
}
.elgg-icon-search:before {
	content: "\f002";
}
.elgg-icon-settings-alt:before {
	content: "\f013";
}
.elgg-icon-settings:before {
	content: "\f085";
}
.elgg-icon-share:before {
	content: "\f064";
}
.elgg-icon-shop-cart:before {
	content: "\f07a";
}
.elgg-icon-speech-bubble-alt:before {
	content: "\f086";
}
.elgg-icon-speech-bubble:before {
	content: "\f075";
}
.elgg-icon-star-alt:before {
	content: "\f005";
}
.elgg-icon-star-empty:before {
	content: "\f006";
}
.elgg-icon-star:before {
	content: "\f005";
}
.elgg-icon-tag:before {
	content: "\f02b";
}
.elgg-icon-thumbs-down-alt:before {
	content: "\f088";
}
.elgg-icon-thumbs-down:before {
	content: "\f165";
}
.elgg-icon-thumbs-up-alt:before {
	content: "\f087";
}
.elgg-icon-thumbs-up:before {
	content: "\f164";
}
.elgg-icon-trash:before {
	content: "\f014";
}
.elgg-icon-twitter:before {
	content: "\f099";
}
.elgg-icon-undo:before {
	content: "\f0e2";
}
.elgg-icon-user:before {
	content: "\f007";
}
.elgg-icon-users:before {
	content: "\f0c0";
}
.elgg-icon-video:before {
	content: "\f008";
}
/* ***************************************
	FONT AWESOME ICONS
*************************************** */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.elgg-icon-glass:before {
	content: "\f000";
}
.elgg-icon-music:before {
	content: "\f001";
}
.elgg-icon-search:before {
	content: "\f002";
}
.elgg-icon-envelope-o:before {
	content: "\f003";
}
.elgg-icon-heart:before {
	content: "\f004";
}
.elgg-icon-star:before {
	content: "\f005";
}
.elgg-icon-star-o:before {
	content: "\f006";
}
.elgg-icon-user:before {
	content: "\f007";
}
.elgg-icon-film:before {
	content: "\f008";
}
.elgg-icon-th-large:before {
	content: "\f009";
}
.elgg-icon-th:before {
	content: "\f00a";
}
.elgg-icon-th-list:before {
	content: "\f00b";
}
.elgg-icon-check:before {
	content: "\f00c";
}
.elgg-icon-remove:before,
.elgg-icon-close:before,
.elgg-icon-times:before {
	content: "\f00d";
}
.elgg-icon-search-plus:before {
	content: "\f00e";
}
.elgg-icon-search-minus:before {
	content: "\f010";
}
.elgg-icon-power-off:before {
	content: "\f011";
}
.elgg-icon-signal:before {
	content: "\f012";
}
.elgg-icon-gear:before,
.elgg-icon-cog:before {
	content: "\f013";
}
.elgg-icon-trash-o:before {
	content: "\f014";
}
.elgg-icon-home:before {
	content: "\f015";
}
.elgg-icon-file-o:before {
	content: "\f016";
}
.elgg-icon-clock-o:before {
	content: "\f017";
}
.elgg-icon-road:before {
	content: "\f018";
}
.elgg-icon-download:before {
	content: "\f019";
}
.elgg-icon-arrow-circle-o-down:before {
	content: "\f01a";
}
.elgg-icon-arrow-circle-o-up:before {
	content: "\f01b";
}
.elgg-icon-inbox:before {
	content: "\f01c";
}
.elgg-icon-play-circle-o:before {
	content: "\f01d";
}
.elgg-icon-rotate-right:before,
.elgg-icon-repeat:before {
	content: "\f01e";
}
.elgg-icon-refresh:before {
	content: "\f021";
}
.elgg-icon-list-alt:before {
	content: "\f022";
}
.elgg-icon-lock:before {
	content: "\f023";
}
.elgg-icon-flag:before {
	content: "\f024";
}
.elgg-icon-headphones:before {
	content: "\f025";
}
.elgg-icon-volume-off:before {
	content: "\f026";
}
.elgg-icon-volume-down:before {
	content: "\f027";
}
.elgg-icon-volume-up:before {
	content: "\f028";
}
.elgg-icon-qrcode:before {
	content: "\f029";
}
.elgg-icon-barcode:before {
	content: "\f02a";
}
.elgg-icon-tag:before {
	content: "\f02b";
}
.elgg-icon-tags:before {
	content: "\f02c";
}
.elgg-icon-book:before {
	content: "\f02d";
}
.elgg-icon-bookmark:before {
	content: "\f02e";
}
.elgg-icon-print:before {
	content: "\f02f";
}
.elgg-icon-camera:before {
	content: "\f030";
}
.elgg-icon-font:before {
	content: "\f031";
}
.elgg-icon-bold:before {
	content: "\f032";
}
.elgg-icon-italic:before {
	content: "\f033";
}
.elgg-icon-text-height:before {
	content: "\f034";
}
.elgg-icon-text-width:before {
	content: "\f035";
}
.elgg-icon-align-left:before {
	content: "\f036";
}
.elgg-icon-align-center:before {
	content: "\f037";
}
.elgg-icon-align-right:before {
	content: "\f038";
}
.elgg-icon-align-justify:before {
	content: "\f039";
}
.elgg-icon-list:before {
	content: "\f03a";
}
.elgg-icon-dedent:before,
.elgg-icon-outdent:before {
	content: "\f03b";
}
.elgg-icon-indent:before {
	content: "\f03c";
}
.elgg-icon-video-camera:before {
	content: "\f03d";
}
.elgg-icon-photo:before,
.elgg-icon-image:before,
.elgg-icon-picture-o:before {
	content: "\f03e";
}
.elgg-icon-pencil:before {
	content: "\f040";
}
.elgg-icon-map-marker:before {
	content: "\f041";
}
.elgg-icon-adjust:before {
	content: "\f042";
}
.elgg-icon-tint:before {
	content: "\f043";
}
.elgg-icon-edit:before,
.elgg-icon-pencil-square-o:before {
	content: "\f044";
}
.elgg-icon-share-square-o:before {
	content: "\f045";
}
.elgg-icon-check-square-o:before {
	content: "\f046";
}
.elgg-icon-arrows:before {
	content: "\f047";
}
.elgg-icon-step-backward:before {
	content: "\f048";
}
.elgg-icon-fast-backward:before {
	content: "\f049";
}
.elgg-icon-backward:before {
	content: "\f04a";
}
.elgg-icon-play:before {
	content: "\f04b";
}
.elgg-icon-pause:before {
	content: "\f04c";
}
.elgg-icon-stop:before {
	content: "\f04d";
}
.elgg-icon-forward:before {
	content: "\f04e";
}
.elgg-icon-fast-forward:before {
	content: "\f050";
}
.elgg-icon-step-forward:before {
	content: "\f051";
}
.elgg-icon-eject:before {
	content: "\f052";
}
.elgg-icon-chevron-left:before {
	content: "\f053";
}
.elgg-icon-chevron-right:before {
	content: "\f054";
}
.elgg-icon-plus-circle:before {
	content: "\f055";
}
.elgg-icon-minus-circle:before {
	content: "\f056";
}
.elgg-icon-times-circle:before {
	content: "\f057";
}
.elgg-icon-check-circle:before {
	content: "\f058";
}
.elgg-icon-question-circle:before {
	content: "\f059";
}
.elgg-icon-info-circle:before {
	content: "\f05a";
}
.elgg-icon-crosshairs:before {
	content: "\f05b";
}
.elgg-icon-times-circle-o:before {
	content: "\f05c";
}
.elgg-icon-check-circle-o:before {
	content: "\f05d";
}
.elgg-icon-ban:before {
	content: "\f05e";
}
.elgg-icon-arrow-left:before {
	content: "\f060";
}
.elgg-icon-arrow-right:before {
	content: "\f061";
}
.elgg-icon-arrow-up:before {
	content: "\f062";
}
.elgg-icon-arrow-down:before {
	content: "\f063";
}
.elgg-icon-mail-forward:before,
.elgg-icon-share:before {
	content: "\f064";
}
.elgg-icon-expand:before {
	content: "\f065";
}
.elgg-icon-compress:before {
	content: "\f066";
}
.elgg-icon-plus:before {
	content: "\f067";
}
.elgg-icon-minus:before {
	content: "\f068";
}
.elgg-icon-asterisk:before {
	content: "\f069";
}
.elgg-icon-exclamation-circle:before {
	content: "\f06a";
}
.elgg-icon-gift:before {
	content: "\f06b";
}
.elgg-icon-leaf:before {
	content: "\f06c";
}
.elgg-icon-fire:before {
	content: "\f06d";
}
.elgg-icon-eye:before {
	content: "\f06e";
}
.elgg-icon-eye-slash:before {
	content: "\f070";
}
.elgg-icon-warning:before,
.elgg-icon-exclamation-triangle:before {
	content: "\f071";
}
.elgg-icon-plane:before {
	content: "\f072";
}
.elgg-icon-calendar:before {
	content: "\f073";
}
.elgg-icon-random:before {
	content: "\f074";
}
.elgg-icon-comment:before {
	content: "\f075";
}
.elgg-icon-magnet:before {
	content: "\f076";
}
.elgg-icon-chevron-up:before {
	content: "\f077";
}
.elgg-icon-chevron-down:before {
	content: "\f078";
}
.elgg-icon-retweet:before {
	content: "\f079";
}
.elgg-icon-shopping-cart:before {
	content: "\f07a";
}
.elgg-icon-folder:before {
	content: "\f07b";
}
.elgg-icon-folder-open:before {
	content: "\f07c";
}
.elgg-icon-arrows-v:before {
	content: "\f07d";
}
.elgg-icon-arrows-h:before {
	content: "\f07e";
}
.elgg-icon-bar-chart-o:before,
.elgg-icon-bar-chart:before {
	content: "\f080";
}
.elgg-icon-twitter-square:before {
	content: "\f081";
}
.elgg-icon-facebook-square:before {
	content: "\f082";
}
.elgg-icon-camera-retro:before {
	content: "\f083";
}
.elgg-icon-key:before {
	content: "\f084";
}
.elgg-icon-gears:before,
.elgg-icon-cogs:before {
	content: "\f085";
}
.elgg-icon-comments:before {
	content: "\f086";
}
.elgg-icon-thumbs-o-up:before {
	content: "\f087";
}
.elgg-icon-thumbs-o-down:before {
	content: "\f088";
}
.elgg-icon-star-half:before {
	content: "\f089";
}
.elgg-icon-heart-o:before {
	content: "\f08a";
}
.elgg-icon-sign-out:before {
	content: "\f08b";
}
.elgg-icon-linkedin-square:before {
	content: "\f08c";
}
.elgg-icon-thumb-tack:before {
	content: "\f08d";
}
.elgg-icon-external-link:before {
	content: "\f08e";
}
.elgg-icon-sign-in:before {
	content: "\f090";
}
.elgg-icon-trophy:before {
	content: "\f091";
}
.elgg-icon-github-square:before {
	content: "\f092";
}
.elgg-icon-upload:before {
	content: "\f093";
}
.elgg-icon-lemon-o:before {
	content: "\f094";
}
.elgg-icon-phone:before {
	content: "\f095";
}
.elgg-icon-square-o:before {
 	content: "\f096";
}
.elgg-icon-bookmark-o:before {
	content: "\f097";
}
.elgg-icon-phone-square:before {
	content: "\f098";
}
.elgg-icon-twitter:before {
	content: "\f099";
}
.elgg-icon-facebook-f:before,
.elgg-icon-facebook:before {
	content: "\f09a";
}
.elgg-icon-github:before {
	content: "\f09b";
}
.elgg-icon-unlock:before {
	content: "\f09c";
}
.elgg-icon-credit-card:before {
	content: "\f09d";
}
.elgg-icon-rss:before {
	content: "\f09e";
}
.elgg-icon-hdd-o:before {
	content: "\f0a0";
}
.elgg-icon-bullhorn:before {
	content: "\f0a1";
}
.elgg-icon-bell:before {
	content: "\f0f3";
}
.elgg-icon-certificate:before {
	content: "\f0a3";
}
.elgg-icon-hand-o-right:before {
	content: "\f0a4";
}
.elgg-icon-hand-o-left:before {
	content: "\f0a5";
}
.elgg-icon-hand-o-up:before {
	content: "\f0a6";
}
.elgg-icon-hand-o-down:before {
	content: "\f0a7";
}
.elgg-icon-arrow-circle-left:before {
	content: "\f0a8";
}
.elgg-icon-arrow-circle-right:before {
	content: "\f0a9";
}
.elgg-icon-arrow-circle-up:before {
	content: "\f0aa";
}
.elgg-icon-arrow-circle-down:before {
	content: "\f0ab";
}
.elgg-icon-globe:before {
	content: "\f0ac";
}
.elgg-icon-wrench:before {
	content: "\f0ad";
}
.elgg-icon-tasks:before {
	content: "\f0ae";
}
.elgg-icon-filter:before {
	content: "\f0b0";
}
.elgg-icon-briefcase:before {
	content: "\f0b1";
}
.elgg-icon-arrows-alt:before {
	content: "\f0b2";
}
.elgg-icon-group:before,
.elgg-icon-users:before {
	content: "\f0c0";
}
.elgg-icon-chain:before,
.elgg-icon-link:before {
	content: "\f0c1";
}
.elgg-icon-cloud:before {
	content: "\f0c2";
}
.elgg-icon-flask:before {
	content: "\f0c3";
}
.elgg-icon-cut:before,
.elgg-icon-scissors:before {
	content: "\f0c4";
}
.elgg-icon-copy:before,
.elgg-icon-files-o:before {
	content: "\f0c5";
}
.elgg-icon-paperclip:before {
	content: "\f0c6";
}
.elgg-icon-save:before,
.elgg-icon-floppy-o:before {
	content: "\f0c7";
}
.elgg-icon-square:before {
	content: "\f0c8";
}
.elgg-icon-navicon:before,
.elgg-icon-reorder:before,
.elgg-icon-bars:before {
	content: "\f0c9";
}
.elgg-icon-list-ul:before {
	content: "\f0ca";
}
.elgg-icon-list-ol:before {
	content: "\f0cb";
}
.elgg-icon-strikethrough:before {
	content: "\f0cc";
}
.elgg-icon-underline:before {
	content: "\f0cd";
}
.elgg-icon-table:before {
	content: "\f0ce";
}
.elgg-icon-magic:before {
	content: "\f0d0";
}
.elgg-icon-truck:before {
	content: "\f0d1";
}
.elgg-icon-pinterest:before {
	content: "\f0d2";
}
.elgg-icon-pinterest-square:before {
	content: "\f0d3";
}
.elgg-icon-google-plus-square:before {
	content: "\f0d4";
}
.elgg-icon-google-plus:before {
	content: "\f0d5";
}
.elgg-icon-money:before {
	content: "\f0d6";
}
.elgg-icon-caret-down:before {
	content: "\f0d7";
}
.elgg-icon-caret-up:before {
	content: "\f0d8";
}
.elgg-icon-caret-left:before {
	content: "\f0d9";
}
.elgg-icon-caret-right:before {
	content: "\f0da";
}
.elgg-icon-columns:before {
	content: "\f0db";
}
.elgg-icon-unsorted:before,
.elgg-icon-sort:before {
	content: "\f0dc";
}
.elgg-icon-sort-down:before,
.elgg-icon-sort-desc:before {
	content: "\f0dd";
}
.elgg-icon-sort-up:before,
.elgg-icon-sort-asc:before {
	content: "\f0de";
}
.elgg-icon-envelope:before {
	content: "\f0e0";
}
.elgg-icon-linkedin:before {
	content: "\f0e1";
}
.elgg-icon-rotate-left:before,
.elgg-icon-undo:before {
	content: "\f0e2";
}
.elgg-icon-legal:before,
.elgg-icon-gavel:before {
	content: "\f0e3";
}
.elgg-icon-dashboard:before,
.elgg-icon-tachometer:before {
	content: "\f0e4";
}
.elgg-icon-comment-o:before {
	content: "\f0e5";
}
.elgg-icon-comments-o:before {
	content: "\f0e6";
}
.elgg-icon-flash:before,
.elgg-icon-bolt:before {
	content: "\f0e7";
}
.elgg-icon-sitemap:before {
	content: "\f0e8";
}
.elgg-icon-umbrella:before {
	content: "\f0e9";
}
.elgg-icon-paste:before,
.elgg-icon-clipboard:before {
	content: "\f0ea";
}
.elgg-icon-lightbulb-o:before {
	content: "\f0eb";
}
.elgg-icon-exchange:before {
	content: "\f0ec";
}
.elgg-icon-cloud-download:before {
	content: "\f0ed";
}
.elgg-icon-cloud-upload:before {
	content: "\f0ee";
}
.elgg-icon-user-md:before {
	content: "\f0f0";
}
.elgg-icon-stethoscope:before {
	content: "\f0f1";
}
.elgg-icon-suitcase:before {
	content: "\f0f2";
}
.elgg-icon-bell-o:before {
	content: "\f0a2";
}
.elgg-icon-coffee:before {
	content: "\f0f4";
}
.elgg-icon-cutlery:before {
	content: "\f0f5";
}
.elgg-icon-file-text-o:before {
	content: "\f0f6";
}
.elgg-icon-building-o:before {
	content: "\f0f7";
}
.elgg-icon-hospital-o:before {
	content: "\f0f8";
}
.elgg-icon-ambulance:before {
	content: "\f0f9";
}
.elgg-icon-medkit:before {
	content: "\f0fa";
}
.elgg-icon-fighter-jet:before {
	content: "\f0fb";
}
.elgg-icon-beer:before {
	content: "\f0fc";
}
.elgg-icon-h-square:before {
	content: "\f0fd";
}
.elgg-icon-plus-square:before {
	content: "\f0fe";
}
.elgg-icon-angle-double-left:before {
	content: "\f100";
}
.elgg-icon-angle-double-right:before {
	content: "\f101";
}
.elgg-icon-angle-double-up:before {
	content: "\f102";
}
.elgg-icon-angle-double-down:before {
	content: "\f103";
}
.elgg-icon-angle-left:before {
	content: "\f104";
}
.elgg-icon-angle-right:before {
	content: "\f105";
}
.elgg-icon-angle-up:before {
	content: "\f106";
}
.elgg-icon-angle-down:before {
	content: "\f107";
}
.elgg-icon-desktop:before {
	content: "\f108";
}
.elgg-icon-laptop:before {
	content: "\f109";
}
.elgg-icon-tablet:before {
	content: "\f10a";
}
.elgg-icon-mobile-phone:before,
.elgg-icon-mobile:before {
	content: "\f10b";
}
.elgg-icon-circle-o:before {
	content: "\f10c";
}
.elgg-icon-quote-left:before {
	content: "\f10d";
}
.elgg-icon-quote-right:before {
	content: "\f10e";
}
.elgg-icon-spinner:before {
	content: "\f110";
}
.elgg-icon-circle:before {
	content: "\f111";
}
.elgg-icon-mail-reply:before,
.elgg-icon-reply:before {
	content: "\f112";
}
.elgg-icon-github-alt:before {
	content: "\f113";
}
.elgg-icon-folder-o:before {
	content: "\f114";
}
.elgg-icon-folder-open-o:before {
	content: "\f115";
}
.elgg-icon-smile-o:before {
	content: "\f118";
}
.elgg-icon-frown-o:before {
	content: "\f119";
}
.elgg-icon-meh-o:before {
	content: "\f11a";
}
.elgg-icon-gamepad:before {
	content: "\f11b";
}
.elgg-icon-keyboard-o:before {
	content: "\f11c";
}
.elgg-icon-flag-o:before {
	content: "\f11d";
}
.elgg-icon-flag-checkered:before {
	content: "\f11e";
}
.elgg-icon-terminal:before {
	content: "\f120";
}
.elgg-icon-code:before {
	content: "\f121";
}
.elgg-icon-mail-reply-all:before,
.elgg-icon-reply-all:before {
	content: "\f122";
}
.elgg-icon-star-half-empty:before,
.elgg-icon-star-half-full:before,
.elgg-icon-star-half-o:before {
	content: "\f123";
}
.elgg-icon-location-arrow:before {
	content: "\f124";
}
.elgg-icon-crop:before {
	content: "\f125";
}
.elgg-icon-code-fork:before {
	content: "\f126";
}
.elgg-icon-unlink:before,
.elgg-icon-chain-broken:before {
	content: "\f127";
}
.elgg-icon-question:before {
	content: "\f128";
}
.elgg-icon-info:before {
	content: "\f129";
}
.elgg-icon-exclamation:before {
	content: "\f12a";
}
.elgg-icon-superscript:before {
	content: "\f12b";
}
.elgg-icon-subscript:before {
	content: "\f12c";
}
.elgg-icon-eraser:before {
	content: "\f12d";
}
.elgg-icon-puzzle-piece:before {
	content: "\f12e";
}
.elgg-icon-microphone:before {
	content: "\f130";
}
.elgg-icon-microphone-slash:before {
	content: "\f131";
}
.elgg-icon-shield:before {
	content: "\f132";
}
.elgg-icon-calendar-o:before {
	content: "\f133";
}
.elgg-icon-fire-extinguisher:before {
	content: "\f134";
}
.elgg-icon-rocket:before {
	content: "\f135";
}
.elgg-icon-maxcdn:before {
	content: "\f136";
}
.elgg-icon-chevron-circle-left:before {
	content: "\f137";
}
.elgg-icon-chevron-circle-right:before {
	content: "\f138";
}
.elgg-icon-chevron-circle-up:before {
	content: "\f139";
}
.elgg-icon-chevron-circle-down:before {
	content: "\f13a";
}
.elgg-icon-html5:before {
	content: "\f13b";
}
.elgg-icon-css3:before {
	content: "\f13c";
}
.elgg-icon-anchor:before {
	content: "\f13d";
}
.elgg-icon-unlock-alt:before {
	content: "\f13e";
}
.elgg-icon-bullseye:before {
	content: "\f140";
}
.elgg-icon-ellipsis-h:before {
	content: "\f141";
}
.elgg-icon-ellipsis-v:before {
	content: "\f142";
}
.elgg-icon-rss-square:before {
	content: "\f143";
}
.elgg-icon-play-circle:before {
	content: "\f144";
}
.elgg-icon-ticket:before {
	content: "\f145";
}
.elgg-icon-minus-square:before {
	content: "\f146";
}
.elgg-icon-minus-square-o:before {
	content: "\f147";
}
.elgg-icon-level-up:before {
	content: "\f148";
}
.elgg-icon-level-down:before {
	content: "\f149";
}
.elgg-icon-check-square:before {
	content: "\f14a";
}
.elgg-icon-pencil-square:before {
	content: "\f14b";
}
.elgg-icon-external-link-square:before {
	content: "\f14c";
}
.elgg-icon-share-square:before {
	content: "\f14d";
}
.elgg-icon-compass:before {
	content: "\f14e";
}
.elgg-icon-toggle-down:before,
.elgg-icon-caret-square-o-down:before {
	content: "\f150";
}
.elgg-icon-toggle-up:before,
.elgg-icon-caret-square-o-up:before {
	content: "\f151";
}
.elgg-icon-toggle-right:before,
.elgg-icon-caret-square-o-right:before {
	content: "\f152";
}
.elgg-icon-euro:before,
.elgg-icon-eur:before {
	content: "\f153";
}
.elgg-icon-gbp:before {
	content: "\f154";
}
.elgg-icon-dollar:before,
.elgg-icon-usd:before {
	content: "\f155";
}
.elgg-icon-rupee:before,
.elgg-icon-inr:before {
	content: "\f156";
}
.elgg-icon-cny:before,
.elgg-icon-rmb:before,
.elgg-icon-yen:before,
.elgg-icon-jpy:before {
	content: "\f157";
}
.elgg-icon-ruble:before,
.elgg-icon-rouble:before,
.elgg-icon-rub:before {
	content: "\f158";
}
.elgg-icon-won:before,
.elgg-icon-krw:before {
	content: "\f159";
}
.elgg-icon-bitcoin:before,
.elgg-icon-btc:before {
	content: "\f15a";
}
.elgg-icon-file:before {
	content: "\f15b";
}
.elgg-icon-file-text:before {
	content: "\f15c";
}
.elgg-icon-sort-alpha-asc:before {
	content: "\f15d";
}
.elgg-icon-sort-alpha-desc:before {
	content: "\f15e";
}
.elgg-icon-sort-amount-asc:before {
	content: "\f160";
}
.elgg-icon-sort-amount-desc:before {
	content: "\f161";
}
.elgg-icon-sort-numeric-asc:before {
	content: "\f162";
}
.elgg-icon-sort-numeric-desc:before {
	content: "\f163";
}
.elgg-icon-thumbs-up:before {
	content: "\f164";
}
.elgg-icon-thumbs-down:before {
	content: "\f165";
}
.elgg-icon-youtube-square:before {
	content: "\f166";
}
.elgg-icon-youtube:before {
	content: "\f167";
}
.elgg-icon-xing:before {
	content: "\f168";
}
.elgg-icon-xing-square:before {
	content: "\f169";
}
.elgg-icon-youtube-play:before {
	content: "\f16a";
}
.elgg-icon-dropbox:before {
	content: "\f16b";
}
.elgg-icon-stack-overflow:before {
	content: "\f16c";
}
.elgg-icon-instagram:before {
	content: "\f16d";
}
.elgg-icon-flickr:before {
	content: "\f16e";
}
.elgg-icon-adn:before {
	content: "\f170";
}
.elgg-icon-bitbucket:before {
	content: "\f171";
}
.elgg-icon-bitbucket-square:before {
	content: "\f172";
}
.elgg-icon-tumblr:before {
	content: "\f173";
}
.elgg-icon-tumblr-square:before {
	content: "\f174";
}
.elgg-icon-long-arrow-down:before {
	content: "\f175";
}
.elgg-icon-long-arrow-up:before {
	content: "\f176";
}
.elgg-icon-long-arrow-left:before {
	content: "\f177";
}
.elgg-icon-long-arrow-right:before {
	content: "\f178";
}
.elgg-icon-apple:before {
	content: "\f179";
}
.elgg-icon-windows:before {
	content: "\f17a";
}
.elgg-icon-android:before {
	content: "\f17b";
}
.elgg-icon-linux:before {
	content: "\f17c";
}
.elgg-icon-dribbble:before {
	content: "\f17d";
}
.elgg-icon-skype:before {
	content: "\f17e";
}
.elgg-icon-foursquare:before {
	content: "\f180";
}
.elgg-icon-trello:before {
	content: "\f181";
}
.elgg-icon-female:before {
	content: "\f182";
}
.elgg-icon-male:before {
	content: "\f183";
}
.elgg-icon-gittip:before,
.elgg-icon-gratipay:before {
	content: "\f184";
}
.elgg-icon-sun-o:before {
	content: "\f185";
}
.elgg-icon-moon-o:before {
	content: "\f186";
}
.elgg-icon-archive:before {
	content: "\f187";
}
.elgg-icon-bug:before {
	content: "\f188";
}
.elgg-icon-vk:before {
	content: "\f189";
}
.elgg-icon-weibo:before {
	content: "\f18a";
}
.elgg-icon-renren:before {
	content: "\f18b";
}
.elgg-icon-pagelines:before {
	content: "\f18c";
}
.elgg-icon-stack-exchange:before {
	content: "\f18d";
}
.elgg-icon-arrow-circle-o-right:before {
	content: "\f18e";
}
.elgg-icon-arrow-circle-o-left:before {
	content: "\f190";
}
.elgg-icon-toggle-left:before,
.elgg-icon-caret-square-o-left:before {
	content: "\f191";
}
.elgg-icon-dot-circle-o:before {
	content: "\f192";
}
.elgg-icon-wheelchair:before {
	content: "\f193";
}
.elgg-icon-vimeo-square:before {
	content: "\f194";
}
.elgg-icon-turkish-lira:before,
.elgg-icon-try:before {
	content: "\f195";
}
.elgg-icon-plus-square-o:before {
	content: "\f196";
}
.elgg-icon-space-shuttle:before {
	content: "\f197";
}
.elgg-icon-slack:before {
	content: "\f198";
}
.elgg-icon-envelope-square:before {
	content: "\f199";
}
.elgg-icon-wordpress:before {
	content: "\f19a";
}
.elgg-icon-openid:before {
	content: "\f19b";
}
.elgg-icon-institution:before,
.elgg-icon-bank:before,
.elgg-icon-university:before {
	content: "\f19c";
}
.elgg-icon-mortar-board:before,
.elgg-icon-graduation-cap:before {
	content: "\f19d";
}
.elgg-icon-yahoo:before {
	content: "\f19e";
}
.elgg-icon-google:before {
	content: "\f1a0";
}
.elgg-icon-reddit:before {
	content: "\f1a1";
}
.elgg-icon-reddit-square:before {
	content: "\f1a2";
}
.elgg-icon-stumbleupon-circle:before {
	content: "\f1a3";
}
.elgg-icon-stumbleupon:before {
	content: "\f1a4";
}
.elgg-icon-delicious:before {
	content: "\f1a5";
}
.elgg-icon-digg:before {
	content: "\f1a6";
}
.elgg-icon-pied-piper:before {
	content: "\f1a7";
}
.elgg-icon-pied-piper-alt:before {
	content: "\f1a8";
}
.elgg-icon-drupal:before {
	content: "\f1a9";
}
.elgg-icon-joomla:before {
	content: "\f1aa";
}
.elgg-icon-language:before {
	content: "\f1ab";
}
.elgg-icon-fax:before {
	content: "\f1ac";
}
.elgg-icon-building:before {
	content: "\f1ad";
}
.elgg-icon-child:before {
	content: "\f1ae";
}
.elgg-icon-paw:before {
	content: "\f1b0";
}
.elgg-icon-spoon:before {
	content: "\f1b1";
}
.elgg-icon-cube:before {
	content: "\f1b2";
}
.elgg-icon-cubes:before {
	content: "\f1b3";
}
.elgg-icon-behance:before {
	content: "\f1b4";
}
.elgg-icon-behance-square:before {
	content: "\f1b5";
}
.elgg-icon-steam:before {
	content: "\f1b6";
}
.elgg-icon-steam-square:before {
	content: "\f1b7";
}
.elgg-icon-recycle:before {
	content: "\f1b8";
}
.elgg-icon-automobile:before,
.elgg-icon-car:before {
	content: "\f1b9";
}
.elgg-icon-cab:before,
.elgg-icon-taxi:before {
	content: "\f1ba";
}
.elgg-icon-tree:before {
	content: "\f1bb";
}
.elgg-icon-spotify:before {
	content: "\f1bc";
}
.elgg-icon-deviantart:before {
	content: "\f1bd";
}
.elgg-icon-soundcloud:before {
	content: "\f1be";
}
.elgg-icon-database:before {
	content: "\f1c0";
}
.elgg-icon-file-pdf-o:before {
	content: "\f1c1";
}
.elgg-icon-file-word-o:before {
	content: "\f1c2";
}
.elgg-icon-file-excel-o:before {
	content: "\f1c3";
}
.elgg-icon-file-powerpoint-o:before {
	content: "\f1c4";
}
.elgg-icon-file-photo-o:before,
.elgg-icon-file-picture-o:before,
.elgg-icon-file-image-o:before {
	content: "\f1c5";
}
.elgg-icon-file-zip-o:before,
.elgg-icon-file-archive-o:before {
	content: "\f1c6";
}
.elgg-icon-file-sound-o:before,
.elgg-icon-file-audio-o:before {
	content: "\f1c7";
}
.elgg-icon-file-movie-o:before,
.elgg-icon-file-video-o:before {
	content: "\f1c8";
}
.elgg-icon-file-code-o:before {
	content: "\f1c9";
}
.elgg-icon-vine:before {
	content: "\f1ca";
}
.elgg-icon-codepen:before {
	content: "\f1cb";
}
.elgg-icon-jsfiddle:before {
	content: "\f1cc";
}
.elgg-icon-life-bouy:before,
.elgg-icon-life-buoy:before,
.elgg-icon-life-saver:before,
.elgg-icon-support:before,
.elgg-icon-life-ring:before {
	content: "\f1cd";
}
.elgg-icon-circle-o-notch:before {
	content: "\f1ce";
}
.elgg-icon-ra:before,
.elgg-icon-rebel:before {
	content: "\f1d0";
}
.elgg-icon-ge:before,
.elgg-icon-empire:before {
	content: "\f1d1";
}
.elgg-icon-git-square:before {
	content: "\f1d2";
}
.elgg-icon-git:before {
	content: "\f1d3";
}
.elgg-icon-hacker-news:before {
	content: "\f1d4";
}
.elgg-icon-tencent-weibo:before {
	content: "\f1d5";
}
.elgg-icon-qq:before {
	content: "\f1d6";
}
.elgg-icon-wechat:before,
.elgg-icon-weixin:before {
	content: "\f1d7";
}
.elgg-icon-send:before,
.elgg-icon-paper-plane:before {
	content: "\f1d8";
}
.elgg-icon-send-o:before,
.elgg-icon-paper-plane-o:before {
	content: "\f1d9";
}
.elgg-icon-history:before {
	content: "\f1da";
}
.elgg-icon-genderless:before,
.elgg-icon-circle-thin:before {
	content: "\f1db";
}
.elgg-icon-header:before {
	content: "\f1dc";
}
.elgg-icon-paragraph:before {
	content: "\f1dd";
}
.elgg-icon-sliders:before {
	content: "\f1de";
}
.elgg-icon-share-alt:before {
	content: "\f1e0";
}
.elgg-icon-share-alt-square:before {
	content: "\f1e1";
}
.elgg-icon-bomb:before {
	content: "\f1e2";
}
.elgg-icon-soccer-ball-o:before,
.elgg-icon-futbol-o:before {
  content: "\f1e3";
}
.elgg-icon-tty:before {
  content: "\f1e4";
}
.elgg-icon-binoculars:before {
  content: "\f1e5";
}
.elgg-icon-plug:before {
  content: "\f1e6";
}
.elgg-icon-slideshare:before {
  content: "\f1e7";
}
.elgg-icon-twitch:before {
  content: "\f1e8";
}
.elgg-icon-yelp:before {
  content: "\f1e9";
}
.elgg-icon-newspaper-o:before {
  content: "\f1ea";
}
.elgg-icon-wifi:before {
  content: "\f1eb";
}
.elgg-icon-calculator:before {
  content: "\f1ec";
}
.elgg-icon-paypal:before {
  content: "\f1ed";
}
.elgg-icon-google-wallet:before {
  content: "\f1ee";
}
.elgg-icon-cc-visa:before {
  content: "\f1f0";
}
.elgg-icon-cc-mastercard:before {
  content: "\f1f1";
}
.elgg-icon-cc-discover:before {
  content: "\f1f2";
}
.elgg-icon-cc-amex:before {
  content: "\f1f3";
}
.elgg-icon-cc-paypal:before {
  content: "\f1f4";
}
.elgg-icon-cc-stripe:before {
  content: "\f1f5";
}
.elgg-icon-bell-slash:before {
  content: "\f1f6";
}
.elgg-icon-bell-slash-o:before {
  content: "\f1f7";
}
.elgg-icon-trash:before {
  content: "\f1f8";
}
.elgg-icon-copyright:before {
  content: "\f1f9";
}
.elgg-icon-at:before {
  content: "\f1fa";
}
.elgg-icon-eyedropper:before {
  content: "\f1fb";
}
.elgg-icon-paint-brush:before {
  content: "\f1fc";
}
.elgg-icon-birthday-cake:before {
  content: "\f1fd";
}
.elgg-icon-area-chart:before {
  content: "\f1fe";
}
.elgg-icon-pie-chart:before {
  content: "\f200";
}
.elgg-icon-line-chart:before {
  content: "\f201";
}
.elgg-icon-lastfm:before {
  content: "\f202";
}
.elgg-icon-lastfm-square:before {
  content: "\f203";
}
.elgg-icon-toggle-off:before {
  content: "\f204";
}
.elgg-icon-toggle-on:before {
  content: "\f205";
}
.elgg-icon-bicycle:before {
  content: "\f206";
}
.elgg-icon-bus:before {
  content: "\f207";
}
.elgg-icon-ioxhost:before {
  content: "\f208";
}
.elgg-icon-angellist:before {
  content: "\f209";
}
.elgg-icon-cc:before {
  content: "\f20a";
}
.elgg-icon-shekel:before,
.elgg-icon-sheqel:before,
.elgg-icon-ils:before {
  content: "\f20b";
}
.elgg-icon-meanpath:before {
  content: "\f20c";
}
.elgg-icon-buysellads:before {
  content: "\f20d";
}
.elgg-icon-connectdevelop:before {
  content: "\f20e";
}
.elgg-icon-dashcube:before {
  content: "\f210";
}
.elgg-icon-forumbee:before {
  content: "\f211";
}
.elgg-icon-leanpub:before {
  content: "\f212";
}
.elgg-icon-sellsy:before {
  content: "\f213";
}
.elgg-icon-shirtsinbulk:before {
  content: "\f214";
}
.elgg-icon-simplybuilt:before {
  content: "\f215";
}
.elgg-icon-skyatlas:before {
  content: "\f216";
}
.elgg-icon-cart-plus:before {
  content: "\f217";
}
.elgg-icon-cart-arrow-down:before {
  content: "\f218";
}
.elgg-icon-diamond:before {
  content: "\f219";
}
.elgg-icon-ship:before {
  content: "\f21a";
}
.elgg-icon-user-secret:before {
  content: "\f21b";
}
.elgg-icon-motorcycle:before {
  content: "\f21c";
}
.elgg-icon-street-view:before {
  content: "\f21d";
}
.elgg-icon-heartbeat:before {
  content: "\f21e";
}
.elgg-icon-venus:before {
  content: "\f221";
}
.elgg-icon-mars:before {
  content: "\f222";
}
.elgg-icon-mercury:before {
  content: "\f223";
}
.elgg-icon-transgender:before {
  content: "\f224";
}
.elgg-icon-transgender-alt:before {
  content: "\f225";
}
.elgg-icon-venus-double:before {
  content: "\f226";
}
.elgg-icon-mars-double:before {
  content: "\f227";
}
.elgg-icon-venus-mars:before {
  content: "\f228";
}
.elgg-icon-mars-stroke:before {
  content: "\f229";
}
.elgg-icon-mars-stroke-v:before {
  content: "\f22a";
}
.elgg-icon-mars-stroke-h:before {
  content: "\f22b";
}
.elgg-icon-neuter:before {
  content: "\f22c";
}
.elgg-icon-facebook-official:before {
  content: "\f230";
}
.elgg-icon-pinterest-p:before {
  content: "\f231";
}
.elgg-icon-whatsapp:before {
  content: "\f232";
}
.elgg-icon-server:before {
  content: "\f233";
}
.elgg-icon-user-plus:before {
  content: "\f234";
}
.elgg-icon-user-times:before {
  content: "\f235";
}
.elgg-icon-hotel:before,
.elgg-icon-bed:before {
  content: "\f236";
}
.elgg-icon-viacoin:before {
  content: "\f237";
}
.elgg-icon-train:before {
  content: "\f238";
}
.elgg-icon-subway:before {
  content: "\f239";
}
.elgg-icon-medium:before {
  content: "\f23a";
}

/* ***************************************
	ICON ADJUSTMENTS
*************************************** */
.elgg-menu-entity .elgg-icon,
.elgg-menu-river .elgg-icon {
	color: #AAA;
}
.elgg-menu-river .elgg-icon:hover
.elgg-menu-entity .elgg-icon:hover {
	color: #666666;
}
.elgg-icon-tag,
.elgg-icon-push-pin-alt,
.elgg-sidebar .elgg-menu-extras .elgg-icon {
  margin-right: 10px;
}

.elgg-avatar > .elgg-icon-hover-menu {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	cursor: pointer;
}

.elgg-ajax-loader {
	background: #FFF url(https://www.mychanceup.com/mcu/_graphics/ajax_loader_bw.gif) no-repeat center center;
	min-height: 31px;
	min-width: 31px;
}

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar {
	position: relative;
	display: inline-block;
}
.elgg-avatar > a > img {
	display: block;
}
.elgg-avatar-tiny > a > img {
	width: 25px;
	height: 25px;
	background-clip:  border;
	background-size: 25px;
}
.elgg-avatar-small > a > img {
	width: 40px;
	height: 40px;
	background-clip:  border;
	background-size: 40px;
}
.elgg-avatar-medium > a > img {
	width: 100px;
	height: 100px;
}
.elgg-avatar-large > a > img {
	max-width: 100%;
	height: auto;
}
.elgg-state-banned {
	opacity: 0.5;
}
/* <style> /**/

/* ***************************************
	PAGINATION
*************************************** */
.elgg-pagination {
	margin: 20px 0 10px;
	display: block;
	text-align: center;
}
.elgg-pagination li {
	display: inline;
	text-align: center;
	margin-left: -1px;
}

.elgg-pagination a,
.elgg-pagination span {
	display: inline-block;
	padding: 8px 18px;
	color: #000000;
	border: 1px solid #DCDCDC;
}
.elgg-pagination a:hover {
	color: #666666;
	text-decoration: none;
}
.elgg-pagination .elgg-state-disabled span {
	color: #CCC;
}
.elgg-pagination .elgg-state-selected span {
	color: #999;
}

/* ***************************************
	TABS
*************************************** */
.elgg-tabs {
	display: table;
	table-layout: fixed;
	text-align: center;
	background-color: #F0F0F0;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px 0 1px 1px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.elgg-tabs li {
	display: table-cell;
    vertical-align: top;
}
.elgg-tabs a {
	text-decoration: none;
	display: block;
    padding: 12px;
	text-align: center;
	color: #000000;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 0 0;
}
.elgg-tabs a:hover {
	background: #ECECEC;
	color: #666666;
}
.elgg-tabs .elgg-state-selected {
	border-color: #DCDCDC;
	background: #FFF;
}
.elgg-tabs .elgg-state-selected a {
	position: relative;
	color: #000000;
	background: #FFF;
	cursor: default;
}

/* ***************************************
	BREADCRUMBS
*************************************** */
.elgg-breadcrumbs {
	font-weight: normal;
	padding: 0 20px 5px 0;
	color: #999;
}
.elgg-breadcrumbs > li {
	display: inline-block;
}
.elgg-breadcrumbs > li:after {
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 6px;
	font-weight: normal;
}
.elgg-breadcrumbs > li > a {
	display: inline-block;
}
.elgg-breadcrumbs > li > a:hover {
	text-decoration: underline;
}

/* ***************************************
	TOPBAR MENU
*************************************** */
.elgg-menu-topbar > li {
	border-top: 1px solid #444;
}
.elgg-menu-topbar > li > a {
	color: #AAA;
	padding: 14px 18px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.elgg-menu-topbar > li > a:hover {
	color: #FFF;
	background-color: #444;
	text-decoration: none;
}
.elgg-menu-topbar > li > .elgg-topbar-dropdown:hover {
	color: #FFF;
	cursor: default;
}
.elgg-menu-topbar > li > ul {
	/*display: none;*/
	display: block;
	border-top: 1px solid #444;
}
/*.elgg-menu-topbar > li:hover > ul {
	display: block;
}*/
.elgg-menu-topbar .elgg-child-menu > li {
	border-top: 1px solid #444;
}
.elgg-menu-topbar .elgg-child-menu > li:first-child {
	border-top: none;
}
.elgg-menu-topbar .elgg-child-menu > li > a {
	color: #AAA;
	padding: 14px 18px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.elgg-menu-topbar .elgg-child-menu > li.elgg-state-selected > a {
	cursor: default;
}
.elgg-menu-topbar .elgg-child-menu > li.elgg-state-selected > a,
.elgg-menu-topbar .elgg-child-menu > li > a:hover {
	color: #FFF;
	background-color: #444;
	text-decoration: none;
}
.elgg-menu-item-account > a:after {
	font-family: FontAwesome;
	/*content: "\f105";*/
	content: "\f107";
	color: #AAA;
	font-size: 14px;
	margin-left: 10px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.elgg-menu-item-account > a:hover:after {
	color: #FFF;
	content: "\f107";
}

/* ***************************************
	SITE MENU
*************************************** */
.elgg-menu-site {
	position: relative;
	display: inline;
	z-index: 9001;
}
.elgg-menu-site > li {
	border-top: 1px solid #444;
}
.elgg-menu-site > li:first-child {
	border-top: none;
}
.elgg-menu-site > li > a {
	color: #AAA;
	padding: 14px 18px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.elgg-menu-site > .elgg-state-selected > a {
	cursor: default;
}
.elgg-menu-site > .elgg-state-selected > a,
.elgg-menu-site > li > a:hover {
	color: #FFF;
	background-color: #444;
	text-decoration: none;
}
.elgg-menu-site > li > ul {
	/*display: none;*/
	display: block;
	border-top: 1px solid #444;
}
/*.elgg-menu-site > li:hover > ul {
	display: block;
}*/
.elgg-menu-site-more > li > a {
	color: #AAA;
	padding: 14px 18px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.elgg-menu-site-more > li.elgg-state-selected > a,
.elgg-menu-site-more > li > a:hover {
	color: #FFF;
	background-color: #444;
}
.elgg-more > a:after {
	font-family: FontAwesome;
	/*content: "\f105";*/
	content: "\f107";
	color: #AAA;
	font-size: 14px;
	margin-left: 10px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.elgg-more > a:hover:after {
	color: #FFF;
	content: "\f107";
}
.elgg-more > a {
	cursor: default;
}

/* ***************************************
	TITLE
*************************************** */
.elgg-menu-title {
	float: right;
}
.elgg-menu-title > li {
	display: inline-block;
	margin: 4px 0 0 4px;
}

/* ***************************************
	FILTER MENU
*************************************** */
.elgg-menu-filter {
	display: table;
	table-layout: fixed;
	text-align: center;
	background-color: #F0F0F0;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px 0 1px 1px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.elgg-menu-filter > li {
	display: table-cell;
    vertical-align: top;
}
.elgg-menu-filter > li.elgg-state-selected a:hover {
	background: #FFFFFF;
}
.elgg-menu-filter > li > a {
	text-decoration: none;
	display: block;
    padding: 12px;
	text-align: center;
	color: #000000;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 0 0;
}
.elgg-menu-filter > li > a:hover {
	background: #ECECEC;
	color: #666666;
}
.elgg-menu-filter > .elgg-state-selected > a {
	position: relative;
	color: #666666;
	background: #FFF;
	cursor: default;
}

/* ***************************************
	PAGE MENU
*************************************** */
.elgg-menu-page {
	margin-bottom: 15px;
}
.elgg-menu-page a {
	color: #000000;
	display: block;
	margin: 0 0 3px;
	padding: 2px 4px 2px 0;
}
.elgg-menu-page a:hover {
	color: #666666;
}
.elgg-menu-page li.elgg-state-selected > a {
	color: #666666;
	text-decoration: underline;
}
.elgg-menu-page .elgg-child-menu {
	display: none;
	margin-left: 15px;
}
.elgg-menu-page .elgg-state-selected > .elgg-child-menu {
	display: block;
}
.elgg-menu-page .elgg-menu-closed:before, .elgg-menu-opened:before {
	display: inline-block;
	padding-right: 4px;
}
.elgg-menu-page .elgg-menu-closed:before {
	font-family: FontAwesome;
	content: "\f0da";
}
.elgg-menu-page .elgg-menu-opened:before {
	font-family: FontAwesome;
	content: "\f0d7";
}

/* ***************************************
	HOVER MENU
*************************************** */
.elgg-menu-hover {
	display: none;
	position: absolute;
	z-index: 10000;
	overflow: hidden;
	min-width: 180px;
	max-width: 250px;
	border: 1px solid #DEDEDE;
	background-color: #FFF;

	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.elgg-menu-hover > li {
	border-bottom: 1px solid #ddd;
}
.elgg-menu-hover > li:last-child {
	border-bottom: none;
}
.elgg-menu-hover .elgg-heading-basic {
	display: block;
}
.elgg-menu-hover > li a {
	padding: 6px 18px;
}
.elgg-menu-hover a:hover {
	background-color: #F0F0F0;
	text-decoration: none;
}
.elgg-menu-hover-admin a {
	color: #FF0000;
}
.elgg-menu-hover-admin a:hover {
	color: #FFF;
	background-color: #FF0000;
}

/* ***************************************
	SITE FOOTER
*************************************** */
.elgg-menu-footer > li,
.elgg-menu-footer > li > a {
	display: inline-block;
	color: #999;
}
/* IE 8 fix */
.elgg-menu-footer > li:before {
	content: "\007C";
	padding: 0 6px;
}
.elgg-menu-footer > li:first-child:before {
	content: "";
	padding: 0;
}

.elgg-menu-footer-default {
	float: right;
}

.elgg-menu-footer-alt {
	float: left;
}

.elgg-menu-footer-meta {
	float: left;
}

/* ***************************************
	GENERAL MENU
*************************************** */
.elgg-menu-general > li,
.elgg-menu-general > li > a {
	display: inline-block;
	color: #999;
}

.elgg-menu-general > li:after {
	content: "\007C";
	padding: 0 6px;
}

/* ***************************************
	ENTITY AND ANNOTATION
*************************************** */
.elgg-menu-entity, .elgg-menu-annotation {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #AAA;
	line-height: 16px;
	height: auto;
}
.elgg-menu-entity > li, .elgg-menu-annotation > li {
	margin-left: 15px;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	color: #AAA;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	display: block;
}
.elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {
	vertical-align: baseline;
}

/* ***************************************
	OWNER BLOCK
*************************************** */
.elgg-menu-owner-block li a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 0;
	color: #000000;
}
.elgg-menu-owner-block li a:hover {
	color: #666666;
}
.elgg-menu-owner-block li.elgg-state-selected > a {
	color: #666666;
	text-decoration: underline;
}

/* ***************************************
	LONGTEXT
*************************************** */
.elgg-menu-longtext {
	float: right;
}

/* ***************************************
	RIVER
*************************************** */
.elgg-menu-river {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #AAA;
	line-height: 16px;
	height: 16px;
}
.elgg-menu-river > li {
	display: inline-block;
	margin-left: 10px;
}
.elgg-menu-river > li > a {
	color: #AAA;
	height: 16px;
}
.elgg-menu-river > li > a {
	display: block;
}
.elgg-menu-river > li > span {
	vertical-align: baseline;
}

/* ***************************************
	SIDEBAR EXTRAS (rss, bookmark, etc)
*************************************** */
.elgg-menu-extras {
	margin-bottom: 15px;
}
.elgg-menu-extras li {
	padding-right: 5px;
}

/* ***************************************
	WIDGET MENU
*************************************** */
.elgg-menu-widget > li {
	position: absolute;
	top: 10px;
	display: inline-block;
	width: 18px;
	height: 18px;
}
.elgg-menu-widget > li a span {
	color: #AAA;
}
.elgg-menu-widget > li a span:hover {
	color: #666666;
}
.elgg-menu-widget > .elgg-menu-item-collapse {
	left: 10px;
}
.elgg-menu-widget > .elgg-menu-item-delete {
	right: 10px;
}
.elgg-menu-widget > .elgg-menu-item-settings {
	right: 32px;
}
/* <style> /**/

/* ***************************************
	Modules
*************************************** */
.elgg-module {
	overflow: hidden;
	margin-bottom: 20px;
}

/* Aside */
.elgg-module-aside .elgg-head {
	border-bottom: 1px solid #DCDCDC;

	margin-bottom: 10px;
	padding-bottom: 5px;
}
.elgg-module-aside .elgg-body .elgg-list {
	margin: 0;	
}
.elgg-module-aside .elgg-body ul li:first-child .elgg-image-block {
	padding-top: 0;
}
.elgg-module-aside .elgg-body ul li:last-child {
	border-bottom: none;
}
.elgg-module-aside .elgg-body ul li:last-child .elgg-image-block {
	padding-bottom: 0;
}

/* Info */
.elgg-module-info > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-info > .elgg-head * {
	color: #000;
}
/* Avatar */
.elgg-module-avatar {
	background-color: #F0F0F0;
    border: 1px solid #DCDCDC;
}
.elgg-module-avatar .elgg-body {
	line-height: 0;
	padding: 4px;
}
/* The Wire */
.elgg-module-thewire {
	margin-top: 12px;
}
.elgg-module-thewire .elgg-head h3 {
    font-size: 1.5em;
}

/* Popup */
.elgg-module-popup {
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	z-index: 9999;
	margin-bottom: 0;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.elgg-module-popup > .elgg-head {
	margin-bottom: 5px;
}
.elgg-module-popup > .elgg-head * {
	color: #000000;
}

/* Dropdown */
.elgg-module-dropdown {
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	border-radius: 0 0 3px 3px;
	display: none;
	width: 240px;
	padding: 20px;
	margin-right: 0;
	z-index: 99999;
	position: absolute;
	right: 0;
	top: 100%;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}

/* Featured */
.elgg-module-featured {
	border: 1px solid #DCDCDC;
	border-radius: 3px;
}
.elgg-module-featured > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-featured > .elgg-head * {
	color: #666;
}
.elgg-module-featured > .elgg-body {
	padding: 10px;
}

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets {
	min-height: 30px;
}
.elgg-widget-add-control {
	text-align: right;
	margin: 5px 5px 15px;
}
.elgg-widgets-add-panel {
	padding: 10px;
	margin: 0 5px 15px;
	background: #DEDEDE;
	border: 2px solid #ccc;
}
.elgg-widgets-add-panel li {
	float: left;
	margin: 2px 10px;
	width: 200px;
	padding: 4px;
	background-color: #CCC;
	border: 2px solid #B0B0B0;
	font-weight: bold;
}
.elgg-widgets-add-panel li a {
	display: block;
}
.elgg-widgets-add-panel .elgg-state-available {
	color: #333;
	cursor: pointer;
}
.elgg-widgets-add-panel .elgg-state-available:hover {
	background-color: #BCBCBC;
}
.elgg-widgets-add-panel .elgg-state-unavailable {
	color: #888;
}

.elgg-module-widget {
	border: 1px solid #DCDCDC;
	margin: 0 10px 15px;
	position: relative;
}
.elgg-module-widget:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.elgg-module-widget > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-widget > .elgg-head h3 {
	float: left;
	padding: 0 45px 0 30px;
	color: #000000;
}
.elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
	cursor: move;
}
a.elgg-widget-collapse-button {
	color: #AAA;
}
a.elgg-widget-collapse-button:hover,
a.elgg-widget-collapsed:hover {
	color: #666666;
	text-decoration: none;
}
a.elgg-widget-collapse-button:before {
	font-family: FontAwesome;
	content: "\25BC";
}
a.elgg-widget-collapsed:before {
	font-family: FontAwesome;
	content: "\25BA";
}
.elgg-module-widget > .elgg-body {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #DCDCDC;
}
.elgg-widget-edit {
	display: none;
	width: auto;
	padding: 10px;
	border-bottom: 1px solid #DCDCDC;
	background-color: #F8F8F8;
}
.elgg-widget-content {
	padding: 10px;
}
.elgg-widget-placeholder {
	border: 1px dashed #DEDEDE;
	margin-bottom: 15px;
}
/* <style> /**/

/* ***************************************
	Image Block
*************************************** */
.elgg-image-block {
	padding: 10px 0;
}
.elgg-image-block .elgg-image {
	float: left;
	margin-right: 12px;
}
.elgg-image-block .elgg-image-alt {
	float: right;
	margin-left: 12px;
}

/* ***************************************
	List
*************************************** */
.elgg-list {
	margin: 5px 0;
	clear: both;
}
.elgg-list > li {
	border-bottom: 1px solid #DCDCDC;
}
.elgg-item h3 a {
	padding-bottom: 4px;
}
.elgg-item > .elgg-subtext {
	margin-bottom: 4px;
}
.elgg-item .elgg-content {
	margin: 10px 5px 10px 0;
}
.elgg-content {
	clear: both;
}

/* ***************************************
	Gallery
*************************************** */
.elgg-gallery {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
.elgg-gallery td {
	padding: 5px;
}
.elgg-gallery-fluid > li {
	float: left;
}
.elgg-gallery-users > li {
	margin: 0 2px;
}

/* ***************************************
	Tables
*************************************** */
.elgg-table {
	width: 100%;
	border-top: 1px solid #DCDCDC;
}
.elgg-table td, .elgg-table th {
	padding: 4px 8px;
	border: 1px solid #DCDCDC;
}
.elgg-table th {
	background-color: #DDD;
}
.elgg-table tr:nth-child(odd), .elgg-table tr.odd {
	background-color: #FFF;
}
.elgg-table tr:nth-child(even), .elgg-table tr.even {
	background-color: #F0F0F0;
}
.elgg-table-alt {
	width: 100%;
	border-top: 1px solid #DCDCDC;
}
.elgg-table-alt th {
	background-color: #EEE;
	font-weight: bold;
}
.elgg-table-alt td, .elgg-table-alt th {
	padding: 6px 0;
	border-bottom: 1px solid #DCDCDC;
}
.elgg-table-alt td:first-child {
	width: 200px;
}
.elgg-table-alt tr:hover {
	background: #E4E4E4;
}

/* ***************************************
	Owner Block
*************************************** */
.elgg-owner-block {
	margin-bottom: 20px;
}

/* ***************************************
	Messages
*************************************** */
.elgg-message {
	color: #FFF;
	display: block;
	padding: 14px 20px;
	cursor: pointer;
}
.elgg-state-success {
	color: #156C30;
	background-color: #E4EEE7;
	border-bottom: 1px solid #5A9871;
}
.elgg-state-error {
	color: #B94A48;
	background-color: #F8E8E8;
	border-bottom: 1px solid #E5B7B5;
}
.elgg-state-notice {
	color: #156C30;
	background-color: #E4EEE7;
	border-bottom: 1px solid #5A9871;
}
.elgg-box-error {
	margin-top: 10px;
	padding: 20px;
	color: #B94A48;
	background-color: #F8E8E8;
	border: 1px solid #E5B7B5;
}
.elgg-box-success {
	margin: 10px 0;
	padding: 20px;
	color: #156C30;
	background-color: #E4EEE7;
	border: 1px solid #5A9871;
}

/* ***************************************
	River
*************************************** */
.elgg-list-river {
	margin-top: -10px;
}
.elgg-river-layout .elgg-list-river {
	border-top: 1px solid #DCDCDC;
}
.elgg-list-river > li {
	border-bottom: 1px solid #DCDCDC;
}
.elgg-river-item .elgg-pict {
	margin-right: 20px;
}
.elgg-river-timestamp {
	color: #666;
	font-size: 85%;
	font-style: italic;
	line-height: 1.2em;
}

.elgg-river-attachments,
.elgg-river-message,
.elgg-river-content {
	border-left: 1px solid #DCDCDC;
	margin: 8px 0 5px 0;
	padding-left: 8px;
}
.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
	float: left;
}
.elgg-river-attachments .elgg-icon-arrow-right {
	margin: 3px 8px 0;
}
.elgg-river-layout .elgg-input-dropdown {
	float: right;
	margin: 10px 0;
}

.elgg-widget-content .elgg-river-responses {
	margin-top: 15px;
}
.elgg-river-comments {
	position: relative;
	margin: 20px 0 0 0;
	border-top: 1px solid #DCDCDC;
}
.elgg-river-comments > li {
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 1px 1px;
	padding: 4px 10px;
}
.elgg-river-comments li .elgg-output {
	padding-right: 5px;
}
.elgg-river-comments .elgg-media {
	padding: 0;
}
.elgg-river-more {
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 1px 1px;	
	padding: 8px 10px;
}

.elgg-river-item form {
	border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 1px 1px;
	padding: 6px;
	height: auto;
}
.elgg-river-item input[type=text] {
	width: 78%;
}
.elgg-river-item input[type=submit] {
	margin: 0 0 0 10px;
}

/* **************************************
	Comments (from elgg_view_comments)
************************************** */
.elgg-comments {
	margin-top: 25px;
}
.elgg-comments .elgg-list {
	position: relative;
    border-top: 1px solid #DCDCDC;
}
.elgg-comments .elgg-list > li {
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 1px 1px;
	padding: 4px 10px;
}
.elgg-comments > form {
	margin-top: 15px;
}

/* **************************************
	Comments triangle
************************************** */
.elgg-comments .elgg-list:after,
.elgg-comments .elgg-list:before,
.elgg-river-comments:after,
.elgg-river-comments:before {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.elgg-comments .elgg-list:after,
.elgg-river-comments:after {
	border-color: rgba(220, 220, 220, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}
.elgg-comments .elgg-list:before,
.elgg-river-comments:before {
	border-color: rgba(220, 220, 220, 0);
	border-bottom-color: #DCDCDC;
	border-width: 9px;
	margin-left: -9px;
}

/* ***************************************
	Image-related
*************************************** */
.elgg-photo {
	max-width: 100%;
	height: auto;
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags {
	font-size: 85%;
}
.elgg-tags > li {
	float:left;
	margin-right: 5px;
}
.elgg-tags li.elgg-tag:after {
	content: ",";
}
.elgg-tags li.elgg-tag:last-child:after {
	content: "";
}
.elgg-tagcloud {
	text-align: justify;
	margin-bottom: 5px;
}

/* <style> /**/

/* ***************************************
	PAGE LAYOUT
*************************************** */
/***** DEFAULT LAYOUT ******/
.elgg-page-default {
	min-width: 800px;
}
.elgg-page-default .elgg-page-header > .elgg-inner {
	max-width: 990px;
	margin: 0 auto;
	height: 80px;
}
.elgg-page-default .elgg-page-topbar > .elgg-inner {
	max-width: 990px;
	margin: 0 auto;
}
.elgg-page-default .elgg-page-body > .elgg-inner {
	max-width: 990px;
	margin: 0 auto;
}
.elgg-page-default .elgg-page-footer > .elgg-inner {
	max-width: 990px;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #EBEBEB;
}

/***** TOPBAR ******/
.elgg-page-topbar {
	background: #1B1E1F;
	padding: 0 20px;
	position: relative;
	min-height: 50px;
	z-index: 9000;
}

/***** PAGE MESSAGES ******/
.elgg-system-messages {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9003;
	text-align: center;
}
.elgg-system-messages li {
	margin-top: 0;
}
.elgg-system-messages li p {
	margin: 0;
}

/***** PAGE HEADER ******/
.elgg-page-header {
	position: relative;
	background-color: #F8F8F8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.elgg-page-header > .elgg-inner {
	position: relative;
}

/***** PAGE BODY LAYOUT ******/
.elgg-page-body {
	padding: 0 20px;
}
.elgg-layout {
	min-height: 100px;
}
.elgg-layout-widgets > .elgg-widgets {
	float: right;
}
.elgg-sidebar {
	position: relative;
	padding: 29px 0 20px 30px;
	float: right;
	width: 21.212121%;
	margin: 0;
	border-left: 1px solid #EBEBEB;
}
.elgg-sidebar-alt {
	position: relative;
	padding: 29px 30px 20px 0;
	float: left;
	width: 16.161616%;
	margin: 0 30px 0 0;
	border-right: 1px solid #EBEBEB;
}
.elgg-main {
	position: relative;
	min-height: 100px;
	padding: 12px 0 20px 0;
}
.elgg-main > .elgg-head {
	padding-bottom: 5px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
}
.elgg-layout-one-sidebar .elgg-main {
	float: left;
	width: 72.525252%;
}
.elgg-layout-two-sidebar .elgg-main {
	float: left;
	width: 50.101010%;
}

/***** PAGE FOOTER ******/
.elgg-page-footer {
	color: #05627B;
	padding: 0 20px;
	position: relative;
}


/* <style> /**/

/* ***************************************
	MISC
*************************************** */
#login-dropdown {

}

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */

#current-user-avatar {
	border-right: 1px solid #EBEBEB;
}
#avatar-croppingtool {
	border-top: 1px solid #DCDCDC;
}
#user-avatar-cropper {
	float: left;
}
#user-avatar-preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

/* ***************************************
	FRIENDS COLLECTIONS
*************************************** */

#friends_collections_accordian li h2 {
	background-color: #F0F0F0;
    border-color: #DCDCDC;
	color: #000000;
	cursor: pointer;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 12px 20px;
}
#friends_collections_accordian li h2:hover {
	background: #ECECEC;
}
#friends_collections_accordian .friends_collections_controls {
	float: right;
	font-size: 70%;
}
#friends_collections_accordian .friends-picker-main-wrapper {
	background: none repeat scroll 0 0 #FFF;
	display: none;
	padding: 0;
}
/* ***************************************
	FIXED POSITION AJAX INDICATOR
*************************************** */

.elgg-spinner {
    /* general spinner styles */
    background: #fff;
    padding: 10px;
    border: 1px solid #CCC;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    /* negative half the width for proper centering */
    margin-left: -25.5px;

    position: fixed;
    top: 0;
    z-index: 10000;

    /* transitioned values */
    left: -10000px;
    opacity: 0;

    /* fade out over 300ms, then jump offscreen */
    -webkit-transition: opacity 300ms ease-in-out, left 0s linear 300ms;
    transition: opacity 300ms ease-in-out, left 0s linear 300ms;
}

.elgg-spinner-active .elgg-spinner {
    left: 50%;
    opacity: 1;

    /* set values immediately */
    -webkit-transition: opacity 0s, left 0s;
    transition: opacity 0s, left 0s;
}
/**
 * Hack that reduces size inconsistencies within Font awesome icons
 */

.fa-mobile-phone:before,
.fa-mobile:before,
.fa-remove:before,
.fa-close:before,
.fa-times:before,
.fa-caret-down:before,
.fa-caret-down:before {
	font-size: larger !important;
}/* <style> /**/

.clearfloat { 
	clear: both;
}

.hidden,
.elgg-page .hidden {
	display: none;
}

.centered {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.float {
	float: left;
}

.float-alt {
	float: right;
}

.link {
	cursor: pointer;
}

.elgg-discover .elgg-discoverable {
	display: none;
}

.elgg-discover:hover .elgg-discoverable {
	display: block;
}

.elgg-transition:hover,
.elgg-transition:focus,
:focus > .elgg-transition {
	opacity: .7;
}

/* ***************************************
	BORDERS AND SEPARATORS
*************************************** */
.elgg-border-plain {
	border: 1px solid #eeeeee;
}
.elgg-border-transition {
	border: 1px solid #eeeeee;
}
.elgg-divide-top {
	border-top: 1px solid #CCCCCC;
}
.elgg-divide-bottom {
	border-bottom: 1px solid #CCCCCC;
}
.elgg-divide-left {
	border-left: 1px solid #CCCCCC;
}
.elgg-divide-right {
	border-right: 1px solid #CCCCCC;
}

/* ***************************************
	Spacing (from OOCSS)
*************************************** */
/* Padding */
.pan{padding:0}
.prn, .phn{padding-right:0}
.pln, .phn{padding-left:0}
.ptn, .pvn{padding-top:0}
.pbn, .pvn{padding-bottom:0}

.pas{padding:5px}
.prs, .phs{padding-right:5px}
.pls, .phs{padding-left:5px}
.pts, .pvs{padding-top:5px}
.pbs, .pvs{padding-bottom:5px}

.pam{padding:10px}
.prm, .phm{padding-right:10px}
.plm, .phm{padding-left:10px}
.ptm, .pvm{padding-top:10px}
.pbm, .pvm{padding-bottom:10px}

.pal{padding:20px}
.prl, .phl{padding-right:20px}
.pll, .phl{padding-left:20px}
.ptl, .pvl{padding-top:20px}
.pbl, .pvl{padding-bottom:20px}

/* Margin */
.man{margin:0}
.mrn, .mhn{margin-right:0}
.mln, .mhn{margin-left:0}
.mtn, .mvn{margin-top:0}
.mbn, .mvn{margin-bottom:0}

.mas{margin:5px}
.mrs, .mhs{margin-right:5px}
.mls, .mhs{margin-left:5px}
.mts, .mvs{margin-top:5px}
.mbs, .mvs{margin-bottom:5px}

.mam{margin:10px}
.mrm, .mhm{margin-right:10px}
.mlm, .mhm{margin-left:10px}
.mtm, .mvm{margin-top:10px}
.mbm, .mvm{margin-bottom:10px}

.mal{margin:20px}
.mrl, .mhl{margin-right:20px}
.mll, .mhl{margin-left:20px}
.mtl, .mvl{margin-top:20px}
.mbl, .mvl{margin-bottom:20px}/* <style> /**/

/* ***************************************
	Profile
*************************************** */
.elgg-button-cancel.mll {
	margin: 5px 0 0 0;
}
.profile {
	float: left;
	margin-bottom: 15px;
}
.profile .elgg-inner {
	border: 1px solid #DCDCDC;
	border-radius: 3px;
}
#profile-details {
	padding: 15px;
}

/*** ownerblock ***/
#profile-owner-block {
	width: 200px;
	float: left;
	border-right: 1px solid #DCDCDC;
	padding: 15px;
}
#profile-owner-block .large {
	margin-bottom: 10px;
}
#profile-owner-block a.elgg-button-action {
	margin-bottom: 4px;
	display: table;
}
.profile-admin-menu {
	display: none;
}
.profile-admin-menu-wrapper a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 20px;
}
.profile-admin-menu-wrapper:before {
	font-family: FontAwesome;
	content: "\25BA";
	float: left;
	padding-top: 1px;
}
.profile-admin-menu-wrapper li a {
	color: #FF0000;
	margin-bottom: 0;
}
.profile-admin-menu-wrapper a:hover {
	color: #000;
}
/*** profile details ***/
#profile-details .wire-status {
	margin-top: 10px;
}
#profile-details .odd {
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
	padding: 5px 0;
}
#profile-details .even {
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
	padding: 5px 0;
}
.profile-aboutme-title {
	margin: 0;
	padding: 5px 4px 2px 0;
}
.profile-aboutme-contents {
	padding: 0;
}
.profile-banned-user {
	border: 1px solid red;
	padding: 4px 8px;
	border-radius: 3px;
}


/* ***************************************
	MISC
*****************************************/
.elgg-input-dropdown {
	font-size: 95%;
	font-family: inherit;
}
.elgg-module-register {
	float: right;
	width: 45%;
    border-left: 1px solid #DCDCDC;
	padding-top: 15px;
    padding-left: 5%;
}
.elgg-sidebar .elgg-avatar-large {
	max-width: 100%;
}
/* ***************************************
	INDEX
*****************************************/
.elgg-landing-page .elgg-page-body {
	padding: 0;
}
.elgg-landing-page .elgg-page-default .elgg-page-body > .elgg-inner {
	max-width: 100%;
}
.elgg-landing-page .elgg-page-default .elgg-page-header > .elgg-inner {
	max-width: 990px;
}
.elgg-landing-page .elgg-page-default .elgg-page-footer > .elgg-inner {
	border-top: none;
}
.section:nth-child(even) {
    background-color: #F3F3F3;
}
.elgg-landing-page .section.groups .elgg-col-1of3 {
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.elgg-landing-page .section.groups .icon-container {
	width: 300px;
	line-height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.elgg-landing-page .section.groups .elgg-col-1of3 img {
	max-width: 300px;
}
.container {
	max-width: 1030px;
	margin: 0 auto;	
	padding: 70px 0;
	text-align: center;	
}
.container .elgg-col {
	padding: 0 10px;
}
.container h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 10px;
}
.container h2 {
	color: #222;
	font-weight: normal;
	padding-top: 20px;
}
.container .infobubble {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
}
.container .infobubble h2 {
	color: #000;
	padding: 0 0 2px 0;
}
.members .elgg-col-1of5 {
	padding-top: 30px;
}
.members .container h2 {
	padding-top: 0;
	font-size: 1.3em;
}
.members .container h1 a {
	color: #000;
}
.maps .container h1 {
	padding: 0 0 30px 0;
	margin: 0;
}
.section.maps .container {
	max-width: 100%;
	width: 100%;
	padding-bottom: 0;
}
.elgg-landing-page .elgg-module-dropdown {
	margin-top: 70px;
}
.elgg-landing-page .elgg-avatar-medium {
	padding-bottom: 10px;
	text-align: center;	
}
.elgg-landing-page .elgg-avatar-medium > a > img {
	border-radius: 50%;
}
.elgg-landing-page .elgg-subtext {
	font-size: 100%;
}
#front-page-map-canvas {
	width: 100%;
	height: 460px;
}
/* ***************************************
	Header Nav
*************************************** */

.elgg-page-header #nav {
	position: relative;
	float: right;
	list-style: none;
	margin-top: 25px;
}

/* ***************************************
	Featured module
*************************************** */
.elgg-featured,
.elgg-featured-container {
	position: relative;
	zoom: 1;		
}
.elgg-featured-container {
	margin: 0;
	overflow: hidden;
	background: #FFF;
}
.elgg-featured-container img { 
	width: 100%;
}
.elgg-featured-container,
.elgg-featured-container .slide {
	height: 600px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ez-caption {
	position: absolute; 
	top: 0; 
	width: 100%;
	height: 100%;
	padding: 0 20px;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0.1);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ez-caption .elgg-inner {
	text-align: center;
	width: 100%;
	position: relative;
	top: 190px;
	
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ez-caption h1 {
	color: #FFF;
	font-size: 4.0em;
	padding-bottom: 10px;
	
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ez-caption h2 {
	color: #79ABC4;
	font-weight: normal;
	font-size: 2.4em;
	
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
/* ***************************************
	Key Features
*************************************** */
.key-features {
	padding: 20px 0;
	margin-bottom: 10px;
}
/* ***************************************
	Modules
*************************************** */
.elgg-module-maria {
	margin: 20px 30px;
	position: relative;
}
.elgg-module-maria .elgg-head {
	padding-bottom: 10px;
}
.elgg-module-maria h3 {
	font-size: 24px;
	color: #000000;
}
/* ***************************************
	Navigation
*************************************** */
#nav li {
	display: inline-block;
	padding: 0 0 0 36px;
}
#nav li a {
	color: #000000;
	text-decoration: none;
}
#nav li a:hover,
#nav li a.active {
	cursor: pointer;
	color: #666666;
}
.elgg-nav-pushy {
	padding-top: 30px;
}
.elgg-menu-topbar .elgg-avatar {
	display: block;
}

/* ***************************************
	RESPONSIVE
*****************************************/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.elgg-tabs > li > a > .elgg-icon,
.elgg-menu-filter > li > a > .elgg-icon {
	display: none;
}

@media (max-width: 1030px) {
	.menu-btn,
	#nav {
		margin-right: 20px;
	}
	.elggzone-logo,
	.elgg-heading-site {
		padding-left: 20px;
	}
}
@media (max-width: 820px) {
	#dashboard-info {
    	margin-left: 0;
        margin-right: 0;    
    }
	.elgg-module-maria {
		margin: 20px 30px 30px;
	}
	.elgg-page-default {
		min-width: 0;
	}
	.elgg-page-body {
		padding: 0;
	}
	.elgg-main {
        padding: 12px 20px 20px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
    .elgg-layout-one-sidebar .elgg-main,
	.elgg-layout-two-sidebar .elgg-main {
        width: 100%;
    }
	.elgg-sidebar {
		border-left: none;
		border-top: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
		background-color: #FAFAFA;
		width: 100%;
		float: left;
		padding: 27px 20px 20px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.elgg-sidebar-alt {
		display: none;
	}
	.elgg-page-default .elgg-page-footer > .elgg-inner {
		border-top: none;
	}
	.elgg-menu-footer {
		float: none;
		text-align: center;
	}
	.elgg-menu-page,
	.elgg-sidebar .elgg-menu-owner-block,
	.elgg-menu-groups-my-status {
		border-bottom: 1px solid #DCDCDC;
	}
	.elgg-menu-page a,
	.elgg-sidebar .elgg-menu-owner-block li a,
	.elgg-menu-groups-my-status li a {
		border-color: #DCDCDC;
		border-style: solid;
		border-width: 1px 1px 0 1px;
		margin: 0;
		padding: 10px;		
		background-color: #FFFFFF;
	}
	.elgg-menu-page a:hover,
	.elgg-sidebar .elgg-menu-owner-block li a:hover,
	.elgg-menu-groups-my-status li a:hover,
	.elgg-menu-page li.elgg-state-selected > a,
	.elgg-sidebar .elgg-menu-owner-block li.elgg-state-selected > a,
	.elgg-menu-groups-my-status li.elgg-state-selected > a {
		color: #444;
		background-color: #F0F0F0;
		text-decoration: none;
	}
	.elgg-tabs > li > a > .elgg-icon,
	.elgg-menu-filter > li > a > .elgg-icon {
		display: inline-block;
	}
	.elgg-tabs > li > a > .elgg-nav-text,
	.elgg-menu-filter > li > a > .elgg-nav-text {
		display: none;		
	}
	.elgg-river-item input[type=text] {
		width: 100%;
	}
	.elgg-river-item input[type=submit] {
		margin: 5px 0 0 0;
	}
	/***** CUSTOM INDEX ******/
	.elgg-col-1of2 {
		width: 100%;
	}
	.elgg-col-1of2.latitude {
		padding-right: 0;
	}
	.prl {
		padding-right: 0;
	}
	/***** WIDGETS ******/
	.elgg-col-1of3,
	.elgg-col-2of3,
	#elgg-widget-col-1,
	#elgg-widget-col-2,
	#elgg-widget-col-3 {
		width: 100%;
		min-height: 0 !important;
	}
	.elgg-module-widget {
		margin: 0 0 15px;
	}
	.custom-index-col1 > .elgg-inner,
	.custom-index-col2 > .elgg-inner {
		padding: 0;
	}
	.elgg-module-footer {
		width: 100%;
		margin-right: 0;
		min-height: 0;
	}
	.key-features .elgg-icon {
		padding-bottom: 20px;
	}
}
@media (max-width: 766px) {
	.elgg-landing-page .elgg-col-1of5 {
		width: 33.33%;
	}
    .elgg-module-register {
        width: 100%;
        border-left: none;
        padding-left: 0;
    }
    .elgg-form-account {
		padding-right: 0;
        width: 100%;
    }
	.elgg-featured-container,
	.elgg-featured-container .slide {
		height: 350px;
	}
	.ez-caption .elgg-inner {
		top: 100px; 
	}
	.ez-caption h1 {
		font-size: 3.2em;
		padding-bottom: 5px;
	}
	.ez-caption h2 {
		font-size: 2.0em;
	}
}
@media (max-width: 600px) {
	.elgg-landing-page .elgg-col-1of5 {
		width: 50%;
	}
	.groups-stats {
		margin-bottom: 10px;
	}
	.groups-stats div {
		display: block;
		border-width: 0 0 1px 0;
	}
	.groups-profile-fields {
		float: left;
		padding-left: 0;
	}
	#profile-owner-block {
		border-right: none;
		width: auto;
	}
	#profile-details {
		display: block;
		float: left;
	}
	#groups-tools > li {
		width: 100% !important;
		margin-bottom: 20px;
	}
	#groups-tools > li:nth-child(odd) {
		margin-right: 0;
	}
	#groups-tools > li:last-child {
		margin-bottom: 0;
	}
	.elgg-menu-entity, .elgg-menu-annotation {
		margin-left: 0;
	}
	.elgg-menu-entity > li, .elgg-menu-annotation > li {
		margin-left: 0;
		margin-right: 15px;
	}
	.elgg-subtext {
		float: left;
		margin-right: 15px;
	}
}
@media (max-width: 480px) {
	.ez-caption .elgg-inner {
		top: 80px; 
	}
	.ez-caption h1 {
		font-size: 2.8em;
	}
	.ez-caption h2 {
		font-size: 1.8em;
	}
}
/* CKEditor */

.cke {
	clear: right;
}

.cke_bottom .cke_wordcount {
	float: left;
}

.cke_bottom .cke_path {
	float: right;
}

#dashboard-info {
	border: 1px solid #DCDCDC;
	margin-bottom: 15px;
}
/* <style> /**/

.file-photo {
	text-align: center;
	margin-bottom: 15px;
    margin-top: 15px;
}
.file-gallery-item {
	text-align: center;
    margin: 0;
}
.elgg-page-file .elgg-gallery {
	float: left;
	position: relative;
	padding: 10px 0;
	margin: 0 auto;
}
.elgg-page-file .elgg-gallery li {
	float: left;
	position: relative;
	width: 25%;
	min-height: 240px;
	border: none;	
}
.elgg-page-file .elgg-gallery > li h3 {
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
}
/* ***************************************
	RESPONSIVE
*****************************************/
@media (max-width: 930px) {
	.elgg-page-file .elgg-gallery li {
		width: 33.3%;
	}
}
@media (max-width : 560px) {
	.elgg-page-file .elgg-gallery li {
		width: 50%;
	}
}
@media (max-width : 360px) {
	.elgg-page-file .elgg-gallery li {
		width: 100%;
	}
}
/* <style> /**/

.groups-profile > .elgg-image {
	margin-right: 20px;
}
.groups-stats {
	margin-top: 10px;
}
.groups-stats p {
	margin-bottom: 2px;
}
.groups-profile-fields div:first-child {
	padding-top: 0;
}

.groups-profile-fields .odd,
.groups-profile-fields .even {
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 0;
	margin-bottom: 0;
}

.groups-profile-fields .elgg-output {
	margin: 0;
}

#groups-tools > li {
	width: 48%;
	min-height: 200px;
	margin-bottom: 40px;
}

#groups-tools > li:nth-child(odd) {
	margin-right: 4%;
}

.groups-widget-viewall {
	float: right;
	font-size: 85%;
}

.groups-latest-reply {
	float: right;
}

.elgg-menu-groups-my-status li a {
	color: #000000;
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 0;
}
.elgg-menu-groups-my-status li a:hover {
	color: #666666;
}
.elgg-menu-groups-my-status li.elgg-state-selected > a {
	color: #666666;
}

/* ***************************************
	Likes
*************************************** */
.elgg-likes-popup {
	width: 345px;
}

.elgg-menu .elgg-menu-item-likes-count {
	margin-left: 3px;
}

.messageboard-input {
	height: 100px;
}

.messages-container {
	min-height: 200px;
}
.message.unread a {
	color: #D40005;
}
.messages-buttonbank {
	text-align: right;
}
.messages-buttonbank input {
	margin: 0 0 10px 10px;
}

/*** message metadata ***/
.messages-owner {
	float: left;
	width: 20%;
	margin-right: 2%;
}
.messages-subject {
	float: left;
	width: 55%;
	margin-right: 2%;
}
.messages-timestamp {
	float: left;
	width: 14%;
	margin-right: 2%;
}
.messages-delete {
	float: left;
	width: 5%;
}
/*** topbar icon ***/
.messages-new {
	color: #FFF;
	background-color: #FF0000;
	border-radius: 10px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	position: absolute;
	text-align: center;
	line-height: 14px;
	top: 12px;
	right: 20px;
	min-width: 16px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
}

#notificationstable td.namefield {
	width:250px;
	text-align: left;
	vertical-align: middle;
}
#notificationstable td.namefield p {
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	padding:5px 0 5px 0;
}
#notificationstable td.namefield p.namefieldlink {
	margin:5px 0 0 0;
}
#notificationstable td.namefield a img {
	float:left;
	width:25px;
	height:25px;
	margin:5px 10px 5px 5px;
}
#notificationstable td.emailtogglefield,
#notificationstable td.smstogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.spacercolumn {
	width:30px;
}
#notificationstable td {
	border-bottom: 1px solid #DCDCDC;
	padding: 6px 0;
}
#notificationstable td.emailtogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.emailtogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.emailtogglefield a.emailtoggleOff {
	background: url(https://www.mychanceup.com/mcu/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(https://www.mychanceup.com/mcu/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(https://www.mychanceup.com/mcu/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(https://www.mychanceup.com/mcu/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right -37px;
}
.notification_friends,
.notification_personal,
.notifications_per_user {
	margin-bottom: 25px;
}



/* <style> /**/

.pages-nav a {
	color: #000;
	margin-bottom: 4px;
}
.pages-nav.treeview ul {
	background-color: transparent;
}
.treeview li {
	padding: 0 0 3px 22px !important;	
}
.pages-nav.treeview a.selected {
	color: #999;
	background: none;
}
.pages-nav.treeview .hover {
	color: #999;
}

/**********************************
Search plugin
***********************************/
.elgg-search-header {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.elgg-search input[type=text] {
	width: 100%;
}
.elgg-search input[type=submit] {
	display: none;
}
.search-list li {
	padding: 5px 0 0;
}
.search-heading-category {
	margin-top: 20px;
	color: #666;
}

.search-highlight {
	background-color: #BBDAF7;
}
.search-highlight-color1 {
	background-color: #BBDAF7;
}
.search-highlight-color2 {
	background-color: #A0FFFF;
}
.search-highlight-color3 {
	background-color: #FDFFC3;
}
.search-highlight-color4 {
	background-color: #CCC;
}
.search-highlight-color5 {
	background-color: #08A7E7;
}
/********************************
The Wire
*********************************/
#thewire-textarea {
	padding: 6px;
}
#thewire-characters-remaining {
	text-align: right;
	float: right;
	font-weight: bold;
	color: #333333;
}
.thewire-characters-remaining {
	color:#333333;
	border:none;
	font-size: 100%;
	font-weight: bold;
	padding:0 2px 0 0;
	margin:0;
	text-align: right;
	background: white;
}
.thewire-characters-remaining-warning {
	color: #D40D12 !important;
}
.thewire-parent {
	margin-left: 40px;
}
.thewire-post .elgg-content {
	margin: 10px 5px;
}
