html,
body {
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
  color: #21233e;
}
html.locked,
body.locked {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #21233e;
}
h1 {
  text-align: center;
  font-size: 53px;
  line-height: 58px;
  margin-top: 35px;
  margin-bottom: 50px;
}
h1.no-bottom-margin {
  margin-bottom: 0px;
}
h1.no-top-margin {
  margin-top: 0px;
}
h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
}
h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 29px;
}
h4 {
  color: #83c34b;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
}
h5 {
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}
h6 {
  font-size: 18px;
  line-height: 24px;
}
p {
  font-size: 18px;
  line-height: 30px;
}
p img {
  max-width: 100%;
}
ol {
  padding: 0px;
  counter-reset: item;
}
ol li {
  display: block;
  margin-bottom: 20px;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #83c34b;
}
li {
  font-size: 18px;
}
a {
  color: #21233e;
  text-decoration: underline ;
}
a:hover,
a:visited,
a:active,
a:focus {
  color: #21233e;
  outline: none;
}
.container {
  clear: both;
}
.center-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
/* menu */
.navbarnew {
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.navbarnew .logonew {
	max-width: 25%;
}
.navbarnew .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    width: 75%;
}
.navbarnew .nav li {
	float: left;
	padding: .3em 0.3em;
}
.navbarnew .nav li a{
	font-size: 17px;
}

.navbar-brand {
  padding: 0 15px;
}
.navbar {
  margin-top: 10px;
  margin-bottom: 60px;
}

.nav > li {
  margin: 10px 0px;
  padding: .3em .9em;
}
.nav > li.first {
  background-color: #e67f32;
}
.nav > li > a {
  color: #21233e;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 18px;
  padding: 0px;
}
.nav > li.first > a {
  color: white;
  text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:visited,
.nav > li > a:active,
.nav > li > a:focus {
  text-decoration: none;
  background-color: white;
}
.nav > li > a:hover {
  border-bottom: solid 3px #21233e;
}
.nav > li.first:hover,
.nav > li.first:visited,
.nav > li.first:active,
.nav > li.first:focus {
  background-color: #83c34b;
}
.newnav.nav > li.first:hover,
.newnav.nav > li.first:visited,
.newnav.nav > li.first:active,
.newnav.nav > li.first:focus {
  background-color: #52b6a5;
}
.nav > li.first > a:hover,
.nav > li.first > a:visited,
.nav > li.first > a:active,
.nav > li.first > a:focus {
  text-decoration: none;
  background-color: #83c34b;
  border-bottom: solid 0px #21233e;
}
.newnav.nav > li.first > a:hover,
.newnav.nav > li.first > a:visited,
.newnav.nav > li.first > a:active,
.newnav.nav > li.first > a:focus {
  background-color: #52b6a5;
}
.nav > li.loggedin {
  font-family: 'Ubuntu';
  color: #76b8b5;
}
.logo {
  margin-top: 2px;
  max-width: 100%;
}
.header-search {
  margin-left: 2px !important;
}
.header-search:hover {
  border-bottom: none !important;
}
.top-search {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 0px;
  display: none;
  border: solid 1px #21233e;
  color: #21233e;
}
.header-highlights {
  float: right;
  margin-top: 9px;
}
.header-highlight {
  background: #83c34b;
  width: 223px;
  height: 64px;
  border-radius: 0px 15px 15px 15px;
  color: white;
  height: 66px;
  text-align: center;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
}
.header-highlight:hover,
.header-highlight:visited,
.header-highlight:active,
.header-highlight:focus {
  color: white;
}
.header-highlight:hover {
  background: #21233e;
}
.header-highlight .left {
  float: left;
  width: 40px;
}
.header-highlight .right {
  float: left;
  width: 160px;
}
.header-highlight .right .line1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.header-highlight .right .line2 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.mainbuttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 2rem 0;
}
.mainbuttons a.header-highlight {
	width: initial;
	height: initial;
	padding: .3rem 2rem;
	margin: 0 1.3rem;
	color: white;
	background-color: #52b6a5;
	font-size: 3vw;
	font-variant-caps: all-small-caps;
	text-decoration: none;
}
.mainbuttons a.header-highlight:hover {
  background: #e67f32;
}
/* homepage */

.homepage-poster {
  position: relative;
  clear: both;
}
.homepage-poster .poster {
  /*margin-top: 35px;*/
  max-width: 100%;
}
.homepage-poster .right {
  font-family: 'Ubuntu', sans-serif;
  position: absolute;
  font-weight: 300;
  right: 25px;
  max-width: 260px;
  top: 0px;
  margin-top: 0px;
  text-align: right;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  color: #4e7084;
}
.homepage-poster .info {
  position: absolute;
  left: 25px;
  top: 10px;
}
.homepage-poster .line {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 29px;
  margin-top: 0px;
  margin-bottom: 23px;
  color: #4e7084;
}
.homepage-poster .line span {
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  margin-top: 6px;
  display: block;
}
.homepage-content {
  text-align: center;
}
.homepage-content p {
  font-size: 18px;
  line-height: 30px;
}
.homepage-content .newsletter {
  margin-bottom: 40px;
  margin-top: 20px;
}
.homepage-content .newsletter p {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0px;
}
.homepage-content .newsletter input[type=email] {
  margin-top: 14px;
  width: 260px;
}
.green-bg {
  background: #83c34b;
  color: white;
}
.newgreen-bg {
  background: #c6d2bb;
  color: white;
}
h1.cadetblue {
  color: #52b6a5;
}
.cadetblue-bg {
  background: #52b6a5;
  color: white;
  margin: 4em 0 2em;
}
.cadetblue-bg h1,
.cadetblue-bg h2,
.cadetblue-bg h3,
.cadetblue-bg h4,
.cadetblue-bg h5,
.cadetblue-bg h6 {
  color: white;
}
.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5,
.green-bg h6 {
  color: white;
}
.testimonialshomepage {
	min-height: 440px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.testimonialshomepage h4 {
	color: #21233e;
}
input[type=text],
input[type=password],
input[type=email] {
  color: #83c34b;
  border: solid 1px #83c34b;
  font-size: 24px;
  height: 33px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #83c34b;
  font-size: 14px;
}
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #83c34b;
  font-size: 14px;  
}
textarea:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #83c34b;
  font-size: 14px;  
}
.btn-arrow {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #83c34b;
  background: white;
  border: none;
  outline: none;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-top: 12px;
}
.realbtn-arrow {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #83c34b;
  background: white;
  border: none;
  outline: none;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-top: 12px;
}
.btn-arrow .totheleft{
	padding-left: 0;
}
.btn-arrow:after {
  content: url('../images/btn-arrow-green.png');
  width: 25px;
  height: 34px;
  position: absolute;
  right: -15px;
  top: -2px;
}
.realbtn-arrow:after {
  content: url('../images/btn-arrow-green.png');
  width: 25px;
  height: 34px;
  position: absolute;
  right: -15px;
  top: -2px;
}
.btn-arrow.orange {
	color: #e67f32;
}
.realbtn-arrow.orange {
	color: white;
	background-color: #e67f32;
	padding: 13px 46px 13px 20px;
}
.btn-arrow.orange:after {
  content: url('../images/btn-arrow-orange.png');
}
.realbtn-arrow.orange:after {
  content: url('../images/btn-arrow-white.png');
  right: 18px;
  top: 11px;
}
.btn-arrow:hover,
.btn-arrow:visited,
.btn-arrow:active,
.btn-arrow:focus {
  color: #83c34b;
  text-decoration: none;
}
.btn-arrow:hover:after {
  content: url('../images/btn-arrow-green-hover.png');
  top: -9px;
}
.btn-arrow.orange:hover,
.btn-arrow.orange:visited,
.btn-arrow.orange:active,
.btn-arrow.orange:focus {
  color: #e67f32;
  text-decoration: none;
}
.realbtn-arrow.orange:hover,
.realbtn-arrow.orange:visited,
.realbtn-arrow.orange:active,
.realbtn-arrow.orange:focus {
  color: white;
  text-decoration: none;
}
.btn-arrow.orange:hover:after {
  content: url('../images/btn-arrow-orange-hover.png');
  top: -9px;
}
.realbtn-arrow.orange:hover:after {
  content: url('../images/btn-arrow-white-hover.png');
  top: 3px;
}
.btn-arrow.left-arrow:after {
  content: '';
}
.btn-arrow.left-arrow:before {
  content: url('../images/btn-arrow-green-left.png');
  width: 25px;
  height: 34px;
  position: absolute;
  left: -15px;
  top: -2px;
}
.btn-arrow.left-arrow:hover:after,
.btn-arrow.left-arrow:visited:after,
.btn-arrow.left-arrow:active:after,
.btn-arrow.left-arrow:focus:after {
  content: '';
}
.btn-arrow.left-arrow:hover:before {
  content: url('../images/btn-arrow-green-hover-left.png');
  top: -9px;
}
.btn-arrow.white {
  background: transparent;
  color: white;
}
.btn-arrow.white:after {
  content: url('../images/btn-arrow-white.png');
}
.btn-arrow.white:hover {
  color: white;
}
.btn-arrow.white:hover:after {
  content: url('../images/btn-arrow-white-hover.png');
}
.btn-arrow.extra-margin {
  margin-top: 35px;
  margin-bottom: 35px;
}
.btn-grey {
  background-image: url('../images/btn-grey.png');
  background-color: transparent;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #83c34b;
  border: none;
  outline: none;
  position: relative;
  text-decoration: none;
  margin-top: 12px;
  width: 454px;
  height: 72px;
  line-height: 72px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.btn-grey:after {
  content: url('../images/btn-arrow-green.png');
  width: 25px;
  height: 34px;
  position: relative;
  right: -15px;
  top: 9px;
}
.btn-grey:hover,
.btn-grey:visited,
.btn-grey:active,
.btn-grey:focus {
  color: #83c34b;
  text-decoration: none;
}
.btn-grey.small {
  background-image: url('../images/btn-grey-small.png');
  width: 289px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
}
.btn-orange {
  background-image: url('../images/btn-orange.png');
  background-color: transparent;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  border: none;
  outline: none;
  position: relative;
  text-decoration: none;
  margin-top: 12px;
  width: 454px;
  height: 72px;
  line-height: 72px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.btn-orange:after {
  content: url('../images/btn-arrow-white.png');
  width: 25px;
  height: 34px;
  position: relative;
  right: -15px;
  top: 9px;
}
.btn-orange:hover,
.btn-orange:visited,
.btn-orange:active,
.btn-orange:focus {
  color: white;
  text-decoration: none;
}
.btn-orange.small {
  background-image: url('../images/btn-orange-small.png');
  width: 289px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
}
.btn-red {
  background-image: url('../images/btn-red.png');
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  border: none;
  outline: none;
  position: relative;
  text-decoration: none;
  margin-top: 12px;
  width: 274px;
  height: 51px;
  line-height: 51px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.btn-red:after {
  content: url('../images/btn-arrow-white.png');
  width: 25px;
  height: 34px;
  position: relative;
  right: -15px;
  top: 9px;
}
.btn-red:hover,
.btn-red:visited,
.btn-red:active,
.btn-red:focus {
  color: white;
  text-decoration: none;
}
.btn-green {
  text-transform: uppercase;
  background: #83c34b;
  color: white;
  font-size: 16px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
  padding: 0 12px;
  margin-right: 45px;
  padding-right: 40px;
  position: relative;
}
.btn-green:hover,
.btn-green:visited,
.btn-green:active,
.btn-green:focus {
  color: white;
  text-decoration: none;
}
.btn-green:after {
  content: url('../images/btn-arrow-white-small.png');
  width: 13px;
  height: 18px;
  position: absolute;
  right: 13px;
  top: 2px;
}
.project-item {
  text-decoration: none;
  max-width: 262px;
  display: inline-block;
  margin: 0px 10px;
}
.project-item:hover,
.project-item:visited,
.project-item:active,
.project-item:focus {
  text-decoration: none;
}
.project-item .image {
  position: relative;
}
.project-item .image img {
  max-width: 100%;
}
.project-item .image .project-name {
  position: absolute;
  bottom: 0px;
  text-align: center;
  background: #21233e;
  color: white;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.project-item .project-location {
  text-align: center;
  color: #21233e;
  position: relative;
  font-size: 14px;
}
.project-item .project-location:before {
  content: url('../images/project-location.png');
  width: 15px;
  height: 21px;
  position: relative;
  top: 5px;
}
.project-item .project-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #21233e;
  margin-bottom: 42px;
  text-align: left;
}
.project-item .funded {
  background-image: url('../images/funded-checkbox.png');
  width: 53px;
  height: 58px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.project-top-info {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.project-top-info .project-location,
.project-top-info .project-sector {
  display: inline-block;
  margin: 10px 10px;
  text-align: left;
  color: #21233e;
  position: relative;
  font-size: 14px;
}
.project-top-info .project-location:hover,
.project-top-info .project-sector:hover,
.project-top-info .project-location:focus,
.project-top-info .project-sector:focus,
.project-top-info .project-location:active,
.project-top-info .project-sector:active {
  text-decoration: none;
}
.project-top-info .project-location:before {
  content: url('../images/project-location-top.png');
  width: 15px;
  height: 21px;
  position: relative;
  top: 7px;
  left: -8px;
}
.project-top-info .project-sector:before {
  content: url('../images/project-sector.png');
  width: 15px;
  height: 21px;
  position: relative;
  top: 7px;
  left: -8px;
}
.project-top-info.filter .col {
  display: inline-block;
  width: 280px;
}
.project-top-info.filter .filter-info {
  color: #76b8b5;
  text-transform: uppercase;
  font-size: 16px;
  visibility: hidden;
}
.project-top-info.filter .filter-info .btn-show-filter {
  background: url('../images/btn-arrow-green-small-down.png');
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
.project-top-info.filter .btn-close-filter,
.project-top-info.filter .btn-clear-filter {
  background: url('../images/btn-close-filter.png');
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
.project-top-info.filter .project-location,
.project-top-info.filter .project-sector {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
}
.project-top-info.filter .project-location:before,
.project-top-info.filter .project-sector:before {
  top: 2px;
}
.project-filters {
  margin-bottom: 20px;
  display: none;
  text-align: center;
}
.project-filters button[type=reset] {
  position: absolute;
  left: -99999px;
}
.btn-filter-project {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  text-align: center;
  background: #76b8b5;
  border: solid 2px #76b8b5;
  color: white;
  width: 166px;
  margin-right: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.btn-filter-project:last-child {
  margin-right: 0px;
}
.btn-filter-project:visited,
.btn-filter-project:active,
.btn-filter-project:focus {
  color: white;
  text-decoration: none;
}
.btn-filter-project:hover,
.btn-filter-project.active {
  background: white;
  text-decoration: none;
  color: #76b8b5;
}
.funding-info {
  color: white;
  background: transparent;
  text-align: center;
}
.funding-info .amount {
  font-size: 16px;
  margin-bottom: 6px;
}
.funding-info .progress-bar {
  width: 100%;
  max-width: 100%;
  float: none;
  height: 18px;
  background: white;
  border: solid 4px #21233e;
  border-radius: 8px;
}
.funding-info .progress-bar .bar {
  background: #8df624;
  max-width: 100%;
  height: 10px;
  border-radius: 5px;
}
.funding-info .progress-bar .bar.orange {
  background: #e67f32;
}
.funding-info .progress-bar.bigger {
  height: 24px;
  border-radius: 11px;
  margin-bottom: 25px;
}
.funding-info .progress-bar.bigger .bar {
  background: #87c056;
  height: 16px;
}
.funding-info .days {
  margin-top: 2px;
  font-size: 24px;
}
.funding-col-left {
  position: relative;
}
.funding-col-left:after {
  content: ' ';
  width: 1px;
  height: 255px;
  background: #21233e;
  position: absolute;
  top: 88px;
  right: 0px;
}
ol.invest-steps {
  width: 350px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
ol.invest-steps li {
  counter-increment: step-counter;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  margin-left: 55px;
  margin-bottom: 35px;
}
ol.invest-steps li::before {
  content: counter(step-counter);
  margin-right: 20px;
  font-size: 36px;
  color: white;
  width: 44px;
  height: 44px;
  background: #e67f32;
  font-weight: bold;
  display: inline-block;
  line-height: 38px;
  border-radius: 22px;
  text-align: center;
  position: absolute;
  left: -80px;
}
ol.invest-steps.stepsvoorjou {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
ol.invest-steps.stepsvoorjou li {
  counter-increment: step-counter;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  margin-left: 0;
  margin-bottom: 35px;
  padding: 0 1em;
}
ol.invest-steps.stepsvoorjou li::before {
	position: initial;
  content: counter(step-counter);
  font-size: 36px;
  color: white;
  width: 44px;
  height: 44px;
  background: #e67f32;
  font-weight: bold;
  line-height: 38px;
  border-radius: 22px;
  text-align: center;
  display: block;
  margin: 2rem auto 1rem;
}

.voordelen {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.voordelen .voordeel {
	width: 33%;
	display: flex;
	flex-direction: column;
}
.voordelen .voordeel .icon {
	display: flex; 
	flex-direction: column; 
}

.voordelen .voordeel .voordeeltekst{
	padding: 1rem 1rem;
}
.voordelen .voordeel .voordeeltitel{
	display: flex; 
	flex-direction: column; 
	font-size: 35px;
	color: #21233e;
	padding: 1rem 4rem;
	align-items: center;
	text-align: center;
	/*background-color: #e67f32;*/
	margin: 2rem 1rem;
}
.voordelen .voordeel .icon img { 
	max-width: 95%; 
	max-height: 140px 
} 
.homepage-news {
  /* background: #efefef;*/
  background: white;
  margin-top: 40px;
}
.homepage-news .container {
  padding-left: 125px;
  padding-right: 125px;
  padding-bottom: 35px;
}
.footer {
  padding-top: 12px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #21233e;
}
.footer a,
.footer h5 {
  color: #21233e;
}
.footer h5 {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .address {
  text-align: center;
  color: white;
  margin-top: 20px;
}
.footer .address a {
  color: white;
}
.bottom-footer {
  margin-top: 4px;
  margin-bottom: 4px;
}
.bottom-footer .right {
  text-align: right;
}
/*
	components
*/

ul.accordeon {
  padding: 0px;
}
ul.accordeon li {
  padding: 5px 0 5px 97px;
  list-style: none;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-image: url('../images/list-item-closed.png');
  background-position-y: 11px;
}
ul.accordeon li.open {
  background-image: url('../images/list-item-open.png');
}
ul.accordeon li.subitem {
  background: none;
  display: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.number-block {
  background: #83c34b;
  border-radius: 0px 15px 15px 15px;
  color: #21233e;
  position: relative;
  padding: 40px 70px;
  max-width: 480px;
  margin: 130px auto;
}
.number-block .number {
  background: #76b8b5;
  color: white;
  font-size: 88px;
  font-weight: 700;
  width: 106px;
  text-align: center;
  height: 106px;
  top: -53px;
  border-radius: 53px;
  position: absolute;
  padding-top: 45px;
  line-height: 8px;
}
.number-block .number.left {
  left: -53px;
}
.number-block .number.right {
  right: -53px;
}
.number-block .text {
  font-size: 18px;
  text-align: left;
}
.carousel-inner {
  max-width: 750px;
  margin: auto;
}
.carousel-control {
  text-shadow: none;
  opacity: 1;
}
.carousel-control.left {
  background-image: url('../images/carousel-left.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.carousel-control.right {
  background-image: url('../images/carousel-right.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.carousel-control.left.orange {
  background-image: url('../images/carousel-left-orange.png');
}
.carousel-control.right.orange {
  background-image: url('../images/carousel-right-orange.png');
}
.project-big-image {
  border-radius: 30px;
  max-width: 100%;
}
.share-actions {
  color: #83c34b;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  height: 30px;
}
.share-actions .text {
  text-align: left;
  float: left;
}
.share-actions .icons {
  text-align: right;
  float: right;
}
.share-actions .btn-social {
  display: inline-block;
  margin-left: 92px;
}
.project-tabs {
  position: relative;
  white-space: nowrap;
  clear: both;
  margin-top: 20px;
  border-bottom: solid 1px #83c34b;
  margin-left: 40px;
}
.project-tabs .tab {
  position: relative;
  color: white;
  background-image: url('../images/project-tab.png');
  display: inline-block;
  height: 54px;
  font-size: 22px;
  font-weight: bold;
  bottom: -2px;
  margin-bottom: -1px;
  padding-left: 80px;
  padding-right: 40px;
}
.project-tabs .tab:nth-child(1) {
  z-index: 4;
  margin-left: 41px;
  padding-left: 40px;
  padding-right: 60px;
}
.project-tabs .tab:nth-child(2) {
  z-index: 5;
}
.project-tabs .tab:nth-child(3) {
  z-index: 4;
}
.project-tabs .tab span {
  margin-top: 14px;
  display: inline-block;
}
.project-tabs .tab .badge-number {
  background-image: url('../images/project-tab-badge.png');
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
  width: 27px;
  height: 31px;
  position: absolute;
  right: 20px;
  top: -27px;
  padding-top: 3px;
  font-size: 16px;
  z-index: 20;
}
.project-tabs .tab:before {
  content: url('../images/project-tab-left.png');
  width: 41px;
  height: 54px;
  background-repeat: no-repeat;
  position: absolute;
  left: -41px;
  top: 0px;
}
.project-tabs .tab:after {
  content: url('../images/project-tab-right.png');
  width: 41px;
  height: 54px;
  background-repeat: no-repeat;
  position: absolute;
  right: -41px;
  top: 0px;
}
.project-tabs .tab.active {
  z-index: 10;
  font-size: 28px;
  height: 62px;
  background-image: url('../images/project-tab-active.png');
  background-repeat: repeat-x;
  color: #21233e;
  bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.project-tabs .tab.active .badge-number {
  right: -20px;
}
.project-tabs .tab.active:before {
  content: url('../images/project-tab-active-left.png');
  width: 43px;
  height: 62px;
  left: -43px;
}
.project-tabs .tab.active:after {
  content: url('../images/project-tab-active-right.png');
  width: 43px;
  height: 62px;
  right: -43px;
}
.project-tabs.active-tab3 .tab:nth-child(2) {
  padding-left: 20px;
  padding-right: 60px;
}
.project-tab-content {
  padding: 35px 30px;
  text-align: left;
}
.project-tab-content p, .project-tab-content ol, .project-tab-content ul, .project-tab-content h1, .project-tab-content h2, .project-tab-content h3, .project-tab-content h4, .project-tab-content h5, .project-tab-content h6, .project-tab-content blockquote, .project-tab-content span, .project-tab-content div, .project-tab-content small {
  text-align: left;
}
.project-details {
  position: relative;
}
.project-details-sticky {
  top: 0px;
  position: relative;
}
.project-number {
  color: #76b8b5;
  font-size: 30px;
  display: block;
  font-weight: normal;
  margin-bottom: 6px;
  padding-bottom: 0px;
  line-height: 30px;
}
.project-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #21233e;
  font-weight: bold;
  margin-bottom: 20px;
}
.project-list {
  color: #21233e;
}
.project-list .funding-info {
  color: #83c34b;
}
.project-list .project-item {
  margin-bottom: 65px;
}
.date-title {
  color: #83c34b;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 700;
}
.project-investor {
  margin-bottom: 50px;
}
.project-investor .left {
  float: left;
  width: 88px;
}
.project-investor .right {
  float: left;
  width: 590px;
}
.news-nav {
  position: absolute;
  top: 125px;
}
.news-nav.left {
  left: 0px;
}
.news-nav.right {
  right: 0px;
}
.news-image {
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
}
.news-date {
  color: #808397;
  font-size: 16px;
}
.news-list-container {
  max-height: 320px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.mobile-news-nav {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 35px;
  height: 15px;
}
ul.news-list {
  width: 100%;
  list-style: none;
  padding-left: 20px;
}
ul.news-list li {
  background: #daeceb;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px white;
}
ul.news-list li:hover {
  background: #76b8b5;
}
ul.news-list li:nth-child(even) {
  background: #dfeed3;
}
ul.news-list li:nth-child(even):hover {
  background: #83c34b;
}
fieldset {
  position: relative;
}
fieldset label {
  font-weight: normal;
  font-size: 27px;
  display: block;
}
fieldset label.bottom-line {
  border-bottom: solid 1px #21233e;
  width: 90%;
}
fieldset label {
  position: absolute;
  top: 29px;
  left: 0px;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
fieldset input[type=text],
fieldset input[type=password],
fieldset input[type=email],
fieldset textarea {
  border: none;
  color: #76b8b5;
  display: block;
  font-size: 27px;
  width: 90%;
  outline: none;
  padding-left: 0px;
  border-radius: 0;
  border-bottom: solid 1px #21233e;
  transition: all 0.2s ease-in-out;
  height: 40px;
  margin-top: 28px;
}
fieldset input[type=text][data-empty="false"],
fieldset input[type=password][data-empty="false"],
fieldset input[type=email][data-empty="false"],
fieldset textarea[data-empty="false"],
fieldset input[type=text]:disabled,
fieldset input[type=password]:disabled,
fieldset input[type=email]:disabled,
fieldset textarea:disabled,
fieldset input[type=text].not-empty,
fieldset input[type=password].not-empty,
fieldset input[type=email].not-empty,
fieldset textarea.not-empty,
fieldset input[type=text]:focus,
fieldset input[type=password]:focus,
fieldset input[type=email]:focus,
fieldset textarea:focus {
  background: white;
}
fieldset input[type=text]:disabled,
fieldset input[type=password]:disabled,
fieldset input[type=email]:disabled,
fieldset textarea:disabled {
  color: white !important;
}
fieldset input[type=text]:focus,
fieldset input[type=email]:focus,
fieldset textarea:focus {
  outline: 0;
}
fieldset input[type=text][data-empty="false"] + label,
fieldset input[type=password][data-empty="false"] + label,
fieldset input[type=email][data-empty="false"] + label,
fieldset textarea[data-empty="false"] + label,
fieldset input[type=text]:disabled + label,
fieldset input[type=password]:disabled + label,
fieldset input[type=email]:disabled + label,
fieldset textarea:disabled + label,
fieldset input[type=text].not-empty + label,
fieldset input[type=password].not-empty + label,
fieldset input[type=email].not-empty + label,
fieldset textarea.not-empty + label,
fieldset input[type=text]:focus + label,
fieldset input[type=password]:focus + label,
fieldset input[type=email]:focus + label,
fieldset textarea:focus + label {
  font-weight: 500;
  font-size: 16px;
  transform: translate3d(0, -23px, 0);
  text-transform: uppercase;
}
fieldset textarea {
  resize: none;
  height: 100px;
  border: none;
}
fieldset .form-options {
  position: absolute;
  top: 29px;
  left: 0px;
}
fieldset .btn-form-option {
  font-size: 14px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  background: #76b8b5;
  color: white;
  margin-right: 3px;
  display: inline-block;
}
fieldset .btn-form-option:last-child {
  margin-right: 0px;
}
fieldset .btn-form-option:hover,
fieldset .btn-form-option:visited,
fieldset .btn-form-option:active,
fieldset .btn-form-option:focus {
  color: white;
  text-decoration: none;
}
fieldset .btn-form-option.active {
  color: #21233e;
  font-weight: 500;
}
.project-request,
.contact-form,
.login-form,
.login-error-form,
.forgot-form, 
.reset-form, 
.buy-form,
.registerthx-form,
.register-error-form,
.register-form {
  background-color: white;
  position: fixed;
  z-index: 5555;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url('../images/homepage-poster.jpg');
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  overflow-y: auto;
}
.project-request .project-request-content,
.contact-form .project-request-content,
.project-request .contact-form-content,
.contact-form .contact-form-content,
.login-form .project-request-content, 
.login-form .contact-form-content,
.login-error-form .project-request-content, 
.login-error-form .contact-form-content,
.forgot-form .project-request-content, 
.forgot-form .contact-form-content,
.reset-form .project-request-content, 
.reset-form .contact-form-content,
.buy-form .project-request-content, 
.buy-form .contact-form-content,
.registerthx-form .project-request-content, 
.registerthx-form .contact-form-content,
.register-error-form .project-request-content, 
.register-error-form .contact-form-content,
.register-form .project-request-content, 
.register-form .contact-form-content  {
  min-height: 630px;
  width: 520px;
  position: absolute;
  top: 50%;
  left: 15%;
  margin-top: -340px;
  border: solid 1px #76b8b5;
  z-index: 5556;
  background: white;
  padding: 15px 20px;
  font-size: 18px;
}
.project-request .project-request-content .title,
.contact-form .project-request-content .title,
.project-request .contact-form-content .title,
.contact-form .contact-form-content .title,
.login-form .project-request-content .title, 
.login-form .contact-form-content .title,
.login-error-form .project-request-content .title, 
.login-error-form .contact-form-content .title,
.forgot-form .project-request-content .title, 
.forgot-form .contact-form-content .title,
.buy-form .project-request-content .title, 
.buy-form .contact-form-content .title,
.reset-form .project-request-content .title, 
.reset-form .contact-form-content .title,
.registerthx-form .project-request-content .title, 
.registerthx-form .contact-form-content .title,
.register-error-form .project-request-content .title, 
.register-error-form .contact-form-content .title,
.register-form .project-request-content .title, 
.register-form .contact-form-content .title {
  text-align: left;
  font-size: 44px;
  font-weight: 500;
}
.project-request .project-request-content p,
.contact-form .project-request-content p,
.project-request .contact-form-content p,
.contact-form .contact-form-content p,
.login-form .project-request-content p, 
.login-form .contact-form-content p,
.login-error-form .project-request-content p, 
.login-error-form .contact-form-content p,
.forgot-form .project-request-content p, 
.forgot-form .contact-form-content p,
.reset-form .project-request-content p, 
.reset-form .contact-form-content p,
.buy-form .project-request-content p, 
.buy-form .contact-form-content p,
.registerthx-form .project-request-content p, 
.registerthx-form .contact-form-content p,
.register-error-form .project-request-content p, 
.register-error-form .contact-form-content p,
.register-form .project-request-content p, 
.register-form .contact-form-content p {
  text-align: left;
}
.project-request .project-request-content .steps,
.contact-form .project-request-content .steps,
.project-request .contact-form-content .steps,
.contact-form .contact-form-content .steps,
.login-form .project-request-content .steps, 
.login-form .contact-form-content .steps,
.forgot-form .project-request-content .steps, 
.forgot-form .contact-form-content .steps,
.reset-form .project-request-content .steps, 
.reset-form .contact-form-content .steps,
.buy-form .project-request-content .steps, 
.buy-form .contact-form-content .steps,
.registerthx-form .project-request-content .steps, 
.registerthx-form .contact-form-content .steps,
.register-error-form .project-request-content .steps, 
.register-error-form .contact-form-content .steps,
.register-form .project-request-content .steps, 
.register-form .contact-form-content .steps {
  background: url('../images/dotted-lines.png');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}
.project-request .project-request-content .steps .step,
.contact-form .project-request-content .steps .step,
.project-request .contact-form-content .steps .step,
.contact-form .contact-form-content .steps .step,
.login-form .project-request-content .steps .step, 
.login-form .contact-form-content .steps .step,
.forgot-form .project-request-content .steps .step, 
.forgot-form .contact-form-content .steps .step,
.reset-form .project-request-content .steps .step, 
.reset-form .contact-form-content .steps .step,
.buy-form .project-request-content .steps .step, 
.buy-form .contact-form-content .steps .step,
.registerthx-form .project-request-content .steps .step, 
.registerthx-form .contact-form-content .steps .step,
.register-error-form .project-request-content .steps .step, 
.register-error-form .contact-form-content .steps .step,
.register-form .project-request-content .steps .step, 
.register-form .contact-form-content .steps .step {
  background: #76b8b5;
  display: inline-block;
  margin: 0 45px;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  color: white;
  text-align: center;
  line-height: 31px;
  font-weight: 700;
  font-size: 38px;
}
.project-request .project-request-content .steps .step.active,
.contact-form .project-request-content .steps .step.active,
.project-request .contact-form-content .steps .step.active,
.contact-form .contact-form-content .steps .step.active,
.login-form .project-request-content .steps .step.active, 
.login-form .contact-form-content .steps .step.active,
.forgot-form .project-request-content .steps .step-active, 
.forgot-form .contact-form-content .steps .step-active,
.reset-form .project-request-content .steps .step-active, 
.reset-form .contact-form-content .steps .step-active,
.registerthx-form .project-request-content .steps .step-active, 
.registerthx-form .contact-form-content .steps .step-active,
.register-error-form .project-request-content .steps .step-active, 
.register-error-form .contact-form-content .steps .step-active,
.register-form .project-request-content .steps .step-active, 
.register-form .contact-form-content .steps .step-active {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  font-size: 56px;
  line-height: 42px;
  color: #21233e;
  margin-top: -5px;
}
.project-request .project-request-content .step-title,
.contact-form .project-request-content .step-title,
.project-request .contact-form-content .step-title,
.contact-form .contact-form-content .step-title,
.login-form .project-request-content .step-title, 
.login-form .contact-form-content .step-title,
.forgot-form .project-request-content .step-title, 
.forgot-form .contact-form-content .step-title,
.reset-form .project-request-content .step-title, 
.reset-form .contact-form-content .step-title,
.buy-form .project-request-content .step-title, 
.buy-form .contact-form-content .step-title,
.registerthx-form .project-request-content .step-title, 
.registerthx-form .contact-form-content .step-title,
.register-error-form .project-request-content .step-title, 
.register-error-form .contact-form-content .step-title,
.register-form .project-request-content .step-title, 
.register-form .contact-form-content .step-title {
  font-size: 29px;
  text-transform: uppercase;
}
.project-request .project-request-content .step-info,
.contact-form .project-request-content .step-info,
.project-request .contact-form-content .step-info,
.contact-form .contact-form-content .step-info,
.login-form .project-request-content .step-info, 
.login-form .contact-form-content .step-info,
.forgot-form .project-request-content .step-info, 
.forgot-form .contact-form-content .step-info,
.reset-form .project-request-content .step-info, 
.reset-form .contact-form-content .step-info,
.buy-form .project-request-content .step-info, 
.buy-form .contact-form-content .step-info,
.registerthx-form .project-request-content .step-info, 
.registerthx-form .contact-form-content .step-info,
.register-error-form .project-request-content .step-info, 
.register-error-form .contact-form-content .step-info,
.register-form .project-request-content .step-info, 
.register-form .contact-form-content .step-info {
  margin-top: 20px;
  font-size: 27px;
}
.project-request .project-request-content .step-content.step2,
.contact-form .project-request-content .step-content.step2,
.project-request .contact-form-content .step-content.step2,
.contact-form .contact-form-content .step-content.step2,
.project-request .project-request-content .step-content.step3,
.contact-form .project-request-content .step-content.step3,
.project-request .contact-form-content .step-content.step3,
.contact-form .contact-form-content .step-content.step3,
.project-request .project-request-content .step-content.step4,
.contact-form .project-request-content .step-content.step4,
.project-request .contact-form-content .step-content.step4,
.contact-form .contact-form-content .step-content.step4,
.login-form .project-request-content .step-content.step2,
.login-form .contact-form-content .step-content.step2,
.login-form .project-request-content .step-content.step3,
.login-form .contact-form-content .step-content.step3,
.login-form .project-request-content .step-content.step4,
.login-form .contact-form-content .step-content.step4,
.forgot-form .project-request-content .step-content.step2, 
.forgot-form .contact-form-content .step-content.step2,
.forgot-form .project-request-content .step-content.step3, 
.forgot-form .contact-form-content .step-content.step3,
.forgot-form .project-request-content .step-content.step4, 
.forgot-form .contact-form-content .step-content.step4,
.reset-form .project-request-content .step-content.step2, 
.reset-form .contact-form-content .step-content.step2,
.reset-form .project-request-content .step-content.step3, 
.reset-form .contact-form-content .step-content.step3,
.reset-form .project-request-content .step-content.step4, 
.reset-form .contact-form-content .step-content.step4,
.register-form .project-request-content .step-content.step2, 
.register-form .contact-form-content .step-content.step2,
.register-form .project-request-content .step-content.step3, 
.register-form .contact-form-content .step-content.step3,
.register-form .project-request-content .step-content.step4, 
.register-form .contact-form-content .step-content.step4  {
  display: none;
}
.project-request .project-request-content .line,
.contact-form .project-request-content .line,
.project-request .contact-form-content .line,
.contact-form .contact-form-content .line,
.login-form .project-request-content .line,
.login-form .contact-form-content .line,
.login-error-form .project-request-content .line, 
.login-error-form .contact-form-content .line,
.forgot-form .project-request-content .line, 
.forgot-form .contact-form-content .line,
.reset-form .project-request-content .line, 
.reset-form .contact-form-content .line,
.buy-form .project-request-content .line, 
.buy-form .contact-form-content .line,
.registerthx-form .project-request-content .line, 
.registerthx-form .contact-form-content .line,
.register-error-form .project-request-content .line, 
.register-error-form .contact-form-content .line,
.register-form .project-request-content .line, 
.register-form .contact-form-content .line {
  background: #21233e;
  height: 1px;
  width: 90%;
}
.project-request .project-request-content .upload-block,
.contact-form .project-request-content .upload-block,
.project-request .contact-form-content .upload-block,
.contact-form .contact-form-content .upload-block,
.login-form .project-request-content .upload-block,
.login-form .contact-form-content .upload-block,
.login-error-form .project-request-content .upload-block, 
.login-error-form .contact-form-content .upload-block,
.forgot-form .project-request-content .upload-block, 
.forgot-form .contact-form-content .upload-block,
.reset-form .project-request-content .upload-block, 
.reset-form .contact-form-content .upload-block,
.register-form .project-request-content .upload-block, 
.register-form .contact-form-content .upload-block  {
  margin-top: 10px;
  margin-bottom: 10px;
  border: dashed 2px #21233e;
  padding: 5px 20px;
  text-align: center;
}
.project-request .project-request-content .upload-block .btn-select-file,
.contact-form .project-request-content .upload-block .btn-select-file,
.project-request .contact-form-content .upload-block .btn-select-file,
.contact-form .contact-form-content .upload-block .btn-select-file,
.forgot-form .project-request-content .upload-block .btn-select-file, 
.forgot-form .contact-form-content .upload-block .btn-select-file,
.reset-form .project-request-content .upload-block .btn-select-file, 
.reset-form .contact-form-content .upload-block .btn-select-file,
.register-form .project-request-content .upload-block .btn-select-file, 
.register-form .contact-form-content .upload-block .btn-select-file {
  text-transform: uppercase;
  color: white;
  border: none;
  background: #21233e;
  padding: 2px 6px;
  margin-top: 8px;
  margin-bottom: 4px;
}
.project-request .project-request-content .upload-block .filename,
.contact-form .project-request-content .upload-block .filename,
.project-request .contact-form-content .upload-block .filename,
.contact-form .contact-form-content .upload-block .filename,
.forgot-form .project-request-content .upload-block .filename, 
.forgot-form .contact-form-content .upload-block .filename,
.reset-form .project-request-content .upload-block .filename, 
.reset-form .contact-form-content .upload-block .filename,
.register-form .project-request-content .upload-block .filename, 
.register-form .contact-form-content .upload-block .filename {
  font-size: 16px;
  font-style: italic;
}
.project-request .project-request-content .bottom,
.contact-form .project-request-content .bottom,
.project-request .contact-form-content .bottom,
.contact-form .contact-form-content .bottom,
.login-form .project-request-content .bottom,
.login-form .contact-form-content .bottom,
.login-error-form .project-request-content .bottom,
.login-error-form .contact-form-content .bottom,
.forgot-form .project-request-content .bottom, 
.forgot-form .contact-form-content .bottom,
.reset-form .project-request-content .bottom, 
.reset-form .contact-form-content .bottom,
.buy-form .project-request-content .bottom, 
.buy-form .contact-form-content .bottom,
.registerthx-form .project-request-content .bottom, 
.registerthx-form .contact-form-content .bottom,
.register-error-form .project-request-content .bottom, 
.register-error-form .contact-form-content .bottom,
.register-form .project-request-content .bottom, 
.register-form .contact-form-content .bottom  {
  height: 45px;
  margin-top: 20px;
  position: relative;
}
.project-request .project-request-content .bottom .btn-prev,
.contact-form .project-request-content .bottom .btn-prev,
.project-request .contact-form-content .bottom .btn-prev,
.contact-form .contact-form-content .bottom .btn-prev,
.login-form .project-request-content .bottom .btn-prev,
.login-form .contact-form-content .bottom .btn-prev,
.forgot-form .project-request-content .bottom .btn-prev, 
.forgot-form .contact-form-content .bottom .btn-prev,
.reset-form .project-request-content .bottom .btn-prev, 
.reset-form .contact-form-content .bottom .btn-prev,
.buy-form .project-request-content .bottom .btn-prev, 
.buy-form .contact-form-content .bottom .btn-prev,
.registerthx-form .project-request-content .bottom .btn-prev, 
.registerthx-form .contact-form-content .bottom .btn-prev,
.register-error-form .project-request-content .bottom .btn-prev, 
.register-error-form .contact-form-content .bottom .bnt-prev,
.register-form .project-request-content .bottom .btn-prev, 
.register-form .contact-form-content .bottom .btn-prev  {
  position: absolute;
  left: 30px;
}
.project-request .project-request-content .bottom .btn-next,
.contact-form .project-request-content .bottom .btn-next,
.project-request .contact-form-content .bottom .btn-next,
.contact-form .contact-form-content .bottom .btn-next,
.login-form .project-request-content .bottom .btn-next,
.login-form .contact-form-content .bottom .btn-next,
.forgot-form .project-request-content .bottom .btn-next, 
.forgot-form .contact-form-content .bottom .btn-next,
.reset-form .project-request-content .bottom .btn-next, 
.reset-form .contact-form-content .bottom .btn-next,
.buy-form .project-request-content .bottom .btn-next, 
.buy-form .contact-form-content .bottom .btn-next,
.registerthx-form .project-request-content .bottom .btn-next, 
.registerthx-form .contact-form-content .bottom .btn-next,
.register-error-form .project-request-content .bottom .btn-next, 
.register-error-form .contact-form-content .bottom .btn-next,
.register-form .project-request-content .bottom .btn-next, 
.register-form .contact-form-content .bottom .btn-next  {
  position: absolute;
  right: 30px;
}
.project-request .project-request-content .bottom .btn-submit-request,
.contact-form .project-request-content .bottom .btn-submit-request,
.project-request .contact-form-content .bottom .btn-submit-request,
.contact-form .contact-form-content .bottom .btn-submit-request,
.login-form .project-request-content .bottom .btn-submit-request,
.login-form .contact-form-content .bottom .btn-submit-request,
.login-error-form .project-request-content .bottom .btn-submit-request, 
.login-error-form .contact-form-content .bottom .btn-submit-request,
.forgot-form .project-request-content .bottom .btn-submit-request, 
.forgot-form .contact-form-content .bottom .btn-submit-request,
.reset-form .project-request-content .bottom .btn-submit-request, 
.reset-form .contact-form-content .bottom .btn-submit-request,
.buy-form .project-request-content .bottom .btn-submit-request, 
.buy-form .contact-form-content .bottom .btn-submit-request,
.registerthx-form .project-request-content .bottom .btn-submit-request, 
.registerthx-form .contact-form-content .bottom .btn-submit-request,
.register-error-form .project-request-content .bottom .btn-submit-request, 
.register-error-form .contact-form-content .bottom .btn-submit-request,
.register-form .project-request-content .bottom .btn-submit-request, 
.register-form .contact-form-content .bottom .btn-submit-request {
  position: absolute;
  right: 10px;
  top: -10px;
  display: none;
}
.project-request .project-request-content .extra-line,
.contact-form .project-request-content .extra-line,
.project-request .contact-form-content .extra-line,
.contact-form .contact-form-content .extra-line,
.login-form .project-request-content .extra-line,
.login-form .contact-form-content .extra-line,
.login-error-form .project-request-content .extra-line, 
.login-error-form .contact-form-content .extra-line,
.forgot-form .project-request-content .extra-line, 
.forgot-form .contact-form-content .extra-line,
.reset-form .project-request-content .extra-line, 
.reset-form .contact-form-content .extra-line,
.buy-form .project-request-content .extra-line, 
.buy-form .contact-form-content .extra-line,
.registerthx-form .project-request-content .extra-line, 
.registerthx-form .contact-form-content .extra-line,
.register-error-form .project-request-content .extra-line, 
.register-error-form .contact-form-content .extra-line,
.register-form .project-request-content .extra-line, 
.register-form .contact-form-content .extra-line {
  font-size: 14px;
  margin-top: 20px;
}
.project-request .btn-hide-project-request,
.contact-form .btn-hide-project-request,
.project-request .btn-hide-contact-form,
.contact-form .btn-hide-contact-form,
.login-form .btn-hide-project-request,
.login-form .btn-hide-login-form,
.login-error-form .btn-hide-project-request, 
.login-error-form .btn-hide-login-error-form,
.forgot-form .btn-hide-project-request, 
.forgot-form .btn-hide-forgot-form,
.reset-form .btn-hide-project-request, 
.reset-form .btn-hide-reset-form,
.buy-form .btn-hide-project-request, 
.buy-form .btn-hide-buy-form,
.registerthx-form .btn-hide-project-request, 
.registerthx-form .btn-hide-registerthx-form,
.register-error-form .btn-hide-project-request, 
.register-error-form .btn-hide-register-error-form,
.register-form .btn-hide-project-request, 
.register-form .btn-hide-register-form {
  background-image: url('../images/btn-hide-project-request.png');
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
.form-feedback {
  display: none;
}
.editor-field {
  position: relative;
}
.editor-field .editor-actions {
  background: rgba(118, 184, 181, 0.75);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
}
.editor-field .editor-actions .btn-edit {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -13px;
}
.editor-field.edit-mode {
  z-index: 51;
  background: white;
}
.editor-background {
  background: rgba(118, 184, 181, 0.75);
  height: 100%;
  left: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  display: none;
}
.editor-background.visible {
  display: block;
}
.account-nav {
  margin-left: 25px;
  margin-top: 60px;
}
.account-nav a {
  font-size: 16px;
  color: #83c34b;
  display: block;
  margin: 15px 0;
  position: relative;
  width: 145px;
}
.account-nav a:hover,
.account-nav a:visited,
.account-nav a:active,
.account-nav a:focus {
  text-decoration: none;
}
.account-nav a:after {
  content: url('../images/btn-arrow-green-small.png');
  width: 13px;
  height: 18px;
  position: absolute;
  right: -10px;
  top: 2px;
}
.account-nav .active {
  font-weight: 900;
  font-size: 16px;
  margin: 15px 0;
  color: #76b8b5;
}
.account-nav .active:after {
  content: '';
}
.account-content {
  text-align: left;
  margin-bottom: 50px;
}
.account-content .btn-green {
  margin-top: 30px;
}
table.account-info-table td {
  padding: 15px 0;
  font-size: 20px;
}
table.account-info-table td:first-child {
  width: 214px;
}
.icon-pdf {
  margin-left: 45px;
}
.project-update-btn-container {
  margin-top: 35px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .header-highlights {
    width: 633px;
  }
  .header-highlights .header-highlight {
    width: 203px;
  }
  .header-highlights .header-highlight .left {
    width: 30px;
  }
  .header-highlights .header-highlight .right {
    width: 150px;
  }
  .header-highlights .header-highlight .right .line2 {
    font-size: 13px;
  }
  .project-tabs {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    margin-left: -70px;
  }
  .share-actions .btn-social {
    margin-left: 72px;
  }
  .project-investor .right {
    width: 460px;
  }
}
@media screen and (max-width: 991px) {
  .header-search {
    margin-left: 0px !important;
  }
  .header-highlights {
    margin-top: 25px;
  }
  .nav > li {
    margin: 5px 0px;
    padding: .3em .3em;
  }
  .navbarnew .nav > li {
	  margin: 0
	  float: left;
	  clear: left;
  }
  .homepage-poster .poster {
	  margin-top: 56px;
  }
.testimonialshomepage {
	min-height: 620px;
}
  .project-tabs {
    transform: scale(0.65, 0.65);
    -webkit-transform: scale(0.65, 0.65);
    margin-left: -100px;
  }
  .share-actions .btn-social {
    margin-left: 32px;
  }
  ol.invest-steps {
    width: 300px;
  }
  .project-investor .left {
    width: 78px;
  }
  .project-investor .right {
    width: 330px;
  }
  .carousel-inner{
  	padding: 11vw;
  }
  a.carousel-control.left{
	  scale: 65%;
  }
  a.carousel-control.right{
	  scale: 65%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
    line-height: 32px;
  }
  h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .navbar {
    margin-bottom: 40px;
  }
  #navbar {
    position: absolute;
    right: 15px;
    top: 35px;
    z-index: 124;
    border: solid 1px #21233e;
    width: 160px;
    background: white;
  }
  #navbarnew {
    position: absolute;
    right: 15px;
    top: 35px;
    z-index: 124;
    border: solid 1px #21233e;
    width: 240px;
    background: white;
  }
  ul.nav.navbar-nav.navbar-right{
	  display: block;
	  padding-left: 20px;
  }

  .logo {
    margin-top: 0px;
    max-width: 233px;
  }
  .navbar-toggle {
    margin-right: 0px;
    margin-left: 6px;
    margin-top: 1px;
    border: solid 1px black;
  }
  .navbar-toggle .icon-bar {
    border: solid 1px black;
  }
  .newnav.nav {
	  display: none;
  }
  .homepage-poster .poster {
	  margin-top: 0px;
  }
  .mainbuttons{
	  flex-direction: column;
	  align-items: center;
	justify-content: center;
  }
  .mainbuttons a.header-highlight{
	  margin: 1rem 0rem;
	  font-size: 27px;
  }
  .carousel-inner{
  	padding: 11vw;
  }
.testimonialshomepage {
	min-height: 700px;
}
  a.carousel-control.left{
	  scale: 55%;
  }
  a.carousel-control.right{
	  scale: 55%;
  }
  .homepage-poster .info,
  .homepage-poster .right {
    position: relative;
    max-width: initial;
    text-align: center;
    right: initial;
    left: initial;
  }
  .homepage-poster .right {
    font-size: 30px;
    line-height: 43px;
    margin-top: 25px;
  }
  .homepage-poster .line {
    font-size: 38px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .homepage-poster .line span {
    display: inline;
  }
  .funding-col-left,
  .funding-col-right {
    text-align: left;
  }
  .funding-col-left:after,
  .funding-col-right:after {
    content: none;
  }
  .funding-col-left h3,
  .funding-col-right h3 {
    text-align: center;
  }
  .header-search {
    position: absolute;
    top: 50px;
    right: 15px;
  }
  .top-search {
    top: 44px;
  }
  .header-highlights {
    margin-top: 0px;
    width: 100%;
  }
  .header-highlights .header-highlight {
    width: 32%;
    height: 85px;
    margin-left: 4px;
  }
  .header-highlights .header-highlight .left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .header-highlights .header-highlight .right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .header-highlights .header-highlight .right .line1 {
    font-size: 13px;
    margin-top: 5px;
  }
  .header-highlights .header-highlight .right .line2 {
    display: none;
  }
  .project-item {
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }
  .project-tabs {
    transform: initial;
    -webkit-transform: initial;
    width: 100%;
    margin: 0px;
    border: none;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .project-tabs .tab {
    display: none;
    background: none;
    width: 100%;
    margin-left: 0 !important;
    border: solid 1px #83c34b;
    color: #21233e;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    padding: 0px !important;
  }
  .project-tabs .tab.active {
    padding: 0px;
    font-size: 24px;
    background: none;
    color: #76b8b5;
  }
  .project-tabs .tab:after,
  .project-tabs .tab:before {
    content: none !important;
  }
  .project-tabs .tab .badge-number,
  .project-tabs .tab.active .badge-number {
    right: 10px;
    color: white;
    top: -16px;
  }
  .project-tabs .tab.mobile-tab {
    display: block;
  }
  .project-tabs .tab .glyphicon {
    position: absolute;
    right: 10px;
  }
  ol.invest-steps {
    width: 310px;
  }
  ol.invest-steps li:before {
    left: -56px;
  }
  .btn-arrow {
    font-size: 19px;
  }
  .voordelen {
    flex-direction: column;
    align-items: center;
  }
  .voordelen .voordeel {
    max-width: 330px;
    width: initial;
  }
  .homepage-news .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .share-actions {
    height: 33px;
    font-size: 19px;
  }
  .share-actions .text,
  .share-actions .icons {
    text-align: left;
  }
  .share-actions .btn-social {
    margin-left: 0px;
  }
  .project-tab-content {
    padding: 35px 10px;
  }
  .project-investor .left {
    float: none;
  }
  .project-investor .right {
    float: none;
    width: 100%;
  }
  .project-request,
  .contact-form,
  .login-form,
  .buy-form,
  .login-error-form,
  .forgot-form, 
    .reset-form, 
    .registerthx-form,
    .register-error-form,
    .register-form {
    overflow-y: scroll;
    background: none;
  }
  .project-request .project-request-content,
  .contact-form .project-request-content,
  .project-request .contact-form-content,
  .contact-form .contact-form-content,
  .login-form .project-request-content,
  .login-form .contact-form-content,
.login-error-form .project-request-content, 
.login-error-form .contact-form-content,  
.forgot-form .project-request-content, 
.forgot-form .contact-form-content,
.reset-form .project-request-content, 
.reset-form .contact-form-content,
.buy-form .project-request-content, 
.buy-form .contact-form-content,
.registerthx-form .project-request-content, 
.registerthx-form .contact-form-content,
.register-error-form .project-request-content, 
.register-error-form .contact-form-content,
.register-form .project-request-content, 
.register-form .contact-form-content  {  
    height: auto;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-top: 0;
    padding: 10px;
  }
  .project-request .project-request-content .steps,
  .contact-form .project-request-content .steps,
  .project-request .contact-form-content .steps,
  .contact-form .contact-form-content .steps,
  .login-form .project-request-content .steps,
  .login-form .contact-form-content .steps,
.forgot-form .project-request-content .steps, 
.forgot-form .contact-form-content .steps,
.reset-form .project-request-content .steps, 
.reset-form .contact-form-content .steps,
.buy-form .project-request-content .steps, 
.buy-form .contact-form-content .steps,
.registerthx-form .project-request-content .steps, 
.registerthx-form .contact-form-content .steps,
.register-error-form .project-request-content .steps, 
.register-error-form .contact-form-content .steps,
.register-form .project-request-content .steps, 
.register-form .contact-form-content .steps {  
    background-size: 210px;
  }
  .project-request .project-request-content .steps .step,
  .contact-form .project-request-content .steps .step,
  .project-request .contact-form-content .steps .step,
  .contact-form .contact-form-content .steps .step,
  .login-form .project-request-content .steps .step,
  .login-form .contact-form-content .steps .step,
  .forgot-form .project-request-content .steps .step, 
.forgot-form .contact-form-content .steps .step,
.reset-form .project-request-content .steps .step, 
.reset-form .contact-form-content .steps .step,
.buy-form .project-request-content .steps .step, 
.buy-form .contact-form-content .steps .step,
.registerthx-form .project-request-content .steps .step, 
.registerthx-form .contact-form-content .steps .step,
.register-error-form .project-request-content .steps .step, 
.register-error-form .contact-form-content .steps .step,
.register-form .project-request-content .steps .step, 
.register-form .contact-form-content .steps .step {
    margin: 0 25px;
  }
  .project-request .project-request-content .title,
  .contact-form .project-request-content .title,
  .project-request .contact-form-content .title,
  .contact-form .contact-form-content .title,
  .login-form .project-request-content .title,
  .login-form .contact-form-content .title,
.login-error-form .project-request-content .title, 
.login-error-form .contact-form-content .title,   
  .forgot-form .project-request-content .title, 
.forgot-form .contact-form-content .title,
.reset-form .project-request-content .title, 
.reset-form .contact-form-content .title,
.buy-form .project-request-content .title, 
.buy-form .contact-form-content .title,
.registerthx-form .project-request-content .title, 
.registerthx-form .contact-form-content .title,
.register-error-form .project-request-content .title, 
.register-error-form .contact-form-content .title,
.register-form .project-request-content .title, 
.register-form .contact-form-content .title {
    font-size: 27px;
  }
  .project-request .project-request-content .bottom,
  .contact-form .project-request-content .bottom,
  .project-request .contact-form-content .bottom,
  .contact-form .contact-form-content .bottom,
  .login-form .project-request-content .bottom,
  .login-form .contact-form-content .bottom,
.login-error-form .project-request-content .bottom, 
.login-error-form .contact-form-content .bottom,   
.forgot-form .project-request-content .bottom, 
.forgot-form .contact-form-content .bottom,
.reset-form .project-request-content .bottom, 
.reset-form .contact-form-content .bottom,
.buy-form .project-request-content .bottom, 
.buy-form .contact-form-content .bottom,
.registerthx-form .project-request-content .bottom, 
.registerthx-form .contact-form-content .bottom,
.register-error-form .project-request-content .bottom, 
.register-error-form .contact-form-content .bottom,
.register-form .project-request-content .bottom, 
.register-form .contact-form-content .bottom {      
    position: relative;
    height: 75px;
    top: 20px;
  }
  .project-request .project-request-content .bottom[data-step="3"],
  .contact-form .project-request-content .bottom[data-step="3"],
  .project-request .contact-form-content .bottom[data-step="3"],
  .contact-form .contact-form-content .bottom[data-step="3"],
  .login-form .project-request-content .bottom[data-step="3"],
  .login-form .contact-form-content .bottom[data-step="3"],
.forgot-form .project-request-content .bottom[data-step="3"], 
.forgot-form .contact-form-content .bottom[data-step="3"],
.reset-form .project-request-content .bottom[data-step="3"], 
.reset-form .contact-form-content .bottom[data-step="3"],
.register-form .project-request-content .bottom[data-step="3"], 
.register-form .contact-form-content .bottom[data-step="3"]  {      
    height: 140px;
  }
  .project-request .project-request-content .bottom .btn-submit-request,
  .contact-form .project-request-content .bottom .btn-submit-request,
  .project-request .contact-form-content .bottom .btn-submit-request,
  .contact-form .contact-form-content .bottom .btn-submit-request,
  .login-form .project-request-content .bottom .btn-submit-request,
  .login-form .contact-form-content .bottom .btn-submit-request,
.login-error-form .project-request-content .bottom .btn-submit-request, 
.login-error-form .contact-form-content .bottom .btn-submit-request,   
.forgot-form .project-request-content .bottom .btn-submit-request, 
.forgot-form .contact-form-content .bottom .btn-submit-request,
.reset-form .project-request-content .bottom .btn-submit-request, 
.reset-form .contact-form-content .bottom .btn-submit-request,
.buy-form .project-request-content .bottom .btn-submit-request, 
.buy-form .contact-form-content .bottom .btn-submit-request,
.registerthx-form .project-request-content .bottom .btn-submit-request, 
.registerthx-form .contact-form-content .bottom .btn-submit-request,
.register-error-form .project-request-content .bottom .btn-submit-request, 
.register-error-form .contact-form-content .bottom .btn-submit-request,
.register-form .project-request-content .bottom .btn-submit-request, 
.register-form .contact-form-content .bottom .btn-submit-request {     
    top: 50px;
  }
  .project-request .btn-hide-project-request,
  .contact-form .btn-hide-project-request,
  .project-request .btn-hide-contact-form,
  .contact-form .btn-hide-contact-form,
  .login-form .btn-hide-project-request,
  .login-form .btn-hide-login-form,
  .login-error-form .btn-hide-project-request,
  .login-error-form .btn-hide-login-form,  
.forgot-form .btn-hide-project-request, 
.forgot-form .btn-hide-forgot-form,
.reset-form .btn-hide-project-request, 
.reset-form .btn-hide-reset-form,
.buy-form .btn-hide-project-request,
.buy-form .btn-hide-buy-form,
.registerthx-form .btn-hide-project-request, 
.registerthx-form .btn-hide-registerthx-form,
.register-error-form .btn-hide-project-request, 
.register-error-form .btn-hide-register-error-form,
.register-form .btn-hide-project-request, 
.register-form .btn-hide-register-form {     
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    z-index: 5557;
    background-size: contain;
  }
  ul.accordeon li {
    padding-left: 37px;
    font-size: 18px;
  }
  fieldset .btn-form-option {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 2px;
    margin-right: 1px;
  }
  .number-block {
    padding: 20px 20px;
    margin: 130px 30px;
  }
  .number-block .number {
    height: 76px;
    width: 76px;
    border-radius: 38px;
    top: -48px;
    padding-top: 25px;
    font-size: 75px;
  }
  .number-block .number.left {
    left: -38px;
  }
  .number-block .number.right {
    right: -38px;
  }
  .number-block .text {
    font-size: 16px;
  }
  .btn-orange {
    width: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 20px;
    padding-top: 0;
  }
  .carousel-control {
    background-size: 75%;
  }
  .carousel-control.left {
    margin-left: -10px;
  }
  .carousel-control.right {
    margin-right: -10px;
  }
  .carousel-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-filter-project {
    margin-right: 10px;
  }
  .btn-filter-project:last-child {
    margin-right: 10px;
  }
  .account-nav {
    width: 300px;
    margin: auto;
    margin-top: 20px;
  }
  .account-nav a,
  .account-nav div {
    display: none;
    border: solid 1px #83c34b;
    font-size: 17px;
    width: 300px;
    padding: 10px;
    margin: 0px;
  }
  .account-nav a.active,
  .account-nav div.active {
    margin: 0px;
  }
  .account-nav a:after,
  .account-nav div:after {
    content: '';
  }
  .account-nav a.tab-mobile,
  .account-nav div.tab-mobile {
    display: block;
  }
  .account-nav a.tab-mobile .glyphicon,
  .account-nav div.tab-mobile .glyphicon {
    float: right;
    margin-right: 10px;
  }
  .btn-arrow:hover:after {
    content: url('../images/btn-arrow-green.png');
    top: -2px;
  }
  .btn-arrow.left-arrow:hover:before {
    content: url('../images/btn-arrow-green-left.png');
    top: -2px;
  }
}
@media screen and (max-width: 650px) {
  /*.header-highlights {
  		width: 300px;
      	margin-left: auto;
      	margin-top: 25px;
  
  		.header-highlight {
  			margin: auto;
  		    display: block;
  		    margin-bottom: 10px;
  		    float: none;
  		}
  	}*/
}
@media screen and (min-width: 1199px) {
	.mainbuttons a.header-highlight{
		font-size: 36px;
	}
}

/* Sitsol */

.text-left {
    text-align: left;
}

input.error, textarea.error, select.error, input.error:focus, textarea.error:focus, input.error1, textarea.error1, select.error1, input.error1:focus, textarea.error1:focus {
    background: rgba(255,0,0,.05);
}

fieldset input[type=text].error,
fieldset input[type=password].error,
fieldset input[type=email].error,
fieldset textarea.error {
  background: rgba(255,0,0,.05);
}

.antispam {
    display: none;
}

select {
    font-size: 18px;
}
select#fixed {
    -webkit-appearance: none;
}

.buy-form .contact-form-content .paychoice ul{
  list-style: none;
  margin: 0;
  padding: 0;
	overflow: auto;
}

.buy-form .contact-form-content .paychoice ul li{
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.buy-form .contact-form-content .paychoice ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.buy-form .contact-form-content .paychoice ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  padding: 0 25px 0 60px;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.buy-form .contact-form-content .paychoice ul li:hover label{
}

.buy-form .contact-form-content .paychoice ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #777;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 10px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.buy-form .contact-form-content .paychoice ul li:hover .check {
}

.buy-form .contact-form-content .paychoice ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0px;
	left: 0px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.buy-form .contact-form-content .paychoice input[type=radio]:checked ~ .check {
  border: 5px solid #87c056;
}

.buy-form .contact-form-content .paychoice input[type=radio]:checked ~ .check::before{
  background: #87c056;
}

.buy-form .contact-form-content .paychoice input[type=radio]:checked ~ label{
  color: #87c056;
}

a.invest-login {
    font-size:18px;
    font-weight:700;
    color:#fff;
}

a.invest-login:hover {
    text-decoration: none;
}

.initialen {
    float: none;
    background-color: #76b8b5;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.account-content .btn-green2 {
  text-transform: uppercase;
  background: #83c34b;
  border: 1px solid;
  color: white;
  font-size: 16px;
  display: inline-block;
  line-height: 26px;
  padding: 5px 15px;
  position: relative;
}
.account-content .btn-green2:hover,
.account-content .btn-green2:visited,
.account-content .btn-green2:active,
.account-content .btn-green2:focus {
  color: white;
  text-decoration: none;
}


.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.75rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-1 + label {
    color: #fff;
    background-color: #76b8b5;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #94c1bf;
}



/* AjaxUpload */
.file-uploader-buttons, .file-uploader-items {
	clear: left;
}

.file-uploader-items .file-wrap {
	position: relative;
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.file-uploader-items .delete-button {
	display: block;
	background: url("../images/delete.png");
	width: 15px;
	height: 15px;
	position: absolute;
	top: -3px;
	right: -3px;
	text-indent: -1000em;
}

.file-uploader-items .thumb {
	width: initial;
	height: initial;
}

.file-uploader-items .title {
	display: none;
}

/* fileuploader */
.qq-uploader {
	position: relative;
	width: 100%;
}

.qq-upload-button, .qq-clear-button {
	display: inline-block;
	/* or inline-block */
	width: 150px;
	padding: 7px 0;
	text-align: center;
	background: #76b8b5;
	border-bottom: 1px solid #76b8b5;
	color: #fff;
	float: left;
	margin-right: 7px;
}

.qq-upload-button:hover, .qq-clear-button:hover {
	background: #9ecc73;
}

.qq-clear-button {
	cursor: pointer;
}

.qq-clear-button:focus {
	outline: 1px dotted black;
}

.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 70px;
	z-index: 2;
	background: #76b8b5;
	text-align: center;
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}

.qq-upload-drop-area-active {
	background: #76b8b5;
}

.qq-upload-list {
	clear: left;
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

.qq-upload-list li {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
	margin-right: 7px;
}

.qq-upload-spinner {
	display: inline-block;
	background: url("../images/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
	font-size: 11px;
}

.qq-upload-failed-text {
	display: none;
}

.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}

    .account-content .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .account-content .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .account-content .panel-title {
        font-size: 14px;
    }

    .account-content .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
    .account-content .panel-title > a:hover {
        text-decoration: none;
    }    
    

    .account-content .more-less {
        float: right;
        color: #212121;
    }

    .account-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
    
    .np-textarea img, .project-tab-content img {
        max-width: 100%;
        height: auto;
    }
