/* Define the base color */
/* Common styles & typography */
.colored {
  color: #00b1e6;
}
a,
a:hover,
a:focus,
a:visited,
a:active {
  color: #00b1e6;
}
blockquote {
  border-color: #00b1e6;
}
blockquote footer,
blockquote > .fa {
  color: #00b1e6;
}
.button:not(.button-inversed) {
  color: #fff;
  border-color: #00b1e6;
  background-color: #00b1e6;
  transition: all 0.5s ease;
}
.button:hover
{
	border-color: #0c83c3;
	background-color:#0c83c3;
}
.active > .button:not(.button-inversed) {
  background: #00b1e6 !important;
}
.button.button-inversed:hover,
.button.button-inversed:active {
  color: #00b1e6 !important;
}
.active > .button-inversed {
  color: #00b1e6 !important;
}
.button-colored {
  background: #00b1e6;
}
::-webkit-input-placeholder {
  color: #827b74;
}
:-moz-placeholder {
  color: #827b74;
}
::-moz-placeholder {
  color: #827b74;
}
:-ms-input-placeholder {
  color: #827b74;
}
input,
textarea {
  border-color: #d9d9d9;
  color: #827b74;
}
/* Logo */
.logo {
  color: #00b1e6;
}
/* Navigation */
.nav > li:before {
  background-color: #00b1e6;
}
/* Colored section */
.colored-section {
  background: #00b1e6;
}
/* Sub section heading */
.subsection-heading {
  color: #00b1e6;
}
.subsection-heading:after {
  background-color: #00b1e6;
}
/* Services */
.service-circle .fa {
  color: #00b1e6;
}

.service-circle .circle {
  background: #00b1e6;
}
.service-box:hover {
  background: #00b1e6;
}
.service-box:hover .service-icon {
  color: #00b1e6;
}
/* Team */
.team .cover,
.team .cover .edge {
  background: #00b1e6;
}
/* Portfolio */
.portfolio .item .image .zoom {
  background: #00b1e6;
}
.portfolio-filter li.active a {
  color: #00b1e6;
}
/* Social circle */
.social-circle {
  -webkit-box-shadow: inset #00b1e6 0 0 0 2px;
  -moz-box-shadow: inset #00b1e6 0 0 0 2px;
  box-shadow: inset #00b1e6 0 0 0 2px;
}
.social-circle:hover {
  -webkit-box-shadow: inset #00b1e6 0 0 0 8px;
  -moz-box-shadow: inset #00b1e6 0 0 0 8px;
  box-shadow: inset #00b1e6 0 0 0 8px;
}
/* Blog item */
.blog-item .date-corner {
  background-color: #872122;
}
.blog-item time {
  background-color: #00b1e6;
}
/* Comments */
.comment-date {
  color: #00b1e6;
}
/* Pricing tables */
.pricing {
  -webkit-box-shadow: inset #872122 0 0 0 3px;
  -moz-box-shadow: inset #872122 0 0 0 3px;
  box-shadow: inset #872122 0 0 0 3px;
}
.pricing .recommended {
  border-color: #872122;
}
.pricing .hat {
  background: #00b1e6;
}
.pricing .price .left,
.pricing .price .right {
  background: #872122;
}

/* Button map */
.button-map,
.button-map:hover,
.button-map:visited,
.button-map:focus,
.button-map:active {
  color: #00b1e6 !important;
}
/* Back to top button */
.button-to-top {
  background: #00b1e6;
}
.button-to-top:hover{background: #0d81c2;}
