	@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');
	/* RESET */
	
	html,
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
	    margin: 0;
	    padding: 0;
	    line-height: 140%;
	}
	
	a[href],
	a,
	a:hover,
	a:focus {
	    text-decoration: none;
	    color: inherit;
	}
	
	a img {
	    border: none;
	}
	
	html,
	body {
	    background: #fff;
	    font-family: 'Roboto Condensed', 'roboto', sans-serif;
	}
	
	.logo img {
	    width: 100px;
	}
	
	.ebm-nav-bar {
	    padding: 20px 0;
	    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
	}
	
	.ebm-nav-menu,
	.ebm-nav-menu ul,
	.ebm-nav-menu li {
	    list-style: none;
	}
	
	.ebm-nav-menu ul a {
	    font-size: 1.2em;
	    display: block;
	    font-weight: bold;
	}
	
	.ebm-nav-donate {
	    margin: 15px 0;
	}
	
	a.ebm-btn,
	a.ebm-btn-donate {
	    color: #fff;
	}
	
	.slider img {
	    max-width: 100%;
	}
	
	.ebm-section {
	    padding: 5px 0;
	}
	
	.welcome {
	    color: #fff;
	    /*background-image: url('../images/eden-bg.jpg');*/
	    background: #129848;
	    background-size: cover;
	    text-align: center;
	    position: relative;
	}
	
	.welcome:after {
	    width: 100%;
	    position: absolute;
	}
	
	.slider-info {
	    position: absolute;
	    text-align: left;
	}
	
	.slider-text {
	    background: rgba(0, 0, 0, 0.4);
	    color: #fff;
	    line-height: 120%;
	}
	
	.ebm-founder-msg h2 {
	    margin: 15px 0;
	}
	
	.ebm-upevents h4 {
	    margin: 8px 0;
	}
	
	.ebm-upevents p {
	    margin: 5px 0
	}
	
	.ebm-event {
	    padding: 15px 0;
	    border-bottom: 1px solid #ddd;
	}
	
	.ebm-inner {
	    min-height: 80vh;
	}
	
	.ebm-inner-nav {
	    margin-bottom: 30px;
	}
	
	ul.ebm-inner-nav li {
	    /*background: #bf9e64;
    font-size: 1.3em;
    padding: 5px 10px;
    margin: 5px 0;
    color: #fff;
    border-radius: 5px;*/
	}
	
	.ebm-feat-mission {
	    background: #ffffff;
	}
	
	.sub_info p {
	    margin-bottom: 10px;
	}
	
	.sub_info h1,
	.ebm-inner h1 {
	    margin-bottom: 20px;
	}
	
	.sub_info ul {
	    margin: 20px 0;
	}
	
	.sub_info li {
	    font-size: 1.2em;
	    margin: 5px 0;
	}
	
	.ebm-footer {
	    background: #333;
	    color: #fff;
	    position: relative;
	}
	
	.ebm-footer ul,
	.ebm-footer li {
	    margin: 0;
	    padding: 0;
	}
	
	.ebm-foot-item {
	    margin-bottom: 30px;
	}
	
	.ebm-foot-item li {
	    list-style: none;
	    margin: 5px 0;
	    color: #fff;
	}
	
	.ebm-foot-item h3 {
	    margin: 0 0 20px 0;
	}
	
	.ebm-foot-donate {
	    text-align: right;
	}
	
	.ebm-foot-donate h3 {
	    font-style: italic;
	    margin: 15px 0 15px 0;
	    color: #e9ae42;
	}
	
	.ebm-icon {
	    display: inline-block;
	    margin-right: 10px;
	}
	
	.ebm-medium {
	    font-size: 1.2em;
	}
	
	.ebm-brown {
	    /*color: saddlebrown;*/
	    color: #ae812f;
	}
	
	.ebm-cyan {
	    color: #00e0ec;
	}
	
	.ngo-orange,
	a[href].ngo-orange,
	a.ngo-orange {
	    color: #ec9f2f;
	}
	
	.ngo-green {
	    color: #129848;
	}
	
	.ebm-light-cyan {
	    color: #effeff;
	}
	
	.ebm-btn {
	    background: #129848;
	    color: #fff;
	    display: inline-block;
	    padding: 8px 20px;
	}
	
	#owl-ebm .owl-item div {
	    padding: 0px;
	}
	
	#owl-ebm .owl-item img {
	    display: block;
	    width: 100%;
	    height: auto;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	
	#owl-ebm .owl-controls {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	
	.slider .owl-carousel {
	    max-height: 80vh;
	}
	
	#owl-ebm .owl-buttons {
	    display: none;
	}
	
	.slider {
	    /*overflow: hidden;
    max-height: 400px;*/
	    max-height: 80vh;
	    overflow: hidden;
	    position: relative;
	}
	
	.inner-slider {
	    max-height: 300px;
	    overflow: hidden;
	}
	
	.inner-slider img {
	    width: 100%;
	}
	
	.border-orange {
	    background: #ec9f2f;
	    height: 5px;
	    width: 100%;
	    position: absolute;
	    top: 0;
	}
	
	.border-green {
	    background: #129848;
	    height: 5px;
	    width: 50%;
	    float: right;
	}
	
	.transfer-dialog {
	    padding: 30px;
	    max-width: 500px;
	    margin: 50px 20px;
	    text-align: center;
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	}
	
	.quick-links-title {
	    border-left: 4px solid #129848;
	    padding-left: 10px;
	}
	
	.about-us div {
	    margin-bottom: 40px;
	}
    .about-us p{
        margin-top:10px;
    }
    .ebm-btn-orange{
        background:#ec9f2f;
    }