/* duurzaamheidsfondsfledderbosch.nl */

html {
	margin: 0;
	padding: 0;
}


body {
	font: 300 1.2em/1.6em 'bouldregular','Merriweather Sans',Asap,sans-serif,sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

strong {
	font-family: 'bouldmedium','Merriweather Sans',Asap,sans-serif,sans-serif;
	color: #005619;
	font-weight: 300;
}

a {
	color: #275522;
	text-decoration: none;
}

a:hover {
	color: #af9845;
}


h3, #nieuws h2 {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	display: block;
	clear: both;
}

#subsidie p:has(+ ul) {
	margin: 0;
	display: block;
	clear: both;
}

/* @group layout */

#container {
	padding: 7em 0 3em;
	-webkit-animation-delay: 1s;
	margin: 0;
}

#tmp {
	display: grid;
	place-items: center;
	font-size: 4vw;
	line-height: 1.2;
}

#gamma {
	padding-bottom: 2em;
}

#footer {
	padding: 2% 25% 0.5%;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
}

#footer {
	font-family: 'bouldmedium';
	font-weight: 300;
	font-style: normal;
	color: #000;
}

#aanvraag #footer {
	font-family: 'bouldmedium';
	font-weight: 300;
	font-style: normal;
	color: #000;
}

#footer a {
	font-weight: 300;
	font-style: normal;
}

#footer a:hover {
	font-weight: 300;
	font-style: normal;
	text-decoration: underline;
}

/* @end */

/* @group banner */

#banner {
	padding: 0;
	margin: -1.2em auto 0;
	color: #000;
	position: fixed;
	top: 0;
	height: 7em;
	z-index: 22000;
	font: 300 1em;
	background-color: #fbfbfb;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid rgb(236, 236, 236);
	rotate: -1deg;
}

/* @end */

/* @group identity */

.mobile {
	display: none;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	top: 5px;
}

.identity img {
	height: 3.5em;
	width: auto;
	margin-right: 2em;
	padding-top: 1.2em;
	display: none;
}

.identity p {
	margin: 0;
	padding: 0;
}

.identity strong {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
}

.identity em {
	color: #929a95;
	font-weight: normal;
	font-style: normal;
}

.identity a {
	color: #000;
	text-decoration: none;
}

a:hover .identity {
	color: #636965;
	text-decoration: none;
}

/* @end */

/* @group menu */

.menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	rotate: 1deg;
	margin-top: -5px;
}

.logo img {
	height: 4.5em;
	width: auto;
	margin-right: 2em;
	padding-top: 1.2em;
}

navi {
	margin-top: -5px;
}

nav a {
	font-size:1em;
	font-weight: 600;
	text-decoration: none;
	padding: 0 0.4em;
	white-space: nowrap;
}

ul#nav li:hover a {
	color: #e5312d;
}

#home .menu navi li a.home,
#subsidie .menu navi li a.subsidie,
#aanvraag .menu navi li a.aanvraag,
#het-fonds .menu navi li a.het-fonds,
#contact .menu navi li a.contact,
#duurzaamheidsfondsfledderboschnl .menu navi li a.home {
	color: #af9845;
}

ul#nav  a {
	color: #af9845;
}

/* @end */

/* @group dropdown */

-navi ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
}

navi ul li ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	align-content: flex-start;
	padding-right: .4em;
	padding-left: .4em;
}

-navi ul, navi li {
	padding: 0;
	margin: 0;
	list-style: none;
}

navi a {
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	padding: 0 0.4em;
	white-space: nowrap;
	color: #275522;
}

navi ul li ul a {
	font-size: .9em;
	font-weight: 400;
	text-decoration: none;
	padding: 0 0.4em;
	white-space: nowrap;
}

navi ul {
  font-size: 0;
  list-style-type: none;
}

navi ul li {
  font-size: 1rem;
  font-weight: 400;
  color: #16a3b4;
  display: inline-block;
  padding: 15px 10px;
  position: relative;
  text-align: left;
}

-navi ul li i {
	padding-right: .25em;
}

navi ul li ul {
  display: none;
}

navi ul li:hover {
  cursor: pointer;
  background-color: transparent;
}

navi ul li:hover ul {
  display: block;
  margin-top: 15px;
  width: 200px;
  left: 0;
  position: absolute;
}

navi ul li:hover ul li {
  display: block;
  background-color: #f0f0f0;
  color: #16a3b4;
  transition: background-color 0.5s ease;
  border-bottom: 1px solid #dbdcdc;
}

navi ul li:hover ul li span {
  float: right;
  color: #f9f9f9;
  background-color: #F03861;
  padding: 2px 5px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 3px;
}

navi ul li:hover ul li:hover {
  background-color: #f0f0f0;
}

navi ul li:hover ul li:hover span {
  background-color: #ee204e;
}

categoryicon i {
	width: 30px;
	text-align: center;
}

/* @end */

/* @group blocks */

-.index .block {
	width: 300px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
	margin-left: 1.5em;
	text-align: center;
}

.blocks .block .entry-header h2 {
	padding-bottom: .4em;
	padding-top: .5em;
}

.index .block {
	width: 300px;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: .5em;
	padding-left: .5em;
	margin-bottom: .5em;
	margin-right: .5em;
	margin-left: .5em;
	text-align: center;
}

.category .block {
	width: 300px;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
	margin-left: 1.5em;
	text-align: center;
}

.entry .block .entry-copy p {
	margin: .5em 0 0;
	display: block;
	clear: both;
	padding-top: .2em;
	padding-bottom: .2em;
	height: 1em;
}


.block a {
	color: #000;
}

/* @end */

/* @group bgcolors */

.wit {
	padding: 0;
}

.paars {
	padding: 0;
	background-color: #eaedea;
}

.blauw {
	padding: 0;
	background-color: #eaedea;
}

.entry.geel h2, .entry.geel p,
.entry.blauw h2, .entry.blauw p,
.entry.groen h2, .entry.groen p {
	margin: 0;
	padding: 0;
}

.entry.geel h2,
.entry.blauw h2,
.entry.groen h2 {
	color: #275522;
}

.entry.geel {
	padding-top: .5em;
	margin-bottom: .5em;
	background-color: rgb(231, 181, 12);
	border-radius: 10px;
	border: 1px dashed #ececec;
	color: #000;
	font-size: 80%;
	corner-shape: scoop;
}

.entry.geel:hover {
	padding-top: .5em;
	margin-bottom: .5em;
	background-color: rgba(231, 181, 12, 0.08);
	border-radius: 10px;
	border: 1px dashed #ececec;
	color: #d2bd14;
	font-size: 80%;
}

.entry.blauw {
	padding-top:.5em;
	margin-bottom: .5em;
	background-color: rgba(170, 148, 66, 0.51);
	border-radius: 10px;
	border: 1px dashed #ececec;
	color: #275522;
	font-size: 80%;
	corner-shape: scoop;
}

.entry.blauw:hover {
	padding-top: .5em;
	margin-bottom: .5em;
	background-color: rgba(194, 178, 118, 0.08);
	border-radius: 10px;
	border: 1px dashed #ececec;
	color: #ac9440;
	font-size: 80%;
}

.entry.groen {
	padding-top: .5em;
	margin-bottom: .5em;
	background-color: rgb(195, 220, 110);
	border-radius: 10px;
	border: 1px dashed #ececec;
	color: #000;
	font-size: 80%;
	corner-shape: scoop;
}

.entry.groen:hover {
	padding-top: .5em;
	margin-bottom: .5em;
	background-color: rgba(195, 220, 110, 0.08);
	border-radius: 10px;
	border: 1px dashed #ececec;
	color: #2dc111;
	font-size: 80%;
}

.entry.grijs {
	padding-top: .5em;
	margin-bottom: .5em;
	background-color: rgba(236, 236, 236, 0.50);
	border-radius: 10px;
	border: 1px dashed #ececec;
	color: #000;
	font-size: 80%;
}

/* @end */

/* @group breadcrumbs */

#breadcrumb {
	margin-top: 1em;
	padding: 0.5em;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: flex-start;
	width: 96vw;
	text-transform: lowercase;
}

#breadcrumb i {
	padding-right: 0.25em;
	padding-left: 0.25em;
}


/* @end */

/* @group photos */

-#photo {
	display: none;
}

-#photos {
	width: 100vw;
	max-width: 100%;
	overflow: auto;
	position: relative;
	z-index: 10000;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	margin-top: -132px;
}

#photos {
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10000;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: -140px;
}

-#photos img {
	width: 3130px;
	height: auto;
}

#photos img {
	min-width: 2000px;
	width: 100%;
	height: auto;
}

/* @end */

/* @group sidephotos */

#sidephotos {
	display: none;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
}

.sidepix img {
	width: 200px;
	height: auto;
	border-radius: 50%; /* future proofing */
}

/* @end */

/* @group content */

#content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: space-between;
}

.category #betacontent {
	max-width: 1200px;
	padding-top: .5em;
	padding-bottom: .5em;
}


.index #intro, {
	display: none;
}

.index #content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: space-between;
}

.index #intro .intro-item {
	max-width: 1200px;
	padding-top: 5em;
	padding-bottom: 1em;
	display: none;
}

.index #content .entries {
	max-width: 1200px;
	padding-top: .5em;
	padding-bottom: .5em;
}

.blocks {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: space-around;
	margin-bottom: 3em;
	margin-right: auto;
	margin-left: auto;
}

.cards {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: space-around;
	margin-bottom: 3em;
	margin-right: auto;
	margin-left: auto;
}

.index .cards .entry {
	background-color: rgb(210, 225, 71);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	width: 300px;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
	margin-left: 1.5em;
}

.index .cards .entry img {
	width: 180px;
	height: auto;
	display: block;
}

.index .entry .extended {
	font-weight: 600;
	text-transform: lowercase;
	padding-bottom: 1em;
	padding-top: 0.4em;
}

.index .cards .entry:hover {
	background-color: #16a3b4;
	color: #fff;
}

-.index .entry:hover a {
	color: #e3f4ed;
}

/* @end */

/* @group entries */

.entry-category {
	padding: 0 5% 1em;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #18a2b4;
	line-height: 1.4em;
	display: none;
}

.entry {
	padding: 0 5% 60px;
	line-height: 1.5em;
	display: inline-block;
}

.entry-header {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.entry-copy-intro {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 3em auto 0;
	padding: 0;
	text-align: center;
}

.entry-copy-intro img {
	width: 25vw;
	height: auto;
}

#nieuws .date {
	background-color: rgba(22, 161, 179, 0.06);
	color: #16a2b3;
	padding: 0.25em 0.5em;
	font-size: 0.7em;
	font-weight: 600;
	display: inline-block;
	margin: 0;
}

.date {
	display: none;
}

.entry-copy ul {
	margin: 0;
	padding: 0 0 0 1.2em;
}

.entry-copy ul li {
	margin: 0;
	padding: 0;
}

.entry-copy a {
	color: #af9845;
	text-decoration: none;
	font-weight: bold;
}

.entry-copy a:hover {
	color: #000;
	font-weight: bold;
}

#footer 

/* @end */

/* @group buttons */

-.entry .button {
	background-color: #b9cc0c;
	color: #fff;
	padding: 1em 3em;
	font: 600 0.65em 'Jaldi','Merriweather Sans',Asap,sans-serif,sans-serif;
	text-transform: uppercase;
	border-style: none;
	margin-top: 2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	display: inline-block;
}

-.entry a:hover .button {
	background-color: #e5312d;
	color: #fff;
}

/* @end */

/* @group images */

.entry img.mt-image-none {
	width: 400px;
	height: auto;
	float: none;
	clear: both;
}

.entry img.mt-image-left {
	width: 400px;
	height: auto;
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	clear: both;
}

#entry-24 img.mt-image-left {
	width: 300px;
	height: auto;
	float: left;
	padding-top: 0.25em;
	margin-right: 2em;
	margin-bottom: 2em;
	clear: both;
}

.entry img.mt-image-right {
	width: 400px;
	height: auto;
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
	clear: both;
}

.entry-copy .mt-image-full {
	max-width: 900px;
	width: 98%;
	height: auto;
	display: inline-block;
	padding-top: .5em;
}

#entry-21 .entry-copy .mt-image-none {
	width: auto;
	height: 50px;
	padding-right: 1em;
	display: inline-block;
	padding-top: .5em;
}

pix img {
	height: 100px;
	width: auto;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

#delta {
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10000;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#delta .footerphoto img {
	min-width: 2000px;
	width: 100%;
	height: auto;
}

/* @end */

/* @group portraits / profiles */


#het-fonds #beta-entries .asset-image {
	border-radius: 50%; /* future proofing */
	width: 100px;
	height: auto;
	float: left;
	margin-right: 2em;
	margin-top: 0;
	border: 1px solid #c9daea;
	margin-bottom: .5em;
}

p .profile {
	float: left;
	display: inline-block;
}

/* @end */

/* @group betapromo */

#betapromo {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#betapromo .promo-item {
	padding: .5em 1em;
	color: #fff;
	margin: 0;
	border-radius: 10px; /* future proofing */
	background-color: rgb(236, 240, 236);
	position: relative;
	display: block;
	min-width: 460px;
	font-size: 110%;
	text-align: center;
}

/*.promo-item-icon {
	font-size: 2em;
	font-weight: 600;
	background-color: rgba(0, 0, 2, 0.5);
	padding: 0.25em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing *!/
	color: #fff;
	width: 1.2em;
	text-align: center;
	display: none;
}*/

.promo-item-icon {
	font-size: 2em;
	font-weight: 600;
	color: #004d39;
	width: 1.2em;
	text-align: center;
}


.promo-text {
	padding-left: 1em;
}

.promo-item-text {
	line-height: 1.2em;
}

#betapromo a.promo-item {
	color: #fff;
}

#betapromo a:hover .promo-item {
	background-color: rgba(58, 114, 66, 0.08);
	color: #518256;
}

.promo-item p {
	margin: 0;
	padding: 0;
}

.promo-item-header {
	font-size: 1.2em;
	font-weight: 600;
}

.promo-item a {
	color: #fff;
}

.promo-item a:hover {
	color: #000;
}

/* @end */

/* @group gammapromos */

-#gammapromo {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#gammapromo .promo-item {
	padding: .5em 1em;
	color: #000;
	margin: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	background-color: rgba(0, 0, 2, 0.06);
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: space-around;
	width: 460px;
}

#gammapromo a:hover .promo-item {
	background-color: rgba(67, 149, 169, 0.24);
}

#rechterkolom .rechterkolom-item {
	padding: 1em 2em;
	color: #000;
	margin: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	background-color: #16a3b4;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: space-around;
	width: 430px;
}

.rechterkolom-item-header {
	font-weight: 600;
	padding-bottom: 0.5em;
	color: #fff;
}

.rechterkolom-item-text {
	color: #fff;
}


/* @end */


/* @group form */

form {
	padding-top: 2em;
	padding-bottom: 2em;
}

section {
	width: 100%;
	display: block;
	margin-bottom: 4em;
}

label {
	margin-bottom: 2em;
}

.caps {
	text-transform: uppercase;
	color: #275522;
}

label.headercell {
	width: 100%;
	font-family: 'bouldbold';
	clear: both;
	border-left: 3px solid #d3c8a0;
	padding-left: 1em;
	color: #275522;
	font-weight: 300;
	display: block;
}

label.boldlabelcell {
	width: 100%;
	font-weight: 300;
	text-decoration: none;
	clear: both;
}

label.infocell {
	width: 100%;
	font-size: .8em;
	font-weight: 600;
	text-transform: none;
	clear: both;
}

input.textcell {
	width: 100%;
	height: 2em;
	-webkit-appearance: none;
	background-color: rgba(211, 200, 160, 0.10);
	border: 1px solid rgba(211, 200, 160, 0.42);
	padding-left: 1vw;
	font-size: 16px;
	font-size: max(16px, 1em);
	font-family: inherit;
	color: #26023c;
	margin-bottom: 1em;
	clear: both;
}

textarea {
	width: 100%;
	height: 10em;
	-webkit-appearance: none;
	background-color: rgba(211, 200, 160, 0.10);
	border: 1px solid rgba(211, 200, 160, 0.42);
	color: #26023c;
	margin-bottom: 1em;
	clear: both;	
	font-size: 16px;
	font-size: max(16px, 1em);
	font-family: inherit;
	padding-left: 1vw;
	padding-top: .5vw;
	resize: vertical;	box-sizing: border-box;
	padding-right: 1vw;
}

input.signtext {
	height: 4em;
	-webkit-appearance: none;
	background-color: rgb(251, 251, 251);
	border-style: none;
	padding-left: 1vw;
	font: 16px bouldregular;
	color: #26023c;
	width: 100%;
	clear: both;
}

input.file {
	width: 100%;
	max-width: 1090px;
	height: 2em;
	-webkit-appearance: none;
	background-color: rgba(211, 200, 160, 0.10);
	border: 1px solid rgba(211, 200, 160, 0.42);
	padding-left: 1vw;
	font: 1em 'bouldregular';
	color: #26023c;
	margin-bottom: 1em;
	clear: both;
	padding-top: .5em;
}

input.button {
	padding-right: 2em;
}

form .checkcell {
	display: none;
}

required {
	color: #c8260f;
}

#error {
	font-size: 1.6em;
}

.entry .button {
  background-color: #d3c8a0;
  border: 1px solid rgba(194, 178, 118, 0.08);
  color: #275522;
  padding: 8px 12px;
  border-radius: 6px;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  
  /* iOS Safari*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-transform: lowercase;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  margin-right: 1em;
}

.entry .button:hover {
  background-color: rgba(194, 178, 118, 0.08);
  color: #aa913e;
}

.button:focus {
  outline: 2px solid rgba(194, 178, 118, 0.08);
  outline-offset: 2px;
}

.button:active {
  transform: translateY(1px);
}

a:hover .button {
	color: #63722c;
}



/* @end */


/* @group hidden */

.index #breadcrumb {
	display: none;
}

.mmenu {
	display: none;
}

.identity .mmenu a#trigger-overlay i {
	margin-right: 0.5em;
	color: #b9cc0c;
	display: none;
}

.identity .mmenu a#trigger-overlay:hover i {
	color: #e5312d;
	display: none;
}

@media only screen and (max-width: 540px) {
.menu nav i {display: none;}
}

/* @end */

/* laptops */
@media only screen and (max-width: 1300px) {

}

/* medium screens */
@media only screen and (max-width: 1000px) {

.menu {
	display: none;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	rotate: 1deg;
	margin-top: -35px;
}

.logo img {
	height: 4em;
	width: auto;
	margin-right: 2em;
	margin-left: 2em;
	display: none;
}

.mobile {
	display: flex;
	flex-direction: row;
	jusify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	rotate: 1deg;
	margin-top: 1em;
}

.mobile img {
	height: 4em;
	width: auto;
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 1em;
	float: left;
}

.mmenu {
	display: block;
}

.mmenu i {
	font-size: 2.2em;
	margin-top: .2em;
	font-weight: bold;
}



}

/* small screens */
@media only screen and (max-width: 700px) {

.menu {
	display: none;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	rotate: 1deg;
	margin-top: -35px;
}

.logo img {
	height: 4em;
	width: auto;
	margin-right: 2em;
	margin-left: 2em;
	display: none;
}

.mobile {
	display: flex;
	flex-direction: row;
	jusify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	rotate: 1deg;
	margin-top: 1em;
}

.mobile img {
	height: 4em;
	width: auto;
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 1em;
	float: left;
}

.mmenu {
	display: block;
}

.mmenu i {
	font-size: 1.8em;
	margin-top: .2em;
	font-weight: bold;
}

.fieldcell input {
	width: 100%;
	height: 3vh;
	margin-top: 2px;
    -webkit-appearance: none;
	background-color: rgba(194, 178, 118, 0.08);
	border-style: none;
	padding-left: 1vw;
	font: 16px;
	color: #aba9a9;
	margin-bottom: 15px;
}

.fieldcell textarea {
	width: 100%;
	height: 160px;
	margin-top: 10px;
    -webkit-appearance: none;
	background-color: rgba(194, 178, 118, 0.08);
	border-style: none;
	padding-left: 1vw;
	margin-bottom: 10px;
	font: 16px;
	padding-top: 10px;
}

}

/* iphones */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px)  {

#banner {
	padding: 0;
	margin: -1.2em auto 0;
	color: #000;
	position: fixed;
	top: 0;
	height: 6em;
	z-index: 22000;
	font: 300 1em;
	background-color: #fbfbfb;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid rgb(236, 236, 236);
	rotate: -1deg;
}

.mobile {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: center;
	top: 5px;
}

.mobile img {
	height: 3em;
	width: auto;
	margin-right: 2em;
	margin-left: 1em;
	margin-top: 1em;
	float: left;
}

-#betapromo .promo-item {
	padding: .5em 1em;
	color: #fff;
	margin: 0;
	border-radius: 10px; /* future proofing */
	background-color: rgb(236, 240, 236);
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: space-around;
	min-width: 460px;
	font-size: 110%;
}

#betapromo .promo-item {
	max-width: 100vw;
}

#breadcrumb {
	margin-top: 1em;
	padding: 0.5em;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: flex-start;
	width: 96vw;
	text-transform: lowercase;
	font-size: 60%;
}

#betacontent {
	max-width: 100%;
	line-height: 200%;
	font-weight: 300;
	font-style: normal;
	font-size: 75%;
	overflow: hidden;
}

input.textcell {
	width: 96%;
}

.index .block {
	width: 300px;
	padding-top: 1em;
	padding-bottom: .5em;
	padding-right: .5em;
	padding-left: .5em;
	margin-bottom: .5em;
	margin-right: .5em;
	margin-left: .5em;
	text-align: center;
	height: auto;
}

.category .block {
	width: 70vw;
	height: auto;
	padding-top: 2em;
	padding-bottom: 1.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
	margin-left: 1.5em;
	text-align: center;
}

#footer {
	padding: 2% 5% 0.5%;
	font-size: .6em;
	text-align: center;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
}

}

/*map in overlay*/
