/*
================================================
Common CSS
================================================
*/
section h2 span {
	color: #50A7AF;
}
.heading-line:before {
	background: #50A7AF;	
	}
.heading-line:after {
	background: #50A7AF;
}	
.heading-line {
	border-bottom: 1px solid #50A7AF;
	}
#switcher .theme-click {
    background-color: #50A7AF;
}	
/*
================================================
Scroll top Arrow
================================================
*/
#scrollUp {
  background: #50A7AF;
}
#scrollUp i:hover {
	opacity:0.8;
}
/*
================================================
Navigation
================================================
*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #50A7AF;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #50A7AF;
}
/*
================================================
Banner Content
================================================
*/
.banner-content h1 span {
	color: #50A7AF;
}
.banner-content a {
	background:none;
	border:3px solid #fff;
	color: #ffffff;
	}
.banner-content a:hover {
  	background: #50A7AF;
 	border:3px solid #50A7AF;
	color: #ffffff;
	}	
/*
================================================
About Us
================================================
*/
.aboutus a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid #50A7AF;
  color: #50A7AF;
}	
.aboutus a:hover {
  background: #50A7AF none repeat scroll 0 0;
  border: 3px solid #50A7AF;
  color: #ffffff;
}

/*
================================================
Services
================================================
*/
.service-callouts i {
	color: #50A7AF;
	}
.about-box .icon {
	color: #50A7AF;
}	
/*
================================================
Testimonials Wrapper 
================================================
*/	
.testimonials-wrapper .carousel-indicators li {
	background-color: #50A7AF;
}	
.testimonials-wrapper .carousel-indicators .active {
	background-color: #50A7AF;
}
.team-item-descr {
	background:#50A7AF;
	}
.testimonials-wrapper .client-name p b {
	color: #50A7AF;
}
.testimonials-wrapper h3 i {
	color: #50A7AF;
}
/*
================================================
Portfolio
================================================
*/
.portfolio #filters ul li a:hover h5, .portfolio #filters ul li a.active h5 {
	background-color: #50A7AF;
}
.work-info p {
	color:#50A7AF;
}
.portfolio-filter li.active, .portfolio-filter li:hover {
	background:#50A7AF;
	color:#fff;
	}
/*
================================================
Pricing Table
================================================
*/
.pricing-table-wrapper .features-price {
	border-color: #50A7AF;
}
.pricing-table-wrapper .features-price .plan-name {
	background:#50A7AF;
}
.pricing-table-wrapper .features-price .plan-name .price-title {
	color:#fff;
	}
.pricing-table-wrapper .features-price .plan-name .price-amount, .pricing-table-wrapper .features-price .plan-name .price-amount span {
	color:#fff;
	}
.pricing-table-wrapper .features-price .plan-name .price-date {
	color:#eee;	
	}		
.pricing-table-wrapper .features-price .price-amount, .pricing-table-wrapper .features-price .price-amount span {
	color:#50A7AF;
	}
.pricing-table-wrapper .price-btn:hover {
	background: #50A7AF;
}
.features-price-btn {
	background: #50A7AF;
}
/*
================================================
Contact us
================================================
*/
.contact-info-wrapper:hover .contact-info-icon {
	background: #50A7AF;
	color: #fff;
}	
.contactus .btn { 
	background: #50A7AF;
}
footer {
	background: #50A7AF;
}
