a {
  color: #54afe2;
}

a:hover {
  color: #aeaeae;
}

.primary-bg {
  background-color: #54afe2;
}

.btn-primary {
  background-color: #3bb751;
  color: #fff;
}
.btn-primary:hover {
  color: #373737;
  opacity: 0.8;
  background-color: #ffc637;
}

.navbar-inverse .navbar-toggle {
    background: #54afe2 none repeat scroll 0 0;
}

.navbar-nav.social a {
	background: #332e33 none repeat scroll 0 0;
}

.navbar-inverse .navbar-brand span {
    color: #54afe2;
}

.left-title h3:after {
    background: #54afe2 none repeat scroll 0 0;
}

.cta h3, .cta p {
    color: #fff;
}

.blog .infoblock {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    box-shadow: 1px 1px 3px #332e33;
}
.blog h5 a {
    color: #332e33;
}
.book-block {
    box-shadow: 1px 1px 3px #332e33;
}

.testimonial_slider .flex-control-paging li a:hover, .testimonial_slider .flex-control-paging li a.flex-active {
    background-color: #332e33;
}
.testimonial_slider .flex-control-paging li a {
    background-color: transparent;
    border: 2px solid #54afe2;
}

.plan-price {
    background: #54afe2 none repeat scroll 0 0;
}

#featured-price {
    background: #54afe2 none repeat scroll 0 0;
}

.features i {
  background: transparent;
  color: #54afe2;
}