/*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;
}

#page-title {
	background-color: #B6A974 !important;
}

/*--------- 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;
	border-bottom: 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;
}
.overlay-fade-in-new-background .button {
	display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 0 1px #000;
    position: relative;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
/*===================*/
#portfolio .portfolio-overlay a {
	margin: -28px 0 0 -20px;
}
/*===================*/
.content-wrap {
	padding-top: 40px;
}
/*===================*/
#brand-slider {
	background-color: #D6E4A3;
}

/* filter */
.portfolio-filter {
    margin-bottom: 30px;
    margin-top: 25px;
    border: none;
    border-radius: 0;
    float: none;
}
.portfolio-filter li {
	display: inline;
	float: none;
}
.portfolio-filter li:after {
	content: '|';
    display: inline-block;
    color: #666;
    margin: 0 10px;
}
.portfolio-filter li a {
	display: inline-block;
    font-size: 13px;
    line-height:30px;
    color: #666666;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.portfolio-filter li a:before {
	content: ' ';
    width: 0%;
    height: 2px;
    background: #A4B850;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.portfolio-filter li:hover a,
.portfolio-filter li.activeFilter a {
	font-weight: normal;
	color: #A4B850 !important;
	background-color: transparent;
}
.portfolio-filter li.activeFilter a:before,
.portfolio-filter li:hover a:before {
	width: 100%;
}
.portfolio-filter.style-4 li.activeFilter a:after { background-color: transparent; }
.portfolio-filter.style-4 li:not(:first-child) { margin-left: 0; }
.portfolio-filter.style-4 li:last-child:after { content: ''; }

/* Temp */
#portfolio .portfolio-overlay a { margin: -17px -15px 0px -0px; }