/* green - #2ecc71 */

a:link,a:visited,.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,a:hover,a:active,.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
	color:#2ecc71;
}
.spacer,.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,#grid .mix .overlay {
background: #2ecc71;
}
#page-contact{
	background: #2ecc71;
	color:#fff;
}
#page-contact .spacer{
	background: #fff;
}
#page-contact .section-title{
	color:#fff;
}
/* in order to show the phone numbers in safari iOS */
#page-contact a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.btn.btn-default:hover,
.btn.btn-default:active{
    color:#2ecc71;
}

