/* CSS Document */
a {
	color: #cd4f27;
}
.site-logo img {
    width: 170px;
    height: auto;
	margin-right: 5px;
}
.site-logo a{
	color:#ffffff;
	font-weight: 300;
	font-weight: 500;
    font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.navbar-fixed, .bg-faded {
    background: #ffffff;
	color:#50947d ;
}
.navbar-fixed .site-logo a {
    color: #ffffff;
}
.img-fluid{
	max-height: 600px;

}
.img-button {
	max-height: 200px;
	display: block;
    margin: 0 auto;
}
.hero-text-img{
	text-align: center;
}
.home_bg {
	    height: 100vh;
}
.button-home-fix{
	position: absolute;
	top:-1px;
	right:20px;
	z-index: 9999;
    font-size: 12px;
    padding: 0px 5px;
    background: #8ec4b6;
    color: white;
}
.modal-header, .modal-content{
	border:none;
	border-radius: 0px;
}
#safety{
	top:25px;
}
#navigation {
    padding: 10px 0;
}
#navigation.navbar-fixed {
    padding: 10px 0;
}
#main-menu {
    margin-top: 15px;
}
#safety-modal {
	position: fixed;
    bottom: 0 !important;
    right: 0 !important;
    top: unset;
	left:unset;
    width: 30%;
	height: auto;
 
 
    padding: 10px;
}
#cover-screen{
	background:white;
	display: none;
	height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10000;
}
.quick-exit{
	    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #9dc1c5;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: white;
	 font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
}
.quick-exit:hover{
	cursor: pointer;
	background:#f9d56b;
	color:#494646;
	border-top:1px solid #b5b5b5;
}
.single_download a {

    border: 1px solid #cccccc;
	
}
.single_download a:hover{
	background: #f2f6fe
}
.single_download a i {
  
    color: #a2cded;
}
.screenshots-header {
	text-align: center;
    width: 90%;
    margin: auto;
    background: #9dc1c5;
    font-size: 16px;
    padding: 5px;
    color: #ffffff;
}
#web-app {
	width:400px;
}
@media only screen and (max-width:768px) { 
#web-app {
	width:300px;
}
}
.topcontrol {
    background: #3e4785 none repeat scroll 0 0;
}
li {
	margin-left: 30px;
}

.section-title h1 {
  
        font-size: 2.5rem;
    font-weight: inherit;
}


.hero-text h1, .hero-text p {
    text-transform: none;
    color: #ffffff;
	padding-top:0px;
}
.hero-text-img{
	padding-top:0px;
}
.hero-sub{
	background: #fffffff0;
    color: black;
    padding: 10px;
    border-radius: 10px;
}
.hero-sub p{
	color:#000000;
	margin:0;
}
.list-style{
	list-style: none;
	margin-bottom: 40px;
}
.list-style i{
	margin-right:13px;
}
@media only screen and (max-width: 575px){
	#mobile_menu{
		margin-top: -37px;
	}
}


@media only screen and (max-width: 992px){
	#privacy {
		padding-top: 350px;
	}
	.hero-text-img {
		padding-top:0px;
	}
}
@media only screen and (max-width: 768px){
	#privacy {
		padding-top: 320px;
	}
	.single_download {
		text-align: center;
	}
	.single_download a {
		width:300px;
			
	}
	}
#navigation.navbar-fixed #main-menu ul li a,#main-menu ul li a{
	color:#50947d;
}
#navigation.navbar-fixed #main-menu ul li a:hover, #navigation.navbar-fixed #main-menu ul li a:focus, #main-menu ul li a:hover, #main-menu ul li a:focus{
	
	text-decoration: underline;
	color:#000000;
}
.header-alt{
	font-family: 'Open Sans Condensed', sans-serif;
   
	text-transform: none !important;
}
.footer{
	background: #ffffff;
}
.topcontrol{
	background:#9dc1c5;
}
.topcontrol:hover{
	background: #000000;
}
.preloader {
	background: #9dc1c5;
}
.status-mes{
    border-left: 8px solid #efbb56;
}
.button-main{
	    padding: 10px;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    background: #df8147;
    color: #ffffff;
	border-radius: 5px;
}
.button-main:hover{
	background:#82aca2;
	color:#ffffff;
}

p {
    margin: 0 0 20px 0;
}

.slick-prev:before, .slick-next:before{
	color:#df8147;
}

.slider img {
	border:1px solid #cccccc;
}
.slider {
	width:90%;
	margin:0 auto;
	padding-top: 10px;
    padding-bottom: 6px;
    border: 1px solid #cccccc;
}
.section-padding-small{
	padding:40px 0;
}
.break{
	clear: both;
}
.toolkit-left{
	position:absolute;
	left:5px;
}
.toolkit-right{
	position: relative;
	margin-left:120px;
}
.toolkit-row{
	position: relative;
	margin-bottom: 100px;
}
.toolkit-row h5{
	font-style: italic;
    font-size: 14px;
    color: #46bdbb;
}
.toolkit-row a{
	
	color: #df8147;
}
.toolkit-row a:hover{
	color: black;
	text-decoration: underline;
}
.toolkit-row i, #app i{
	margin-right:5px;
}
.toolkit-image{
	width:100px;
	height:100px;
	backgroundimage: url('../img/flyers.jpg');
	background-size:contain;
	background-repeat: no-repeat;


}
.toolkit-flyers {
	background-image: url('../img/flyers.png');	
}
.toolkit-handouts {
	background-image: url('../img/guides.png');	
}
.toolkit-guides {
	background-image: url('../img/guides.png');	
}
.toolkit-presentations {
	background-image: url('../img/presentations.png');	
}
.toolkit-social {
	background-image: url('../img/social.png');	
}
.toolkit-myplan-outer{
	text-align: center;
}
.toolkit-myplan-container{
	background: #f3f3f3;
    border-radius: 20px;
    padding: 20px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #e7e1e1;
}





.toolkit-myplan {
	width: 100%;
    height: 100px;
    background-image: url(../img/myPlanKenya-logo-color.png);
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}


	
