.surreylabs .navbar-brand{
	padding: 5px 15px 15px;
}
.surreylabs section h3.section-subheading{
	line-height: 26px;
}

/*
 * Customize button color to company green
 */
.surreylabs a.active, .surreylabs a:active, .surreylabs a:focus, .surreylabs a:hover{
	color:  #0da061;
}
.surreylabs .btn-primary{
	background-color: #00bc6f;
	border-color: #00bc6f;
	color: #fff;
}
.surreylabs .btn-primary:hover{
	background-color: #0da061;
  	border-color: #0da061;
  	color: #fff;
}
.surreylabs .btn-xl{
	background-color: #00bc6f;
	border-color: #00bc6f;
	color: #fff;
}
.surreylabs .btn-xl:hover,
.surreylabs .btn-xl:focus,
.surreylabs .btn-xl:active,
.surreylabs .btn-xl.active,
.surreylabs .open .dropdown-toggle.btn-xl {
  	background-color: #0da061;
  	border-color: #0da061;
  	color: #fff;
}
.surreylabs .navbar-custom .navbar-nav>.active>a,
.surreylabs .navbar-custom .navbar-nav>.active>a:hover,
.surreylabs .navbar-custom .navbar-nav>.active>a:focus{
	background-color: #00bc6f;
}
.surreylabs .text-primary, .surreylabs a{
	color:#00bc6f;
}
.surreylabs .navbar-custom .nav li a:hover{
	color:#00bc6f;
}
.surreylabs .navbar-custom .nav li.active a:hover,
.surreylabs .navbar-custom .nav a:focus{
	color:#fff;
}
.surreylabs #portfolio .portfolio-item .portfolio-link .portfolio-hover{
	background:#00bc6f;
}

.surreylabs .navbar-custom .navbar-toggle{
	background-color: #00bc6f;
	border-color: #00bc6f;
}
.surreylabs .navbar-custom .navbar-toggle:hover,
.surreylabs .navbar-custom .navbar-toggle:focus
{
	background-color: #0da061;
  	border-color: #0da061;
}
.surreylabs .timeline>li .timeline-image{
	background-color: #00bc6f;
}

/*
 * Product section styles
 */
 .product-header{
 	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
   	text-transform: none;
 }