@font-face {
    font-family: 'Rogalik Symbols';
    src: url('../fonts/Rogalik-Symbols.eot');
    src: local('Rogalik Symbols'), local('Rogalik-Symbols'),
        url('../fonts/Rogalik-Symbols.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rogalik-Symbols.woff2') format('woff2'),
        url('../fonts/Rogalik-Symbols.woff') format('woff'),
        url('../fonts/Rogalik-Symbols.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rogalik';
    src: url('../fonts/Rogalik-Regular.eot');
    src: local('Rogalik Regular'), local('Rogalik-Regular'),
        url('../fonts/Rogalik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rogalik-Regular.woff2') format('woff2'),
        url('../fonts/Rogalik-Regular.woff') format('woff'),
        url('../fonts/Rogalik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {margin:0; padding:0; font-family: 'Arsenal', 'Myriad Pro', Verdana, Arial, Helvetica, sans-serif;}

body, section {position: relative;}

.inner {
	position: relative;
}

.ecoplanet-title {
	margin-bottom: -166px;
}
.ecoplanet-title .inner .icons {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 53px;
	right: 80px;
	width: 160px;
	align-items: center;
}
.ecoplanet-title .inner .icons .icon {
	display: flex;
	border-radius: 50%;
	width: 89px;
	height: 89px;
	background-color: rgba(80, 129, 40, 0.5);
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.ecoplanet-title .inner .icons .icon img {
	display: block;
}
.ecoplanet-title .inner .icons .title {
	color: #fff;
	font-family: Rogalik;
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 24px;
}

.ecoplanet-menu {
	margin-bottom: -180px;
	z-index: 10;
}
.profile .ecoplanet-menu {
	margin-top: -100px;
}
.ecoplanet-menu .inner {
	background: url(../imgs/menu-bg.png) top left no-repeat;
	width: 100%;
	height: 302px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.ecoplanet-menu .inner a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	font-family: Rogalik;
	margin-right: 32px;
	text-transform: uppercase;
}
.ecoplanet-menu .inner a img {
	margin-bottom: 6px;
}

.ecoplanet-activities {
	margin-bottom: -549px;
}
.ecoplanet-activities .inner {
    display: flex;
	width: 100%;
	background: linear-gradient(135deg, rgba(93,136,28,1) 0%, rgba(48,115,135,1) 100%);
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.ecoplanet-activities .inner .title {
	text-transform: uppercase;
	font-size: 48px;
	font-family: Rogalik;
	text-align: center;
	color: #fff;
	margin-top: 130px;
	margin-bottom: 32px;
}
.ecoplanet-activities .activities {
	display: flex;
	flex-direction: row;
	background: #588a2b;
	border-radius: 16px;
	width: 1300px;
	padding: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.ecoplanet-activities .activities .activity-top {
	margin-right: 2%;
	width: 45%;
}
.ecoplanet-activities .activities .activities-normal {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 45%;	
}
.ecoplanet-activities .activities .activity-normal {
	margin-right: 2%;
	width: 45%;
	margin-bottom: 8px;
}
.ecoplanet-activities .activities .activitywrapper {
	display: block;
	position: relative;
	border-radius: 12px;
  box-shadow: 4px 4px 8px #000;
  overflow: hidden;
}
.ecoplanet-activities .activities .activityinfo {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 100%;
	padding: 0 8px;
}
.ecoplanet-activities .activities .activitytitle {
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.ecoplanet-activities .activities .activitydate {
	font-size: 14px;
}
.ecoplanet-activities .inner .ecosiki {
	display: flex;
	justify-content: center;
	margin-bottom: 300px;
}

.ecoplanet-sos {
	margin-bottom: -712px;
}
.ecoplanet-sos .inner {
	width: 100%;
	height: 1648px;
	background: url(../imgs/middle-bg.png) top left no-repeat;
	display: flex;
    align-items: center;
    flex-direction: column;
    font-family: Rogalik;
}
.ecoplanet-sos .inner .sos {
	margin-top: 380px;
	color: #cd3932;
    font-size: 78px;
}
.ecoplanet-sos .inner .sos2 {
	color: #cd3932;
    font-size: 42px;
	margin-top: -24px;
}
.ecoplanet-sos .inner .sos3 {
	color: #fff;
    font-size: 42px;
	margin-top: 48px;
	width: 740px;
	text-align: center;
	line-height: 48px;
}
.ecoplanet-sos .inner .sos3 p {
	padding: 0;
	margin: 0;
}
.ecoplanet-sos .inner a {
	display: block;
	height: 86px;
	width: 434px;
	border-radius: 43px;
	background-color: #ce3932;
	color: #fff;
	font-size: 48px;
	padding-top: 4px;
	margin-top: 48px;
	text-align: center;
}

.ecoplanet-help .inner {
	width: 100%;
	display: flex;
    align-items: center;
    flex-direction: column;
    font-family: Rogalik;
    overflow: hidden;
}
.ecoplanet-help .inner > .title {
	background: url(../imgs/help-cloud.png) top left no-repeat;
	width: 772px;
	height: 267px;
	font-size: 56px;
	color: #4078b1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ecoplanet-help .inner .icons {
	display: flex;
	flex-direction: row;
	position: relative;
}
.ecoplanet-help .inner a {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 270px;
	margin: 0 50px;
}
.ecoplanet-help .inner .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 188px;
	height: 188px;
	background: #fff;
	border-radius: 50%;
	margin-bottom: -40px;
}
.ecoplanet-help .inner .icons .title {
	color: #4079b0;
	font-size: 32px;
	text-transform: uppercase;
}
.ecoplanet-help .inner .icons .desc {
	color: #4079b0;
	font-size: 16px;
	text-align: center;
}
.ecoplanet-help .inner .ecosik {
	position: absolute;
    top: 211px;
    left: 1500px;
    width: 300px;
}

.ecoplanet-merch {
	margin-top: 174px;
}
.ecoplanet-merch .inner {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.ecoplanet-merch .inner .title {
	font-size: 56px;
	color: #5fa554;
	width: 100%;
	text-align: center;
	font-family: Rogalik;
	position: relative;
}
.ecoplanet-merch .inner .ecosik {
	position: absolute;
    top: 32px;
    left: 72px;
}
.ecoplanet-merch .inner .ecosik img {
	width: 160px;
}
.ecoplanet-merch .inner .slider-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.ecoplanet-merch .inner .slider-wrapper .slider {
	width: 1064px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.ecoplanet-merch .inner .slider .item {
	width: 360px;
}
.ecoplanet-merch .inner .slider .item .desc {
	color: #5fa554;
	font-size: 16px;
	text-align: center;
}

.ecoplanet-social .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 941px;
	background: #fff url(../imgs/bottom-bg.png) top center no-repeat;
}
.ecoplanet-social .inner .title {
	font-size: 56px;
	color: #5fa554;
	width: 700px;
	text-align: center;
	font-family: Rogalik;
	color: #fff;
	margin-top: 186px;
}
.ecoplanet-social .links {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 96px;
}
.ecoplanet-social .links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 133px;
	height: 133px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 28px;
}

.main-content .ecoplanet-help .inner {
	width: 1920px;
	height: 869px;
	background: url(../imgs/content-bg.png) top left no-repeat;
	display: flex;
    align-items: center;
    flex-direction: column;
    font-family: Rogalik;
}

.main-content .ecoplanet-content {
	margin-bottom: 100px;
	margin-top: 200px;
}

.main-content .ecoplanet-content .menu {
	background-color: #588a29;
	max-width: 300px;
	color: #fff;
	border-radius: 32px;
	padding: 8px 32px 32px 32px;
	margin: 0 auto;
}
.main-content .ecoplanet-content .menu p {
	margin-bottom: 0;
}
.main-content .ecoplanet-content .menu a {
	margin-bottom: 0;
	display: block;
	color: #fff;
}
.main-content .ecoplanet-content .menu .title {
	margin-top: 32px;
	font-weight: bold;
}

.main-content .ecoplanet-content h2 {
	display: inline-block;
	background-color: #588a29;
	color: #fff;
	border-radius: 32px 32px;
	padding: 16px 32px;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 16px;
}
.main-content .ecoplanet-content h3 {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 24px;
}
.main-content .ecoplanet-content a {
	color: #000;
	text-decoration: underline;
}
.main-content .ecoplanet-content .list {
	margin-left: 16px;
}
.main-content .ecoplanet-content .list a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.main-content .ecoplanet-content .list p {
	margin-bottom: 8px;
}

.main-content .ecoplanet-content .newsitem {
	display: flex;
	flex-direction: row;
	padding: 10px;
	flex-wrap: wrap;
	text-decoration: none;
}
.main-content .ecoplanet-content .newsitem img {
	max-width: 45%;
	margin-right: 3%;
	display: block;
}
.main-content .ecoplanet-content .newsitem .newsinfo {
	max-width: 45%;
}
.main-content .ecoplanet-content .newsitem .newsinfo .newstitle {
	font-weight: bold;
	font-size: 24px;
}
.main-content .ecoplanet-content .newsitem .newsinfo .newsdate {
	font-size: 14px;
	margin-bottom: 8px;
}

.profile .ecoplanet-profile {
	margin-bottom: 100px;
	margin-top: 200px;
}
.profile-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.profile-wrapper .btn {
  margin-top: 8px;
}
.profile-wrapper .btn-primary {
  background-color: #55cf48;
  border-color: #55cf48;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.profile-wrapper .btn-secondary {
  background-color: #929292;
  border-color: #929292;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.profile-wrapper .btn-danger {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.profile-wrapper .btn-invisible {
  background-color: transparent;
  border-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: .375rem 0;
}

.profile-wrapper .profile-buttons {
  border-right: 13px solid #929292;
  width: 320px;
}
.profile-wrapper .profile-buttons div {
  padding: 16px 40px;
  position: relative;
}
.profile-wrapper .profile-buttons div a {
  display: block;
  text-transform: uppercase;
  color: #000;
}
.profile-wrapper .profile-buttons div.active {
  background-color: #55cf48;
  font-weight: bold;
  margin-right: -13px;
}
.profile-wrapper .profile-buttons div.active a {
  font-weight: bold;
}
.profile-wrapper .profile-buttons div.active:after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: -13px;
  background-color: #55cf48;
  font-weight: bold;
  margin-right: -13px;
  width: 0;
  height: 0;
  border-top: 13px solid #55cf48;
  border-left: 13px solid #929292;
}

.profile-wrapper .profile-content {
  margin-left: 30px;
  width: 100%;
}

.profile-wrapper .profile-content h2 {
  background-color: #407b5d;
  padding: 58px 58px 58px 248px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 64px;
  font-family: "Raleway";
  font-weight: 900;
  color: #fff;
  line-height: 0.924;
  text-align: left;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.profile-wrapper .profile-content .profile-userinfo {
  background-color: #407b5d;
  padding: 58px 58px 58px 248px;
}
.profile-wrapper .profile-content .profile-userinfo .profile-username {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  border-bottom: 1px solid #fff;
}

.profile-wrapper .profile-content label {
  text-transform: uppercase;
}
.profile-wrapper .profile-content .red {
  color: #f00;
}

.profile-wrapper .marginleft {
  margin-left: 32px;
}

.profile-wrapper .profile-content .profilelogin {
  margin-bottom: 24px;
}
.profile-wrapper .profile-content .profilelogin input[type=text],
.profile-wrapper .profile-content .profilelogin input[type=password] {
  width: 450px;
}

.profile-wrapper .profile-content .profileform input[type=text],
.profile-wrapper .profile-content .profileform input[type=password],
.profile-wrapper .profile-content .profileform textarea,
.profile-wrapper .profile-content .profileform input.custom-file-input,
.profile-wrapper .profile-content .profileform label.custom-file-label,
.profile-wrapper .profile-content .profileform select {
  width: 550px;
}
.profile-wrapper .profile-content .profileform input.smallcontrol {
  width: 64px;
}

.profile-wrapper .profile-content .table .title {
  font-weight: bold;
}

.profile-wrapper .profile-content .profile-breadcrumbs {
  margin-bottom: 16px;
}
.profile-wrapper .profile-content .profile-breadcrumbs a {
  color: #000;
}

.profile-wrapper .inline {
  display: inline-block;
}
.profile-wrapper .slider {
  width: 256px!important;
}
.profile-wrapper .sliderHandle {
  width: 32px!important;
  height: 32px!important;
  text-align: center!important;
  margin-top: -6px!important;
  padding-top: 2px!important;
}
