/*
Theme Name: Wagagai Theme
Theme URI: https://www.sowmedia.nl/
Author: Sowmedia
Author URI: https://www.sowmedia.nl/
Description: Custom Theme Designed for Wagagai
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: elpical
Text Domain: wagagaitheme
*/
@import url('assets/css/stylesheet.css');



/* GENERAL ---------------- */

body {
	position: relative;
	color: #363636;
	font-family: 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
}

p {
	font-size: 16px;
	line-height: 35px;
}



/*COMMON--------------------*/

ul{
	padding: 0;
}

li{
	list-style: none;
}

li:hover{
	text-decoration: none;
}

.pad0 {
	padding: 0;
}
a:hover{
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
	.padd0 {
		padding: 0 5px;
	}
}

/*.title1{
    background: url('images/vector-dot.png') no-repeat;
    background-position: center bottom;
}
*/

.btn-vlg, .btn-group-vlg > .btn {
    padding: 12px 18px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 6px;
	z-index: 100;
	outline: 0;
	font-family: 'robotomedium';
}

.btn-white {
	position: absolute;
	right: 25px;
	bottom: 67px;
    color: #009240;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
	text-transform: uppercase;
}
.btn-greenc {
	float: right;
    margin-top: 20px;
    background-color: #009240;
    color: #fff;
    border: 0;
    text-align: center;
    text-transform: uppercase;
}

.btn-white:hover, .btn-white:focus {
    color: #009240;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    outline: 0;
}

.btn-greenc:hover, .btn-greenc:focus {
    color: #ffffff;
    background-color: #009240;
    outline: 0;
    opacity: 0.8;
}


.heading1 {
	display: inline-block;
	margin: 15px 0;
	padding: 30px 0;
	background: url('images/line-zigzag.png') no-repeat center bottom;
	font-size: 35px;
	font-family: 'klinic_slabbook';
}

.heading2 {
	display: inline-block;
	margin: 15px 0;
	font-size: 39px;
	font-family: 'klinic_slabbook';
}

.heading3 {
	margin-bottom: 20px;
	padding: 14px 0;
	background: url('images/vector-dot.png') no-repeat;	
	background-position: center bottom;
	color: #ffffff;	
	font-family: 'klinic_slabmedium';
	font-size: 35px;
}

/* .line-zigzag {
	background: url('images/line-zigzag.png') no-repeat left bottom;
	padding-bottom: 6rem;
}

.line-zigzag-center {
	background: url('images/line-zigzag.png') no-repeat center bottom;
	padding-bottom: 6rem;	
} */

.line-dotted-black {
	background-image: url('images/line-dot-black.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}


.fa-close-thin:before {
	content: '\00d7';
}

.valign-middle{
	display: table-cell;
	vertical-align: middle;
}

.triangledown:before{
	content: " ";
	position: absolute;
	top: -1px;
    width: 100%;
    height: 14px;
    z-index: 51;
	background-image: url('images/triangle-down.png');
	background-position: left;
	background-repeat: repeat-x;	
}

.triangleup:before{
	content: " ";
	position: absolute;
    width: 100%;
    top: -12px;
    height: 14px;
    z-index: 34;
	background-image: url('images/triangle-up.png');
	background-position: left;
	background-repeat: repeat-x;
}


/* SHARED ---------------- */

.infoblock {
	margin: 25px 0;
}

.infoblock p {
	font-size: 20px;	
}

.infoblock-l {
	width: 80%;
	display: inline-block;
}

.infoblock-r {
	float: right;
	margin-top: 25px;
}

.infoblock-r img {
	max-width: 145px;
}

.content-block {
	/*max-width: 1800px;*/
	padding-bottom: 80px;
	margin-bottom: 80px;
	font-size: 15px;
}
.content-block h2 {
	padding: 32px 0;
}

.content-block p{
	padding: 0 25px;
	font-size: 20px;
}


@media screen and (max-width: 767px) {
	.infoblock p {
		font-size: 15px;
	}
	.infoblock-l {
		width: 100%;
	}
	.infoblock-r {
		float: none;
		text-align: center;
	}
	.infoblock-r img {
		max-width: 100px;
	}
	.content-block p{
		font-size: 1.5rem;
	}
	.content-block h2 {
		padding: 20;
		font-size: 2.8rem;
	}
	.heading2{
		font-size: 3rem;
	}
	.content-block p {
		padding: 0 15px;
	}
}


/* HEADER---------------- */

header {
	padding: 10px 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

header.large {
	height: 700px;
}

header.medium {
	height: 675px;
}

header.normal {
	height: 575px;
}

header.small {
	height: 450px;
}

header .header-logo{
	float: left;
}

header .header-logo img {
	width: 70%;
}

header .breadcrumb{
	width: 77%;
	margin-top: 23px;
	color: #363636;
	font-size: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-family: 'robotolight';
}

header .breadcrumb1{
	display: none;
	color: #363636;
	font-size: 14.5px;
	background-color: transparent;
	text-transform: uppercase;
	font-family: 'robotolight';
}

header.dark .breadcrumb1 {
	color: #fff;
}

header .breadcrumb img,header .breadcrumb1 img {
	padding: 0 10px;
    width: 47px;
}


/* MENU ---------------------- */


/*header .logo{
	height: 67px;
	width: auto;
}
*/

header nav {
	margin-top: 100px;
	padding-left: 20%;
}

header .nav-toggle {
    position: absolute;
    display: inline-block;
    right: 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    /*background-color: #ffffff;
    background-image: none;*/
    cursor: pointer;
}

header .nav-toggle .menu-text{
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	font-family: 'robotolight';

}


header .nav-toggle.hamburger {
	padding: 8px 10px;
	top: 35px;
	border-color: #65a436;
}

header .nav-toggle.hamburger .menu-icons{
	display: inline-block;
	vertical-align: middle;
}

header .nav-toggle.hamburger .icon-bar-custom {
	display: block;
	width: 20px;
	height: 2px;
	background: #65a436;
	z-index: 999;
}

header .nav-toggle.hamburger .icon-bar-custom + .icon-bar-custom {
	margin-top: 4px;
}

header .nav-toggle.hamburger .menu-text{
	color: #65a436;
}

header .nav-toggle.hamburger:hover {
	background-color: #65a436;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}
	

header .nav-toggle.hamburger:hover .icon-bar-custom {
	background-color: #fff;
}

header .nav-toggle.hamburger:hover .menu-text {
	color: #fff;
}


header .nav-toggle.closex {
	padding: 5px 10px;
	top: 35px;
	border-color: #fff;
}

header .nav-toggle.closex i {
	font-size: 26px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

header .nav-toggle.closex .menu-text{
	color: #fff;
}

header .nav-toggle.closex:hover {
	background-color: #fff;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}

header .nav-toggle.closex:hover i {
	color: #65a436;
}

header .nav-toggle.closex:hover .menu-text {
	color: #65a436;
}
.navslider{	
	background-color: #009241;
	z-index: 200;
	overflow: auto;
}
/*.navslider .menu-menu-1-container{
	padding-left: 50px;
	position: absolute;
}*/
.navslider li {
	padding: 10px 4px;
	background: url('images/menu-arrow.png') no-repeat;
	background-position: -25px center;
	transition: background 0.6s;
	-webkit-transition: background 0.6s;

}
.navslider li:hover {
	padding-left: 20px;
	background: url('images/menu-arrow.png') no-repeat;
	background-position: 0 center;
	transition: background 0.8s;
	-webkit-transition: background 0.8s;

}

.navslider li a {
	color: #ffffff;
	font-size: 24px;
    font-family: 'roboto_slabregular';
   	outline: none;
}

header .header-zigzag-white {
	display: none;
}

header.dark .header-zigzag-white {
	display: inline-block;
}

header.dark .header-zigzag-black {
	display: none;
}

header.dark .breadcrumb, header.dark .nav-toggle.hamburger .menu-text {
	color: #fff;
}

header.dark .nav-toggle.hamburger .icon-bar-custom {
	background: #fff;
}

header.dark .nav-toggle.hamburger {
	border-color: #fff;
}

header.dark .nav-toggle.hamburger:hover {
	border-color: #65a436;
}
@media only screen and (max-height: 500px) and (orientation : landscape){
	.navslider li{
		padding: 7px 4px;	
	}
	.menu-menu-1-container{
		margin-top: 100px !important;
	}
}

@media screen and (min-width: 601px) and (max-width: 1199px) {
	header .breadcrumb {
		margin-top: 16px;
	}

	header .breadcrumb img, header .breadcrumb1 img {
	    padding: 0; 
	    width: 26px;
	    margin-right: 10px;
	}

	.breadcrums-text {
		display: block;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	header.large, header.medium, header.normal, header.small {
		height: 350px;
	}
}
@media screen and (max-width: 767px) {
	header.large, header.medium, header.normal, header.small {
		height: 270px;
	}

	header .header-logo{
		float: none;
	}

	header .header-logo img {
		width: 70px;
	}

	header .breadcrumb{
		display: none;
	}

	header .breadcrumb1{
		margin-top: 15px;
		padding: 10px 0;
		display: block;
	}

	header .breadcrums-text {
		display: block;
		margin-bottom: 5px;
	}

	header .breadcrumb img, header .breadcrumb1 img {
	    padding: 0; 
	    width: 22px;
	    margin-right: 10px;
	}	

	header .nav-toggle.hamburger, header .nav-toggle.closex {
		top: 26px;
	}	
}



/* FOOTER ------------------- */

footer:before {
	content: " ";
	position: absolute;
    margin-top: -10px;
    width: 100%;
    height: 14px;
	background-image: url('images/header-zigzag-grey-image-up.png');
	background-position: left;
	background-repeat: repeat-x;
}

footer {
	background-image: url('images/footer-bg.png');
	background-color: #404040;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100px 50px;
}

.footer-inner {
	padding: 50px 150px;
	color: #ffffff;
}

.footer-inner [class*="foot-col-"] {
	width: 25%;
	/*padding-left: 10px;*/
	float: left;
	height: 285px;
}

.footer-inner .foot-col-1, .footer-inner .foot-col-2, .footer-inner .foot-col-3 {
    font-family: "arialnarrow";
}

.footer-inner .foot-col-4 {
	display: table;
	font-family: 'arialnarrow';
}

.footer-inner .foot-col-4 a.logo {
    display: table-cell;
    vertical-align: middle;
}

.footer-inner li {
	padding: 7px 0;
	font-size: 18px;
}

.footer-inner h3.title1 {
	margin: 35px 0;
	padding-bottom: 18px;
	font-family: "arialnarrow";
	background: url('images/vector-dot.png') no-repeat;
	background-position: left bottom;
}

.footer-inner li a {
	color: #cfcfcf;
	font-size: 20px;
}

.footer-inner li a:hover {
	color: #1f90cf;
}

address {
	display: table-cell;
	vertical-align: middle;
}

address h3 {
	font-family: 'arialnarrow';
}

.footer-inner address li a{
	font-size: 24px;
    line-height: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1390px) {
	footer {
		background-position: left 65px;
	}
}

@media screen and (max-width: 1460px) {
	.footer-inner{
		padding: 50px 50px;    
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	footer {
		background-image: url('images/footer-bg-992.png');
		background-color: #404040;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left 50px;
	}
	.footer-inner [class*="foot-col-"] {
		width: 50%;	    
	}
}

@media screen and (max-width: 767px) {
	.footer-inner [class*="foot-col-"] {
		width: 100%;	    
	}
}

@media screen and (max-width: 768px) {
	footer {
		background-image: url('images/footer-bg-320.png');
		background-color: #404040;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left 130px;
	}
}






/* News-Events --------------------*/

/*.page-id-18 header {
	padding: 10px 20px;
	height: 470px;
}*/

/*.header-bd-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 470px;
	width: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}*/

.newsCt {
	position: relative;
	padding: 6rem 0 10rem;
	background-image: url('images/news-events/vertical-line.png');
	background-position: 85px;
	background-repeat: repeat-y;
}

/*.newsCt:before {
	content: " ";
	position: absolute;
	top: -12px;
	width: 100%;
	height: 14px;
	background-image: url('images/news-events/header-zigzag-white-image.png');
	background-position: left;
	background-repeat: repeat-x;
}
*/
.newsupperCt {
	padding: 0 4rem 0 20.4rem;
	overflow: auto;
}

.news-heading-desc {
	font-size: 2.8rem;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	line-height: 2em;
}

.news-zigzag-icon {
	margin: 6rem 0 10rem 0;
}

.news-cat-wrapper {
	overflow: auto;
	margin: 10rem 0 8rem 0;
}
.news-cat-list {
	overflow: auto;
}

.news-cat-list li:first-child {
	float: left;
}

/*.news-cat-wrapper .projects a {
	background-image: url('images/news-events/icon-projects.png');
	background-repeat: no-repeat;
	background-position: 18px center;
}
.news-cat-wrapper .people a {
	background-image: url('images/news-events/icon-people.png');
	background-repeat: no-repeat;
	background-position: 18px center;
}
.news-cat-wrapper .news a {
	background-image: url('images/news-events/icon-news.png');
	background-repeat: no-repeat;
	background-position: 18px center;
}
.news-cat-wrapper .vacancies a {
	background-image: url('images/news-events/icon-vacancies.png');
	background-repeat: no-repeat;
	background-position: 18px center;
}

.news-cat-wrapper .projects a:hover, .news-cat-wrapper .projects a:active, .news-cat-wrapper .projects a:focus {
	background-image: url('images/news-events/icon-projects-white.png');
	background-repeat: no-repeat;
	background-position: 18px center;
}
.news-cat-wrapper .people a:hover, .news-cat-wrapper .people a:active, .news-cat-wrapper .people a:focus {
	background-image: url('images/news-events/icon-people-white.png');
	background-repeat: no-repeat;
	background-position: 18px center;
}
.news-cat-wrapper .news a:hover, .news-cat-wrapper .news a:active, .news-cat-wrapper .news a:focus {
	background-image: url('images/news-events/icon-news-white.png');
	background-repeat: no-repeat;
	background-position: 18px center;
}
.news-cat-wrapper .vacancies a:hover, .news-cat-wrapper .vacancies a:active, .news-cat-wrapper .vacancies a:focus {
	background-image: url('images/news-events/icon-vacancies-white.png');
	background-repeat: no-repeat;
	background-position: 18px center;
}*/


.news-cat-wrapper a {
	float: left;
	margin-right: 25px;
	padding: 10px 22px;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-decoration: none;
	background-position: 14% center;
	background-color: #fff;
	text-transform: uppercase;
}

.news-cat-wrapper a img {
	margin-right: 5px;
}

.news-cat-white-icon {
	display: none;
	opacity: 0;
}

a:hover .news-cat-black-icon,
a.active .news-cat-black-icon
{
	display: none;
}

a:hover .news-cat-white-icon,
a.active .news-cat-white-icon
{
	display: inline-block;
	opacity: 1;
}

.news-cat-wrapper a:hover, 
.news-cat-wrapper a:focus, 
.news-cat-wrapper a.active {
	color: #fff;
	background-position: 18px center;
	border-radius: 4px;
	background-color: #0a9647;
}

a.news-li-item-all {
	padding: 10px 25px;
}

.news-cat-ct {
	margin-bottom: 10rem;
	overflow: auto;
}

.news-contentCt {
	padding-left: 5.7rem;
}

.news-inner-content {
	position: relative;
	margin-bottom: 4rem;
	padding-left: 16rem;
	overflow: hidden;
	/*background: url('images/news-events/news-left-lines-green.png') no-repeat;
	background-position: left;*/
}

.news-content-left {
	position: relative;
	width: 43%;
	height: 330px;
	float: left;
	background-size: cover;
}

.news-content-left:before {
	content: " ";
	position: absolute;
	left: -158px;
	height: 100%;
	width: 152px;
	background: url('images/news-events/news-left-lines-green.png') no-repeat;
	background-position: left;
}

.news-inner-content:hover .news-content-left:before {
	background: url('images/news-events/news-left-lines-blue.png') no-repeat;
	background-position: left;
}

.news-content-right {
	width: 57%;
	float: left;
	padding: 0 6rem 0 3rem;
	font-size: 9px;
}

.news-left-icon {
	position: absolute;
	top: 50%;
	left: -144px;
	height: 30px;
	width: 30px;
	margin-top: -15px;
	background-size: contain;
}

.news-content-left img {
	position: absolute;
	top: 0;
}
.news-content-left .news-cat-blue-icon, .news-inner-content:hover .news-cat-green-icon {
	/*display: none;*/
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.news-inner-content:hover .news-cat-blue-icon {
	/*display: inline-block;*/
	opacity: 1;
}

/*.news-post-icon-projects {	
	background: url('images/news-events/icon-projects-green.png') no-repeat;
}
.news-post-icon-people {
	background: url('images/news-events/icon-people-green.png') no-repeat;
}
.news-post-icon-news {
	background: url('images/news-events/icon-news-green.png') no-repeat;
}
.news-post-icon-vacancies {
	background: url('images/news-events/icon-vacancies-green.png') no-repeat;
}

.news-inner-content:hover .news-post-icon-projects {
	background: url('images/news-events/icon-projects-blue.png') no-repeat;
}
.news-inner-content:hover .news-post-icon-people {
	background: url('images/news-events/icon-people-blue.png') no-repeat;
}
.news-inner-content:hover .news-post-icon-news {
	background: url('images/news-events/icon-news-blue.png') no-repeat;
}
.news-inner-content:hover .news-post-icon-vacancies {
	background: url('images/news-events/icon-vacancies-blue.png') no-repeat;
}*/

.news-date {
	font-size: 2.5em;
	font-weight: 500;
	color: #bebebe;
	font-family: "arialnarrow";
}

.news-category {
	color: #009240;
	font-size: 3em;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.news-title a {
	display: block;
	margin-bottom: 2rem;
	color: #009240;
	font-size: 4em;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
	text-transform: uppercase;
}

.news-content {
	height: 128px;
	font-size: 2em;
	font-weight: 300;
	color: #111111;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
}

.news-readmore-btn {
	margin-bottom: 2px;
}

.news-readmore-btn a {
	display: inline-block;
	margin-top: 0.7em;
	padding: 0.6em 1em;
	color: #009240;
	border: 1px solid #009240;
	border-radius: 4px;
	font-size: 2em;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.news-inner-content:hover .news-category, .news-inner-content:hover .news-title a {
	color: #1f90cf
}

.news-inner-content:hover .news-readmore-btn a {
	color: #fff;
	background: #1f90cf;
	border: 1px solid #1f90cf;
}

.news-title a, .news-category, .news-readmore-btn a, .news-inner-content, .news-post-icon-projects, .news-post-icon-people, .news-post-icon-news, .news-post-icon-vacancies, .news-content-right, .news-content-left:before,  .news-single-backbtn a {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transition-property: background, background-image, border-color, color, opacity;
	-moz-transition-property: background, background-image, border-color, color, opacity;
	-o-transition-property: background, background-image, border-color, color, opacity;
	transition-property: background, background-image, border-color, color, opacity;
	-ms-transition-property: background, background-image, border-color, color, opacity;
}

.more-views-div {
	padding-left: 12.6rem;
	margin: 8rem 0 0 2.3rem;
	background: url('images/news-events/more-viewbtn-line.png') no-repeat;
	background-position: left center;
}

.btn-green, .btn-green:active, .btn-green:focus {
	padding: 10px 25px;
	color: #fff;
	cursor: pointer;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	background: #0a9647;
	border-radius: 4px;
	text-decoration: none;
}

.btn-green:hover {
	background: #28A75F;
}

@media screen and (min-width: 1201px) and (max-width: 1550px) {
	.news-heading-desc {
		font-size: 2.3rem;
	}

	.news-content-right {
		padding: 0 4rem 0 3rem;
		font-size: 6.5px;
	}

	.news-content {
		height: 172px;
		font-size: 2.4em;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.newsupperCt {
		padding-left: 14rem;
	}

	.news-heading-desc {
		font-size: 2.3rem;
	}

	.news-content-left {
		width: 70%;
	}

	.news-content-right {
		width: 100%;
		margin-left: -10px;
		padding: 4rem 6rem 0 1rem;
		background: url('images/news-events/news-down-line-green.png');
		background-repeat: repeat-y;
	}

	.news-inner-content:hover .news-content-right {
		background: url('images/news-events/news-down-line-blue.png');
		background-repeat: repeat-y;
	}

	.news-content {
		height: auto;
		margin-bottom: 2rem;
	}

	.more-views-div {
		margin-top: 20rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.news-content-right {
		width: 100%;
		padding: 4rem 3rem 0 0;
		font-size: 8px;
		background: none;
	}
}

@media screen and (min-width: 601px) and (max-width: 767px) {
	.news-content-right {
		width: 100%;
		padding: 4rem 3rem 0 0;
		font-size: 8px;
		background: none;
	}

	.news-cat-list li {
		float: left;
		width: 80%;
	}
}

@media screen and (min-width: 601px) and (max-width: 991px) {
	.newsupperCt {
		padding: 0 5rem;
	}

	.news-heading-desc {
		font-size: 2rem;
	}

	.news-contentCt {
		padding: 0 5rem;
	}

	.news-inner-content {
		padding: 0 0 0 1rem;
		border-left: 3px solid #0a9647;
	}

	.news-inner-content:hover {
		border-left: 3px solid #1f90cf;
	}

	.more-views-div {
		padding: 0;
		margin: 20rem 0 0 0;
		background: none;
	}

	.news-cat-wrapper .news a, .news-cat-wrapper .people a, .news-cat-wrapper .projects a, .news-cat-wrapper .vacancies a {
		background-size: 16px;
	}

	.news-cat-wrapper a {
		font-size: 2rem;
	}

	.news-cat-wrapper a img {
		width: 24px;
	}

}

@media screen and (max-width: 991px) {
	.newsCt {
		background: none;
	}

	.news-content-left {
		width: 100%;
	}

	.news-content-left:before {
		display: none;
	}

	.news-content {
		height: auto;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 600px) {
	/*.page-id-18 header {
		height: 270px;
	}*/

	/*.header-bd-img {
		height: 270px;
	}*/
	.newsupperCt {
		padding: 0 2rem;
	}

	.news-contentCt {
		padding: 0 0.5rem;
	}

	.news-heading-desc {
		font-size: 1.5rem;
	}

	.news-cat-wrapper a {
		font-size: 1.5rem;
	}

	.news-inner-content {
		padding: 0 0 0 0.5rem;
		border-left: 1px solid #0a9647;
	}

	.news-inner-content:hover {
		border-left: 1px solid #1f90cf;
	}

	.news-content-left {
		height: 200px;
	}

	.news-content-right {
		font-size: 6px;
	}

	.news-content-right {
		width: 100%;
		padding: 2rem 0 0 0;
		background: none;
	}

	.more-views-div {
		padding: 0;
		margin: 5rem 0 0 0;
		background: none;
		text-align: center;
	}

	.news-cat-wrapper .news a, .news-cat-wrapper .people a, .news-cat-wrapper .projects a, .news-cat-wrapper .vacancies a {
		background-size: 16px;
	}

	.news-cat-wrapper a {
		font-size: 1.4rem;
	}

	.news-cat-list li {
		float: left;
		width: 100%;
	}

	.news-content {
		font-size: 2.2em;
	}

	.news-cat-wrapper a img {
		width: 20px;
	}

	.btn-green, .btn-green:hover, .btn-green:active, .btn-green:focus {
		font-size: 1.2rem;
	}
}



/* HOME ---------------------------- */

.home-ct .home-featured-title {
	margin: 30px auto;
	/* padding-bottom: 30px; */
	/* background: url('images/vector-home.png') no-repeat;
    background-position: bottom center; */
    font-size: 35px;
    /* font-family: 'klinic_slabbook'; */
	font-family: 'Open Sans', sans-serif;
}


.home-ct .featured-top li {
	position: relative;
	display: table;
	padding: 0;
	float: left;
	width: 33.3%;
	background-color: #000;
	color: #ffffff;
}

.home-ct .featured-top-ul li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    width: 10%;
}

.home-ct .featured-top-ul li p {
	color: #fff;
	padding-bottom: 20px;
	background: url('images/vector-dot.png') no-repeat;
	background-position: center bottom;
	max-width:75%;
	margin:0 auto;
	line-height: 25px;
}


.home-ct .featured-top-ul li a h3{
	color: #ffffff;
}
.home-ct .homepage-content{
	padding: 0 5%;
	margin: 50px 0;
	font-family: 'Open Sans', sans-serif;
}

.home-ct .homepage-content p,
.text_under_title{
	font-size: 24px;
}

.home-ct .page-scroll {
	margin: 0 0 30px 0;
	font-size: 15px;
	font-family: arial;
}

.home-ct #scroll-down {
	color:#363636;
	outline: none;
}

.home-ct #scroll-down span {
	display: block;
	margin-bottom: 10px;
}

.home-ct .featured-fullimg {
    display: table;
    height: 1060px;
    width: 100%;
    /*background: url('images/featured-home-bg.jpg') no-repeat;*/
		background-repeat: no-repeat;
    background-size: cover;
}

.home-ct .featured-fullimg h3 {
	max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 75px 0;
    line-height: 130%;
    background: url('images/vector-dot.png') no-repeat;
    background-position: center bottom;
    color: #ffffff;
    font-family: 'klinic_slabbook';
    font-size: 45px;
}

/*.home-ct .featured-full:before {
	content: " ";
	position: absolute;
    width: 100%;
    height: 14px;
	background-image: url('images/header-zigzag-white-image-down.png');
	background-position: left;
	background-repeat: repeat-x;
}
*/
.home-ct .featured-top-ul li .overlay-home {
	width: 100%;
	height: 100%;
    vertical-align: middle;
    display: table-cell;
	text-align: center;
	outline: none;
	background: rgba(0,0,0,0.6);
	-webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.featured-top-ul li:hover .overlay-home {
	background: rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.home-ct .featured-fullimg {
		height: 625px;
	}
}


@media screen and (max-width: 767px) {
	.home-ct .home-featured-title {
		font-size: 2.5rem;
	}
	.home-ct .featured-top li {
		width: 100%;
	}
	.home-ct .homepage-content p{
		font-size: 1.5rem;
	}
	.home-ct .featured-fullimg h3{
		padding: 0 0 50px 0;
		font-size: 3.7rem;
	}
	.home-ct .featured-fullimg {
		height: 500px;
	}
	.home-ct .overlay-home img{
		width: 24%;
	}
}



/* PROFIT ------------- */

.profit-ct .project-ul {
	position: relative;
}
.project-ul .inner {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.project-ul li:hover .inner {
	background: rgba(0,0,0,0.2);
}


.profit-ct .project-ul li {
	display: table;
	float: left;
	width: 50%;
	height: 940px;
	position: relative;
}

/*.profit-ct .project-ul:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 14px;
    z-index: 1;
    background-image: url('images/header-zigzag-white-image-down.png');
    background-position: left;
    background-repeat: repeat-x;
}
*/
.profit-ct ul li .inner {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    color: #fff;
		height: 100%;
		position: absolute;
		display: flex;
		align-items: center;
	
}

.profit-ct ul li .inner-wrapper {
	width: 75%;
	min-height: 150px;
	margin: 0 auto;
	/*padding-left: 50px;*/
	background: url('images/line-dot.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 20px;
}

.profit-ct ul li .inner span{
	line-height: 100%;
	font-size: 30px;
	font-family: arial;
}
.profit-ct ul li .inner h4{
	line-height: 100%;
	font-size: 50px;
	font-family: 'klinic_slabmedium';
}




@media screen and (max-width: 767px) {
	/*.project-ul:before {
	    top: 0px;
	}*/
	.profit-ct ul li .inner-wrapper{
	    width: 280px;
	    height: 104px;
	    margin: 0 auto;
	    padding-left: 28px;
	    background: url('images/line-dot.png');
	    background-repeat: repeat-x;
	    background-position: center bottom;
	}
	.profit-ct ul li .inner span{
		font-size: 2.25rem;
	}
	.profit-ct ul li .inner h4{
		font-size: 3.5rem;
	}
	.profit-ct .project-ul li {
		width: 100%;
		height: 500px;
	}

}
@media screen and (max-width: 480px) {
	/*.profit-ct ul li .inner h4{
		font-size: 25px;
	}
	.profit-ct ul li .inner h3{
		font-size: 33px;
	}*/
}




/* PEOPLE ---------------------------- */

.project-data {
	position: relative;
	font-size: 10px;
	margin-top: 5em;
}
/*.project-data:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 14px;
    background-image: url('images/header-zigzag-white-image-down.png');
    background-position: left;
    background-repeat: repeat-x;
    z-index: 100;
}
*/
.project-posts {
	height: 1900px;
}

.project-posts li {
	height: 50%;
	position: relative;
	width: 50%;
	float: left;
	background-size: cover;
	background-position: top left;
}

.project-posts li .overlay {
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);
	-webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.project-posts li:hover .overlay {
	background: transparent;
}

.project-posts li .inner {
	position: absolute;
	top: 24%;
	width: 100%;
	color: #fff;
}

.project-posts li .inner .sub-title {
	margin-bottom: 8px;
	font-size: 3em;
	font-family: "arialnarrow";
}

.project-posts li .inner .title {
	font-size: 5.5em;
	font-family: 'klinic_slabmedium';
}

.project-posts li .inner .dotted-line {
	width: 55%;
	height: 5px;
	margin: 10em auto 16em;
	background-image: url('images/line-dot.png');
	background-position: center center;
	background-repeat: repeat-x;
}

.project-posts li .inner .description {
	width: 75%;
	margin: 0 auto;
	font-size: 3.8em;
	font-family: 'klinic_slabbook';
}


.more-projects {
	padding: 5em 0 12em;
	/*font-size: 10px;*/
}

.more-projects-text span {
	display: inline-block;
	line-height: 3.8em;
	font-size: 4em;
	font-family: 'klinic_slabbook';
}
.more-projects table {
	width: 100%;
}
.more-projects-data table td {
	line-height: 6em;
	width: 33%;
}
.more-projects table td.project-title {
	font-size: 2.5em;
	font-family: 'Open Sans';
	font-weight: 600;
	color: #009240;
	text-transform: uppercase;
}
.more-projects table td.project-date {
	font-size: 2.5em;
	font-family: 'Open Sans';
	text-align: center;
}
.more-projects table td.cat-name {
	font-size: 2.5em;
	font-family: 'Open Sans';
	text-align: center;
}
.project-data.triangledown {
	margin: 0 0 -8px;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
	.project-data {
		font-size: 8px;
	}

	.project-posts li .inner {
		top : 20%;
	}
	
	.project-posts li .inner .dotted-line {
		margin: 10em auto 12em;
	}

	.project-posts li .inner .description {
		width: 80%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.project-data {
		font-size: 6px;
	}
	
	.project-posts li .inner {
		top : 20%;
	}
	
	.project-posts li .inner .dotted-line {
		margin: 8em auto 10em;
	}

	.project-posts li .inner .description {
		width: 95%;
	}

}

@media screen and (max-width: 767px) {
	.project-data {
		font-size: 5px;
	}
	
	.project-posts li {
		width: 100%;
		height: 25%;
		float: none;
	}

	.project-posts li .inner .description {
		width: 90%;
	}

	.more-projects {
		padding: 1em 0 12em;
		
	}
}
@media screen and (max-width: 650px) {
	
}
@media screen and (max-width: 480px) {
	
	.more-projects-text span {
		line-height: 2em;
	}

	.more-projects-data table td {
		display: block;
		line-height: 2em;
		width: 100%;
	}
	.more-projects .more-projects-text span {
		padding-bottom: 20px;
	}
	.more-projects table td.project-title {
		margin-top: 30px;
		background-image: none;
	}
	.more-projects table td.project-date {
		background-image: none;
		text-align: left;
	}
	.more-projects table td.cat-name {
		text-align: left;
		padding-bottom: 10px;
		background-image: url('images/line-dot-black.png');
		background-repeat: repeat-x;
		background-position: left bottom;
	}
}



/* Single Page -----------------------*/

.news-singleCt {
	position: relative;
	font-size: 14px;
}

.news-single-info {
	padding: 3rem 2rem 0 18rem; 
}

.news-single-date, .news-single-author {
	margin-right: 2rem;
	font-size: 2.2em;
	font-weight: 300;
    color: #bebebe;
    font-family: "arialnarrow";
}

.news-single-backbtn {
	position: absolute;
	top: 3rem;
	right: 2rem;
}

.news-single-backbtn a {
	padding: 1rem 2rem 1rem 5rem;
	border: 1px solid #009240;
	border-radius: 4px;
	color: #009240;
	font-size: 1.8em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	background-image: url('images/single/return-back.png');
	background-position: 15px center;
	background-repeat: no-repeat;
}
/**/
.news-single-backbtn a:hover {
	color: #fff;
	background: #009240;
	background-image: url('images/single/return-back-white.png');
	background-position: 15px center;
	background-repeat: no-repeat;
}

.news-single-cat {
	color: #009240;
	font-size: 3em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.news-single-title {
	display: block;
	padding-bottom: 5rem;
	color: #009240;
	font-size: 4.5em;
	font-weight: 700;
	line-height: 6rem;
	font-family: 'Roboto Slab', sans-serif;
	text-transform: uppercase;
	background: url('images/line-zigzag.png') no-repeat left bottom
}

.news-single-middle {
	position: relative;
    padding: 0 0 0 12rem;
	margin: 6rem 2rem 6rem 6rem;
}

.news-single-middle span {
	position: absolute;
    top: 33px;
    left: 0;
    display: inline-block;
    width: 85px;
}

.news-single-middle img {
	width: 100%;
	height: auto;
}

.news-single-middle .news-single-blue-icon {
	display: none;
}
.news-single-content {
	padding: 0 8rem 0 18rem;
}

.news-single-content p {

	margin-bottom: 5rem;
	font-size: 1.8em;
	font-weight: 300;
	color: #111;
	line-height: 4.5rem;
	font-family: 'Open Sans', sans-serif;
}
.news-single-content.news-single-content-project,
.news-single-content{
	margin:0 0 10rem;
}

.news-single-content.news-single-content-project p {
	margin: 0 0 20px;
}

@media screen and (min-width: 1391px) and (max-width: 1650px) {
	.news-singleCt {
	    font-size: 11.5px;
	}

	.news-single-middle span {
    	width: 75px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1390px) {
	.news-singleCt {
	    font-size: 9.8px;
	}

	.news-single-middle {
		margin: 6rem 2rem 6rem 2rem;
    	padding: 0 0 0 9rem;
	}

	.news-single-middle span {
	    top: 25px;
	    width: 65px;
	}
	
	.news-single-title {
		line-height: 5rem;
	}

	.news-single-info {
		padding: 2rem 2rem 0 11rem; 
	}

	.news-single-content p {
		padding: 0 2rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.news-single-middle {
		margin: 6rem 2rem 6rem 2rem;
    	padding: 0 0 0 8rem;
	}

	.news-single-middle span {
	    top: 25px;
	    width: 64px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.news-singleCt {
	    font-size: 9.8px;
	}

	.news-single-title {
		line-height: 5rem;
	}

	.news-single-info {
		padding: 2rem 2rem 0 10rem; 
	}
	.news-single-content {
		padding: 0 2rem 0 10rem;
	}

	.news-single-content p {
		font-size: 2.2em;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.news-single-middle {
		margin: 6rem 2rem 6rem 2rem;
    	padding: 0 0 0 8rem;
	}

	.news-single-middle span {
	    top: 33px;
	    width: 64px;
	}
}

@media screen and (max-width: 767px) {
	/*.single-post header {
		height: 270px;
	}*/
	.news-singleCt {
	    font-size: 7px;
	}

	.news-single-middle {
		margin: 0;
		padding: 2rem;
	}

	.news-single-middle span {
	    top: 40px;
	    left: 19px;
	    width: 25px;
	}

	.news-single-cat {
		padding-left: 3rem;
	}

	.news-single-date, .news-single-author {
		display: block;
	}
	
	.news-single-title {
		font-size: 3em;
		line-height: 3rem;
	}

	.news-single-info {
		padding: 2rem; 
	}

	.news-single-content {
		padding: 0 2rem;
	}

	.news-single-content p {
		font-size: 2.2em;
		line-height: 3.5rem;
	}

	.news-single-backbtn a {
		padding: 1rem 1rem 1rem 3.5rem;
		background-size: 15px;
		background-position: 11px center;
	}

	.news-single-backbtn a:hover {
		padding: 1rem 1rem 1rem 3.5rem;
		background-size: 15px;
		background-position: 11px center;
	}
}



/* STACKHOLDER ----------------- */

.stack-ct .wag-stackholders{
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 25px 0;
}

.stack-ct .wag-stackholders ul {
    width: 80%;
    margin: 0 auto;
    overflow: auto;
}

.stack-ct .wag-stackholders ul li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 50px 0;
}

.stack-ct .wag-stackholders ul li .inner {
	width: 65%;
    margin: 0 auto;
}

.stack-ct .wag-stackholders ul li .inner-img{
    margin: 50px 0;
    text-align: center;
    min-height: 80px;
}
.stack-ct .wag-stackholders ul li .inner-img img{
	height: auto;
	width: auto;
}

.stack-ct .wag-stackholders ul li .inner-content {
	padding: 30px;
	background-color: #eeeeee;
	color: #2f2f2f;
	/*min-height: 315px;*/
}

.stack-ct .wag-stackholders ul li:hover .inner-content{
	color: #ffffff;
	background-color: #1b90cf;
}


.stack-ct .wag-stackholders ul li .inner-content h3 {
    padding: 20px 0;
    margin: 20px 0;
    font-size: 30px;
   	font-family: 'klinic_slabbook';
    background: url('images/dot-black-102.png') no-repeat;
    background-position: 0% 70px;
}

.stack-ct .wag-stackholders ul li:hover .inner-content h3 {
    padding: 20px 0;
    margin: 20px 0;
    background: url('images/vector-dot.png') no-repeat;
    background-position: 0% 70px;
}

.stack-ct .wag-stackholders ul li:hover .h3{
    background-position: 0 -6px;
}

.stack-ct .wag-stackholders span{
	padding: 25px 0;
	line-height: 2;
	font-size: 18px;
}
.stack-ct .wag-stackholders .stackholders-innercontent{
	position: relative;
}
.stack-ct .wag-stackholders .stackholders-innercontent:before {
    content: " ";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url('images/stack-arrow.png');
    background-position: 25%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.stack-ct .wag-stackholders ul li .inner {
		width: 80%;
	}	
}
@media screen and (min-width: 768px) and (max-width: 1315px) {
	.stack-ct .wag-stackholders ul li .inner-content {
		height: 315px;
	}
}
@media screen and (max-width: 768px) {
	.stack-ct .wag-stackholders ul li{
		width: 100%;
	}
	.stackholders-innercontent h3{
		font-size: 2rem;
	}

	.stackholders-innercontent p{
		font-size: 1.3rem;
	}
	.stack-ct .wag-stackholders ul li .inner {
		width: 100%;
	}
}

/*.stackholder-content {
	position: relative;
}
*/

.stack-ct .stack-info-block{
	position: relative;
	margin: 0;
	padding: 25px 0;
}
/*.stack-info-block:before {
    content: " ";
    width: 100%;
    height: 14px;
    top: -37px;
    position: absolute;
    z-index: 555;
    background-image: url('images/header-zigzag-white-image-up.png');
    background-repeat: repeat-x;
}
*/


/* About & Contact ---------------------------- */

.contact-ct {
	position: relative;
	font-size: 10px;
}
.contact-ct .contact-bottom {
	position: relative;
	height: 1050px;
	padding: 0;
}
.contact-bottom .gmap-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 45%;
}
.gmap-wrapper #gmap {
	width: 100%;
	height: 100%;
}
.contact-bottom #wagagai-roadmap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 55%;
	padding: 20px;
	background: #009240;
}
#wagagai-roadmap #map-triangle {
	position: absolute;
	left: 45%;
	top: -24px;
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid #009240;
}
#wagagai-roadmap .roadmap-heading {
	display: inline-block;
	margin: 20px 0 0 0;
	padding-bottom: 0.5em;
	color: #fff;
	font-family: 'klinic_slabbook';
	font-size: 35px;
	background-image: url('images/vector-dot.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wagagai-roadmap .route-wrapper {
	margin: 60px 0 0 30px;
    background-image: url("images/route-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 25px;
}
.route-wrapper .route {
    padding-left: 45px;
    height: 410px;
    font-family: 'Open Sans';
}
.route-wrapper .route li {
    height: 25%;
    line-height: 100%;
}
.contact-bottom .contact-address {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	padding: 45px;
	background: #eee;
	/* background: #009240; */
	overflow: auto;
}
.contact-bottom .contact-address{
	display: flex;
    justify-content: center;
    align-items: center;
}

.contact-bottom .contact-address .wagagai-address-wrapper{

}
.contact-bottom .contact-address .wagagai-address-wrapper ul li {
	font-family: 'Open Sans';
	font-size: 25px;
	/* color: #fff; */
	color: #009240;
}
.contact-bottom .contact-address .wagagai-address-wrapper ul li a{
	/* color: #fff; */
	color: #009240;
	text-decoration: none;
}


.contact-form .contact-heading {
	display: inline-block;
	margin: 0 0 2em 0;
	padding-bottom: 0.5em;
	color: #363636;
	font-family: 'klinic_slabbook';
	font-size: 35px;
	background-image: url('images/dot-black-102.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contact-form .wpcf7-form label {
	display: block;
	font-size: 1.5em;
	color: #363636;
	font-weight: 400;
}
.contact-form .input-field, .contact-form .textarea-field {
	display: block;
	height: 60px;
	width: 100%;
	margin-bottom: 35px;
	padding: 5px 10px;
	font-style: italic;
	background-color: #eee;
	border-bottom: 1px solid #c5c5c5;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	color: #363636;
	font-size: 20px;
	transition: border-color 0.15s ease-in-out 0s;
}
.contact-form .textarea-field {
	min-height: 260px;
	max-height: 260px;
	min-width: 100%;
	max-width: 100%;
	transition: border-color 0.15s ease-in-out 0s;
}
.contact-form .input-field:focus, .contact-form .textarea-field:focus {
	border-color: #1f90cf;
	outline: 0 none;
}
.wpcf7-not-valid-tip, .wpcf7-response-output, .screen-reader-response {
	display: none !important;
}
.contact-form input.wpcf7-not-valid, .contact-form textarea.wpcf7-not-valid {
	border-color: red;
}
@media screen and (max-width: 1200px) {
	.btn-white {
		padding: 12px 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.contact-ct .contact-bottom {
		position: static;
		height: 100%;
	}
	.contact-bottom .gmap-wrapper {
		position: static;
		width: 100%;
		height: 450px;
	}
	.contact-bottom #wagagai-roadmap {
		position: relative;
		width: 100%;
		height: 100%;
		padding-bottom: 15px;
	}
	.route-wrapper .route {
		height: 335px;
		margin-bottom: 50px;
	}
	.route-wrapper .route li {
		height: 30.5%;
	}
	.btn-white {
		bottom: 60px;
		padding: 12px 30px;
	}
	.contact-bottom .contact-form {
		position: static;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#wagagai-roadmap .route-wrapper {
		font-size: 22px;
	}
	.route-wrapper .route {
		height: 342px;
	}
	.btn-white {
		display: block;
		position: static;
		width: 200px;
		margin: 0 auto 20px;
		font-size: 16px;
	}
	.contact-bottom .contact-form {
		padding: 35px 10px;
	}
	.btn-greenc {
		display: block;
		width: 225px;
		margin: 70px auto 0;
		float: none;
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	#wagagai-roadmap .roadmap-heading, .contact-form .contact-heading {
		font-size: 25px;
	}
	.contact-bottom .gmap-wrapper {
		height: 350px;
	}
	#wagagai-roadmap .route-wrapper {
		margin-left: 8px;
		font-size: 15px;
		background-size: auto 100%;
	}
	.route-wrapper .route {
		height: 200px;
	}
	.contact-form .wpcf7-form label {
		margin-bottom: 0;
		font-size: 1em;
	}
	.contact-form .input-field {
		height: 45px;
		margin-bottom: 20px;
		padding: 0;
		font-size: 15px;
	}
	.contact-form .textarea-field {
		padding: 0;
		font-size: 15px;
		min-height: 200px;
		max-height: 200px;
	}
}


/* Page 404 -----------------*/

.page404 {
  	overflow: hidden;
  	position: fixed;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	right: 0;
  	/* padding: 0 200px; */
  	background: #009241;
  	color: #fff;
  	z-index: 999999;
}

.page404-inner {
  	position: absolute;
  	top: 55%;
  	margin-top: -140px;
  	width: 100%;
  	text-align: center;
  	font-size: 5rem;
}
.page404-inner a{
    padding: 12px;
    margin-top: 25px;
	font-size: 18px;
	color: #363636;
}


/* Old Browser ----------------------- */

#oldbrowser {
	display: none;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	/*padding:0 200px; */
	background: none repeat scroll 0 0 #009241;
	color: #fff;
	z-index: 999999;
}

#oldbrowser-inner {
	margin-top: 6%;
}

#oldbrowser .oopstitle {
	padding: 0 20px;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 50px;
}


#oldbrowser .download_hier {
	font-family: radikalmedium;
	font-size: 22px;
	text-align: center;
	margin: 10% 0% 2% 0;
}


@media screen and (max-width: 1024px) {
	#oldbrowser .whale-with-tears {
		width: 250px;
	}
}


@media screen and (max-width: 991px) {
	#oldbrowser {

		overflow-y: scroll;
	}
	#oldbrowser .oopstitle {
		margin: 20px 0;
		font-size: 32px;
		display: block;
	}
	#oldbrowser .browser_row .col-md-4 {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	#oldbrowser .papericon {
		margin: 20px 0;
	}


	#oldbrowser .whale-with-tears {
		width: 50%;
		margin-top: 20px;
	}

	#oldbrowser .download_hier {
		margin-bottom: 40px;
	}

	.downloadrow img {
		width: 50%;
	}
}


.overlay-plain, .overlay-plain-white {
	display: none;
	background: #009241;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 20000;
}

.overlay-plain-white {
	background: rgba(255,255,255,0.5);
}

.loader {
	display: none;
	margin-top: -35px;
	margin-left: -35px;
	font-size: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	text-indent: -9999em;
	border-top: 10px solid rgba(255, 255, 255, 0.8);
	border-right: 10px solid rgba(255, 255, 255, 0.8);
	border-bottom: 10px solid rgba(255, 255, 255, 0.8);
	border-left: 10px solid #009241;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	z-index: 99999;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-circle-red{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #e3000f;
    border-radius: 50%;
	margin-left: 2.5px;
    margin-right: 2.5px;
}