}
/*-----side-bar----*/
.services-sidebar h4 ,.grid h4,.contact-form h4{
	font-family:Charcoal;
	font-size: 22px;
	color: #7ca222;
	margin-bottom: 10px;
	text-transform:uppercase;
	cursor: pointer;
	font-weight:bold;	
}
.services-sidebar li {
	padding: 5px 0px;
}
.services-sidebar li a{
	color: #747474;
	font-size: 12px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.services-sidebar li a:hover{
	color: #7ca222;
}
.grid:nth-child(2),.grid:nth-child(3){
	margin-top: 12px;
}
.grid h4{
	text-transform:none;
}
.grid h5{
	font-size: 20px;
	color: #555;
	margin: 10px 0;
}
.grid h5 a{
	color:rgb(82, 129, 110);
}
.grid h5 a:hover{
	color:#555;
}
.grid p{
	line-height:1.8em;
	color: #333333;
	font-size: 12px;
	margin-bottom: 10px;
}
.grid img{
	max-width:100%;
	cursor:pointer;
   box-shadow: 8px 8px 5px gray;
	border: 8px gray;
}
.grid img:hover{
	box-shadow:8px 8px 5px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow:8px 8px 5px gray; /*Safari shadow version*/
	-moz-box-shadow:8px 8px 5px gray; /*Mozilla shadow version*/
	opacity: 1;
}
.btn-group1{
	margin: 20px 0 10px;
}
.btn-group1.btn{
	font-size:12px;
	color: #747474;
}
.btn-group {
	margin-top:10px;
	position: relative;
	text-align: center;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.btn {
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
	background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
	background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}
.btn:hover {
	color: #333333;
	background: #e6e6e6;
}
