/*common*/
.section-categories {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
.heading-block h1, h3{
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-weight: 400 !important;
}
.heading-block.center:after, .heading-block.title-center:after {
	margin: 15px auto 0;
}
.heading-block:after {
	border-top: 2px solid #BCD856;
}

/*--------- Nav Menu -----------*/
/* Top and Bottom borders come in */
ul.topBotomBordersIn > li > a:before, ul.topBotomBordersIn > li > a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #36a13f;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}
ul.topBotomBordersIn > li > a:before
{
    top: 0px;
    transform: translateY(-10px);
}
ul.topBotomBordersIn > li > a:after
{
    bottom: 0px;
    transform: translateY(10px);
}
ul.topBotomBordersIn > li > a:hover:before, ul.topBotomBordersIn > li > a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
}

/*--------- Footer -----------*/
#footer {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	border-top: none;
}
#footer .footer-widgets-wrap {
	padding: 50px 0;
}
.footer-logo {
	margin-bottom: 20px;
}
.copyrights-menu.copyright-links, .copyrights-menu.copyright-links a {
	font-size: 1.1em;
	letter-spacing: .8px;
}
#copyright-text {
	font-size: 1.1em;
	letter-spacing: .8px;
}
#copyright-text > a{
	color: #000;
}
/*===================*/
#primary-menu ul li > a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
}
#primary-menu.style-2 {
	border-top: none;
}
/*===================*/
#welcome-text {
	margin-top: -80px !important;
}
#welcome-text p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: .8px;
	padding: 20px 20px;
}
.white-overlay {
	background-color: rgba(147, 189, 79, 0.2);
	color: #000;
}
/*===================*/
#section-about {
	padding: 0 0 25px;
	margin: 0;
}
#about-content .heading-block {
	margin-top: 40px;
	margin-bottom: 30px;
}
#about-content .heading-block:after {
	margin-top: 15px;
}
#about-content .lead {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	letter-spacing: .5px;
	line-height: 1.4em;
	color: #000;
}
.image-container {
	margin-top: 20px;
}
/*===================*/
.team-title h4 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #000 !important;
}
/*===================*/
.portfolio-desc h3 {
	font-weight: 300 !important;
	letter-spacing: .8px;
	text-align: center;
}
#our-categories {
	border-radius: 0;
}
#our-categories li:first-child a, #our-categories li:last-child a {
	border-radius: 0;
}
#our-categories li.activeFilter a {
	background-color: #4E9154;
}
#our-categories li a:hover {
	color: #4E9154;
}
/*===================*/
#brand-logos li:before, .testimonials-grid li:before {
	border-left: none;
}
#brand-logos li:after, .testimonials-grid li:after {
	border-bottom: none;
}
/*===================*/
.image-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 4px; }

.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }
/*===================*/
.clients-grid li a {
	opacity: 1;
}
/*===================*/
#brands {
	background: #D6E4A3;
}
#brands .heading-block {
	margin-bottom: 40px;
}
/*===================*/
#submit-button {
	background-color: #0B6638;
}