.newsBox .title{
	text-transform: uppercase;
}
.flat .plan{
	text-align: left;
}
.contact-info h5{
	display: inline;
}
.maincontent a.fancybox img{
	margin: 15px;
	box-shadow: 5px 5px #9DBF26;
}
#head.secondary{
  line-height: 80px;
}
#head.secondary h1{
	line-height: normal;
}
.flat div.plan-name.collapsed {
  border-radius: 0;
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #777;
  background: #C7C7C7;
  border-top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat div.plan-name {
  border-radius: 0;
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  background: #9DBF26;
  color: #fff;
  border-top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat div.plan-name:hover{
  background: #9DBF26 !important;
  color: #fff;
}
.service-single{
  margin-bottom: 15px;
}
section.maincontent{
  margin-top: 45px;
}
h2.title-box_primary a{
  color: #515151;
  text-decoration: none;
}
h2.title-box_primary a:hover{
  color: #93BA0F;
}
/* .navbar-nav .dropdown-menu{
  border: 1px solid rgba(0,0,0,.15);
  background-color: #9dbf26;
}
.navbar-nav .dropdown-menu > li > a{
  color: #fff;
  text-transform: uppercase;
} */