@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'a_futuraortoregular';
    src: url('../fonts/a_futuraorto-webfont.eot');
    src: url('../fonts/a_futuraorto-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/a_futuraorto-webfont.woff2') format('woff2'),
         url('../fonts/a_futuraorto-webfont.woff') format('woff'),
         url('../fonts/a_futuraorto-webfont.ttf') format('truetype'),
         url('../fonts/a_futuraorto-webfont.svg#a_futuraortoregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
body {
	font-family: 'MyriadProRegular';
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
}
a {
	color: #333333;
}
a:hover {
	color: inherit;
}
#header {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	z-index: 100;
}
.navbar-brand {
	padding: 0px;
	margin: 0px;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mnmwp-main-menu,
#mnmwp-main-menu > ul > li > a,
#mnmwp-main-menu > ul > li {
	background: none !important;
}
#mnmwp-main-menu > ul > li {
	margin-left: 30px;
}
#mnmwp-main-menu > ul > li > a {
	font-size: 20px;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: normal;
	padding: 15px 0px;
}
#mnmwp-main-menu > ul > li:hover > a {
	color: #141515 !important;
}
#mnmwp-main-menu ul ul {
	background: rgba(227, 227, 227, 1);
	padding: 10px;
	border-radius: 10px;
}
#mnmwp-main-menu ul ul li {
	background: none;
	border: 0px;
}
#mnmwp-main-menu ul ul li a {
	font-family: 'MyriadProBold';
	background: none !important;
	color: #141515 !important;
	font-size: 16px;
	font-weight: normal;
	border: 0px;
}
#mnmwp-main-menu > ul > li > a:hover,
#mnmwp-main-menu ul ul li a:hover {
	text-decoration: underline;
}
#intro {
	width: 100%;
	background: url(../images/intro-bg.png) center center no-repeat;
	background-size: cover;
	height: 300px;
	text-align: right;
	font-family: 'a_futuraortoregular';
	font-size: 48px;
	color: #d1f4ff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
}
#intro p {
	margin: 0px;
}
#intro-inner {
	width: 100%;
	height: 23px;
	background: url(../images/intro-bg.png) center center no-repeat;
	background-size: cover;
}
.wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
h1 {
	font-family: 'futuralightcregular';
	color: #010101;
	font-size: 48px;
	line-height: 1.3;
	margin-bottom: 30px;
	text-align: center;
}
.footer-text {
	text-align: center;
	font-size: 24px;
	font-family: 'futuralightcregular';
	color: #010101;
	padding-bottom: 70px;
}
.footer-text a {
	color: #010101;
	text-decoration: none;
}
.footer-copy {
	color: #000;
	font-size: 18px;
	font-family: 'futuralightcregular';
}
#footer {
	width: 100%;
	background: #b6ce5f;
}
.page-content p a {
	text-decoration: underline;
}
.page-content p a:hover {
	text-decoration: none;
}
.entry-content {
	min-height: 200px;
}
#news h2 {

	padding-bottom: 50px;
	background: url(../images/news-title.png) center bottom no-repeat;
}
.news-foto img {
	width: 100%;
	height: auto;
}
.news-foto a {
	display: block;
	position: relative;
}
.news-foto a:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(25, 61, 81, 0.74);
	opacity: 0;
	transition: all 0.2s ease;
}
.news-foto a:hover:after {
	opacity: 1;
}
.news-title {
	padding: 20px 0px 10px 0px;
}
.news-title a {
	display: block;
	line-height: 1.3;
	font-family: 'futuralightcregular';
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.news-more a {
	font-family: 'futuralightcregular';
	color: #007c72;
	text-decoration: underline;
	font-size: 16px;
}
.news-more a:hover {
	text-decoration: none;
}
.team-item,
.news-item {
	padding-bottom: 30px;
}
#partners h2 {
	padding-bottom: 50px;
	background: url(../images/partner-title.png) center bottom no-repeat;
}
.partner-logo {
	padding-bottom: 30px;
}
#single-wrapper h1.entry-title {
	font-size: 32px;
}
#projects h2 {
	padding-bottom: 50px;
	background: url(../images/projects-title.png) center bottom no-repeat;
}
#goal h2 {
	padding-bottom: 50px;
	background: url(../images/goals-title.png) center bottom no-repeat;
}
#goal h2,
#news h2,
#projects h2,
#partners h2 {
	text-align:center;
	text-transform: uppercase;
}

#related {
	padding-top: 30px;
}
.goal-text {
	text-align: center;
	margin: 0 auto;
	max-width: 690px;
}
.cat-item a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
}
.gal-item img,
.cat-item a img {
	width: 100%;
	height: auto;
}
.cat-item a span {
	display: block;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(255,255,255,0.7);
	padding: 5px 15px;
	text-transform: uppercase;
	color: #000000;
	font-size: 26px;
	text-align: center;
}
.gal-item {
	padding-bottom: 30px;
}
.term-desc {
	padding-bottom: 30px;
}
.team-title {
	padding-top: 15px;
}
.cat-subcat {
	padding-bottom: 30px;
}
.cat-item {
	padding-bottom: 30px;
}