/*
|--------------------------------------------------------------------------
| All Author Styles
|--------------------------------------------------------------------------
*/


body {
	color: #000;
	font-weight: 400;

}
.navbar-default.white {
	background-color:#fff;
}
.navbar-default .navbar-nav>li>a {
	font-family: 'Play', sans-serif !important;
	font-weight: 400;
	color:#106735;
}

section h3 {
	font-size: 23px;
	line-height: 1.3;
	margin-top:0; 
	margin-bottom: 20px;
	color:#106735;
}
h3, h4 {
	color:#106735;
}
h4 {
	  margin-top: 0;
}
p {
	font-size: 14px;
}
.btn {
	border-radius: 0;
}
.btn-info {
	background-color: #106735;
	border-color: #106735;
}
.thumb img {
	width:100%;
	height: auto;
}
.padd-vert-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
section {
	padding-bottom:20px;
}
section.block {
	padding: 20px 0;
	background: none;
}
section.block:nth-child(2n) {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;

}
section.last {
	padding-bottom: 100px !important;
}
form .help-block {
	display:none;
}
form .form-group.has-error .help-block {
	display: block;
}
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
  
.dropdown-menu {
  opacity:.0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block; 
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}


.head-text {
	top:0;
	position:relative;
	height:auto;
	width:100%;
	font-size:13px;
	line-height: 1.5;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	background:#000;
	
}

.feature-span {
    top: 30%;
}
@media (max-width:400px) {
    .feature-span {
        top: 20%;
    }
}

footer a:hover i.fa {
  color: #21a158;
}

