* {
	font-family: "Roboto", sans-serif;
}

h1 {
	font-size: 2em;
	font-weight: 700;
	line-height: 3em;
	color: #333333;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 700;
	color: #333333;
}

p {
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
	font-weight: 300;
}

.layout {
	display: flex;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body,
#panel {
	height: 100%;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

ul {
	padding-left: 25px;
}
ul li {
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
	font-weight: 300;
}
ul li span {
	padding-left: 0 !important;
}
ul li a {
	text-decoration: none;
	color: #333333;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 50px;
	width: 100%;
}

@media (max-width: 556px) {
	.content {
		padding: 25px;
	}
}

.blocks {
	padding: 0;
}
.blocks .block {
	border: 1px solid #efefee;
	padding: 20px;
	position: relative;
	height: 400px;
}
.blocks .block h2 {
	text-align: left;
}
.blocks .block p {
	text-align: left;
}
.blocks .block p.block__metainfo {
	font-style: italic;
	font-size: 0.8em;
	line-height: 3em;
}
.blocks .block--sponsorkliks {
	padding: 0;
}
.blocks .block--sponsor {
	border: 1px solid #efefee;
	padding: 20px;
	position: relative;
	text-align: center;
}
.blocks .block--sponsor img {
	margin-bottom: 20px;
}
.blocks .block .share {
	position: absolute;
	left: 20px;
	bottom: 10px;
	text-align: center;
	background-color: #efefee;
	padding: 0;
}
.blocks--small .block {
	height: 250px;
}

.sidebar {
	background-color: #f5f5f5;
	width: 360px;
	padding: 20px 20px 20px 20px;
	min-height: 1000px;
}
.sidebar__section {
	border-bottom: 5px solid #fff;
	padding: 10px 0;
}
.sidebar__section h2 {
	margin-bottom: 10px;
}
.sidebar__section--sponsor .sponsorslider .sponsor {
	text-align: center;
}
.sidebar__section--donate .button__donate {
	margin-top: 10px;
}
.sidebar__section--links ul {
	padding-left: 0;
}
.sidebar__section--links ul li {
	list-style-type: none;
	line-height: 1.8em;
}
.sidebar__section--links ul li a {
	color: #333333;
	font-size: 1em;
	text-decoration: underline;
	font-weight: 300;
}

@media (max-width: 991px) {
	.sidebar {
		display: none;
	}
}

.header {
	height: 100%;
	max-height: 70%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
	padding: 0;
}
.header .toolbar {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	padding: 5px 0;
}
.header .toolbar__container {
	display: flex;
	align-items: center;
}
.header .toolbar__container .toolbar__logo {
	margin-right: auto;
}
.header .toolbar__container .toolbar__logo img {
	max-height: 75px;
}
.header .toolbar__container .toolbar__nav,
.header .toolbar__container .toolbar__social {
	margin-left: auto;
}
.header .toolbar__container .toolbar__nav ul,
.header .toolbar__container .toolbar__social ul {
	padding-left: 0;
}
.header .toolbar__container .toolbar__nav ul li,
.header .toolbar__container .toolbar__social ul li {
	list-style-type: none;
	display: inline-block;
}
.header .toolbar__container .toolbar__nav ul li a,
.header .toolbar__container .toolbar__social ul li a {
	padding: 0px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 70px;
	text-decoration: none;
}
.header .toolbar__container .toolbar__mobiletoggle {
	display: none;
}
.header .overlay {
	background-color: rgba(0, 166, 81, 0.75);
	height: 100% !important;
	max-height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.header .overlay .overlay__content {
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
}
.header .overlay .overlay__content h1 {
	font-size: 2em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 900px;
	line-height: 45px;
	margin-bottom: 20px;
}
.header .overlay .overlay__social {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.header .overlay .overlay__social a {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.header--small {
	max-height: 85px;
}
.header--small .overlay__content,
.header--small .overlay__social {
	display: none;
}
.header--contact .toolbar__container .toolbar__nav ul li a {
	color: #333333;
}
.header--contact .map {
	width: 100%;
	height: 100%;
}

@media (max-width: 991px) {
	.header .toolbar {
		padding: 5px 10px;
	}
	.header .toolbar .toolbar__container .toolbar__nav,
	.header .toolbar .toolbar__container .toolbar__social {
		display: none;
	}
	.header .toolbar .toolbar__container .toolbar__mobiletoggle {
		display: block;
	}
	.header .toolbar .toolbar__container .toolbar__mobiletoggle i {
		color: #fff;
		font-size: 1.5em;
	}
}

.button {
	border-radius: 3px;
	display: inline-block;
	line-height: 30px;
	font-size: 0.8em;
	text-decoration: none;
}
.button__back {
	border: 1px solid #00a651;
	color: #00a651;
	padding: 5px 15px;
	line-height: 25px;
}
.button__main {
	background-color: #00a651;
	color: #fff;
	padding: 8px 30px;
}
.button__readmore {
	background-color: #00a651;
	color: #fff;
	padding: 0px 25px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.button__readmore:hover {
	background-color: #00a651;
	color: #fff;
	text-decoration: none;
}
.button__donate {
	background-color: #fff400;
	color: #00a651;
	line-height: 40px;
	padding: 0 20px;
}
.button__donate a {
	text-decoration: none;
	color: #00a651;
}
.button__newmessage {
	background-color: #00a651;
	color: #fff;
	line-height: 40px;
	padding: 0 60px;
}
.button__header {
	background-color: transparent;
	border: 2px solid #fff;
	line-height: 2em;
	padding: 0 20px;
	font-size: 1em;
	font-weight: 400;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
}
.button__header a {
	font-weight: 400;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.button__header:hover {
	background-color: #fff;
	color: #333333;
	cursor: pointer;
}
.button__header:hover a {
	background-color: #fff;
	color: #333333;
	text-decoration: none;
}

.list {
	overflow-x: scroll;
}
.list table {
	width: 100% !important;
}
.list table thead th {
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0 20px;
	text-align: left;
}
.list table thead th span {
	font-size: 1em;
	line-height: 29px;
	color: #333333;
}
.list table tbody {
	border-top: 15px solid white;
}
.list table tbody tr {
	border-bottom: 2px solid #efefee;
	height: 40px;
}
.list table tbody tr:nth-child(even) {
	background-color: #efefee;
}
.list table tbody tr td {
	padding: 0 20px;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
}
.list h2 {
	margin-top: 20px;
}

.share__button {
	text-align: center;
	position: relative;
	width: 30px;
	height: 30px;
}
.share__button i {
	line-height: 30px;
	width: 30px;
	border-radius: 3px;
	font-size: 1em;
	color: #333333;
	background-color: #efefee;
}
.share__button.open .share__list {
	display: block;
}
.share__button .share__list {
	display: none;
	position: absolute;
	left: -25px;
	top: -50px;
}
.share__button .share__list ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}
.share__button .share__list ul li {
	line-height: 40px;
	width: 40px;
	text-align: center;
}
.share__button .share__list ul li.twitter {
	background-color: #1da1f2;
}
.share__button .share__list ul li.facebook {
	background-color: #4267b2;
}
.share__button .share__list ul li.whatsapp {
	background-color: #1ebea5;
}
.share__button .share__list ul li.email {
	background-color: #bababa;
}
.share__button .share__list ul li.telegram {
	background-color: #0088cc;
}
.share__button .share__list ul li i {
	font-size: 1em;
	background-color: transparent;
	color: #fff;
}

.sponsor__bar {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.sponsor__bar .sponsor {
	text-align: center;
}
.sponsor__bar .sponsor img {
	margin: 0 auto;
	display: block;
	max-width: 90%;
	height: auto;
	max-height: 70px;
}

.blog__nav {
	display: flex;
	width: 100%;
	height: 80px;
	align-items: center;
	padding: 0 15px;
}
.blog__nav .prev {
	margin-left: auto;
}
.blog__nav .next {
	margin-right: auto;
}
.blog__nav .prev a,
.blog__nav .next a {
	color: #333333;
	display: flex;
	text-decoration: none;
}
.blog__nav .prev a span,
.blog__nav .next a span {
	margin: 0 5px;
	line-height: 80px;
}
.blog__nav .prev a i,
.blog__nav .next a i {
	line-height: 80px;
}

.docs {
	padding-left: 0;
	margin: 10px 0;
}
.docs li {
	list-style-type: none;
	margin-bottom: 15px;
}
.docs li a {
	background-color: #efefee;
	padding-left: 15px;
	line-height: 50px;
	display: inline-block;
	border-radius: 3px;
	width: 100%;
	color: #333333;
}
.docs li a:hover {
	text-decoration: none;
	background-color: #d6d6d4;
	color: #333333;
}

form {
	margin-top: 30px;
}
form fieldset {
	border: none;
}
form h2 {
	margin-top: 20px;
}
form label.right {
	display: none;
}
form ul {
	padding-left: 0;
}
form .optionset {
	margin-top: 0;
}
form .optionset ul {
	display: flex;
}
form .optionset ul li {
	display: flex;
	list-style-type: none;
	margin-top: 10px;
	line-height: 35px;
	margin-right: 20px;
}
form .optionset ul li input {
	font-weight: 400;
	margin-right: 10px;
}
form input,
form select {
	border-radius: 3px;
	border: 2px solid #efefee;
	width: 50%;
	min-height: 35px;
	padding-left: 20px;
	margin-bottom: 10px;
	background: transparent;
	outline: none;
}
form input.action,
form select.action {
	padding-left: 0;
	background-color: #00a651;
	color: #fff;
	border-radius: 3px;
	border: none;
	display: inline-block;
	padding: 5px 30px;
	width: auto !important;
}
form input[type="checkbox"] + .right,
form select[type="checkbox"] + .right {
	display: inline-block;
}
form .ss-upload {
	margin-bottom: 10px;
}
form select {
	height: 35px;
}
form textarea {
	border-radius: 3px;
	border: 2px solid #efefee;
	width: 75%;
	min-height: 35px;
	padding-left: 20px;
	margin-bottom: 10px;
	outline: none;
}
form .multivaluefieldlist li:nth-child(n + 5) {
	display: none !important;
}

@media (max-width: 767px) {
	form input.action {
		width: 50%;
	}
}

.sidenav {
	height: 100%;
	width: 300px;
	background-color: #f5f5f5;
	position: fixed;
	right: -300px;
	top: 0;
	-webkit-transition: right 300ms;
	-moz-transition: right 300ms;
	-ms-transition: right 300ms;
	-o-transition: right 300ms;
	transition: right 300ms;
	z-index: 1;
	padding: 20px 20px 20px 20px;
}
.sidenav__overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}
.sidenav--open {
	right: 0;
}
.sidenav__mobiletoggle {
	position: absolute;
	right: 10px;
	top: 25px;
}
.sidenav__mobiletoggle i {
	color: #333333;
	font-size: 1.5em;
}
.sidenav__container {
	overflow-y: scroll;
	height: 100%;
}
.sidenav__container .sidenav__section {
	border-bottom: 5px solid #fff;
	padding: 10px 0;
}
.sidenav__container .sidenav__section h2 {
	margin-bottom: 10px;
}
.sidenav__container .sidenav__section ul {
	padding-left: 0;
}
.sidenav__container .sidenav__section ul li {
	list-style-type: none;
	line-height: 2.2em;
}
.sidenav__container .sidenav__section ul li a {
	color: #333333;
	font-size: 1em;
	text-decoration: underline;
	font-weight: 300;
}

.sidenav--open {
	overflow: hidden;
}
.sidenav--open .sidenav {
	right: 0;
}
.sidenav--open .sidenav__overlay {
	display: block;
}

.popper,
.tooltip {
	position: absolute;
	z-index: 9999;
	background: #00a651;
	color: #fff;
	width: 150px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	padding: 10px;
	text-align: center;
}

.style5 .tooltip {
	background: #1e252b;
	color: #ffffff;
	max-width: 200px;
	width: auto;
	font-size: 0.8rem;
	padding: 0.5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
	border-color: #00a651;
}

.style5 .tooltip .tooltip-arrow {
	border-color: #1e252b;
}

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
	margin-bottom: 5px;
}

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
	border-width: 5px 5px 0 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
	margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
	border-width: 0 5px 5px 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
	margin-left: 5px;
}

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
	border-width: 5px 5px 5px 0;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
	margin-right: 5px;
}

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
	border-width: 5px 0 5px 5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.search__bar {
	width: 100%;
	border-top: 1px solid #efefee;
	border-bottom: 1px solid #efefee;
	position: relative;
}
.search__bar--icon {
	position: absolute;
	left: 25px;
	top: 22px;
}
.search__bar form {
	margin: 0;
	margin: 15px 0;
	padding-left: 35px;
}
.search__bar form label {
	display: none;
}
.search__bar form input {
	width: 100%;
	border: none;
	margin-bottom: 0;
}
.search__bar form .action {
	display: none;
}

.search__container {
	max-width: 80%;
	margin: 0 auto;
}
.search__container h1 {
	margin-top: 20px;
}
.search__container .search__query {
	margin-top: 10px;
}
.search__container .search__results {
	margin-top: 20px;
}
.search__container .search__results .search__result h2 {
	margin-top: 20px;
}

.blogpost__toolbar {
	align-items: center;
	max-width: 1200px;
	padding: 0 50px;
}
.blogpost__toolbar .blog__nav {
	margin-left: auto;
	width: 300px;
}

.blogpost .content {
	padding-top: 0;
}
.blogpost .content .blogslider {
	width: 100%;
}
.blogpost .content .blogslider .item {
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blogpost .content .blogslider__nav {
	width: 75px;
	display: flex;
	margin: 0 auto;
	height: 30px;
	align-items: center;
}
.blogpost .content .blogslider__nav .prev__button {
	margin-right: auto;
}
.blogpost .content .blogslider__nav .prev__button:hover {
	cursor: pointer;
}
.blogpost .content .blogslider__nav .next__button {
	margin-left: auto;
}
.blogpost .content .blogslider__nav .next__button:hover {
	cursor: pointer;
}
.blogpost .content h1 {
	line-height: 1.5em;
}
.blogpost .content .metainfo {
	line-height: 40px;
	margin-bottom: 20px;
}
.blogpost .content .share {
	margin-top: 20px;
}

@media (max-width: 556px) {
	.blogpost__toolbar {
		flex-direction: column;
		padding: 0 25px;
	}
	.blogpost__toolbar .blog__button {
		margin-right: auto;
		margin-top: 15px;
	}
	.blogpost__toolbar .blog__nav {
		margin: auto;
		width: 100%;
	}
	.blogpost__toolbar .blog__nav .next a,
	.blogpost__toolbar .blog__nav .prev a {
		font-size: 0.8em;
	}
}

.holder__nav {
	padding: 10px;
}

.team__image {
	margin-bottom: 20px;
}
.team__image img {
	width: 100%;
}

#Security {
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}
#Security .pattern-overlay {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
#Security .pattern-overlay .container .loginform {
	background-color: white;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 15px;
	padding: 20px 30px 50px 30px;
}
#Security .pattern-overlay .container .loginform .logo {
	display: block;
	margin: 20px auto;
}
#Security .pattern-overlay .container .loginform .text input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #333333;
	margin-bottom: 10px;
	padding-left: 10px;
}
#Security .pattern-overlay .container .loginform .checkbox input {
	margin: 0;
	margin-top: 3px;
	display: inline-block;
}
#Security .pattern-overlay .container .loginform .Actions input {
	width: 100%;
	line-height: 30px;
	background-color: #00a651;
	border-radius: 3px;
	border: none;
	color: #fff;
	font-weight: 700;
}
#Security .pattern-overlay .container .loginform .Actions p {
	padding-top: 10px;
	font-size: 14px;
}
