#profile-image{
	float:left;
	display:inline;
}

#profile-image img{
	width: 200px;
	height: 200px;
	border-radius: 5px;
}

#profile-info{
	padding-left: 10px;
	overflow: hidden;
}
#profile-clear{
	clear:both;
	padding-top:15px
}

.benefits{text-align: center; margin-top: 10px; border-top: solid 1px; border-bottom: solid 1px; padding: 10px; border-color: var(--color-gray-light);}
.benefit{
	display:inline-block;text-align: center;margin-left: 10px; margin-right: 10px;
}

.benefit .number{
	font-size: 20px; font-weight: bold;
}

/* NEW POST */


#new_post_text {
	display: block;
}
#new_post_text textarea {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	text-align: center;
	cursor: pointer;

	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	-webkit-transition: all 0.40s ease-in-out;
}
#new_post_options {
	display: none;
	width: 100%;
	height: 30px;

	margin-bottom: 20px;
	min-height: 30px;
	opacity: 0;
	padding-top: 2px;
}
#new_post_preloader {
	height: 40px;
}

#new_post_loading {
	display: none;
	padding-top: 8px;
}
#new_post {
	display: block;
}

#new_post_attachments {
	float: left;
	color: #4c4c4c;
}

#new_post_attachments i {
	margin-top: 6px;
	font-size: 36px !important;
	cursor: pointer;
}

#new_post_attachments div.new_post_select_element {
	display: none;
}

#new_post_attachments div.new_post_select_element_text {
	padding-top: 10px;
	font-size: 22px;
}

.boxsizing_border {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fup-btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.fup-btn {
	margin-top: 4px;
	height: 42px;
	display: inline-block;
	padding: 2px;
	margin-bottom: 0;

	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.fup-btn span {
	/* vertical-align: middle; */
	margin-top: 6px;
	padding: 4px;
	/* display: inline-block; */
	float: right;
	font-size: 15px;
}

.fup-btn i {
	margin-top: 0 !important;
}

.fileinput-button {
	 position: relative;
	 overflow: hidden;
	 display: inline-block;
 }
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}

.fup-progress {
	display: none;
	margin-top: 14px;
	margin-left: 6px;
	width: 490px;
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.fup-progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #5cb85c;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

#new_post_uploaded_photo {
	max-height: 100px;
	border: solid #6A7989 medium;
}
#new_post_video_input {
	width: 400px;
	height: 17px;
	margin-top: 12px;
}

#new_post_video_input_img {
	margin-top: 12px;
	margin-left: 5px;
}