@charset "UTF-8";

/*------------------*/
/*--- Pedro part ---*/
/*------------------*/

.showFollowers, .showFollowing, .followUserProfile, .editProfile, .socialShow, .showMore, .yearTab, .monthTab {
	cursor: pointer;
}
.showProfile, .showComment, .showPostSettings, .showCommentSettings, .loadComments, .likeClickEvent, .stats-c, .showShare {
	cursor: pointer;
}
.box, .show-details {
	cursor: pointer;
}

/* -------------- */
/* --- GLOBAL --- */
/* -------------- */

* { /* Disable touch and text sellect */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

body {
	font-size: 15px;
	font-weight: 300;
	font-family: -apple-system;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	-webkit-tap-highlight-color: transparent;
	color: #333;
	background-color: #FFF;
	margin: 7px;
	text-align: center;
}
body.dark {
	background: #141414;
	color: #dadada;
}
body.tablet {
	margin-left: 120px;
	margin-right: 120px;
	margin-bottom: 20px;
}
b {
	font-weight: 600;
}
h1, h2 {
	margin: 5px 0 0 0;
	font-size: 18px;
	font-weight: 600;
}
h3 {
	margin: 15px 0 5px 0;
	font-size: 16px;
	font-weight: 500;
}
i {
	width: 30px;
	height: 30px;
}
p {
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	display: inline-flex;
	width: 100%;	
}
li p {
	flex: 1;
}
.flex {
	display: inline-flex;
	width: 100%;
}
.flex-column {
	display: -webkit-box;
	flex-direction: column;
}
.justify-space-around {
	justify-content: space-around;
}
.justify-space-between {
	justify-content: space-between
}
.justify-center {
	justify-content: center;
}
.profile-page {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.menus {
	padding: 0 0 10px 0;
	background: #fff;
}
.profile-content {
	display: block;
	border-radius: 27px 27px 27px 27px;
	padding: 0.1px 0px 0px 0px;
	background: #F2F2F2;
}
.dark .profile-content {
	background: #141414;
}
.hide {
	display: none;
}

/* -------------- */
/*--- Profile --- */
/* -------------- */
header ul {
	display: inline-flex;
}
header li, .socialBox li {
	display: flex;
	flex-direction: column;
}
header h2, .socialBox h2 {
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 5px 0;
}
header ul p, .socialBox ul p {
	font-size: 14px;
}
ul.social, ul.social-int {
	margin-top: 10px;
	margin: 0 25px;
}
.social-int li p {
	text-align: center;
}
.profilePic {
	margin: 50px auto 25px auto;
	background: #eee;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.dark .profile-pic {
	background: #161616;
}
.profilePic div {
	width: 80px;
	height: 80px;
	display: block;
}
.profilePic img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;	
}
.completed li.bvegan span {
	background:url("/img_eco/badges_sprite.png") 0px -30px / 90px 90px no-repeat;
}
.completed li.bvegetarian span {
	background:url("/img_eco/badges_sprite.png") -30px -30px / 90px 90px no-repeat;
}
.completed li.bwalk span {
	background:url("/img_eco/badges_sprite.png") 0px -60px / 90px 90px no-repeat;
}
.completed li.bbike span {
	background:url("/img_eco/badges_sprite.png") -30px -60px / 90px 90px no-repeat;
}
.completed li.bcar span {
	background:url("/img_eco/badges_sprite.png") -60px -60px / 90px 90px no-repeat;
}
.completed li.bplastic span {
	background:url("/img_eco/badges_sprite.png") -60px -30px / 90px 90px no-repeat;
}
.badges li,.badges li span {
	width: 30px;
	height: 30px;
}
.completed {
	flex-direction: column;
	justify-content: left;
	margin: 0;
	display: none;
}
.completed li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 5px;
}
.completed li p {
	font-weight: 300;
	line-height: 32px;
	flex: unset;
}
.completed li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.completed li b {
	font-weight: 600;
}
.completed.simpleRow {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0;
}
.completed.simpleRow li {
	width: auto;
}
.completed.simpleRow li span {
	margin-right: 0px;
}
.completed.singleLine {
	display: block;
}
.levels {
	display: block;
	position: relative;
	left: 54px;
	bottom: 24px;
}
.levels li.guardian {
	width: 30px;
	height: 30px;
	position: relative;
	top: -2px;
	background: url("/img_eco/badges_sprite.png") -30px 0px / 90px 90px no-repeat
}
.userTitle, .challenges {
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.userTitle {
	margin: 0 0 10px 0;
}
.userTitle h1 {
	font-size: 24px;
	margin: 0;
}
.userTitle h2 {
	font-size: 14px;
	color: #6D6D6D;
	font-weight: 300;
}
.dark .userTitle h2 {
	color: #A1A1A1;
}
.challenges {
	margin: 0 0 15px 0;
}
.challenges h2 {
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
}
.firstLoad {
	display: none;
}
ul.social {
	display: inline-flex;
	margin: 0 auto 5px auto;
	justify-content: center;
}
.social-int {
	display: flex;
	justify-content: center;
}
ul.social div {
	height: 32px;
	line-height: 32px;
	margin: -1px 5px 0 0;
	padding: 0 20px;
	padding-top: 0.7px;
	border-radius: 32px;
	background: #ff5578;
	background: linear-gradient(138deg, #FC7E7B 0%, #FB699F 100%);
	font-size: 15px;
	font-weight: 500;
}
ul.social div.followed {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 5px 0 0;
	padding: 0 15px;
	height: 30px;
	line-height: 28px;
	background: #fff;
	border: solid 1.5px #333;
	border-radius: 15px;
	font-size: 14px;
}
.dark ul.social div.followed {
	background: none;
	border: solid 1px #dadada;
	line-height: 28px;
	color: #dadada;
}

ul.social li {
	width: auto;
	margin-left: 1px;
}
.followUserProfile {
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.followed {
	color: #333;
}
.dark .editProfile {
	color: #dadada;	
}
.social span {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 1px;	
}
.dark .social span {
	filter: invert(1);
}
.yt, .tw, .fb, .ig, .web{
	display: block;
}
.tw span {
	background:url("/img_eco/social_sprite.png") 0px 0px / 150px 30px no-repeat;
}
.web span {
	background:url("/img_eco/social_sprite.png") -30px 0px / 150px 30px no-repeat;
}
.yt span {
	background:url("/img_eco/social_sprite.png") -60px 0px / 150px 30px no-repeat;
}
.ig span {
	background:url("/img_eco/social_sprite.png") -90px 0px / 150px 30px no-repeat;
}
.fb span {
	background:url("/img_eco/social_sprite.png") -120px 0px / 150px 30px no-repeat;
}
.desc {
	margin: 10px 25px 5px 25px;
}
.desc p {
	font-size: 14px;
}
.descfollows span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.social-int p {
	font-weight: 300;
}

/* ---------------- */
/* --- Top menu --- */
/* ---------------- */

ul.tabs {
	display: flex;
	height: 36px;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 3% 0 3%;
	justify-content: center;
}
.tab { 
	text-align: center;
	margin: 0 -5px 0px -5px;
	line-height: 35px;
	justify-content: center;
}
.tab p {
	border-radius: 36px;
	padding: 0 25px;
	flex: 0;
}
.tab.selected p {
	background: #e4f4fc;
	color: #4cb6e9;
}
.dark .tab.selected p {
	color: #f0f0f0;
	background: #5f5f5f;
}

/* --------------------- */
/* ------ Gallery ------ */
/* --------------------- */

.galleryContainer {
	margin: 0 10px 20px 10px;
}
.galleryOpen {
	display: none;
	text-align: right;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.galleryOpen b, .galleryOpen span {
	display: inline-block;
}
.galleryOpen span {
	float: left;
}
ul.gallery {
	display: flex;
	flex-wrap: wrap;
}
.gallery li {
	height: 100px;
	width: auto;
	flex-grow: 1;
	padding: 3px;
}
.tablet .gallery li {
	height: 130px;
}
.gallery li:last-child {
	flex-grow: 10;
}
.gallery img {
	border-radius: 10px;
	max-height: 100%;
	min-width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

/* --------------------- */
/* --- Interval menu --- */
/* --------------------- */

ul.periodSelector, ul.subSelector {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	margin: 10px 0;
	padding: 0 3% 0 3%;
}
ul.subSelector {
	justify-content: space-evenly;
}
.periodSelector li, .subSelector li {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	line-height: 20px;
	text-align: center;
	margin: 0;
	font-weight: 200;
	justify-content: center;
	padding: 5px;
}
.subSelector li {
	width: auto;
}
.periodSelector li p, .subSelector li p {
	border-radius: 32px;
	padding: 6px 20px;
}
.periodSelector.twoLines li p {
	line-height: 16px;
}
.periodSelector li.selected p, .subSelector li.selected p {
	font-weight: 400;
 	background: #fff6db;
	color: #ecb100;
}
.dark .periodSelector li.selected p, .dark .subSelector li.selected p {
	color: #f0f0f0;
	background: #5f5f5f;
}

.content {
	margin: 10px 0 0 0;
	padding: 0px 0 0.1px 0;
}
.month {
	display: none;
}
.alltime {
	display: none;
}

/* ------------------------- */
/* --- Land, Water & CO2 --- */
/* ------------------------- */
.boxes {
	display: flex;
	margin: 0 10px 10px 10px;
}
.dark .boxes {
	margin: 0 4px 10px 4px;
	box-shadow: none;
}
.boxes > div {
	width: 100%;
	border-radius: 20px;
	background: #ffffff;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);
	-moz-box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);
	box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);
	transition: width 2s;
}
.dark .boxes > div {
	background: #1d1d1d;
}
.boxes > div:nth-child(2) {
	margin: 0 8px 0 8px;
}
.boxes img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 5px;
}
.boxes p {
	margin-bottom: 2px;
	line-height: 20px;
}
.boxes p.twoLinesUnit {
	line-height: 16px; 
	font-size: 14.4px; 
	padding-top: 5px;
}
.calendar-content {
	display: none;
}
.feed-content {
	margin: 0;
	display: none;
}
.green-top, .greend-top, .blue-top, .blued-top, .orange-top, .oranged-top, .pink-top {
	font-weight: 600;
}
.green-top {
	color: #91D944;
}
.blue-top {
	color: #2ac9ff;
}
.orange-top{
	color: #FFC558;
}
.oranged-top{
	color: #FFA780;
}
.pink-top{
	color: #ff7675;
}

.box-activity {
	display: flex;
	justify-content: space-between;
}
.grid-activity {
	display: grid;
	grid-template-columns: repeat(auto-fill, 50%);
	grid-row-gap: 15px;
}
div .box-activity {
	margin-top: 15px;
}
.box-activity img, .grid-activity img {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 0 10px 0;
}
.box-activity .activity {
	flex: 1;
	width: 100%;
}
.box-activity .activity:nth-child(2){
	margin: 0 10px;
}
.inside-job {
	 display: grid;
}
.inside-job span {
	font-weight: 300;
	float: right;
	font-size: 11px;
}
.inside-job, .table-title {
	margin: 0 0 20px 0;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
.table-title {
	margin: 0 0 10px 0;
}
.chart-title {
	margin: 0 0 25px 0;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
}
.title-box {
	background: #FFF;
	text-align: center;
	margin: 0 10px 10px 10px;
	border-radius: 20px;
	height: 40px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);
	-moz-box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);
	box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);		
}
.title-box h1 {
	margin: 0;
	line-height: 40px;
	font-weight: 300;
}
/* --------------------- */
/*----- Boxes total ---- */
/* --------------------- */
.boxes.total > div {
	box-shadow: none;
}
.dark .boxes.total > div {
	background: transparent;
}
.boxes.total h1 {
	font-size: 15px;
	font-weight: 600;
}

/* --------------------- */
/*--- Detailed boxes --- */
/* --------------------- */
.box {
	position: relative;
	margin: 0 10px 10px 10px;
	padding: 15px 5px;
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);
	-moz-box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);
	box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.05);
	text-align: left;
}
.dark .box {
	background: #1d1d1d;
	margin: 0 4px 10px 4px;
	box-shadow: none;
}
.box img {
	width: 50px;
	height: 50px;
	display: inline;
}
.box p {
	margin-top: 5px;
	line-height: 16px;
	font-size: 13px;
	text-align: center;
}

/* ----------------- */
/*--- Info boxes --- */
/* ----------------- */
.imag {
	display: flex;
}

.show-details {
	display: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.show-details h2 {
	margin: 15px 0 20px 0;
}
.show-details h1,.show-details h2,.show-details h3 {
	font-size: 16px;
	text-align: center;
}
.show-details > span {
	display: block;
	height: 1px;
	width: 100%;
	background: #EDEDED;
	margin: 15px 0;
}
.show-details li {
	margin-bottom: 5px;
}
.show-details li p {
	line-height: 30px;
	margin: 0;
	font-weight: 300;
	font-size: 15px;
}
.show-details li p:first-of-type {
	margin: 0 5px;
	text-align: left;
	font-weight: 700;
	flex: none;
}
.show-details li p:last-child {
	text-align: left;
}
.land_d {
	background: url("/img_eco/profile_feed_sprite.png") 0px -120px no-repeat;
}
.water_d {
	background: url("/img_eco/profile_feed_sprite.png") -30px -120px no-repeat;
}
.co2_d {
	background: url("/img_eco/profile_feed_sprite.png") -60px -120px no-repeat;
}
.local_d {
	background: url("/img_eco/profile_feed_sprite.png") -90px -120px no-repeat;
}
.organic_d {
	background: url("/img_eco/profile_feed_sprite.png") -120px -120px no-repeat;
}
.plastic_free_d {
	background: url("/img_eco/profile_feed_sprite.png") -150px -120px no-repeat;
}
.cooked_d {
	background: url("/img_eco/profile_feed_sprite.png") -180px -120px no-repeat;
}
.bought_d {
	background: url("/img_eco/profile_feed_sprite.png") -210px -120px no-repeat;
}

.vegan_d {
	background: url("/img_eco/profile_feed_sprite.png") 0px 0px no-repeat;
}
.vegetarian_d {
	background: url("/img_eco/profile_feed_sprite.png") -30px 0px no-repeat;
}
.fish_d {
	background: url("/img_eco/profile_feed_sprite.png") -60px 0px no-repeat;
}
.chicken_d {
	background: url("/img_eco/profile_feed_sprite.png") -90px 0px no-repeat;
}
.poultry_d {
	background: url("/img_eco/profile_feed_sprite.png") -120px 0px no-repeat;
}
.pork_d {
	background: url("/img_eco/profile_feed_sprite.png") -150px 0px no-repeat;
}
.show-details ul span {
	width: 30px;
	height: 30px;
	display: block;
	background-size: 300px 180px;
}


/* ------------------------- */
/*--- Plastic pieces fix --- */
/* ------------------------- */

.box.plasticChameleon {
	height: 177px;
	width: 170px;
	margin: 0 8px 8px 0 !important;
}
.dark .box.plasticChameleon {
	margin: 0 4px 8px 4px !important;
}
.plasticChameleon .inside-job {
	margin: 10px 0 -3px 0;
}
.plasticChameleon p:first-of-type {
	margin-bottom: 7px;
}
.plasticChameleon .oneliner {
	font-size: 14px; line-height: 29px !important;
}

/* --------------------- */
/*--- Resource table --- */
/* --------------------- */
.resources {
	display: none;
}
table {
	width: 100%;
	display: inline-flex;
}
tr {
	flex: 1;
}
tr:first-child {
	height: 30px;
	vertical-align: super
}
th {
	font-weight: 500;
}
tr:last-child, tr:last-child td {
	height: 30px;
	vertical-align: bottom;
	font-weight: 700;
}
td {
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	font-family: -apple-system;
}
tr th:first-child {
	text-align: left;
}
.from {
	font-weight: 300;
}
/* ----------------- */
/*--- Short Feed --- */
/* ----------------- */
.w100 {
	width: 100%;
}
.shortfeed {
	margin-top: 15px;
}
.shortfeed li {
	display: block;
	width: auto;	
}
.fsPost {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 15px;
}

.fsPost .fsHead {
	display: inline-flex;
	justify-content: space-between;
}
.fsPost h1 {
	font-size: 15px;
	font-weight: 700;
	margin: 7px 0 0 0;
	padding: 0;
	line-height: 20px;
}
.fsPost h2 {
	font-size: 14px;
	font-weight: 300;
	margin: 4px 0 4px 0;
	padding: 0;
	line-height: 17px;
}
.fsPost h3 {
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 14px;
}
.fsHead {
	margin: 0;
	padding-left: 7px;
}
.fsHead div:nth-child(2) {
	flex-grow: 1;
}
.fsHeadText {
	padding-left: 10px;
}
.fsHeader {
	width: 100%;
}
.fsHeader p {
	font-size: 10px;
	color: #888;
	line-height: 16px;
	margin: 0;
}
.fsProfilePic {
	width: 45px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0px;
}
.fsProfilePic div {
	margin: 5px auto;
	background: #eee;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.emptyActivity {
	margin-top: 35px;
}

/*--- Food short feed --- */
.vegan {
	background-position: 0px 0px;	
}
.vegetarian {
	background-position: -45px 0px;
}
.fish {
	background-position: -90px 0px;
}
.chicken {
	background-position: -135px 0px;
}
.poultry {
	background-position: -180px 0px;
}
.pork {
	background-position: -225px 0px;
}
.beef {
	background-position: -270px 0px;
}
.lamb {
	background-position: -315px 0px;
}
.veganDay {
	background-position: -360px 0px;
}
.vegetarianDay {
	background-position: -405px 0px;
}

/*--- Transport short feed --- */
.walk {
	background-position: 0px -45px;	
}
.bicycle {
	background-position: -45px -45px;
}
.public {
	background-position: -90px -45px;
}
.train {
	background-position: -135px -45px;
}
.bus {
	background-position: -180px -45px;
}
.motorbike {
	background-position: -225px -45px;
}
.electric {
	background-position: -270px -45px;
}
.shared {
	background-position: -315px -45px;
}
.carFree {
	background-position: -360px -45px;	
}

/*--- Activity short feed --- */
.trash {
	background-position: 0px -90px;
}
.animalHelp {
	background-position: -45px -90px;	
}
.organicProduct {
	background-position: -90px -90px;
}
.garden {
	background-position: -135px -90px;
}
.secondHand {
	background-position: -180px -90px;
}
.localProduct {
	background-position: -225px -90px;
}
.upcycled {
	background-position: -270px -90px;
}
.ownIdea {
	background-position: -315px -90px;
}

/*--- Plastic short feed --- */
.reusableBottle {
	background-position: 0px -135px;	
}
.reusableCup {
	background-position: -45px -135px;
}
.reusableBag {
	background-position: -90px -135px;
}
.reusableBox {
	background-position: -135px -135px;
}
.noPlasticWaste {
	background-position: -180px -135px;
}
.plasticFree {
	background-position: -225px -135px;
}

/*--- System short feed --- */
.walkWeek {
	background-position: 0px -180px;
}
.bikeWeek {
	background-position: -45px -180px;
}
.carWeek { 
	background-position: -90px -180px;
}
.veganWeek {	 
	background-position: -135px -180px;
}
.vegetarianWeek {	 
	background-position: -180px -180px;
}
.plasticWeek {
	background-position: -225px -180px;
}
.levelReached {
	background-position: -315px -180px;
}

.fsProfilePic span {
	width: 45px;
	height: 45px;
	display: block;
	background-image: url("/img_eco/short_feed_center_sprite_exp.png");
	background-size: 450px 225px;
	background-repeat: no-repeat;
}
.fsHeader h1 {
	display: flex;
	flex-direction: row;
	justify-content: left;
}
.fsHeader h1 span {
	display: block;
}

span.guardian {
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background:url("/img_eco/badges_sprite.png") 0px 0px / 140px 20px no-repeat;
}
.fsReport {
	min-width: 40px;
	height: 40px;
}
.fsReport p {
	font-size: 20px;
	line-height: 22px;
	text-align: right;
	color: #888;
	padding-right: 6px;
}
.reported {
	display: inline-block;
	text-align: right;
	line-height: 17px;
	color: #ff7675;
	font-size: 14px;
	font-weight: 400;
	padding-right: 10px;
	padding-top: 3px;
}
.fsContentBox {
	display: inline-flex;
}
.fsLeftSpace {
	width: 60px;
}
.fsLeftSpaceShrink {
	width: 0px;
}
.fsContent{
	margin: 0;
	padding: 0px 10px;
}
.fsContent img {
	margin: 10px 0 5px 0;
	border-radius: 12px;
	object-position: left;
	width: 100%;
	max-height: 400px;
	box-sizing: content-box;
}
.fsFullImg {
	max-height: 800px !important;
	width: 100%;
	margin-left: 0px;
}
.fsContent p {
	font-size: 14px;
}
/*-------------*/
/*--- Stats ---*/
/*-------------*/
.fsContent p,.stats p,.react p {
	font-weight: 400;
}
.stats {
	margin: 0;
	display: none;
	padding-left: 10px;
	padding-bottom: 7px;
}
.stats ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}
.stats ul li {
	display: inline-flex;
	margin-bottom: 5px;
}
.stats ul li:first-child {
	display: inline-flex;
	margin-top: 10px;
}
.stats p {
	font-size: 14px;
	font-weight: 300;
}
.stats b {
	font-weight: 500;
}
.stats-short {	
	min-width: 80px;
}
.stats-short p {
	font-weight: 400;
}
.stats-short .fsWater p {
	color: #2ac9ff;
}
.stats-short .fsLand p,.stats-short .fsEco p {
	color: #83d72c;
}
.stats-short .fsCo2 p {
	color: #F9BA53;
}
.stats-short .fsPlastic p {
	color: #ff7675;
}
.fsLand span {
	background-position: 0px 0px;
	width: 16px;
}
.fsWater span{
	background-position: -16px 0px;
	width: 14px;
}
.fsCo2 span {
	background-position: -30px 0px;	
	width: 20px;	
}
.fsPlastic span {
	background-position: -50px 0px;	
	width: 13px;	
}
.fsEco span {
	background-position: -63px 0px;	
	width: 13px;
}
.stats span, .stats-short span {
	display: block;
	height: 20px;
	float: left;
	background-image: url("/img_eco/timeline_saved_sprite.png");
	background-size: 80px 20px;
	background-repeat: no-repeat;
}
.stats div {
	width: 20px;
	margin-right: 5px;
	display: flex;
	justify-content: center;
}

/*-------------------*/
/*--- Short stats ---*/
/*-------------------*/
.react ul.stats-short {
	justify-content: flex-end;
	padding-right: 10px;
}
.stats-short li {
	margin: 0 5px 0 5px;
}
.stats-short li:first-child {
	margin-left: 0;
	padding-left: 10px;
}
.stats-short li:last-child {
	margin-right: 0;
}
.react ul.stats-short li p {
	line-height: 30px;
}
.stats-short span {
	display: block;
	height: 20px;
	float: left;
	margin: 5px 5px 0 0 ;
	background-size: 80px 20px;
}

/*-------------------------*/
/*--- Like and comments ---*/
/*-------------------------*/
.react {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	width: 100%;
}
.react ul {
	display: inline-flex;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
}
.react ul li {
	display: inline-flex;
	margin-right: 2px;
}
.react ul.actions li p {
	line-height: 30px;
}
.likeClickEvent {
	padding-left: 10px;
}
.likeClicked {
	width: 20px;
	height: 30px;
	background: url("/img_eco/timeline_likes_sprite.png") 0px 0px / 120px 30px no-repeat;
	margin-right: 6px;
}
.dark .likeClicked {
	filter: invert(1);
}
.checked {
	width: 20px;
	height: 30px;
	background: url("/img_eco/timeline_likes_sprite.png") -20px 0px / 120px 30px no-repeat;
}
.dark .checked {
	filter: none;
}
.checked + span {
	color: #ff7675;
}
.comment {
	width: 20px;
	height: 30px;
	background: url("/img_eco/timeline_likes_sprite.png") -40px 0px / 120px 30px no-repeat;
	margin: 0 6px;
}
.dark .comment {
	filter: invert(1);
}
.commentedp {
	width: 20px;
	height: 30px;
	background: url("/img_eco/timeline_likes_sprite.png") -60px 0px / 120px 30px no-repeat;
}
.dark .commentedp {
	filter: none;
}
.commentedp + span {
	color: #2ac9ff;
}
.share {
	width: 20px;
	height: 30px;
	background: url("/img_eco/timeline_shares_sprite.png") 0px 0px / 120px 30px no-repeat;
	margin: 0 6px;
}
.dark .share {
	filter: invert(1);
}
.actions span {
	display: block;	
	float: left;
}
.dropdown {
	display: block;
	background: url("/img_eco/timeline_likes_sprite.png") -54px 0px no-repeat;
	width: 20px;
	height: 20px;
	background-size: 80px 20px;
	position: absolute;
	right: 15px;
	transform: rotate(0deg);
	transition: transform 0.4s ease-in-out;
	opacity: 0.2;
}
.dark .dropdown {
	opacity: 0.4;
	filter: invert(1);
}
.dropdown_rotated {
	transform: rotate(180deg);
	transition: transform 0.4s ease-in-out;
}

/*--- Resources profile --- */
.eco .icon, .co2 .icon, .water .icon {
	display: inline-block;
	width: 45px;
	height: 45px;
}
.eco .icon {
	background: url(/img_eco/resources_filled_sprite.png) -45px -45px / 90px 90px no-repeat;
}
.water .icon {
	background: url(/img_eco/resources_filled_sprite.png) -45px 0px / 90px 90px  no-repeat;
}
.co2 .icon {
	background: url(/img_eco/resources_filled_sprite.png) 0px 0px / 90px 90px no-repeat;
}

.land span {
	background: url(/img_eco/resources_sprite.png) 0px 0px no-repeat;
	margin: 5px;
}
.water span {
	background: url(/img_eco/resources_sprite.png) -50px -0px no-repeat;
	margin: 5px;
}
.co2 span {
	background: url(/img_eco/resources_sprite.png) -0px -50px no-repeat;
	margin: 5px;
}
.pieceOnYou span {
	background: url(/img_eco/resources_sprite.png) -50px -50px no-repeat;
	margin: 5px;
}

/*--- Food profile --- */
.local_p {
	background: url(/img_eco/profile_feed_sprite.png) -150px -200px no-repeat;
}
.organic_p {
	background: url(/img_eco/profile_feed_sprite.png) -200px -200px no-repeat;
}
.plastic_free_p {
	background: url(/img_eco/profile_feed_sprite.png) -250px -200px no-repeat;
}
.cooked_meal_p {
	background: url(/img_eco/profile_feed_sprite.png) -300px -200px no-repeat;
}
.bought_meal_p {
	background: url(/img_eco/profile_feed_sprite.png) -350px -200px no-repeat;
}

.vegan_meal_p {
	background: url(/img_eco/profile_feed_sprite.png) 0px 0px no-repeat;
}
.vegetarian_meal_p {
	background: url(/img_eco/profile_feed_sprite.png) -50px 0px no-repeat;
}
.fish_meal_p {
	background: url(/img_eco/profile_feed_sprite.png) -100px 0px no-repeat;
}
.chicken_meal_p {
	background: url(/img_eco/profile_feed_sprite.png) -150px 0px no-repeat;
}
.poultry_meal_p {
	background: url(/img_eco/profile_feed_sprite.png) -200px 0px no-repeat;
}
.pork_meal_p {
	background: url(/img_eco/profile_feed_sprite.png) -250px 0px no-repeat;
}

/*--- Transport profile --- */
.walk_p {
	background: url(/img_eco/profile_feed_sprite.png) 0px -50px no-repeat;
}
.bike_p {
	background: url(/img_eco/profile_feed_sprite.png) -50px -50px no-repeat;
}
.public_p {
	background: url(/img_eco/profile_feed_sprite.png) -100px -50px no-repeat;
}
.train_p {
	background: url(/img_eco/profile_feed_sprite.png) -150px -50px no-repeat;
}
.bus_p {
	background: url(/img_eco/profile_feed_sprite.png) -200px -50px no-repeat;
}
.motorbike_p {
	background: url(/img_eco/profile_feed_sprite.png) -250px -50px no-repeat;
}
.electric_car_p {
	background: url(/img_eco/profile_feed_sprite.png) -300px -50px no-repeat;
}
.shared_car_p {
	background: url(/img_eco/profile_feed_sprite.png) -350px -50px no-repeat;
}

/*--- Activities profile --- */
.vegan_day_p {
	background: url(/img_eco/profile_feed_sprite.png) 0px -100px no-repeat;
}
.car_free_day_p {
	background: url(/img_eco/profile_feed_sprite.png) -50px -100px no-repeat;
}
.organic_product_p {
	background: url(/img_eco/profile_feed_sprite.png) -100px -100px no-repeat;
}
.garden_p {
	background: url(/img_eco/profile_feed_sprite.png) -150px -100px no-repeat;
}
.vegetarian_day_p {
	background: url(/img_eco/profile_feed_sprite.png) -200px -100px no-repeat;
}
.local_market_p {
	background: url(/img_eco/profile_feed_sprite.png) -250px -100px no-repeat;
}
.upcycled_p {
	background: url(/img_eco/profile_feed_sprite.png) -300px -100px no-repeat;
}
.idea_p {
	background: url(/img_eco/profile_feed_sprite.png) -350px -100px no-repeat;
}

/*--- New Activities profile --- */
.trash_p {
	background: url(/img_eco/profile_feed_sprite.png) 0px -200px no-repeat;;
}
.helped_animal_p {
	background: url(/img_eco/profile_feed_sprite.png) -50px -200px no-repeat;	
}
.second_hand_p {
	background: url(/img_eco/profile_feed_sprite.png) -100px -200px no-repeat;
}

/*--- Plastic profile --- */
.reusable_bottle_p {
	background: url(/img_eco/profile_feed_sprite.png) 0px -150px no-repeat;
}
.reusable_cup_p {
	background: url(/img_eco/profile_feed_sprite.png) -50px -150px no-repeat;
}
.reusable_bag_p {
	background: url(/img_eco/profile_feed_sprite.png) -100px -150px no-repeat;
}
.reusable_box_p {
	background: url(/img_eco/profile_feed_sprite.png) -150px -150px no-repeat;
}
.plastic_free_day_p {
	background: url(/img_eco/profile_feed_sprite.png) -200px -150px no-repeat;
}
.plastic_free_shop_p {
	background: url(/img_eco/profile_feed_sprite.png) -250px -150px no-repeat;
}

.land span, .water span, .co2 span, .pieceOnYou span, .activity div span {
	background-size: 100px 100px;
	width: 50px;
	height: 50px;
	display: block;
}
.activity div span {
	background-size: 400px 250px;
	margin: 0 0 10px 0;
}

.pic-block-top {
	display: flex;
	justify-content: left;
	padding-left: 10px;
}

/*---------------------------------------------------------------*/
/*--- EventContainer + Title/Subtitle - Same copy in feed.css ---*/
/*---------------------------------------------------------------*/

.eventContainer {
	display: flex;
	width: 100%;
	min-height: 280px;
	aspect-ratio: 1 / 1;
	align-items: flex-end;
	margin-top: 14px;
	background-position: center;
	background-size: cover;
	border-radius: 12px;
	margin-bottom: 5px;
}
.titleContainer {
	width: 100%;
	font-size: 23px;
	font-weight: 700;
	margin: 15px;
	padding: 13px 15px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 15px;
}
.dark .titleContainer { 
	background: rgb(42 42 43 / 92%);
	color: #f0f0f0;
}
.titleContainer p {
	font-size: 14px;
	font-weight: 400;
	padding-top: 4px;
}

/*---------------------------------------------------*/
/*--- Localized Summaries - Same copy in feed.css ---*/
/*---------------------------------------------------*/
.summary > div h2 {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.summary-content {
	display: grid; 
    width: 100%; 
    height: 285px; 
    grid-auto-flow: column;
    gap: 2px;
	border-radius: 12px;
	overflow: hidden;
    margin: 10px 0 5px 0;
	grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.summary-content > div {
	color: #ffffff; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.summary-content h3 {
	margin: 0; 
	font-weight: 600; 
	font-size: 16px; 
	line-height: 16px;
}
.summary-content p {
	margin: 0; 
	font-size: 12px;
	font-weight: 300;
}
.summary-content img {
	height: 35px; 
	width: 35px; 
	margin: 5px 5px 8px 5px;
}
.summary-water {
	text-align: center; 
	background-color: #37A5F7;
	background-image: url('https://ecohero.site/test_images/0_emails/small_blue.png'), -webkit-linear-gradient(bottom, #37A5F7, #55D3FF);
	background-image: url('https://ecohero.site/test_images/0_emails/small_blue.png'), -o-linear-gradient(bottom, #37A5F7, #55D3FF);
	background-image: url('https://ecohero.site/test_images/0_emails/small_blue.png'), linear-gradient(to top, #37A5F7, #55D3FF); 
	background-position: bottom center; 
	background-size: cover;
}

.summary-land { 
	text-align: center; 
	background-color: #039393; 
	background-image: url('https://ecohero.site/test_images/0_emails/small_green.png'), -webkit-linear-gradient(bottom, #039393, #53E1B2);
	background-image: url('https://ecohero.site/test_images/0_emails/small_green.png'), -o-linear-gradient(bottom, #039393, #53E1B2);
	background-image: url('https://ecohero.site/test_images/0_emails/small_green.png'), linear-gradient(to top, #039393, #53E1B2); 
	background-position: bottom center; 
	background-size: cover;
}
.summary-co2 {
	text-align: center; 
	background-color: #FFA55D; 
	background-image: url('https://ecohero.site/test_images/0_emails/small_orange.png'), -webkit-linear-gradient(bottom, #FFA55D, #FFD83B);
	background-image: url('https://ecohero.site/test_images/0_emails/small_orange.png'), -o-linear-gradient(bottom, #FFA55D, #FFD83B);
	background-image: url('https://ecohero.site/test_images/0_emails/small_orange.png'), linear-gradient(to top, #FFA55D, #FFD83B); 
	background-position: bottom center; 
	background-size: cover;
}
.summary-plastic {
	text-align: center; 
	background-color: #FF6C6D; 
	background-image: url('https://ecohero.site/test_images/0_emails/small_pink.png'), -webkit-linear-gradient(bottom, #FF6C6D, #FFAB9B);
	background-image: url('https://ecohero.site/test_images/0_emails/small_pink.png'), -o-linear-gradient(bottom, #FF6C6D, #FFAB9B);
	background-image: url('https://ecohero.site/test_images/0_emails/small_pink.png'), linear-gradient(to top, #FF6C6D, #FFAB9B); 
	background-position: bottom center; 
	background-size: cover;
}
.summary-content .col1-half {
	grid-column: 1;
}
.summary-content .col1-full {
	grid-column: 1;
	grid-row: 1/3;
}

.summary-content .col2-half {
	grid-column: 2;
}
.summary-content .col2-full {
	grid-column: 2;
	grid-row: 1/3;
}

.summary-content .row1-half {
	grid-row: 1;
}
.summary-content .row1-full {
	grid-column: 1/3;
	grid-row: 1;
}

.summary-content .row2-half {
	grid-row: 2;
}
.summary-content .row2-full {
	grid-column: 1/3;
	grid-row: 2;
}
.summary-content .full {
	grid-column: 1/3;
	grid-row: 1/3;
}

.summary-content .half-full h3 {
	font-size: 20px; 
	line-height: 22px;
}
.summary-content .half-full p {
	font-size: 14px;
}
.summary-content .half-full img {
	height: 40px; 
	width: 40px; 
	margin: 8px 5px;
}

.summary-content .full h3 {
	font-size: 26px; 
	line-height: 32px;
}
.summary-content .full p {
	font-size: 16px;
}
.summary-content .full img {
	height: 55px; 
	width: 55px; 
	margin: 10px 6px;
}

/*--- iPhone 5 ---*/
@media only screen 
	and (max-device-width : 375px) 
	and (max-device-height : 568px) 
	and (orientation: portrait) 
	and (-webkit-device-pixel-ratio: 2) { 
	.summary-content {
		height: 285px;
	}
		
	.summary-content h3 {
		margin: 0; 
		font-weight: 600; 
		font-size: 16px; 
		line-height: 16px;
	}
	.summary-content p {
		margin: 0; 
		font-size: 11px;
		font-weight: 300;
	}
	.summary-content img {
		height: 32px; 
		width: 32px; 
		margin: 5px 5px 7px 5px;
	}
}

/*--- iPhone 6+,7+,8+ ---*/
@media only screen 
	and (min-device-width: 414px) 
	and (max-device-height: 736px) 
	and (-webkit-device-pixel-ratio: 3) {
	.summary-content {
		height: 320px;
	}
		
	.summary-content h3 {
		margin: 0; 
		font-weight: 600; 
		font-size: 18px; 
		line-height: 18px;
	}
	.summary-content p {
		margin: 0; 
		font-size: 12px;
		font-weight: 300;
	}
	.summary-content img {
		height: 35px; 
		width: 35px; 
		margin: 5px 5px 8px 5px;
	}
}

/*--- iPhone X,11 ---*/
@media only screen 
	and (min-device-width : 375px) 
	and (min-device-height : 812px) 
	and (orientation : portrait) { 
	.summary-content {
		height: 285px;
	}
}

/*----------------------------*/
/*--- iPhone media queries ---*/
/*----------------------------*/

.ip5no {
	display: block;
}
.ip5 {
	display: none;
}

/*--- iPhone SE ---*/
@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 374px) 
	and (orientation : portrait) 
	and (-webkit-device-pixel-ratio: 2) { 
	body {
		margin: 5px;
	}
	.ip5no {
		display: none;
	}
	.ip5 {
		display: block;
	}
	ul.periodSelector, ul.subSelector {
		padding: 0; 
	}
	.periodSelector li p {
		padding: 6px 15px;
	}
	.tab {
		margin: 0 -3px 0 -3px;
	}
	.tab p {
		padding: 0 15px;
	}
	.content {
		margin: 8px 0 0 0;
	}
	.boxes {
		margin: 0 8px 8px 8px;
	}
	.box {
		margin: 0 8px 8px 8px;	
	}
	.profile-content {
		border-radius: 25px;
/*		background: #F7F7F7;*/
	}
	.fsProfilePic div {
		margin: 5px auto;
	}
	.fsProfilePic span {
		background-image: url("/img_eco/short_feed_left_sprite_exp.png");
	}
	.fsHead {
		padding-left: 0px;
	}
}

/*--- iPhone 6,7,8 ---*/
@media only screen 
	and (min-device-width : 375px) 
	and (max-device-width : 413px) 
	and (max-device-height : 667px) 
	and (orientation : portrait) 
	and (-webkit-device-pixel-ratio: 2) {
	.periodSelector li p {
		padding: 6px 15px;
	}
	.tab p {
		padding: 0 20px;
	}
}

/*--- iPhone 6,7,8 Plus ---*/
@media only screen 
	and (min-device-width : 414px) 
	and (max-device-height : 736px) 
	and (orientation : portrait) { 
	.tab p {
		padding: 0 20px;
	}
}

/*--- iPhone X,11 ---*/
@media only screen 
	and (min-device-width : 375px) 
	and (min-device-height : 812px) 
	and (orientation : portrait) {
}

/* ---------------- */
/*----- Loader ---- */
/* ---------------- */

.loader {
	min-height: 50px;
}
.loader img {	
	display: none;
	filter: grayscale(1);
}
.showMore {
	display: inline-block;
	background: #F1F1F1;
	padding: 8px 20px;	 
	border-radius: 8px;
	margin-top: -2px;
	font-size: 14px;
	font-weight: 400;
	color: #9A9A9A;
}
.dark .showMore {	
	background: #5f5f5f;	
	color: #f0f0f0;
}
/* ---------------- */
/*--- Overlords --- */
/* ---------------- */
.value {
	font-size: 16px !important;
	font-weight: 700 !important;	
}
.oneliner {
	line-height: 40px !important;
}
.firstFade {
	opacity: 0;
}
.showAll {
	opacity: 1;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}