/*

Theme Name: 	FOHO 2014 Theme 

Theme URI: 	http://gravitymedia.net

Description: 	Site designed for Future of Haiti Organization. 

Author: 		David Tinoco
Author URI:	http://gravitymedia.net
Version: 		1.0

Site designed for Future of Haiti Organization. 

*/

@import url("bootstrap/css/bootstrap.min.css");
@import url("bootstrap/css/bootstrap-responsive.min.css");

@charset "UTF-8";
/* CSS Document */


.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

select.dropdown-menu{
	width:100%;
	position:relative;
	top:4px;
}

.centered{
	text-align:center;
}

.container{
	max-width:1200px;
}

body{
	background:#fffeef;
	font-family: "Roboto", Veradana, Tahoma, sans-serif;
}

#main{
	margin-top:20px;
	margin-bottom:20px;
}

.flexslider{
	margin:0px !important;
	overflow:hidden;
	padding: 4px;
  background-color: #fffeef;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-inner{
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

.navbar-inner a{
	text-transform:uppercase
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus{
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	background:none !important;
	color:#36B12D;
	font-weight:700;
}

#logo{
	max-height:50px;
}

.section-title{
	background:url('img/title-line.jpg') transparent repeat-x 0 55%;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6{
	background:#fffeef !important;
	padding-right:12px;
	display:inline-block;
	font-weight:500;
	text-transform:uppercase;
	color:#3E9C30
}

.green-quote{
	background-color:#2A7F16;
	color:#fff !important;
	padding:40px;
	margin-bottom:30px;
}

.green-quote h2, .green-quote h4{
	font-weight:300;
}

footer{
	background-color:#319532;
	color:#fff;
}

footer h2, footer h4, footer h3{
	font-weight:300;
}

.footer-top{
	background-color:#196F10;
	padding:20px 0;
	margin-bottom:20px;
}

.d15{
	padding:15px;
}

footer a{
	color:#fff;
}

.copyright{
	background-color:#000;
	margin-top:30px;
	padding:15px 0;
}

.caller{
	background-color:#000;
	color:#fff;
	padding:8px;
	margin-bottom:10px;
}

.img-responsive{
	width:100%;
	height:auto;
}

.child-photo{
	max-width:200px;
}

.child-limited{
	
}

.carousel{
	max-height:350px;
	min-height:350px;
	overflow:hidden
}

.r{
	text-align:right
}

.inline{
	display:inline
}

.mt1{
	margin-top:10px;
}

.breadcrumb{
	background-color:#fff;
	border:1px solid #E0E0E0
}

.dropdown-menu .active>a, .dropdown-menu .active>a:hover{
	background:none;
	background-color:#fff;
	color:#5CA452;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a{
	background:none;
	background-color:#539E32;
	color:#fff;
}

.spacer{
	margin-top:10px;
}


@media(max-width:979px){
	.navbar.pull-right{
		display:block;
		float:none
	}
}

@media(max-width:766px){
	.thumbnail{
		border:none !important;
		box-shadow:none !important
	}
	.thumbnail img{
		margin:0;
	}
	.centered{
		text-align:left
	}
	.img-responsive{
		max-width:400px;
	}
}

@media(max-width:676px){
	#sthoverbuttons { display:none !important; }
}