/*--------------------------------------------------------------
Hello, this is the BuddyPress Legacy stylesheet.

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Navigation
	1.1 - Pagination
2.0 - WordPress
	2.1 - Images
3.0 - BuddyPress
	3.1 - Activity
		3.1.1 - Activity Listing
		3.1.2 - Activity Comments
	3.2 - Toolbar
	3.3 - Directories - Members, Groups, Blogs, Forums
	3.4 - Error / Success Messages
	3.5 - Forms
	3.6 - Ajax Loading
	3.7 - Topics and Tables - Forums and General
	3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
	3.9 - Private Messaging Threads
	3.10 - Extended Profiles
	3.11 - Widgets
4.0 - Media Queries
	4.1 - Smartphones Landscape
	4.2 - Smartphones Portrait
	4.3 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 - Pagination
--------------------------------------------------------------*/
#buddypress {
	position: relative;
	/*font-size: 15px; */
}

#buddypress div.pagination {
	background: transparent;
	border: none;
	color: #888;
	font-size: 90%;
	margin: 0;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0;
}
#buddypress div.pagination .pag-count {
	float: left;
	margin-left: 10px;
}
#buddypress div.pagination .pagination-links { 	
	float: right;
	margin-right: 10px;
}
#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
	font-size: 90%;
	padding: 0 5px;
}
#buddypress div.pagination .pagination-links a:hover {
	font-weight: bold;
}
#buddypress noscript div.pagination {
	margin-bottom: 15px;
}
#buddypress #nav-above {
	display: none;
}
#buddypress .paged #nav-above {
	display: block;
}

/*--------------------------------------------------------------
2 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Images
--------------------------------------------------------------*/
#buddypress img.wp-smiley {
	border: none !important;
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#buddypress .clear {
	clear: left;
}

/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/
#buddypress #activity-stream {
	margin-top: -5px;
	font-size: 14px;
}

#buddypress #activity-stream p {
	margin: 5px 0;
	text-align: left;
}

#buddypress #item-body form#whats-new-form {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#buddypress .home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
#buddypress form#whats-new-form #whats-new-avatar {
	float: left;
	display: none;

}

body.directory.activity #buddypress form#whats-new-form #whats-new-avatar {
	display: block;
	margin-right: 15px;
	margin-top: 10px;
}

#buddypress form#whats-new-form #whats-new-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 100px;
}

#buddypress form#whats-new-form #whats-new-content {
	padding: 0 0 20px 0px;
	font-size: 14px;
}

body.directory.activity #buddypress form#whats-new-form #whats-new-content {
	margin-left: 60px;
}


#buddypress form#whats-new-form p.activity-greeting {
	/*line-height: 0.5em;*/
	margin-bottom: 15px;
	font-size: 14px;
}

body.directory.activity #buddypress form#whats-new-form p.activity-greeting {
	margin-bottom: 5px;
	margin-left: 60px;
}

#buddypress form#whats-new-form textarea {
	background: #fff;
	color: #555;
	font-family: inherit;
	font-size: 90%;
	height: 20px;
	padding: 6px;
	width: 98%;
}
body.no-js #buddypress form#whats-new-form textarea {
	height: 50px;
}

body.directory.activity #buddypress form#whats-new-form textarea {
	display: inline-block;
	width: 97%;
}

#buddypress form#whats-new-form #whats-new-options select {
	max-width: 200px;
	margin-top: 5px;
}
#buddypress form#whats-new-form #whats-new-submit {
	float: right;
	margin-top: 5px;
}
#buddypress #whats-new-options {
	overflow: auto;
	height: 0;
}
body.no-js #buddypress #whats-new-options {
	height: auto;
}
#buddypress #whats-new:focus {
	border-color: rgba(31, 179, 221, 0.9) !important;
	outline-color: rgba(31, 179, 221, 0.9);
}

.atwho-view {
	color: #2771a5;
}

/*--------------------------------------------------------------
3.1.1 - Icons
--------------------------------------------------------------*/

#bp-adminbar-notifications-menu > a:before,
li.bp-profile-nav > a:before,
li.bp-friends-nav > a:before,
li.bp-activity-nav > a:before,
li.bp-settings-nav > a:before,
li.bp-forums-nav > a:before,
li.bp-groups-nav > a:before,
li.bp-messages-nav > a:before,
li.bp-notifications-nav > a:before,
li.bp-blogs-nav > a:before,
li#activity-personal-li > a:before,
li#xprofile-personal-li > a:before,
li#profile-personal-li > a:before,
li#blogs-personal-li > a:before,
li#notifications-personal-li > a:before,
li#messages-personal-li > a:before,
li#friends-personal-li > a:before,
li#groups-personal-li > a:before,
li#forums-personal-li > a:before,
#item-body li#general-personal-li > a:before,
li#settings-personal-li > a:before,
li.bp-logout-nav > a:before {
  width: 28px;
  height: 8px;
  font-family: 'Icons';
  font-size: 14px;
  color: #CCCCCC;
  margin-right: 8px;
}


li.bp-activity-nav > a:before,
li#activity-personal-li > a:before { 
	content: "\f133";
} 

li.bp-profile-nav > a:before,
#item-body li#profile-personal-li > a:before,
li#xprofile-personal-li > a:before { content: "\f007"; } 
.bp-user #subnav li#profile-personal-li > a:before { content: "\f070"; }

li.bp-blogs-nav > a:before,
li#blogs-personal-li > a:before { content: "\f0f6"; }

#bp-adminbar-notifications-menu > a:before,
li.bp-notifications-nav > a:before,
li#notifications-personal-li > a:before { 
	content: "\f0a2";
} 

li.bp-messages-nav > a:before,
li#messages-personal-li > a:before { content: "\f003"; } 

li.bp-friends-nav > a:before,
li#friends-personal-li > a:before { content: "\f0c0"; } 

li.bp-groups-nav > a:before,
li#groups-personal-li > a:before { content: "\f0e8"; } 

li.bp-forums-nav > a:before,
li#forums-personal-li > a:before { content: "\f0e6"; } 

li.bp-settings-nav > a:before,
#item-body li#general-personal-li > a:before,
li#settings-personal-li > a:before { content: "\f013"; } 

li.bp-logout-nav > a:before { content: "\f08b"; }

/*--------------------------------------------------------------
3.1.2 - Widget Activity Comments
--------------------------------------------------------------*/
.widget form.ac-form {
  width: 100%;
  display: block;
  clear: both;
  padding-top: 10px;
}

.widget div.ac-reply-content {
  width: 70%;
}

.widget div.ac-reply-avatar {
  float: left;
}

.widget div.activity-comments form textarea {
  height: 60px;
  padding: 0;
  margin: 0;
  width: 70%;
}


/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/
#buddypress ul.activity-list li {
	overflow: hidden;
	padding: 15px 0 0;
	list-style: none;
}

#buddypress .activity-list li.mini {
	font-size: 80%;
	position: relative;
}

#buddypress ul.item-list.activity-list li.has-comments {
	padding-bottom: 15px;
}

body.activity-permalink #buddypress ul.activity-list li.has-comments {
	padding-bottom: 0;
}

#buddypress .activity-list .activity-avatar {
	float: left;
	margin: 0 10px 0 0;
}

#buddypress .activity-list .activity-avatar img.avatar {
	height: 50px;
	width: 50px;
	border-radius: 100px;
	border: 4px solid #efefef;
}

#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: 20px;
	margin-left: 30px;
	width: 20px;
	border: 2px solid #efefef;
}

#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: auto;
	margin-left: 0;
	width: auto;
}

body.just-me .section-body #buddypress .activity-list .activity-avatar {
	display: none;
}

body.just-me .section-body #buddypress .activity-list .activity-content {
	margin-left: 10px;
}

body.activity-permalink #buddypress .activity-list > li:first-child {
	padding-top: 0;
}
#buddypress .activity-list li .activity-content {
	position: relative;
}
#buddypress .activity-list li.mini .activity-content p {
	margin: 0;
}
#buddypress .activity-list li.mini .activity-comments {
	clear: both;
	font-size: 120%;
}
body.activity-permalink #buddypress li.mini .activity-meta {
	margin-top: 4px;
}

#buddypress .activity-list li .activity-inreplyto {
	color: #888;
	font-size: 80%;
}
#buddypress .activity-list li .activity-inreplyto > p {
	margin: 0;
	display: inline;
}
#buddypress .activity-list li .activity-inreplyto blockquote,
#buddypress .activity-list li .activity-inreplyto div.activity-inner {
	background: none;
	border: none;
	display: inline;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#buddypress .activity-list .activity-content {
	margin: 0 0 0 70px;
}
body.activity-permalink #buddypress .activity-list li .activity-content {
	border: none;
	font-size: 100%;
	line-height: 150%;
	margin-left: 170px;
	margin-right: 0;
	padding: 0;
}

body.activity-permalink #buddypress .activity-list li .activity-header > p {
	margin: 0;
	padding: 5px 0 0 0;

}

#buddypress-content .activity-list li .activity-header > p a:first-child,
#buddypress .activity-list li .activity-header > p a:first-child {
	font-weight: bold;
	color: #03374f;
	font-size: 14px;
}

#buddypress-content .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
	color: #888;
	line-height: 1.5;
}

#buddypress .activity-header {
	margin-right: 20px;
	font-size: 12px;
}

#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
	text-decoration: none;
		color: #aaa;
}


#buddypress .activity-item:hover .activity-header a,
#buddypress .activity-item:hover .comment-meta a,
#buddypress .activity-item:hover .acomment-meta a {
	color: #03374f;
}


#buddypress .activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 5px -8px 0 !important;
}
#buddypress a.bp-secondary-action,
#buddypress span.highlight {
	font-size: 80%;
	padding: 0;
	margin-right: 5px;
	text-decoration: none;
}
#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
	background: #f1f1f2;
	margin: 10px 10px 5px 0;
	overflow: hidden;
	padding: 10px;
}
#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
	border-left: 2px solid #EAEAEA;
	margin-left: 5px;
	padding-left: 10px;
	border-radius: 5px;
}
body.activity-permalink #buddypress .activity-content .activity-inner,
body.activity-permalink #buddypress .activity-content blockquote {
	margin-left: 0;
	margin-top: 5px;
}
#buddypress .activity-inner > p {
	word-wrap: break-word;
}

#buddypress .activity-list .activity-inner p img {
	max-width: 200px;
	height: 100%;
	border-radius: 3px;
}

#buddypress img.aligncenter {
	clear: both;
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 0;
}

#buddypress img.alignright {
	margin: 0 10px 0 0;
}

#buddypress img.alignleft {
	margin: 0 12px 12px 0;
}

#buddypress .activity-list .activity-inner p img.size-full {
	max-width: 73	0px;
	width: 100%;
	margin: 0px 0px 10px 0px;
}


#buddypress .activity-inner > .activity-inner {
	margin: 0;
}
#buddypress .activity-inner > blockquote {
	margin: 0;
}


#buddypress .activity-list .activity-content img.thumbnail {
	float: left;
	margin: 0 10px 5px 0;
	width: 147px;
	height: 100%;
	min-height: 100px;
}

#buddypress .activity-read-more {
	margin-left: 1em;
	white-space: nowrap;
}
#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
	background: #f0f0f0;
	font-size: 110%;
	margin: 15px 0;
	padding: 10px 15px;
	text-align: center;
}
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
	color: #4D4D4D;
}


/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/
#buddypress div.activity-meta {
	margin: 18px 0 0;
	float: right;
}
body.activity-permalink #buddypress div.activity-meta {
	margin-bottom: 6px;
}


#buddypress div.activity-meta a {
	padding: 8px;
}

#buddypress a.activity-time-since {
	color: #aaa;
	text-decoration: none;
}
#buddypress a.activity-time-since:hover {
	color: #888;
	text-decoration: underline;
}
#buddypress a.bp-primary-action,
#buddypress #reply-title small a {
	font-size: 80%;
	margin-right: 5px;
	text-decoration: none;
}
#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
	background: #999;
	color: #fff;
	font-size: 90%;
	margin-left: 2px;
	padding: 0 5px;
}
#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
	background: #555;
	color: #fff;
}
#buddypress div.activity-comments {
	margin: 0 0 0 70px;
	overflow: hidden; /* IE fix */
	position: relative;
	width: auto;
	clear: both;
}
body.activity-permalink #buddypress div.activity-comments {
	background: none;
	margin-left: 170px;
	width: auto;
}
#buddypress div.activity-comments > ul {
	padding: 0 0 0 10px;
}
#buddypress div.activity-comments ul,
#buddypress div.activity-comments ul li {
	border: none;
	list-style: none;
}
#buddypress div.activity-comments ul {
	clear: both;
	margin: 0;
}
#buddypress div.activity-comments ul li {
	border-top: 1px solid #eee;
	padding: 10px 0 0;
}
body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
	clear: none;
	margin-top: 0;
}
body.activity-permalink #buddypress div.activity-comments ul li {
	border-width: 1px;
	padding: 10px 0 0 0;
}
#buddypress div.activity-comments > ul > li:first-child {
	border-top: none;
}
#buddypress div.activity-comments ul li:last-child {
	margin-bottom: 0;
}
#buddypress div.activity-comments ul li > ul {
	margin-left: 30px;
	margin-top: 0;
	padding-left: 10px;
}
body.activity-permalink #buddypress div.activity-comments ul li > ul {
	margin-top: 10px;
}
body.activity-permalink #buddypress div.activity-comments > ul {
	padding: 0 10px 0 15px;
}
#buddypress div.activity-comments div.acomment-avatar img {
	border-width: 1px;
	float: left;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}
#buddypress div.activity-comments div.acomment-content {
	font-size: 80%;
	margin: 5px 0 0 40px;
}
#buddypress div.acomment-content .time-since,
#buddypress div.acomment-content .activity-delete-link,
#buddypress div.acomment-content .comment-header {
	display: none;
}
body.activity-permalink #buddypress div.activity-comments div.acomment-content {
	font-size: 90%;
}
#buddypress div.activity-comments div.acomment-meta {
	color: #888;
	font-size: 80%;
}
#buddypress div.activity-comments form.ac-form {
	display: none;
	padding: 10px;
}
#buddypress div.activity-comments li form.ac-form {
	margin-right: 15px;
	clear: both;
}
#buddypress div.activity-comments form.root {
	margin-left: 0;
}
#buddypress div.activity-comments div#message {
	margin-top: 15px;
	margin-bottom: 0;
}
#buddypress div.activity-comments form .ac-textarea {
	background: #fff;
	border: 1px inset #ccc;
	margin-bottom: 10px;
	padding: 8px;
}
#buddypress div.activity-comments form textarea {
	border: none;
	background: transparent;
	box-shadow: none;
	outline: none;
	color: #555;
	font-family: inherit;
	font-size: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
	width: 100%;
}
#buddypress div.activity-comments form input {
	margin-top: 5px;
}

#buddypress div.activity-comments form div.ac-reply-avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 18px;

}
#buddypress div.ac-reply-avatar img {
	border: 1px solid #eee;
	width: 50px;
	height: 50px;
	border-radius: 100px;
}

#buddypress div.activity-comments form div.ac-reply-content {
	color: #888;
	margin-left: 50px;
	padding-left: 15px;
}
#buddypress div.activity-comments form div.ac-reply-content a {
	text-decoration: none;
}
#buddypress .acomment-options {
	float: left;
	margin: 5px 0 5px 40px;
}
#buddypress .acomment-options a {
	color: #999;
}
#buddypress .acomment-options a:hover {
	color: inherit;
}

#buddypress .activity-list .activity-content .activity-meta {
  float: right;
  opacity: 0.2;
  height: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;

}

#buddypress .activity-item:hover .activity-content .activity-meta {
  opacity: 1;
}

ul.activity-list .activity-content .activity-meta a { 
	display: inline-block;
	color: #aaa;
	font-weight: bold;
	overflow: hidden;
	width: 15px;
	height: 20px;
	position: relative;
	float: right;
}


#buddypress .activity-item .activity-content .activity-meta .social-buttons {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block !important;
	height: 30px;
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px; 
}

ul.activity-list .activity-content .bp-social-button {
	display: none;
}

ul.activity-list .activity-content .activity-meta .social-buttons a {
	width: 20px;
	height: 25px;
	font-size: 20px !important;
}

ul.activity-list .activity-content .activity-meta .social-buttons a:hover {
	text-decoration: none;

}

ul.activity-list .activity-content .activity-meta .social-buttons a.foundicon-twitter:hover { 
	color: #00caff;
}

ul.activity-list .activity-content .activity-meta .social-buttons a.foundicon-facebook:hover { 
	color: #415a99;
}

ul.activity-list .activity-content .activity-meta .social-buttons a.foundicon-google-plus:hover { 
	color: #c8331f;
}

ul.activity-list .activity-content .activity-meta a.acomment-reply,
ul.activity-list .activity-content .activity-meta a.delete-activity,
ul.activity-list .activity-content .activity-meta a.fav,
ul.activity-list .activity-content .activity-meta a.delete,
ul.activity-list .activity-content .activity-meta a.spam-activity,
ul.activity-list .activity-content .activity-meta a.unfav {
font-size: 0px !important;

}

ul.activity-list .activity-content .activity-meta a.unfav,
ul.activity-list .activity-content .activity-meta a.fav:hover {
	color: #ffac33;
}

ul.activity-list .activity-content .activity-meta a.unfav:hover {
	color: #aaa;
}


ul.activity-list .activity-content .activity-meta a.spam-activity:hover,
ul.activity-list .activity-content .activity-meta a.delete:hover,
ul.activity-list .activity-content .activity-meta a.delete-activity:hover {
  color: #7F0000;
}

ul.activity-list .activity-content .activity-meta a.spam-activity {
	font-size: 12px !important;
	width: 25px;
}

ul.activity-list .activity-content .activity-meta a.acomment-reply {
	width: 25px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

ul.activity-list .activity-content .activity-meta a.acomment-reply span { 
	background-color: transparent !important;
	font-size: 12px !important;
	color: inherit !important;
	position: absolute;
	top: 7px;
	left: 20px;
}

ul.activity-list .activity-content .activity-meta a.acomment-reply:hover span,
ul.activity-list .activity-content .activity-meta a.acomment-reply:hover {
	color: #2771a5;
}

ul.activity-list .acomment-options a:before,
ul.activity-list .activity-content .activity-meta a.acomment-reply:before,
ul.activity-list .activity-content .activity-meta a.delete-activity:before,
ul.activity-list .activity-content .activity-meta a.fav:before,
ul.activity-list .activity-content .activity-meta a.delete:before,
ul.activity-list .activity-content .activity-meta a.spam-activity:before,
ul.activity-list .activity-content .activity-meta a.unfav:before {
  font-family:"Icons";
  line-height:1;
  font-size: 16px;
}

ul.activity-list .acomment-reply:before {
  content:"\f075";
}

ul.activity-list .fav:before {
  content:"\f006";
}

ul.activity-list .unfav:before {
  content:"\f005";
}

ul.activity-list .delete:before,
ul.activity-list .delete-activity:before {
  content:"\f00d";
}

/*--------------------------------------------------------------
 fluxo de atividades na sidebar
--------------------------------------------------------------*/

#buddypress-content #sidebar .widget > div, 
#buddypress-content #sidebar .widget ul {
	padding: 0px 4px;
}

#buddypress-content #sidebar .activity-item {
	/*padding-bottom: 5px;*/
}

#buddypress-content #sidebar li.activity-item:first-child {
	border-bottom: 1px solid #eaeaea;
}

#buddypress-content #sidebar .activity-list .activity-avatar {
	margin: 0 5px 0 0;
}

#buddypress-content #sidebar .activity-list .activity-avatar img.avatar {
	width:  40px;
	height: 40px;
	border: 2px solid #efefef;
	margin: 0px;
	padding: 0px;
}

#buddypress-content #sidebar .activity-list .activity-content {
	margin-left: 5px;
}

#bbpress-content #sidebar .activity-list .activity-content .activity-inner,
#buddypress-content #sidebar .activity-list .activity-content .activity-meta,
#buddypress-content #sidebar .activity-list .activity-content .activity-inner {
	display: none;
}

/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
#buddypress div.dir-search {
	float: right;
	margin: -39px 0 0 0;
}
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
	font-size: 90%;
	padding: 5px 3px;
}

#buddypress .dir-form {
	clear: both;
}


#buddypress li#activity-filter-select,
#buddypress div#item-body #blogs-order-select {
	float: right;
}
#buddypress li#activity-filter-select:before,
#buddypress div#item-body #blogs-order-select:before {
	background: none;
}

/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/
#buddypress div#message {
	margin: 0 0 15px;
	font-size: 13px;
}
#buddypress #message.info {
	margin-bottom: 0;
}
#buddypress div#message.updated {
	clear: both;
}
#buddypress div#message p,
#sitewide-notice p {
	font-size: 90%;
	display: block;
	padding: 10px 15px;
}
#buddypress div#message.error p {
	background-color: #fdc;
	border: 1px solid #a00;
	clear: left;
	color: #800;
}
#buddypress div#message.updated p {
	background-color: #efc;
	border: 1px solid #591;
	color: #250;
}
#buddypress .standard-form#signup_form div div.error {
	background: #faa;
	color: #a00;
	margin: 0 0 10px 0;
	padding: 6px;
	width: 90%;
}
#buddypress div.accept,
#buddypress div.reject {
	float: left;
	margin-left: 10px;
}

#buddypress ul.button-nav {
	padding: 0px;
}
#buddypress ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
	padding: 0px;
}

#buddypress ul.button-nav li.current a {
	font-weight: bold;
}
#sitewide-notice #message {
	left: 2%;
	position: fixed;
	top: 1em;
	width: 96%;
	z-index: 9999;
}

#sitewide-notice #message a {
	color: #000;
}

#sitewide-notice.admin-bar-on #message {
	top: 3.3em;
}
#sitewide-notice strong {
	display: block;
	margin-bottom: -1em;
}

/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form input[type=password],
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text] {
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 0;
	color: #888;
	font: inherit;
	font-size: 100%;
	padding: 6px;
	font-size: 15px;
}

#buddypress .standard-form select {
	padding: 3px;
}

#buddypress .standard-form input[type=password] {
	margin-bottom: 5px;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label {
	display: block;
	font-weight: bold;
	margin: 15px 0 5px 0;
	font-size: 15px;
}
#buddypress .standard-form div.checkbox label:nth-child(n+2),
#buddypress .standard-form div.radio div label {
	color: #888;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0 0 0;
}
#buddypress .standard-form#sidebar-login-form label {
	margin-top: 5px;
}
#buddypress .standard-form input[type=text] {
	width: 75%;
}
#buddypress .standard-form#sidebar-login-form input[type=text],
#buddypress .standard-form#sidebar-login-form input[type=password] {
	padding: 4px;
	width: 95%;
}
#buddypress .standard-form #basic-details-section input[type=password],
#buddypress .standard-form #blog-details-section input#signup_blog_url {
	width: 35%;
}
#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form textarea,
#buddypress .form-allowed-tags,
#buddypress #commentform input[type=text],
#buddypress #commentform textarea {
	width: 90%;
}
#buddypress .standard-form#signup_form div.submit {
	float: right;
}
#buddypress div#signup-avatar img {
	margin: 0 15px 10px 0;
}
#buddypress .standard-form textarea {
	width: 75%;
	height: 120px;
}
#buddypress .standard-form textarea#message_content {
	height: 200px;
}
#buddypress .standard-form#send-reply textarea {
	width: 97.5%;
}
#buddypress .standard-form p.description {
	color: #888;
	font-size: 80%;
	margin: 5px 0;
}
#buddypress .standard-form div.submit {
	clear: both;
	padding: 15px 0 0 0;
}
#buddypress .standard-form p.submit {
	margin-bottom: 0;
	padding: 15px 0 0 0;
}
#buddypress .standard-form div.submit input {
	margin-right: 15px;
}
#buddypress .standard-form div.radio ul {
	margin: 10px 0 15px 38px;
	list-style: disc;
}
#buddypress .standard-form div.radio ul li {
	margin-bottom: 5px;
}
#buddypress .standard-form a.clear-value {
	display: block;
	margin-top: 5px;
	outline: none;
}
#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
	float: left;
	width: 48%;
}
#buddypress .standard-form #profile-details-section {
	float: right;
}
#buddypress .standard-form #blog-details-section {
	clear: left;
}
#buddypress .standard-form input:focus,
#buddypress .standard-form textarea:focus,
#buddypress .standard-form select:focus {
	background: #fafafa;
	color: #555;
}
#buddypress form#send-invite-form {
	margin-top: 20px;
}
#buddypress div#invite-list {
	background: #f5f5f5;
	height: 400px;
	margin: 0 0 10px;
	overflow: auto;
	padding: 5px;
	width: 160px;
	font-size: 12px;
}
#buddypress div#invite-list ul {
	padding: 0px;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	/*float: left;*/
	margin: 13px 5px 5px 1px;
	padding: 3px 5px;
	text-align: center;
	width: 200px;
	display: none;
}

#pass-strength-result.short {
	background-color: #ffa0a0;
	border-color: #f04040;
	display: block;
}

#pass-strength-result.bad {
	background-color: #ffb78c;
	border-color: #ff853c;
	display: block;
}

#pass-strength-result.good {
	background-color: #ffec8b;
	border-color: #fc0;
	display: block;
}

#pass-strength-result.strong {
	background-color: #c3ff88;
	border-color: #8dff1c;
	display: block;
}

.search input[type=submit],
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button { 

}

body:not(.group-home):not(.activity) #buddypress-content a.button,
#buddypress .action a.button,
/*#buddypress .action a,*/
#buddypress .small a.button,
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button { 
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-height: 1em;
  outline: none;
  border: none;
  background-color: #FAFAFA;
  color: #808080;
  margin: 0em;
  padding: 0.8em 1.5em;
  font-size: .8rem;
  line-height: 1;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.25em;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  -moz-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  font-size: 13px;
}

#buddypress form.standard-form .left-menu {
	float: left;
}

#buddypress form.standard-form .left-menu #invite-list ul{
	margin:1%;
	list-style: none;
}

#buddypress form.standard-form .left-menu #invite-list ul li {
	margin:0 0 0 1%;
}

#buddypress form.standard-form .main-column {
	margin-left: 190px;
}

#buddypress form.standard-form .main-column ul#friend-list {
	clear:none;
	float: left;
}

#buddypress form.standard-form .main-column ul#friend-list h4 {
	clear:none;
}

/* Overrides for embedded WP editors */
#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button],
#buddypress .wp-editor-wrap input[type=reset] {
	padding: 0 10px 1px;
}
/*--------------------------------------------------------------
3.6 - Ajax Loading
--------------------------------------------------------------*/
#buddypress a.loading,
#buddypress input.loading {
	background-image: url(../semantic/images/loader-mini.gif);
	/*background-image: url(../semantic/images/loader-mini.gif), -webkit-linear-gradient(#DEDEDE, #DEDEDE 40%, #DEDEDE);*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: default;
	color: transparent;
	border-color: #aaa;

	-webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
	-moz-animation: loader-pulsate .5s infinite ease-in-out alternate;

}
@-webkit-keyframes loader-pulsate {
	from {
		border-color: #aaa;
		-webkit-box-shadow: 0 0 6px #ccc;
		box-shadow: 0 0 6px #ccc;
	
	}
	to {
		border-color: #ccc;
		-webkit-box-shadow: 0 0 6px #f8f8f8;
		box-shadow: 0 0 6px #f8f8f8;
	}
}
@-moz-keyframes loader-pulsate {
	from {
		border-color: #aaa;
		-moz-box-shadow: 0 0 6px #ccc;
		box-shadow: 0 0 6px #ccc;  

	}
	to {
		border-color: #ccc;
		-moz-box-shadow: 0 0 6px #f8f8f8;
		box-shadow: 0 0 6px #f8f8f8;
	}
}

#buddypress a.loading:hover,
#buddypress input.loading:hover {
    /*color: transparent;*/
   /* background-image: url(../images/bg/bg_loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #f1f1f2;*/
}

#buddypress input[type="submit"].pending,
#buddypress input[type="button"].pending,
#buddypress input[type="reset"].pending,
#buddypress input[type="submit"].disabled,
#buddypress input[type="button"].disabled,
#buddypress input[type="reset"].disabled,
#buddypress button.pending,
#buddypress button.disabled,
#buddypress div.pending a,
#buddypress a.disabled {
/*    border-color: #eee;
    color: #bbb;
    cursor: default;*/
}
#buddypress input[type="submit"]:hover.pending,
#buddypress input[type="button"]:hover.pending,
#buddypress input[type="reset"]:hover.pending,
#buddypress input[type="submit"]:hover.disabled,
#buddypress input[type="button"]:hover.disabled,
#buddypress input[type="reset"]:hover.disabled,
#buddypress button.pending:hover,
#buddypress button.disabled:hover,
#buddypress div.pending a:hover,
#buddypress a.disabled:hover {
	/*border-color: #eee;
    color: #bbb;*/
}

/*--------------------------------------------------------------
3.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
#buddypress ul#topic-post-list {
	margin: 0;
	width: auto;
}
#buddypress ul#topic-post-list li {
	padding: 15px;
	position: relative;
}
#buddypress ul#topic-post-list li.alt {
	background: #f5f5f5;
}
#buddypress ul#topic-post-list li div.poster-meta {
	color: #888;
	margin-bottom: 10px;
}
#buddypress ul#topic-post-list li div.post-content {
	margin-left: 54px;
}
#buddypress div.topic-tags {
	font-size: 80%;
}
#buddypress div.admin-links {
	color: #888;
	font-size: 80%;
	position: absolute;
	top: 15px;
	right: 25px;
}
#buddypress div#topic-meta {
	margin: 0;
	padding: 5px 19px 30px;
	position: relative;
}
#buddypress div#topic-meta div.admin-links {
	right: 19px;
	top: -36px;
}
#buddypress div#topic-meta h3 {
	margin: 5px 0;
}
#buddypress div#new-topic-post {
	display: none;
	margin: 20px 0 0 0;
	padding: 1px 0 0 0;
}
#buddypress table.notifications,
#buddypress table.notifications-settings,
#buddypress table.profile-settings,
#buddypress table.profile-fields,
#buddypress table.wp-profile-fields,
#buddypress table.messages-notices,
#buddypress table.forum {
	width: 100%;
}
#buddypress table.notifications thead tr,
#buddypress table.notifications-settings thead tr,
#buddypress table.profile-settings thead tr,
#buddypress table.profile-fields thead tr,
#buddypress table.wp-profile-fields thead tr,
#buddypress table.messages-notices thead tr,
#buddypress table.forum thead tr {
	background: #eaeaea;
}
#buddypress table#message-threads {
	clear: both;
	margin: 0;
	width: auto;
}
#buddypress table#message-threads span {
	font-size: 12px;
}

#buddypress table.profile-fields {
	margin-bottom: 20px;
}
#buddypress table.profile-fields:last-child {
	margin-bottom: 0;
}
#buddypress table.profile-fields p {
	margin: 0;
}
#buddypress table.profile-fields p:last-child {
	margin-top: 0;
}
#buddypress table.notifications tr td,
#buddypress table.notifications-settings tr td,
#buddypress table.profile-settings tr td,
#buddypress table.profile-fields tr td,
#buddypress table.wp-profile-fields tr td,
#buddypress table.messages-notices tr td,
#buddypress table.forum tr td,
#buddypress table.notifications tr th,
#buddypress table.notifications-settings tr th,
#buddypress table.profile-fields tr th,
#buddypress table.wp-profile-fields tr th,
#buddypress table.messages-notices tr th,
#buddypress table.forum tr th {
	padding: 8px;
	vertical-align: middle;
}
#buddypress table.notifications tr td.label,
#buddypress table.notifications-settings tr td.label,
#buddypress table.profile-fields tr td.label,
#buddypress table.wp-profile-fields tr td.label,
#buddypress table.messages-notices tr td.label,
#buddypress table.forum tr td.label {
	border-right: 1px solid #eaeaea;
	/*font-weight: bold;*/
	width: 25%;
}
#buddypress table tr td.thread-info p {
	margin: 0;
}
#buddypress table tr td.thread-info p.thread-excerpt {
	color: #888;
	font-size: 80%;
	margin-top: 3px;
}
#buddypress table.forum td {
	text-align: center;
}
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.wp-profile-fields tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.forum tr.alt td {
	background: #f5f5f5;
}
#buddypress table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
#buddypress #groups-notification-settings {
	margin-bottom: 0;
}
#buddypress table.notifications th.icon,
#buddypress table.notifications td:first-child,
#buddypress table.notification-settings th.icon,
#buddypress table.notification-settings td:first-child {
	display: none;
}
#buddypress table.notification-settings th.title,
#buddypress table.profile-settings th.title {
	width: 80%;
}
#buddypress table.notification-settings .yes,
#buddypress table.notification-settings .no {
	text-align: center;
	width: 40px;
}
#buddypress table.forum {
	margin: 0;
	width: auto;
	clear: both;
}
#buddypress table.forum tr.sticky td {
	font-size: 110%;
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
}
#buddypress table.forum tr.closed td.td-title {
	padding-left: 35px;
}
#buddypress table.forum td p.topic-text {
	color: #888;
	font-size: 100%;
}
#buddypress table.forum tr > td:first-child,
#buddypress table.forum tr > th:first-child {
	padding-left: 15px;
}
#buddypress table.forum tr > td:last-child,
#buddypress table.forum tr > th:last-child {
	padding-right: 15px;
}
#buddypress table.forum tr th#th-title,
#buddypress table.forum tr th#th-poster,
#buddypress table.forum tr th#th-group,
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group,
#buddypress table.forum td.td-title {
	text-align: left;
}
#buddypress table.forum tr td.td-title a.topic-title {
	font-size: 110%;
}
#buddypress table.forum td.td-freshness {
	white-space: nowrap;
}
#buddypress table.forum td.td-freshness span.time-since {
	font-size: 80%;
	color: #888;
}
#buddypress table.forum td img.avatar {
	float: none;
	margin: 0 5px -8px 0;
}
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group {
	min-width: 140px;
}
#buddypress table.forum th#th-title {
	width: 80%;
}
#buddypress table.forum th#th-freshness {
	width: 25%;
}
#buddypress table.forum th#th-postcount {
	width: 15%;
}
#buddypress table.forum p.topic-meta {
	font-size: 80%;
	margin: 5px 0 0 0;
}

/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
#buddypress-content #content .post-title {
	margin-bottom: 10px;
	float: left;
}

#buddypress-content .post-head:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#buddypress-content .post-head #item-buttons {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 20px;
}

#buddypress-content .post-head #item-buttons div:first-child {
	margin-left: 0;
	border-top-left-radius: .25em;
	border-bottom-left-radius: .25em;
}

#buddypress-content .post-head #item-buttons div {
	display: inline-block;
	margin-left: 10px;
}

#buddypress-content .post-head #item-buttons div a {
	position: relative;
	float: left;
	font-size: 12px;
	opacity: 0px;
	color: gray;
}

#buddypress-content .post-head #item-buttons div a:after {
	cursor: pointer;
	min-height: 1em;
	outline: 0;
	background-color: #FAFAFA;
	color: gray;
	margin: 0;
	padding: .5em .8em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: opacity .25s ease, 
	background-color .25s ease,
	color .25s ease,
	background .25s ease,
	box-shadow .25s ease;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.05)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
	background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
	border-radius: .25em;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
	box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;

	font-family: 'Icons';
	font-size: 1.2em;
	opacity: .9;
	vertical-align: top;
	margin-left: 5px;
}

#buddypress-content .post-head #item-buttons div.friendship-button a:after {
	content: '\f067';
}

#buddypress-content .post-head #item-buttons div.friendship-button.is_friend a:after{
	content: '\f00d';
}

#buddypress-content .post-head #item-buttons div.friendship-button.pending_friend  a:after{
	content: '\f129';
}

#buddypress-content .post-head #item-buttons div#post-mention a:after {
	content: '\f0e6';
}	

#buddypress-content .post-head #item-buttons div#send-private-message a:after {
	content: '\f003';
}

#buddypress-content .post-head #item-buttons div.group-button a:after {
	content: '\f067';
}

#buddypress-content .post-head #item-buttons div.group-button a.leave-group:after {
	content: '\f00d';
}

#buddypress span.activity {
	display: inline-block;
	font-size: 80%;
	opacity: 0.8;
	padding: 0;
}
#buddypress span.user-nicename {
	color: #777;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}
#buddypress div#message p,
#sitewide-notice p {
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background-color: #ffd;
	border: 1px solid #cb2;
	color: #440;
	
}

#buddypress div#item-header h2 span.highlight {
	font-size: 60%;
	font-weight: normal;
	line-height: 170%;
	vertical-align: middle;
	display: inline-block;
}
#buddypress div#item-header h2 span.highlight span {
	background: #a1dcfa;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 2px;
	padding: 1px 4px;
	position: relative;
	right: -2px;
	top: -2px;
	vertical-align: middle;
} 

#buddypress div#item-header div#item-meta {
	clear: both;
	background-color: #f7f7f7;
	color: #1C1C1C;
	overflow: hidden;
	padding: 0px 20px;
	margin-bottom: 20px;
}

#buddypress div#item-header div#item-meta p {
	font-size: 15px;
	text-align: justify;
}

#buddypress div#item-header div#item-meta #item-buttons {
	
}

#buddypress div#item-header div#item-meta  #latest-update {
	display: none;
}

#buddypress div#item-header div#item-actions {
	float: right;
	margin: 0px;
	text-align: right;
	width: 20%;
}

#buddypress div#item-header div#item-actions h3 {
	margin: 0 0 5px 0;
}

#buddypress div#item-header ul {
	list-style: none;
}

/*--------------------------------------------------------------
  x.x - página do perfil do grupo
--------------------------------------------------------------*/
.groups.single-item #buddypress div#item-header div#item-header-avatar {
	float: left;
	margin: 0px 10px 15px 0;
}

.groups.single-item #buddypress div#item-header div#item-header-avatar img {
	margin-bottom: 0px;
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}



.groups.single-item #buddypress div#item-header div#item-actions h3 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0px;
}

.groups.single-item #buddypress div#item-header div#item-actions ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}
.groups.single-item #buddypress div#item-header div#item-actions li {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0px;
}

.groups.single-item #buddypress div#item-header div#item-actions li img {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 100px;
}

.groups.single-item #buddypress div#item-header div#item-header-content {
	display: inline;
}

.groups.single-item #buddypress div#item-header .activity {
	display: block;
}

.groups.single-item #buddypress div#item-body .item-list-tabs {
/*	position: absolute;
	top: 0px;*/
	/*float: right; mudei aquiiii*/
	/*margin-top: -49px;*/

}

.groups.single-item #buddypress div#item-body .item-list-tabs ul {
	display: inline;
	border: none;
	box-shadow: none;
}


/*--------------------------------------------------------------
  x.x - página do perfil do usuário
--------------------------------------------------------------*/
.bp-user #buddypress {
	position: relative;
}

.bp-user #buddypress div#item-header {
	width: 20%;
	display: inline;
	float: left;
}

.bp-user #buddypress div#item-header .item-header-avatar {
	
}

.bp-user #buddypress #item-nav li {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

.bp-user #buddypress #item-header div#message {
	position: absolute;
	top: -40px;
	left: 25%;
	width: 70%;
}

.bp-user #buddypress #item-body {
	width: 75%;
	float: right;
	margin-top: 10px;
}

.bp-user #buddypress  #item-header-content {
	/*float: left;*/
}

.bp-user #buddypress div#item-header h2 {
	font-size: 18px;
	margin: 0;
	/*margin-top: -5px;*/
	text-align: center;
} 

.bp-user #buddypress div#item-header h2 a {
	color: #777;
	text-decoration: none;
}

.bp-user #buddypress div#item-header-avatar {
	padding-left: 50%;
}

.bp-user #buddypress div#item-header img.avatar {
	margin: 0 15px 0px 0px;
	margin-left: -50px;
	border-radius: 100px;
}

.bp-user #buddypress div#item-header .activity {
	font-size: 13px;
	text-align: center;
	width: 100%;
}

.bp-user #buddypress div#item-header .field-data {
	font-size: 13px;
	color: #1C1C1C;
	opacity: 0.9;
	display: block;
	margin: 0px;
	margin-top: 2px;
	text-align: center;
	/*text-align: left;*/
}

.bp-user #buddypress div#item-header #item-nav {
	margin-top: 15px;
}

.bp-user #buddypress div#item-header #item-nav .ui.menu {
	box-shadow: none;
}


#buddypress ul.item-list {
	width: 100%;
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

body.activity-permalink #buddypress ul.item-list,
body.activity-permalink #buddypress ul.item-list li.activity-item {
	border: none;
}

#bbpress-content ul#blog-post-list li,
#buddypress-content ul#blog-post-list li,
#buddypress ul.item-list li {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: block;
	clear: both;
}

#bbpress-content ul#blog-post-list li,
#buddypress-content ul#blog-post-list li {
	padding: 0px 5px;

}

#buddypress ul.single-line li {
	border: none;
}


#buddypress ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 0 0;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
	font-weight: normal;
	font-size: 90%;
	margin: 0;
	width: 75%;
}

#buddypress ul.item-list li div.item-title span {
	color: #999;
	font-size: 100%;
}
#buddypress ul.item-list li div.item-desc {
	color: #888;
	font-size: 80%;
	margin: 10px 0 0 60px;
	width: 50%;
}
#buddypress ul.item-list li div.action {
	/*position: absolute;
	top: 15px;
	right: 0;
	*/text-align: right;
}

#buddypress ul.item-list li div.meta {
	color: #888;
	font-size: 80%;
	margin-top: 10px;
	display: block;
}
#buddypress ul.item-list li h5 span.small {
	float: right;
	font-size: 80%;
}

/*--------------------------------------------------------------
  item-list-tabs
--------------------------------------------------------------*/
 /*semantic */
/*#buddypress .ui.menu {
	margin-bottom: 15px;
}

#buddypress .ui.menu select {
	margin: -3px;
}
*/
/*#buddypress .ui.sub.menu li.item:before {
	background: none;
}
*/

/*#buddypress #item-nav .ui.vertical.menu {
	width: 100%;
}
*/
/*--------------------------------------------------------------
  x.x Menu das páginas buddypress
--------------------------------------------------------------*/
/*--------------
      Menu
---------------*/
#buddypress div#item-nav {
	display: block;
	clear: left;
}

#buddypress div.item-list-tabs ul {
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	border-radius: 0.1875rem;
}

#buddypress div.item-list-tabs ul:first-child {
	margin-top: 0px;
}

#buddypress div.item-list-tabs ul:last-child {
	margin-bottom: 0px;
}

#buddypress div.item-list-tabs ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-bottom: 15px;
}


/*--------------
    #subnav
---------------*/
body:not(.bp-user) #buddypress div.item-list-tabs#subnav ul {
	box-shadow: none;
}

.directory.blogs #buddypress #subnav,
#buddypress #members-directory-form #subnav,
#buddypress #groups-directory-form #subnav {
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 300px;
}

/*--------------
    li  Items
---------------*/
#buddypress div.item-list-tabs ul li {
	font-size: 13px;
	list-style: none;
	vertical-align: middle;
  	line-height: 1;
  	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 1em 0.70em;
	border-top: 0em solid rgba(0, 0, 0, 0);
}

#buddypress div.item-list-tabs ul li.last,
#buddypress div.item-list-tabs#subnav ul li.filter {
	padding-top: 2px;
}

#buddypress div.item-list-tabs ul li#activity-mentions a {
	padding-right: 15px;
}

#buddypress div.item-list-tabs ul li.last {
	padding: 5px;
}
/*--------------
    Borders
---------------*/
#buddypress div.item-list-tabs ul li:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0px;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
}

body:not(.bp-user) #buddypress div.item-list-tabs#subnav ul li:before {
	background-image: none;
}

/*--------------
    Colors
---------------*/
/* Text Color */

#buddypress div.item-list-tabs ul li,
#buddypress div.item-list-tabs ul li > a:not(.button) {
  color: rgba(0, 0, 0, 0.75);
}

#buddypress div.item-list-tabs ul li li,
#buddypress div.item-list-tabs ul li li > a:not(.button) {
  color: rgba(30, 30, 30, 0.7);
}

#buddypress div.item-list-tabs ul li li li,
#buddypress div.item-list-tabs ul li li li > a:not(.button) {
  color: rgba(30, 30, 30, 0.6);
}

#buddypress div.item-list-tabs ul li ul li,
#buddypress div.item-list-tabs ul li ul li a:not(.button) {
  color: rgba(0, 0, 0, 0.75);
}

/* Hover */

#buddypress div.item-list-tabs ul li ul li a.item:active,
#buddypress div.item-list-tabs ul li ul li a.item:hover {
  color: rgba(0, 0, 0, 0.85);
}

/* Selected current */
#buddypress div.item-list-tabs ul li.active,
#buddypress div.item-list-tabs ul li.current,
#buddypress div.item-list-tabs ul li.selected a:not(.button) {
  color: rgba(0, 0, 0, 0.85);
  border-radius: 0px;
}

#buddypress div.item-list-tabs ul li.active,
#buddypress div.item-list-tabs ul li.current,
#buddypress div.item-list-tabs ul li.selected {
	/*background-color: rgba(0,0,0,.01); aqui 	*/
	color: rgba(0,0,0,.95);
	-webkit-box-shadow: 0 .2em 0 inset;
	box-shadow: 0 .2em 0 inset;
	margin-top: -1px;
}

.bp-user #buddypress #item-nav div.item-list-tabs ul li.selected {
	box-shadow: none;
	background-color: #eee;
}

/*--------------
   Span
---------------*/
#buddypress div.item-list-tabs ul li a span {
	background: #21759b;
	color: #fff;
	text-shadow: none;
	display: inline;
	padding: 2px 6px;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a:hover span {
	background-color: #000;
}

#buddypress div.item-list-tabs ul li a span.no-count {
 	display: none;
}


#buddypress #blogs-directory-form,
#buddypress #members-directory-form,
#buddypress #groups-directory-form {
	position: relative;
}

#buddypress div.item-list-tabs ul li.loading span {
	visibility: hidden;
}

#buddypress div.item-list-tabs ul li.loading a  {
	/*border: 1px solid red;*/
	background-image: url(../semantic/images/loader-mini.gif);
   /*background-image: url(../semantic/images/loader-mini.gif), -webkit-linear-gradient(#DEDEDE, #DEDEDE 40%, #DEDEDE);*/
   background-position: 100% 50%;
   background-repeat: no-repeat;
}


#buddypress div.item-list-tabs#object-nav {
	margin-top: 0;
}
#buddypress div.item-list-tabs#subnav {
	/*background: transparent;*/
	/*margin: 10px 0 10px;*/
	/*overflow: hidden;*/
}
#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
	/*overflow: auto;*/
	/*list-style: none;*/
}

#buddypress #members-list li .item-avatar img {
	border-radius: 100px;
}

#buddypress #activity-all:before {
  
}
	

/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/
#buddypress table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: bold;
}
#buddypress li span.unread-count,
#buddypress tr.unread span.unread-count {
	/*background: #dd0000;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;*/
	background: #21759b;
	color: #fff;
	text-shadow: none;
	display: inline;
	padding: 2px 6px;
	font-size: 10px;
	font-weight: bold;
}
#buddypress div.item-list-tabs ul li a span.unread-count {
	/*padding: 1px 6px;*/
	/*color: #fff;*/
}
#buddypress div.messages-options-nav {
	background: #eee;
	font-size: 80%;
	margin: 0;
	padding: 5px 15px;
	text-align: right;
}
#buddypress div#message-thread div.message-box {
	margin: 0;
	padding: 15px;
}
#buddypress div#message-thread div.alt {
	background: #f4f4f4;
}
#buddypress div#message-thread p#message-recipients {
	margin: 10px 0 20px 0;
}
#buddypress div#message-thread img.avatar {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#buddypress div#message-thread strong {
	font-size: 100%;
	margin: 0;
}
#buddypress div#message-thread strong a {
	text-decoration: none;
}
#buddypress div#message-thread strong span.activity {
	margin-top: 4px;
}
#buddypress div#message-thread div.message-metadata {
	overflow: hidden;
}
#buddypress div#message-thread div.message-content {
	margin-left: 45px;
}
#buddypress div#message-thread div.message-options {
	text-align: right;
}
#buddypress #message-threads img.avatar {
	max-width: 50px;
	max-height: 50px;
}
#buddypress div.message-search {
	float: right;
	margin: 0 20px;
}

/*--------------------------------------------------------------
3.10 - Extended Profiles
--------------------------------------------------------------*/
#buddypress div.profile {
	overflow: hidden;
}

#buddypress div.profile h4 {
	margin-bottom: auto;
	margin-top: 15px;
}

#buddypress div.profile a {
	white-space: normal;
}

#buddypress #profile-edit-form ul.button-nav {
	margin-top: 15px;
}
body.no-js #buddypress .field-visibility-settings-toggle,
body.no-js #buddypress .field-visibility-settings-close {
	display: none;
}
#buddypress .field-visibility-settings {
	display: none;
	margin-top: 10px;
}
	body.no-js #buddypress .field-visibility-settings {
		display: block;
	}
#buddypress .current-visibility-level {
	font-weight: bold;
	font-style: normal;
}
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
	color: #888;
}
#buddypress .field-visibility-settings-toggle a,
#buddypress .field-visibility-settings a {
	font-size: 80%;
}
body.register #buddypress div.page ul {
	list-style: none;
}
#buddypress .standard-form .field-visibility-settings label {
	margin: 0;
	font-weight: normal;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
	font-style: italic;
}
#buddypress .field-visibility-settings .radio {
	list-style: none;
	margin-bottom: 0;
}
#buddypress .field-visibility select {
	margin: 0;
}

/*--------------------------------------------------------------
3.11 - Widgets
--------------------------------------------------------------*/

.widget.buddypress div.item-avatar img.avatar {
	float: left;
	margin: 0 10px 15px 0;
}

.widget.buddypress span.activity {
	display: inline-block;
	font-size: 80%;
	opacity: 0.8;
	padding: 0;
}

.widget.buddypress div.item-options {
	font-size: 90%;
	margin: 0 0 1em 0;
	padding: 1em 0;
	font-size: 13px;
}

.widget.buddypress div.item{
	margin:0 0 1em 0;
}

.widget.buddypress div.item-meta,
.widget.buddypress div.item-content {
	font-size: 11px;
	margin-left: 38px;
}

.widget.buddypress ul.item-list img.avatar {
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
.widget.buddypress div.item-avatar img {
	height: 40px;
	margin: 1px;
	width: 40px;
}

.widget.buddypress div.avatar-block{
	overflow: hidden;
}

.widget.buddypress #bp-login-widget-form label {
	display: block;
	margin: 1rem 0 .5rem;
}

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
	margin-right: 10px;
}

.widget.buddypress .bp-login-widget-user-avatar {
	float: left;
	width: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div {
	padding-left: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div {
	margin-bottom: .5rem;
}

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
	font-weight: bold;
}


/*--------------------------------------------------------------
  x.x-widgets #member-list #
--------------------------------------------------------------*/

.widget_bp_core_members_widget ul  {
  margin: 0px auto !important;
  padding: 0px !important;
  width: 95%;
}

.widget #friends-list-options,
.widget #groups-list-options,
.widget #members-list-options {
  padding: 0px;
  margin-bottom: 5px;
}

.widget #friends-list,
.widget #groups-list,
.widget #members-list {
  padding: 0px;
  /*min-height: 275px;*/
  
}

.widget #friends-list li,
.widget #groups-list li,
.widget #members-list li {
	position: relative;
	float: left;
	width: 17.57%;
	height: auto;
	min-height: 45px;
	margin: 3% 0 0 3%;
	/*margin-top: 3%;*/

}

.widget #friends-list li a,
.widget #groups-list li a,
.widget #members-list li a {
  color: #fff;  
}

.widget #friends-list li span,
.widget #groups-list li span,
.widget #members-list li span {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.widget #friends-list li:nth-child(1),
.widget #friends-list li:nth-child(6),
.widget #friends-list li:nth-child(11),
.widget #groups-list li:nth-child(1),
.widget #groups-list li:nth-child(6),
.widget #groups-list li:nth-child(11),
.widget #members-list li:nth-child(1),
.widget #members-list li:nth-child(6),
.widget #members-list li:nth-child(11) {
  margin-left: 0px;
}

.widget #friends-list li .item-avatar {

}

.widget #friends-list li .item-avatar img,
.widget #groups-list li .item-avatar img,
.widget #members-list li .item-avatar img {
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
	z-index: 999;


   -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.widget #friends-list li .item-avatar:hover img,
.widget #groups-list li .item-avatar:hover img,
.widget #members-list li .item-avatar:hover img {
	z-index: 1;
    -webkit-transform:scale(1.3); /* Safari and Chrome */
    -moz-transform:scale(1.3); /* Firefox */
    -ms-transform:scale(1.3); /* IE 9 */
    -o-transform:scale(1.3); /* Opera */
     transform:scale(1.3);
}

.widget #friends-list li .item,
.widget #groups-list li .item,
.widget #members-list li .item {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -80px;
  padding: 10px 30px 10px 10px;
  width: 120px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #3F3F3F;
    -moz-box-shadow: 1px 1px 5px #3F3F3F;
    -webkit-box-shadow: 1px 1px 5px #3F3F3F;
  background-color: #2771a5;
  word-wrap: break-word;
  overflow: visible;
} 


.widget #friends-list li .item:after,
.widget #groups-list li .item:after,
.widget #members-list li .item:after {
  content: "\f0d7";
  font-family:"Icons";
  line-height:1;
  margin: 5px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -10px;
  color: #2771a5;
  font-size: 30px;
}

.widget #friends-list li.vcard .item .item-meta,
.widget #groups-list li .item .item-meta,
.widget #members-list li.vcard .item .item-meta {
  margin-left: 0px;
}


.widget #friends-list li:hover .item,
.widget #friends-list li:focus .item,
.widget #friends-list li:active .item,
.widget #groups-list li:hover .item,
.widget #groups-list li:focus .item,
.widget #groups-list li:active .item,
.widget #members-list li:hover .item,
.widget #members-list li:focus .item,
.widget #members-list li:active .item {
  visibility: visible;
  opacity: 1;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}


/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1 - Tablets
--------------------------------------------------------------*/
@media only screen and (max-width: 740px ){

	#buddypress-content h2 {
		margin: 0px;
		padding: 0px;
	}

	body.directory.activity #buddypress form#whats-new-form #whats-new-avatar {
		display: block;
		margin-right: 15px;
		margin-top: 10px;
	}


	body.directory.activity #buddypress form#whats-new-form textarea {
		display: inline-block;
		width: 94%;
	}

	body.directory.activity #buddypress form#whats-new-form #whats-new-content #whats-new-post-in-box {
		font-size: 0px;
	}

	body.directory.activity #buddypress form#whats-new-form #whats-new-content select {
		font-size: 13px;
	}

	/*body.directory.activity #buddypress form#whats-new-form #whats-new-content input {
		font-size: 13px;
	}*/

	#buddypress .activity-list .activity-content {
		margin: 0px;
	}

	#buddypress .activity-list .activity-inner {
		float: left;
	}

	.bp-user .post-head #item-buttons {
		margin-top: 0px !important;
	}

	.bp-user #buddypress div#item-header {
		width: 100%;
	}

	.bp-user #buddypress div#item-header #item-header-avatar {
		float: left;
		padding: 0px;
		margin: 0 20px 0px 0px;
	}

	.bp-user #buddypress div#item-header img.avatar {
		margin: 0px;
		margin-top: 15px;
	}
	
	.bp-user #buddypress div#item-header #item-header-content {
		margin-top: 15px;
		max-width: 220px;
	}

	.bp-user #buddypress div#item-header #item-nav {
		width: 100%;
		float: right;
		clear: none;
		/*text-align: center;*/
	}
	.bp-user #buddypress  #item-header-content {
		float: left;
	}
		
	.bp-user #buddypress #item-nav {
		height: 67px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.bp-user #buddypress div.item-list-tabs #item-nav ul {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0px;
		margin: 0px;
	}

	.bp-user #buddypress #item-nav li {
		/*border-bottom: 1px solid #eee;*/
		display: inline-block;
		position: relative;
		padding: 50px 0px 5px;
		/*margin-right: 15px;*/
		min-width: 88px;
		text-align: center;
	}

	.bp-user #buddypress #item-nav div.item-list-tabs ul li.selected {
		background-color: transparent;
		
	}

	.bp-user #buddypress #item-nav div.item-list-tabs ul li.selected a:before,
	.bp-user #buddypress #item-nav div.item-list-tabs ul li.selected a {
		/*color: #2771a5;*/
	}

	.bp-user #buddypress #item-nav div.item-list-tabs li:before {
		background-image: none;
	}

	.bp-user #buddypress #item-nav div.item-list-tabs ul li a:before {
		text-align: center;
		position: absolute;
		top: 12px;
		left: 50%;
		margin-left: -14px;
		font-size: 22px;
		color: #fff;
	}

	.bp-user #buddypress #item-nav div.item-list-tabs ul li a:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -22.5px;
		background-color: #255a8c;
		width: 45px;
		height: 45px;
		z-index: -1;
		border-radius: 100%;
		padding: 0px;
		text-align: center;
	}

	.bp-user #buddypress #item-nav div.item-list-tabs ul li a span {
		position: absolute;
		top: 0px;
		right: 12px;
	}

	.bp-user #buddypress #item-body {
		display: block;
		clear: both;
		width: 100%;
	}

	.bp-user #buddypress div#item-body #activity-filter-select {
		display: none;
	}
	


	#buddypress-content .post-head #item-buttons div {
		margin-left: 0px;
		width: 47px;
		height: 40px;
		text-align: right;
		text-indent: -400px;
		overflow: hidden;
	}

	#buddypress-content .post-head #item-buttons div a {
		margin-top: 10px;
		font-size: 15px;
		float: right;
	}

	#buddypress-content .post-head #item-buttons div.friendship-button.pending_friend a:after {
		/*padding: .5em .8em;*/
		padding-right: 1em ; 
		padding-left: 1em;
	}
}

/*--------------------------------------------------------------
4.1 - Smartphones - landscape
--------------------------------------------------------------*/
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
	-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 480px ){
	#buddypress div.dir-search {
		float: right;
		margin-top: -50px;
		text-align: right;
	}
	#buddypress div.dir-search input[type="text"] {
		margin-bottom: 1em;
		width: 50%;
	}
	a.bp-title-button {
		margin-left: 10px;
	}
	#buddypress form.standard-form .main-column div.action{
		position: relative;
		margin-bottom:1em;
	}
	#buddypress form.standard-form .main-column ul#friend-list h4{
		width:100%;
	}
}


/*--------------------------------------------------------------
4.2 - Smartphones - portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	#buddypress div.dir-search {
		clear: left;
		float: left;
		margin-top: 0;
		text-align: left;
	}
	#buddypress li#groups-order-select {
		clear: left;
		float: left;
	}
	#buddypress ul.item-list li div.action {
		clear: left;
		float: left;
		margin-top: 0;
		margin-left: 70px;
		position: relative;
		top: 0;
		right: 0;
		text-align: left;
	}
	#buddypress ul.item-list li div.item-desc {
		clear: left;
		float: left;
		margin: 10px 0 0;
		width: auto;
	}
	#buddypress li div.item {
		margin-left: 70px;
		width: auto;
	}
	#buddypress ul.item-list li div.meta {
		margin-top: 0;
	}
	#buddypress .item-desc p {
		margin: 0 0 10px;
	}
	#buddypress div.pagination .pag-count {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
4.2 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
@media only screen and (max-width: 240px) {
	#buddypress div.dir-search {
		float: left;
		margin: 0;
	}
	#buddypress div.dir-search input[type="text"] {
		width: 50%;
	}
	#buddypress li#groups-order-select {
		float: right;
	}
	#buddypress ul.item-list li img.avatar {
		width: 30px;
		height: auto;
	}
	#buddypress ul.item-list li div.action,
	#buddypress li div.item{
		margin-left: 45px;
	}
	h1 a.bp-title-button {
		clear: left;
		float: left;
		margin: 10px 0 20px;
	}
}

