.colors-pouzite{
	 color: #69D2E7;
	 color: #00B4FF;
	 color: #3E7A8C;
	 color: #81D685;
	 color: #009DE0;
}

a {
    color: #3E7A8C;
    text-decoration: none;
}
a:focus, a:hover{
    color: #69D2E7;
    text-decoration: none;
}

h2 a:link, h2 a:visited {
    color: #3E7A8C;
}
.services__item:hover .services-item__body {
  background: #69D2E7;
  color: white;
}
.pricing .head {
  background: #69D2E7;
}
.pricing .head .arrow {
  border-top: 30px solid #69D2E7;
}
.faq-cats ul li:hover i{
  color: #00B4FF;
}
.gallery__item:hover .gallery-text {
  background: #00B4FF;
  color: white;
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
  background: #00B4FF;
}

footer {
  background: #3E7A8C;
  color: white;
}
footer a {
  color: #81D685;
}
footer a:hover {
  color: #81D685;
}

.legal {
  background: #3E7A8C;
  color: white;
}
.legal a {
  color: #81D685;
}
.social ul {
  background: #3E7A8C;
  color: white;
}
.social li a {
  color: #3E7A8C;
}
footer .btn-default:hover {
  color: #3E7A8C;
  background: #fff;
  border: 1px solid #fff;
}
.navbar-nav li#search {
  background: #00B4FF;
  background: linear-gradient(top, #00B4FF, #009DE0);
  background: -webkit-linear-gradient(top, #00B4FF, #009DE0);
  background: -moz-linear-gradient(top, #00B4FF, #009DE0);
  position: relative;
}
.navbar-nav li#search .search-box {
  background: #515151;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3E7A8C;
  border-color: #3E7A8C;
}
.section-header h1 span {
  border-bottom: 5px solid #00B4FF;
}
