@import url("generics.css");
@import url("colorbox.css");
@import url("forms.css");
@import url("tablecloth.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,800,700,600");
@import url("paymentfont.css");
@import url("tooltip.css");
@import url("chosen.css");
@import url("looper.css");
@import url("paymentfont.css");
@import url("font-awesome.min.css");
@import url("pop_ups.css");
@import url("filemanager.css");
@import url("icons.css");

html {
	height:100%;
}
body {
	min-height:100%;
	flex-direction: column;
	display: flex;
	height:100%;
	font-family: 'Open Sans', sans-serif;
}
body.home {
	display:block;
	height:100%;
}
figure {
	margin:0;
}
.header_wrp {

	position:relative;
}
.action {
	cursor:pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:200;
	margin-top:0;
	text-transform:uppercase;
}
.content_wrp {
	display:flex;
	align-items:stretch;
	position:relative;
}
.content_wrp.fullpage {
	/*
	min-height:95%;
	height:95%;
 */
}
.homenews {
	z-index:100;
	font-size:.8em;
	margin-bottom:35em !important;
	padding-top:2em !important;
	background-color: #7cc576;
}
.homenews .base {
		display:flex;
	flex-direction: row;
	flex-wrap:wrap;
}
.homenews h2 {
	text-align:center;
	width:100%;
	font-size: 2.5em;
	color:white;
}
.homenews .newsitem {
	width:50%;
	padding:1em;
}
.homenews .newsitem .date {
	font-size:.8em;
}
.homenews .newsitem h3 {
	font-size:1em;
}
.content_wrp .slider {
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.content_wrp .slider .item {
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.content_wrp .slider nav {
	position:absolute;
	bottom:10%;
	z-index:10;
	width:auto;
	left:50%;
	transform:translateX(-50%);
}
.content_wrp.std {
	/*
	background: #e1e1e1; 
	background: -moz-linear-gradient(left, #e1e1e1 0%, #e1e1e1 50%, #ffffff 50%, #ffffff 100%); 
	background: -webkit-linear-gradient(left, #e1e1e1 0%,#e1e1e1 50%,#ffffff 50%,#ffffff 100%); 
	background: linear-gradient(to right, #e1e1e1 0%,#e1e1e1 50%,#ffffff 50%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=1 ); 
 */
}
.content_wrp.projects {
	background-color:#7cc576;
}
.content_wrp.std > .base .left{
	font-size:.8em;
	padding:3em 2em 0 3em;
}
.content_wrp.std > .base .large{
	font-size:.8em;
	padding:3em;
}
.content_wrp.panel > .base .large{
	font-size:.8em;
	padding:6em 3em;
}
.content_wrp.contact {
	background-image:url(/images/bg_4.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display:flex;
	flex-direction: column;
	align-items: stretch;
	
}

.content_wrp.contact .large, .content_wrp.contact .left{
	flex:1;
}
.content_wrp.contact .left {
	min-height:380px;
}
.content_wrp.contact>.large {
	background-color:rgba(0,0,0,.6);
	color:white;
	padding:1em 0;
	height:400px;
	flex:0;
}
.content_wrp.contact>.large .map {
	color:black;
	flex:1;
}
.content_wrp.contact>.large h3 {
	color:white;
	white-space:nowrap;
	font-weight:600;
}
.content_wrp.contact>.large .base {
	display:flex;
	justify-content: space-between;
}
.content_wrp.contact>.large .base>div {
	font-size:.8em;
}
.contact-page .content_wrp.contact>.large .map {
	flex:.7;
}
.content_wrp.contact>.large .base>div:nth-child(2) {
	margin:0 3em;
	flex:.8;
}
.content_wrp.contact_home {
	padding:2em 0;
	font-size:0.8em;
}
.contact_home h2 {
	font-size: 2.5em;
	color:white;
	text-align:center;
}
body.home .content_wrp {
	display:block;
	height:94%;
}
body.home .content_wrp.invest {
	height:auto;
	padding:3em 0;
}
body.home .content_wrp.contact {
	height:auto;
	display:flex;
	padding:0;
}
.promos {
	display:flex;
	justify-content: space-between;
}
.promos .item i {
	display:inline-block;
	font-size:2.3em;
	border:1px solid #7cc576;
	padding:.5em;
	border-radius:50%;
	color:#7cc576;
}
.promos .item h2 {
	font-size:1em;
	font-weight:bold;
	margin-top:1em;
	position:relative;
	padding:0 0 .5em 0;
	margin-bottom:.5em;
}
.promos .item h2::after {
	content:"";
	position:absolute;
	border-bottom:1px solid  #7cc576;
	bottom:0;
	width:50%;
	left:50%;
	transform: translateX(-50%);
}
.promos .item p {
	text-align:justify;
	font-size:.7em;
}
.promos .item {
	width:20%;
	text-align:center;
}


body.home .content_wrp.invest .large h1 {
	text-align:center;
	margin-bottom:2em;
}
.meet .large h1 {
	text-align:center;
	margin-bottom:1em;
}
/*
.content_wrp.team {
	background:white;
}
.content_wrp.team h1 {
	text-align:center;
	padding-bottom:2em;
}
.content_wrp.team .left {
	display:none;
}
.content_wrp.team .large {
	max-width:900px;
	margin:0 auto;
}
*/
.main {
	max-width:1050px;
	margin:0 auto;
}

.bg_gray_1 {
	background-color:#e9e9e9;
}
.bg_gray_2{
	background-color:#d7d7d7;
}
.bg_gray_3 {
	background-color:#cccccc;
}
.bg_gray_4 {
	background-color:#555555;
}
.bg_green {
	background-color:#7cc576;
	padding:1em 0;
}
.bg_white {
	background-color:#ffffff;
}
.padded {
	padding:.5em 0;
}
.paddedtop {
	padding:1em 0 0 0;
}

.base {
	min-width:940px;
	margin:0px auto;
	width: auto;
	width:100%;
	max-width: 1160px;
}
.base.narrow {
	min-width:360px;
	max-width:600px;
	margin:0 auto;
}
.menutop {
	color:#ececec;
	text-align:right;
	font-size:.7em;
	text-transform:uppercase;
}
.menutop li b {
	font-weight:normal;
	font-size:.8em;
}
.menutop .languages {
	position:relative;
}
.menutop .languages:hover ul{
	display:block;
}
.menutop .languages ul {
	display:none;
	position:absolute;
	top:1em;
	right:-1em;
	background-color:#999999;
	padding:1em 2.5em 1em 1.6em;
	text-align:left;
	z-index:3;
}
.menutop .languages ul li {
	margin:.5em 0em;
	white-space:nowrap;
}
.menutop .languages ul li .selected {
	color:#A6EFA0;
}
ul.menu {
	margin:0 0 0 0;
	padding:0;
}
ul.menu>li{
	display:inline-block;
	text-align:center;
	flex:1;
	margin:0 0 0 3em;
}
ul.menu ins {
	margin-right:.5em;
}
.mainmenu a.selected {
	color:#ffffff;
	border-bottom:1px solid #7CC576;
	padding-bottom:.3em;
}
.mainmenu ul.menu li {
	position:relative;
}
.mainmenu ul.menu li:hover ul{
	display:block;
}
.mainmenu ul.menu li ul {
	display:none;
	position:absolute;
	top:1em;
	right:0;
	white-space:nowrap;
	z-index:10000;
}
.mainmenu ul.menu li ul {
	padding:0;
	width:940px;
	background:#ffffff;
	padding:2em;
	background-image:url('/images/logo.png');
	background-position: 0px -34px;
	background-repeat:no-repeat;
}
.mainmenu ul.menu li ul li {
	margin:0;
	display:inline-block;
	vertical-align:top;
	width:24%;
	font-weight:200;
}
.mainmenu ul.menu li ul li h3 {
	font-size:.8em;
}
.mainmenu ul.menu li ul li ul {
	position:static;
	white-space: normal;
	padding:0;
	width:auto;
	background-image:none;
}
.mainmenu ul.menu li ul li ul li {
	display:block;
	font-size:.8em;
	width:auto;
	padding:.3em 0 .3em 0em;
}
.mainmenu ul.menu li ul li ul li:hover a{
	color:#7CC576;
}
.mainmenu ul.menu li ul li ul li span {
	font-size:.8em;
}
.mainmenu .menuicon {
	display:none
}
.header {
	display:flex;
	align-items: center;
}
.header > div {
	display: inline-block;
	font-size: .8em;
	margin-left:1em;
}
.header .logo {
	width:200px;
	flex:0;
	vertical-align:middle;
}
.header .mainmenu {
	flex:1;
	align-content:center;
	color:#ffffff;
	text-transform:uppercase;
	white-space:normal;
	text-align:right;
	margin-left:10em;
}
.header .mainmenu a:hover, .header .mainmenu a.on {
	color:#7CC576;
}
.login {
	color: #999999;
	flex:0;
	text-transform:uppercase;
	white-space: nowrap;
}
.login a {
	margin: 0 1em;
}
.social_login {
	margin:3.4em auto 0 auto;
}
.social_login .normal {
	margin:1em 0;
}
.share {
	flex: 0;
	white-space: nowrap;
}
.share a {
	display:inline-block;
	text-align:center;
	width:1.5em;
	height:1.5em;
	border:1px solid #999999;
	color: #999999;
	border-radius:50%;
	padding:0em 0;
	margin-left:.5em;
}
.share a:hover {
	color:#ffffff;
	background-color:#63c361;
}
.share.big {
	text-align:center;
}
.share.big a {
	font-size: 4em;
	color: #999999;
	background-color:#d0d0d0;
	border: 1px solid  #caf6ac;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding:.3em .45em;
	text-align:left;
}
.fa-facebook {
	/*color:#0c71b7;*/
}
.fa-twitter {
	/*color:#2ec6f8;*/
}
.fa-linkedin {
	/*color:#1a84bc;*/
}
.fa-google-plus {
	/*color:#d73d32;*/
}
.fa-pinterest-p {
	/*color:#bd2126;*/
}
.base.home {
	position:relative;
	display:flex;
	align-items:stretch;
	height:100%;
}
.base.columns {
	display:flex;
}
.base.columns .left {
	width:300px;
	min-width:300px;
	height:100%;
}
.base.columns .large {
	background-color:white;
	flex:1;
}
.base.columns .large.projects {
	background-color:transparent;
	text-align:center;
}
.base.columns .large.projects .banner {
	display:inline-block;
	margin:1.6em;
	background-color:white;
	width:315px;
}
.base.columns .large.projects .banner,
.base.columns .large.projects .banner .info{
	position:relative;
	transform:none;
}
.base.columns .large.projects .banner .name {
	width:336px;
}
.base.columns .large.projects .banner .numbers {
	font-size:0.9em;
}
.base.columns .large.projects .banner .description {
	font-size:.8em;
}
.brief {
	position:absolute;
	padding: 1em;
	top:50%;
	color:white;
	font-weight:300;
	text-transform:uppercase;
	transform:translateY(-50%);
}
.brief .headline, .brief .subheadline, .brief button {
	background:none;
	background-color: rgba(0,0,0,.5);
	white-space:nowrap;
	padding:3vh;
}
.brief .headline {
	font-size:3em;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	padding-bottom:0;
}
.brief .headline b, .brief .headline strong {
	font-weight:600;
}
.brief .subheadline {
	font-size:2em;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	padding-top:0;
}
.brief button {
	margin-top:2em;
	border:0;
	color:white;
	padding:1vh 3vh;
	font-size:.9em;
	font-weight:400;
}
.banner {
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	width:365px;
	right:3vh;
	background-color:rgba(255,255,255,.85);
}
.banner .info {
	position:absolute;
	top: 50%;
	color:#333333;
	transform:translateY(-50%);
}
.banner .name {
	width:388px;
	height:62px;
	margin:0 -11px;
	padding:.3em 0;
	color:white;
	font-size: 1.4em;
	text-align:center;
	text-transform:uppercase;
	background-image:url(/images/ribbon.png);
	background-size:100% 100%;
}
.banner .numbers, 
.banner .description,
.banner .days,
.banner .button {
	margin:2em 1em;
	text-align:center;
	font-size:.9em;
}
.banner .graph {
	margin:0 1em;
}
.banner .numbers {
	font-size:1.1em;
	line-height:1.5em;
}
.banner .numbers span {
	display:block;
}
.banner .numbers span b {
	color:#669966;
	font-weight:600;
}
.banner .description {
	padding: .5em 0;
	border-top: 1px solid #669966;
	border-bottom: 1px solid #669966;
	line-height:1.3em;
	min-height:4.9em;
}
.banner .days {
	font-size:.7em;
}
.banner .info .button {
	display: block;
	box-sizing:border-box;
	width:auto;
	background-color:#63c462;
	padding:.3em 1em;
	border:2px solid #6c6c6c;
	border-radius:3px;
	color:white;
	
}
.graph {
	padding:0 0 0 0;
	overflow:auto;
}
.graph .line, .banner .graph .line {
	background-color:#555555;
	position:relative;
	height:.2em;
	margin-top:3.5em;
	margin-bottom:1.8em;
	border-radius:.1em;
}
.graph .bar {
	height:2.2em;
	display:block;
	position:absolute;
	background-color:#7cc576;
	bottom:0;
}
.graph .max {
	position:absolute;
	right:0;
	top:-2em;
	text-align:right;
	height:2em;
}
.graph .over {
	position:absolute;
	right:30%;
	top:-2em;
	text-align:center;
	height:2em;
}
.graph .current {
	position:absolute;
	left:100%;
	top:0;
	text-align:left;
	padding:0 .2em;
	height:2.2em;
	line-height:1em;
	border-left:1px solid #669966;
	white-space:nowrap;
}
.graph .current.inv {
	left:auto;
	right:0;
	border:0;
	border-right:1px solid #669966;
	text-align:right;
	border-left:0;
}
.graph .current .label {
	font-size:.7em;
}
.graph .tippoint {
	height:20px;
	top:0;
	background-position:center bottom;
	width:.3em;
	text-align:center;
	font-size:.5em;
	position:absolute;
	background-color:#555555;
}
.graph .tippoint .label {
	position:absolute;
	display:inline-block;
	width: auto;
	right:0.6em;
	bottom:0;
	white-space:nowrap;
	
}
.loginregister,
.recover_pane{
	position:absolute;
	display:none;
	top:0;
	right:0;
	left:0;
	bottom:0;
	height:100%;
	z-index:1000;
	font-size:.8em;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(left, #e1e1e1 0%, #e1e1e1 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e1e1e1 0%,#e1e1e1 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e1e1e1 0%,#e1e1e1 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.recover_pane {
	z-index:1001;
}
.loginregister .base,
.recover_pane .base{

	height:100%;
}
.loginregister .large,
.recover_pane .large {
	padding:3em 6em;
}
.loginregister .left,
.recover_pane .left {
	text-align:right;
	padding: 2em;
	flex:0 !important;
}
.loginregister h1,
.recover_pane h1 {
	font-weight:200;
	font-size:2.7em;
	margin-bottom:1em;
	text-transform:uppercase;
}
.loginregister h2,
.recover_pane h2 {
	font-size:1.2em;
	color:#999999;
	font-weight:normal;
}
.loginregister .form_wrp,
.recover_pane .form_wrp {
	display:flex;
}
.loginregister .form_wrp > div,
.recover_pane .form_wrp > div {
	width:40%;
}
.loginregister .form_wrp > div.sep {
	width:20%;
	margin-top:7em;
	text-align:center;
}
.loginregister .orsep {
	text-align: center;
}
.loginregister a:link {
	color:#5c9457;
	text-decoration:underline;
}

.pop_newsletter {
	position:absolute;
	top:330px;
	background-color:#80b97b;
	border:2px solid white;
	border-top:0;
	border-radius:.3em;
	border-top-left-radius:0;
	border-top-right-radius: 0;
	right:0;
	z-index:2;
	color:#555555;
	padding:.3em 1em;
	transform: rotate(90deg);
	transform-origin: top right;
	cursor:pointer;
}
.newsletterpop {
	/*position:absolute;*/
	display:none;
	top:0;
	right:0;
	left:0;
	bottom:0;
	height:100%;
	z-index:1000;
	font-size:.8em;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.newsletterpop.soonpop {
	
}
.newsletterpop .base{

	height:100%;
}
.newsletterpop .large{
	padding:3em 6em;
	background-color:transparent !important;
}
.newsletterpop .form_wrp{
	display:block;
	width:30%;
	text-align:center;
	min-height:20%;
	top:25px;
	left:50%;
	border-radius:.9em;
	padding:1em;
	background-color:rgba(255,255,255,.8);
}
.soon .newsletterpop .form_wrp {
	background-color:transparent;
	color:#1B567B;
	width:auto;
	max-width:575px;
	margin:0 auto;
}

.soon .newsletterpop .form_wrp h1 {
	font-size:2.5em
}
.soon .newsletterpop .form_wrp .stdform {
	height:35px;
	border-radius:5px;
	background-color:white;
}
.soon .newsletterpop .form_wrp .stdform fieldset {
	display:inline-block;
	padding:0;
	margin:0;
	float:left;
}
.soon .newsletterpop .form_wrp .stdform fieldset.submit {
	float:right;
}
.soon .newsletterpop .form_wrp .stdform .flexwrp > div {
	margin:0;
	padding:0;
	vertical-align:top;
}
.soon .newsletterpop .form_wrp .stdform input {
	background:transparent;
	border:0;
	color:black;
}

.soon .newsletterpop .form_wrp .stdform .butonize,
.soon .newsletterpop .form_wrp .stdform input {
	padding:0 1em;
	height:2.7em;
	vertical-align:top;
}
.soon .newsletterpop .form_wrp .stdform .butonize {
	padding:0 3em;
}
.soon .newsletterpop .noLabel .error {
	flex:auto;
	padding:0;
	display:block;
	text-align:left;
}

.soon .soonpop ::-webkit-input-placeholder { color:#1B567B; }
.soon .soonpop ::-moz-placeholder { color:#1B567B; } /* firefox 19+ */
.soon .soonpop :-ms-input-placeholder { color:#1B567B; } /* ie */
.soon .soonpop input:-moz-placeholder { color:#1B567B; }


.soon.yme .base.header {
	justify-content: center;
}
.soon small {
	font-size:.7em;
	color:white;
}
.soon .stdform.maillist .noLabel label.error {

    width: 100%;
    position: absolute;
    top: 100%;
}
.yme .newsletterpop .form_wrp {
	color:black;
	max-width:650px;
	width:100%;
}
.yme .newsletterpop .form_wrp .stdform {
	border-color:#5b9356;
	border-radius:5px;
}
.yme .newsletterpop.soonpop {
	background-image:url(/images/water_tower.jpg);
	background-size:cover;
}
.yme .xpto {
	text-align:left;
	padding:1em;
	background-color:white;
}
.yme .newsletterpop .form_wrp .stdform input {
	color:black;
}

.yme  ::-webkit-input-placeholder { color:gray; }
.yme  ::-moz-placeholder { color:gray; } /* firefox 19+ */
.yme  :-ms-input-placeholder { color:gray; } /* ie */
.yme  input:-moz-placeholder { color:gray; }


	.yme .newsletterpop {
		position:static;
		width:100%;
	}
	.yme .newsletterpop .form_wrp{
		position:static;
		transform:none;
		margin:0 auto;
	}

.soon.yme .base.header {
	justify-content: center;
}
.soon small {
	font-size:.7em;
	color:white;
}
.soon .stdform.maillist .noLabel label.error {

    width: 100%;
    position: absolute;
    top: 100%;
}
.yme .newsletterpop .form_wrp {
	color:black;
	max-width:650px;
	width:100%;
}
.yme .newsletterpop .form_wrp .stdform {
	border-color:#5b9356;
	border-radius:5px;
}
.yme .newsletterpop.soonpop {
	background-image:url(/images/water_tower.jpg);
	background-size:cover;
}
.yme .xpto {
	text-align:left;
	padding:1em;
	background-color:white;
}
.yme .newsletterpop .form_wrp .stdform input {
	color:black;
}

.yme  ::-webkit-input-placeholder { color:gray; }
.yme  ::-moz-placeholder { color:gray; } /* firefox 19+ */
.yme  :-ms-input-placeholder { color:gray; } /* ie */
.yme  input:-moz-placeholder { color:gray; }


	.yme .newsletterpop {
		position:static;
		width:100%;
	}
	.yme .newsletterpop .form_wrp{
		position:static;
		transform:none;
		margin:0 auto;
	}
	.newsletter {
		text-align:left;
	}
	.newsletter > span {
		display:block;
		text-align:left;
		font-size:.9em;
		color:white;
	}
.related {
	margin-bottom:2em;
}
.related h3,
.help_column h3{
	color:#495054;
	font-size:1em;
	text-transform:uppercase;
	font-weight:600;
	background-image:url("/images/underline.png");
	background-position:left bottom;
	padding:.3em 0 .6em 0;
	position:relative;
 
}
.related h3::after,
.help_column h3::after {
	height:1px;
	bottom:-1px;
	left:0;
	right:0;
	position:absolute;
	content:"";
	background: rgb(124,197,118); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(124,197,118,1) 0%, rgba(124,197,118,1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(124,197,118,1) 0%,rgba(124,197,118,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to right,  rgba(124,197,118,1) 0%,rgba(124,197,118,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cc576', endColorstr='#000000',GradientType=1 ); 

}
.related ul{
	padding:0;
	list-style:none;
}
.related ul li {
	margin:0 0 .5em 0;
	display:flex;
	flex-direction: column;
}
.related ul li i {
	margin-right:.5em;
}

.related ul li a, 
.related ul li span, 
.related ul li p {
	display:block;
	vertical-align:top;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	flex:1;
}
.related a:hover, .related a.on{
	color: rgba(124,197,118,1);
}
.related ul li>ul{
	display:block;
	width:100%;
	margin:.5em 0 .5em .5em;
}
.related.documents img {
	width:100%;
}
.related.content a {
	font-weight:normal;
}
.related.content span {
	font-size:.8em;
}
.related.submenu {
	margin-top:2px;;
}
.gallery .looper-inner {
	height:285px !important;
	width:500px !important;
}
.gallery .looper-inner li{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-position:center;
	background-size:cover;
}
.gallery nav {
	position:absolute;
	bottom:1em;
	z-index:2;
	left:0;
	right:0;
	text-align:center;
}

.content_wrp.std .large.project, 
.content_wrp.std .large.content {
	padding-right:0;
	padding-left:2em;
}
.content_wrp.std .large.content a {
	color:rgba(124,197,118,1);
	text-decoration:underline
}
.content_wrp.std .large.content h3 {
	margin-bottom:1.5em;
}
.content_wrp.std .large.content h2.share-headline {
	text-align:right;
}
.content_wrp.std.share-investment  .large.content h2.share-headline,
.content_wrp.std.share-investment  .large.content .share-content {
	text-align:center;
	font-size:1.5em;
}
.content_wrp.std.share-investment  .large.content h2.share-headline {
	margin-top:4em;
}

.content_wrp.soonhome {
	flex-direction: column;
}
.project .graph {
	margin-top:1em;
	width:500px;
	padding:0 1em 1em;
	background-color:#f0f0f0;
}
.project .days {
	text-transform:uppercase;
	font-size:.9em;
	border-top:1px solid #669966;
	border-bottom:1px solid #669966;
	padding: 1em 0;
	overflow:auto;
}
.project .days b{
	color:#669966;
}
.project h2 {
	font-size:1.3em;
}
.project h3 {
	text-transform:none;
	padding: 1em 0;
	font-weight:600;
	font-size:1em;
	border-bottom:1px solid #669966;
	overflow:auto;
}
.project .meta {
	line-height:2em;
}
.project .meta span{
	color:#669966;
	margin-right:.5em;
	text-transform:uppercase;
}
.project .tabs_wrp {
	margin-top:3em;
}

.content .floater,
.project .floater{
	float:right;
	margin:0em 0 1em 1em;
}

.project .galery li{
	height:285px;
	background-size:cover;
	background-position:center;
}
.project .invest {
	text-align:right;
}
.tabs_wrp {
	clear:both;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space:nowrap;
}
ul.tabs li{
	color: #898989;
	display: inline-block;
	padding: .5em 0px;
	margin:0;
	cursor: pointer;
	text-align:center;
	white-space:nowrap;
	width:25%;
	text-transform:uppercase;
}

ul.tabs li.current{
	background-color:#ebebeb;
	color: #669966;
	font-weight:600;
	
}
.content_wrp.std .large.content  .teamtabs a {
	color:black;
}
.tab-content{
	display: none;
	padding: 3em 0;
	border-top:1px solid #707070;
	min-height:25em;
}

.tab-content.current{
	display: inherit;
}
.tab-content .proj_documents h3, .tab-content .documents h3, .tab-content .events h3 {
	color:#2e89c7;
	font-size:20px;
	border-bottom: 1px dotted #203873;
	padding: 5px 0px 5px 10px;
	margin-bottom:5px;
}
.tab-content .proj_documents div h3 {
	border:0px;
}
.tab-content .tab-next {
	display:block;
	text-align:right;
	margin-top:2em;
	color:#2e89c7;
	font-weight:bold;
	font-size:14px;
}

.footer {
	background-color:#7cc576;
	padding:1em 0;
}
.credits {
	color:#333333;
	font-size:.8em;
}
.credits .box {
	width:33%;
	display:inline-block;
}
.credits .box.middle {
	text-align: center;
}
.credits .box.last {
	text-align:right;
}

.credits .box.share a{
	color:#333333;
	border-color:#333333;
}
.textmenu {
	padding-bottom:2em;
	text-align:center;
	font-size:.8em;
}
.textmenu a {
	margin:0 2em;
}

.teamtabs ul.tabs {
	border-bottom: 1px solid #cecece;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
	display:flex;
	justify-content:space-between;
}
.teamtabs ul.tabs li{
	width:25%;
	border:0;
	padding-top:0;
	background-color:#e2e2e2;
}

.teamtabs ul.tabs li:hover, .team ul.tabs li.current{
	background-color:#7cc576;
	color:black;
}

.teamtabs ul.tabs li span {
	display:block;
	text-align:center;
	
}
.teamtabs .foto {
	width:100%;
	padding-top:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
}
.teamtabs span.name {
	margin-top:1em;
	font-weight:normal;
}
.teamtabs span.title {
	margin:.5em 0;
	font-size:.75em;
}
.teamtabs span.social {
	margin-top:2em;
}
.teamtabs span.social ins{
	border-radius:50%;
	background-color: #7cc576;
	color:#fff;
	padding:.2em;
	width:1.4em;
	height:1.4em;
	font-size:.9em;
	margin:0 .2em;
}
.teamtabs li:hover, .team .tab-content.current {
	background-color:#7cc576;
	
}
.teamtabs li:hover ins.fa-linkedin, 
.teamtabs li.current ins.fa-linkedin {
	background-color:#3e61af;
}
.teamtabs li:hover ins.fa-google-plus, 
.teamtabs li.current ins.fa-google-plus {
	background-color:#df5c64;
}
.teamtabs li:hover ins.fa-twitter, 
.teamtabs li.current ins.fa-twitter {
	background-color:#74c7d5;
}

.teamtabs .tab-content {
	margin-top:2em;
	border:0;
	text-align:justify;
	padding:2em;
	font-size:1em;
}
.help_column {
	padding:1em;
	background-color:#ededed;
	text-align:left;
	margin-top:3em;
}


.project .share-content {
	margin:0;
	float:left;
}

.share-content {
	text-align:right;
	padding-right:1em;
	margin-top:2em;
}
.content_wrp.std .large.content .share-content {
	padding-right:0;
}
.share-content ul {
	list-style:none;
	font-size:1.5em;
	color:white;
	padding:0;
	margin:0;
}
.share-content ul li {
	display:inline-block;
	color:white;
}
.share-content ul a {
	text-decoration:none;
	color:inherit;
	padding:.2em .5em;
	border:1px solid white;
	background-color:#389055;
	border-radius:50%;
	width:1.9em;
	height:1.8em;
	display:inline-block;
	text-align:center;
	color:white !important;
	transition: background-color, color .2s;
}
.share-content ul a:hover {
	color:#3E5768;
	background-color:#389055;
	transition: background-color, color .2s;
}
.soon .newsletterpop {
	display:block !important;
}
.soon .mainmenu,
.soon .login{
	/*display:none;*/
}

.panel .fillallinfo {
	margin-bottom:3em;
}

.thumblist {
	display:flex;
	flex-wrap:nowrap;
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:1px solid #f0f0f0;
}
.thumblist .thumb {
	width:120px;
	height:120px;
	background-size:cover;
	background-position:center;
	margin-right:2em;
	border-radius:.3em;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(204,204,204,1);
	box-shadow: 1px 1px 2px 1px rgba(204,204,204,1);
}
.thumblist .date {
	font-size:.8em;
	font-style:italic;
}
.thumblist h2 {
	margin:0;
}
.thumblist p {
	padding-top:0;
}
.follow i.fa:before {
	content:'\f09e';
}

.follow.active i.fa:before {
	content:'\f087';
}
.questions-loggedout {
	text-align:center;
	padding-bottom:3em;
}
.questions-loggedout a {
	color:#7cc576;
}
.no-results {
	text-align:center;
	padding:2em 0;
	color:#aeaeae;
}
.defGroup {
	display:table;
	border-collapse: separate;
	font-size:.9em;
}
.defGroup > div {
	display:table-row;
}
.defGroup .term {
	min-width:185px;
	width:185px;
	display:table-cell;
	text-align:right;
	vertical-align:top;
}
.defGroup .term small {
	font-size:.7em;
	font-style:italic;
}
.defGroup .def {
	width:100%;
	display:table-cell;
	padding-left:1em;
	vertical-align:top;
}
.defGroup {
	padding:1em 0;
}
.fadeBox {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding-bottom:50%;
	z-index:100;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg1 {
	background-image:url(/images/slide_1.jpg);
}
.bg2 {
	background-image:url(/images/slide_2.jpg);
}
@media (max-width:720px) {
	.homenews {
		margin-bottom:11em !important;
	}
	
	.base {
		min-width:0;
	}
	.homenews .newsitem {
		width:100%;
	}
	.newsletterpop .large {
		padding: 3em 1em;
	}
	.mainmenu {
		position:relative;
	}
	.mainmenu .menuicon {
		display:block;
	}
	#mainmenu {
		position:absolute;
		background: black;
		width: 300px;
		right: 0px;
		padding:1em .5em;
		z-index:1200;
		display:none;
	}
	#mainmenu >li {
		display:block;
		text-align:right;
		margin:0;
	}
	#mainmenu >li a{
		padding:.5em 0;
		display:block;
	}
	.mainmenu:hover #mainmenu {
		display:block;
	}
	.left {
		display:none;
	}
	
	.content_wrp.std .large.content {
		padding:.5em;
	}
	.teamtabs ul.tabs {
		flex-wrap:wrap;
	}
	.teamtabs ul.tabs li {
		width:50%;
		font-size:.8em;
	}
	.pop_newsletter {
		display:none;
	}
	.credits .box {
		width:100%;
		text-align:center;
		padding:.5em;
	}
	.credits .box.last {
		text-align:center;
	}
	.contact_home h2 {
		margin:0;
	}
	.newsletterpop .large {
		padding:3em .5em;
	}
	.contact .base {
		flex-direction:column;
	}
	.content_wrp.contact > .large .base > div:nth-child(2)  {
		margin:0;
	}
	.content_wrp.contact > .large .base > div {
		padding:1em;
	}
	.stdform.contact fieldset.submit {
		position:relative;
	}
}

@media (max-width:480px) {
	.header .mainmenu {
		margin-left:9em;
	}
	.stdform.maillist .noLabel input {
		width:190px !important;
	}
	.butonize.wide {
		padding-left:1em;
		padding-right:1em;
	}
}