/* super common styles */

* {
	box-sizing: border-box;
	outline: none; }

html {
	min-height: 100vh;
	position: relative; }
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	/*font-size: 15px;*/
	background: white;
	width: 100%; /* for mobile menu transition to not glitch */
	min-width: 320px;
	max-width: 1920px;
	padding-bottom: 60px; /*32px;*/ /*for footer*/ }

a {
	text-decoration: none;
	transition: .4s; }

img {
	max-width: 100%; }
svg * {
	transition: .4s; }

p {
	margin: 1.35em 0; }

input:focus,
textarea:focus {
	font: inherit;
	outline: none; }

.one-width,
ul.one-width.one-width,
.home-directions ul {
	max-width: 1200px;
	margin: 0 auto; }
.hdn {
	display: none; }
.position-relative {
	position: relative; }
div.custom.temporary {
	margin: 150px auto;
	font-weight: 400;
	opacity: .3; }

header ul,
footer ul,
.see-other-projects ul,
.home-directions ul,
ul.menu.branches,
ul.blog-items,
.pagination ul,
/*.itemid-104 .custom.files ul,*/
.item-page.about-us ul,
.item-page.our-team ul,
.project-hub ul,
.item-page.support .article-body ul {
	margin: 0;
	padding: 0;
	list-style: none; }
header li,
footer li,
.see-other-projects li,
.home-directions li,
ul.menu.branches li,
ul.blog-items > li,
.pagination ul li,
.item-page.our-team ul > li {
	display: inline-block; }

.w-50pct-inside {
	font-size: 0; }
.w-50pct-inside > * {
	display: inline-block;
	width: 50%;
	font-size: 15px;
	vertical-align: top; }

/*ul.pagination-list {*/
div.pagination {
	text-align: center;
	margin-bottom: 42px; }
ul.pagination-list {
	overflow: hidden;
	font-size: 18px; }
ul.pagination-list li.disabled {
	opacity: .3; }
/*ul.pagination-list > li {*/
ul.pagination-list a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 3px;
	vertical-align: middle;
	padding-top: 3px;
	border-radius: 50%;
	border: 1px solid transparent; }
ul.pagination-list > li.word a {
	width: auto;
	margin-right: 22px;
	margin: 0 22px; }
ul.pagination-list *,
ul.pagination-list li.disabled:hover a {
	color: #494949; }
	ul.pagination-list li:hover a,
	ul.pagination-list li:hover span {
		color: #00905B; }
	ul.pagination-list li.word:hover a {
		border-color: transparent; }
	ul.pagination-list li:hover a {
		border-color: #00905B; }
ul.pagination-list li.active a {
	color: #00905B; }
ul.pagination-list li.active a {
	border-color: #00905B; }
ul.pagination-list svg {
	height: 20px;	/* Science damn it, they have different width */
	width: auto;
	margin-top: 2px; }
p.pagination.counter {
	margin-top: -40px;
	font-size: 18px; }

.super-overlay {
	position: fixed;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 6969;
	cursor: pointer;
	display: none; }

.search-page {
	margin-top: 69px; }

/* css: header ========================== */

header {
	margin-bottom: 20px; }
header .top,
footer {
	background: #494949;
	padding: 7px 0;
	position: relative;
	z-index: 69; }
header .top *,
footer * {
	color: white; }
header a:hover,
header ul.main-menu a:hover,
ul.menu.branches a:hover {
	color: #E54F08; }

header .top .one-width {
	position: relative; }

header .top .contacts {
	margin-right: 150px; }
	header .top .contacts li {
		margin-right: 50px; }
	header .top .contacts svg {
		/*height: 12px;*/
		width: 17px;
		height: auto;
		margin-right: 11px;
		/* display: inline-block; */
		vertical-align: middle; }
	header .top .contacts svg.e-mail {
		margin-top: -3px; }

header .top .languages {
	position: absolute;
	top: 0;
	right: 0; }
/*header .top .one-width > * {
	display: inline-block; }*/

header .bottom .logo.desktop {
	float: left;
	padding-top: 32px; }
	header .logo a {
		display: block; }
	header .logo svg {
		width: 340px;
		height: auto; }
header .bottom .right {
	margin-left: 500px;
	min-height: 80px; }

header .social-links {
	padding: 7px 0;
	text-align: right; }
header .social-links li {
	margin-left: 9px; }
header .social-links svg {
	width: 28px;
	height: 28px;
	transition: .5s; }
header .social-links a:hover svg {
	transform: scale(1.3); }

header ul.main-menu {
	margin: 11px -11px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between; }
header ul.main-menu li {
	padding: 0 11px;
	font-size: 18px;
	font-weight: 400; }
header ul.main-menu a {
	color: #494949; }
/*header ul.main-menu li.current a {*/
header ul.main-menu li.active a {
	color: #00905B; }

header .search form {
	position: relative; }
header .search button.action {
	position: absolute;
	/*top: 4px;*/
	top: 0;
	left: 3px;
	background: transparent;
	border: none; }
header .search button.action svg {
	height: 18px;
	width: 18px;
	margin-top: 4px; }
header .search input.search-query {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #E8E8E8;
	font-size: 20px;
	padding-left: 40px; }

.mobile-only {
	display: none; }

/* css: home page ======================= */

.special-slider-banner {
	position: relative;
	/*margin-top: 69px;*/
	margin-top: 25px; }
.special-slider-banner .this-is-slider {
	margin-right: 440px; }
.special-slider-banner .donation {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	color: #494949; }
.special-slider-banner .donation p {	/* fix giant margins for giant font sizes */
	margin: 10px 0; }
.special-slider-banner .donation .medium-size {
	font-size: 24px;
	margin-top: 24px; }
.special-slider-banner .donation .full-size {
	font-size: 35px;
	font-weight: bold; }
.special-slider-banner .donation .average-size {
	font-size: 18px; }
.special-slider-banner .donation .link-here {
	text-align: center;
	margin-top: 50px; }
	.special-slider-banner .donation .link-here a {
		display: inline-block;
		font-size: 21px;
		font-weight: 400;
		padding: 14px 35px;
		border-radius: 25px;
		color: white;
		background: #19773F; }
	.special-slider-banner .donation .link-here a:hover {
		background: #E54F08; }

.moduletable.home-directions {
	/*margin: 69px 0;*/
	margin: 25px 0; }

.custom.home-directions {
	text-align: center;
	/*height: 440px;*/	/* background photo is originally 440px in height */
	height: 390px;
	background: url(/Uploads/Images/website/home-directions-background.jpg);
	background-size: cover;
	background-position: center center;
	color: #777777;
	overflow: auto; /* oddly enough, this fixes some absurd margin collapsing of child h3 with the higher block (out of the parent); also 'padding-top: 1px;' helps */
	position: relative; }
	.home-directions * {
		color: inherit; }
.home-directions h3 {
	color: white;
	/*margin-top: 32px;*/
	margin-top: 17px;
	font-size: 38px;
	font-weight: 300; }
.home-directions ul {
	font-size: 0;
	text-transform: uppercase;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -90px; }
.home-directions li {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	width: 25%;
	padding: 0 20px;
	vertical-align: top; }
.home-directions a {
	display: block; }
	.home-directions li > a:first-of-type {	/* for svg to not have clickable space of sides */
		display: inline-block; }
	.home-directions li > a:last-of-type {
		margin-top: -20px; }
.home-directions li svg {
	/* height: 180px; */
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 32px; }
	.home-directions li:hover svg circle {
		fill: #19773F; }

.see-other-projects > ul > li {	/* the highest level is for administrator, kinda hide it */
	font-size: 0;
	margin-bottom: 32px; }
.see-other-projects img {
	max-width: 100%; }

/*
The structure of ".see-other-projects" is planned as such:
ul > li "Administrator description" > ul > li: "image", "header" > ul > li "public description"
*/
.see-other-projects {
	color: white; }
	.see-other-projects a {
		color: inherit; }
.see-other-projects img {
	display: block; /* get rid of stupid white space below image */ }
.see-other-projects > ul > li > ul {	/* common holder of the banner image and public description*/
	position: relative;
	overflow: hidden; }
.see-other-projects > ul > li > ul > li:last-of-type {	/* public header and public description */
	position: absolute;
	padding: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	/*bottom: 40px;*/
	/*bottom: -50%;*/
	/*opacity: 0;*/
	top: 0;
	/*padding-top: 25%;*/
	padding-top: 5%;
	font-size: 37px;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s;
	pointer-events: none; /* click through this element on image; IE11 is claimed to be supported */ }
	.see-other-projects > ul > li:hover > ul > li:last-of-type {
		/*bottom: 0;
		opacity: 1;*/
		background: rgba(0, 0, 0, .3); }
.see-other-projects > ul > li > ul > li li {	/* public description text */
	font-size: 21px;
	text-transform: none;
	font-weight: 400;
	margin-top: 20px; }
.see-other-projects > ul > li > ul > li ul {	/* hide public description, but leave public title visible */
	/*margin-bottom: -100%;
	transition: .3s;
	opacity: 0;*/ }
	.see-other-projects > ul > li:hover > ul > li ul {
		/*margin-bottom: 0;
		opacity: 1;*/ }

.home-news {
	padding-left: 10px; }
.home-news * {
	color: #494949; }
.home-news h3 {
	margin: 0;
	font-size: 21px;
	font-weight: 400; }
.home-news .newsextra {
	margin-top: 14px; }
.home-news .detail_date * {
	color: #E54F08;
	font-size: 14px;
	font-weight: bold; }
.home-news #lnee_99 h4,
.home-news #lnee_111 h4 {
	font-weight: 400;
	font-size: 16px; }
.home-news a:hover * {
	color: #19773F; }

.moduletable.partners {
	width: 100%;
	max-width: none;
	background: #E8E8E8;
	color: #494949;
	padding: 28px 0;
	margin-top: 60px; }
.moduletable.partners h3 {
	font-weight: 300;
	font-size: 22px; }

/* fix Widgetkit arrows position */
.partners a.uk-slidenav-previous {
	margin-left: -40px; }
.partners a.uk-slidenav-next {
	margin-right: -40px; }

/* css: blog ============================ */

dl.article-info dd {
	margin: 0; }

.blog h1.one-width,
.blog ul.menu.branches,
ul.blog-items.one-width,
.item-page h1.one-width,
.item-page ul.menu.branches,
.item-page .article-info.one-width,
.item-page .article-body.one-width,
.item-page .field-entry.project-hub.one-width,
.facebook-buttons {
	max-width: 960px; }
.item-page.about-us.about-us .one-width,
.item-page.support .one-width {
	max-width: 1200px; }

.com_content.view-category .facebook-buttons {
	display: none; }
.facebook-buttons {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px; }

.content-toggle-full-text {
	text-align: center; }
	.content-toggle-full-text button {
		/*background: #2F941B;*/
		border: 1px solid #2F941B;
		background: white;
		color: #2F941B;
		padding: 11px 30px;
		/*color: white;*/
		font: inherit;
		margin: 21px 0;
		transition: .4s;
		cursor: pointer;
		width: 300px;
		border-radius: 25px }
	.content-toggle-full-text button:hover {
		/*background: white;
		color: #2F941B;*/
		background: #2F941B;
		color: white; }
	.content-text-togglable.active .content-toggle-full-text.display-more-text {
		display: none; }
	/*.content-toggle-full-text.display-less-text {
		display: none; }
	.content-text-togglable.active .content-toggle-full-text.display-less-text {
		display: block; }*/
.content-text-full-text {
	max-height: 0;
	overflow: hidden;
	transition: .5s;
	height: auto; }
	.content-text-togglable.active .content-text-full-text {
		max-height: 9999px; }

.moduletable.picturesque.one-width {
	max-width: initial;
	background: url(/templates/childfund/images/header-narrow-background.jpg);
	height: 100px;
	color: white;
	margin-bottom: 42px;
	padding-top: 1px; }
.picturesque h1 {
	font-weight: 300;
	font-size: 37px;
	margin-top: 18px; }

ul.menu.branches {
	/*font-size: 0;*/
	text-align: center;
	margin: 0 auto;
	/*margin: 11px -11px;*/
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
		align-items: center;
	justify-content: space-between;	/* I see no difference with "space-around" when children are flex-grow: 1;.. /nekto */
	}

ul.menu.branches > li {
	/*display: inline-block;*/
	font-size: 22px;
	padding: 0 11px;
	vertical-align: middle;
	flex-grow: 1; }
	ul.menu.branches > li:first-of-type {
		padding-left: 0; }
	ul.menu.branches > li:last-of-type {
		padding-right: 0; }
	/*WARNING:
	flexbox makes elements of different sizes, actually! */
	.itemid-109 ul.menu.branches > li {	/* I don't know of a nicer way, unfortunately /nekto */
		/*width: 25%;*/ }
	/*.itemid-105 ul.menu.branches > li,
	.itemid-106 ul.menu.branches > li {
		width: 33.3%; }*/

ul.menu.branches a {
	display: block;
	border: 1px solid #19773F;
	border-radius: 25px;
	color: #19773F;
	padding: 11px; }
	ul.menu.branches li.active a {	/* or "li.current", I don't get it, to say the truth /nekto */
		color: #E54F08;
		border-color: #E54F08; }

ul.blog-items > li {
	/*min-height: 250px;*/
	min-height: 140px;
	position: relative;
	/*margin-bottom: 42px;*/
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 25px;
	margin-bottom: 32px; }
.blog-items .image {
	/*float: left;
	width: 340px;*/
	position: absolute;
	top: 0;
	left: 0;
	/*bottom: 0;*/	/* maybe rather height: 250px; for images to not stretch */
	height: 140px;
	/*width: 340px;*/
	width: 160px; }
	ul.blog-items .image a {
		display: block;
		text-align: center;
		height: 100%; }
	ul.blog-items .image img {
		/*height: 100%;*/
		max-height: 100%;
		max-width: 100%;
		/*border: 1px solid transparent;*/ }
		/*ul.blog-items .image a:hover img {
			border: 1px solid rgba(0, 0, 0, .7); }*/
.blog-items .text {
	/*margin-left: 350px;*/
	margin-left: 190px;
	font-size: 18px;
	/*font-size: 15px;*/ }
.blog-items .text h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 19px; }
.blog-items .text a {
	color: #E54F08; }
	.blog-items .text a:hover {
		color: #19773F; }
.blog-items .text .article-date {
	font-size: 16px;
	/*color: #E54F08;*/ }

.view-article .article-body {
	/*font-size: 15px;*/
	font-size: 18px; }
.view-article .article-body a {
	color: #E54F08; }
	.view-article.view-article .article-body a:hover {
		color: #19773F; }

/* css: about us ======================== */

.item-page.about-us .article-body {
	color: #494949;
	font-size: 21px;
	/*font-size: 15px;*/
	padding-right: 250px;
	position: relative; }

/*.itemid-104 .custom.files {*/	/* itemid-104, stupid Joomla :-( */
	/*position: relative; }*/
/*.itemid-104 .custom.files ul {*/
.item-page.about-us .article-body ul {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px; }
/*.itemid-104 .custom.files a {*/
.item-page.about-us ul a {
	display: block;
	margin-bottom: 22px;
	text-align: center; }
	a.color-presentation {
		color: #2C8AAA; }
	a.color-report {
		color: #BD4239; }
/*.itemid-104 .custom.files svg {*/
.item-page.about-us ul svg {
	height: 110px;
	width: 110px;
	margin: 0 auto;
	margin-bottom: 13px;
	display: block; }

.moduletable.one-width.line-of-action {
	max-width: none;
	background: url(/Uploads/Images/website/about-us-background.jpg);
	color: white;
	height: 520px;
	padding-top: 42px;
	margin-top: 69px;
	font-size: 20px;
	position: relative; }
.line-of-action h2 {
	font-size: 46px;
	font-weight: 300;
	margin-bottom: 91px; }
.moduletable.one-width.line-of-action svg {
	width: 150px;
	height: 117px;
	position: absolute; }
.moduletable.one-width.line-of-action ul {
	padding-left: 220px;
	line-height: 1.7em; }

.itemid-104 .custom.bottom-text {
	position: relative;
	padding-left: 400px;
	font-size: 19px;
	color: #494949;
	margin-top: 52px;
	margin-bottom: 69px; }
.itemid-104 .custom.bottom-text img {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px; }

/* css: our team ======================== */

.item-page.our-team .article-body > ul {
	text-align: center;
	font-size: 0; }
	.item-page.our-team .article-body > ul * {
		transition: .4s; }
.item-page.our-team .article-body > ul > li {	/* bigger blocks */
	font-size: 20px;
	width: 300px;
	margin-bottom: 13px;
	position: relative;
	color: rgba(0, 0, 0, .6);
	vertical-align: top; }
	/* .item-page.our-team .article-body > ul > li:hover */
	.item-page.our-team .article-body > ul > li:hover img {
		border-color: #19773F; }
	.item-page.our-team .article-body > ul > li:hover li.e-mail svg * {
		fill: #19773F; }
	.item-page.our-team .article-body > ul > li:hover {
		color: #19773F; }
.our-team ul img {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 10px solid rgba(0, 0, 0, .1); }
.item-page.our-team ul > li li {	/* second level list */
	display: block; }
	.item-page.our-team ul > li li:nth-child(n+2) {
		font-weight: 400; }
.item-page.our-team li.e-mail {
	position: absolute;
	top: 260px;
	right: 0; }
.item-page.our-team li.e-mail svg {
	width: 20px;
	height: auto; }
	.item-page.our-team li.e-mail svg * {
		fill: rgba(0, 0, 0, .1); }

/* css: support ========================= */

.item-page.support .article-body > ul {
	border-top: 2px solid rgba(0, 0, 0, .1);
	padding-top: 32px;
	margin-top: -10px; }
.item-page.support .article-body > ul > li { /* each project itself; first <li> contains the project name in visual editor, never show */
	font-size: 0;
	margin-bottom: 42px; }
.item-page.support .article-body > ul > li > ul > li {	/* image to the left and other content to the right */
	display: inline-block;
	width: 50%;
	font-size: 17px;
	vertical-align: top;
	/*position: relative;*/ }
.item-page.support .article-body > ul > li > ul > li a {
	color: #E75B18;
	font-weight: 400; }
.item-page.support .article-body > ul > li > ul > li > ul > li {	/* project description, treat li as div */
	display: block;
	margin: 1em 0; }
.item-page.support .article-body > ul > li > ul > li > ul > li > ul {	/* container of sums and button */
	font-size: 0;
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
	margin-top: 50px; }
	.item-page.support .article-body > ul > li > ul > li > ul > li > ul * {
		transition: .4s; }
	.item-page.support .article-body.article-body > ul > li > ul > li > ul > li > ul:hover a {
		background: #767F00; }
	.item-page.support .article-body.article-body > ul > li > ul > li > ul > li > ul:hover .circles-text {
		color: #767F00; }
	.item-page.support .article-body.article-body > ul > li > ul > li > ul > li > ul:hover .circles-wrp svg .circles-valueStroke {
		stroke: #767F00; }
.item-page.support .article-body > ul > li > ul > li > ul > li > ul li {	/* target sum | visualization | button */
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	vertical-align: middle;
	text-align: center; }
.item-page.support .article-body > ul > li > ul > li > ul > li > ul li:nth-child(1) {	/* target sum */
	width: 30%; }
.item-page.support .article-body > ul > li > ul > li > ul > li > ul li:nth-child(2) {	/* visualized */
	width: 30%;
	visibility: hidden; }
	.item-page.support .article-body > ul > li > ul > li > ul > li > ul li.visualized {
		visibility: visible; }
	.item-page.support .article-body .circles-text {
		color: #19773F;
		margin-left: 5px; }
.item-page.support .article-body > ul > li > ul > li > ul > li > ul li:nth-child(3) {	/* "Donate" button container */
	width: 40%; }
.item-page.support .article-body > ul > li > ul > li > ul > li > ul li:nth-child(3) a {	/* "Donate" button */
	display: block;
	background: #19773F;
	color: white;
	font-size: 24px;
	padding: 10px 0;
	border-radius: 25px; }

/* css: project hubs ==================== */

/*.item-page.colorful-header,
.blog.colorful-header {
	padding-top: 120px; }
.item-page.colorful-header .page-header,
.blog.colorful-header .page-header {
	max-width: initial;
	background: url(/templates/childfund/images/header-narrow-background.jpg);
	background-position: right center;
	height: 100px;
	color: white;
	margin-bottom: 42px;
	padding-top: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -120px; }
.item-page.colorful-header h1,
.blog.colorful-header h1 {
	font-weight: 300;
	font-size: 37px;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 18px; }*/

/*.item-page.colorful-header,
.blog.colorful-header {
	padding-top: 120px; }*/
.colorful-header {
	/*max-width: initial;*/
	background: url(/templates/childfund/images/title_background.png);
	background-position: right center;
	background-repeat: no-repeat;
	min-height: 100px;
	max-height: 300px;
	color: white;
	margin-bottom: 13px;
	padding-top: 1px;
	padding-bottom: 13px; }
.colorful-header h1 {
	font-weight: 300;
	font-size: 37px;
	/*max-width: 1200px;
	margin: 0 auto;*/
	margin-top: 18px; }

.project-hub {
	color: #494949;
	/*font-size: 20px;*/
	font-size: 18px; }
.project-hub h3 {
	font-size: 25px;
	font-weight: 300; }
.project-hub svg {
	float: left;
	/*width: 90px;
	height: 90px;*/
	width: 45px;
	height: 45px; }
.project-hub ul {
	margin-left: 120px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 42px;
	padding: 13px 0;
	padding-left: 30px; }
	.project-hub ul a {
		color: #E54F08; }
	.project-hub ul li {
		margin-bottom: 18px; }

/* css: project ========================= */

.fields-container .field-entry.project-hub {
	position: relative; }
.item-page svg.in-project {
	position: absolute;
	/*top: 60px;*/
	top: 70px;
	left: 45px; }

/* css: footer ========================== */

footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0; }
footer ul {
	font-size: 0; }
footer ul > * {
	display: inline-block;
	width: 50%;
	font-size: 15px; }
footer ul > *:last-of-type {
	text-align: right; }

/**/

.this-is-slider .uk-overlay-panel.uk-overlay-bottom.uk-overlay-slide-bottom {
	background: rgba(0,0,0,0.5); }

.uk-overlay-panel.uk-ignore.uk-flex.uk-flex-center.uk-flex-middle.uk-text-left > div {
	background: rgba(0,0,0,0.5);
	padding: 10px; }