/* --------------------------------------
=========================================
COLOR : BLUE 

MAIN COLOR CODE: #37c2e1  (originally was: #008ed6)

DEEP COLOR CODE: #285584 (originally was: #005885)
=========================================
----------------------------------------- */

.colored-line {
  background: #37c2e1;
}
.colored-text {
  /*color: #37c2e1 !important;*/
}
.color-bg {
  background: #37c2e1;
}
a {
  color: #37c2e1;
}
.non-sticky .navbar-nav > li > a:hover {
  color: #37c2e1;
}
.standard-button {
  background: #37c2e1;
  color: #ffffff;
}
.standard-button:hover {
  color: #ffffff;
  background: #0186ca;
}
.secondary-button:hover {
  color: #37c2e1;
  border-color: #37c2e1;
}
.sticky-navigation .main-navigation .current a {
  color: #37c2e1 !important;
}
.sticky-navigation .navbar-nav > li > a:hover {
  color: #37c2e1;
}
.feature-list-1 li .icon-container {
  background: #37c2e1;
}
.feature-list-2 li .icon-container {
  /*background: #37c2e1;*/
}
.feature .icon {
  color: #37c2e1;
}
.vertical-registration-form .input-box {
  border-top: 1px solid rgba(0, 142, 214, 0.4);
  border-bottom: 1px solid rgba(0, 142, 214, 0.4);
  border-right: 1px solid rgba(0, 142, 214, 0.4);
  border-left: 3px solid #37c2e1;
}
.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
  border-color: #37c2e1;
}
.subscription-form .input-box:focus,
.subscription-form .input-box:active {
  border-left: 3px solid #37c2e1 !important;
}
.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
  border-left: 3px solid #37c2e1 !important;
}
.screenshots .owl-theme .owl-controls .owl-page span {
  background: #37c2e1;
}
.contact-link {
  color: #37c2e1;
}
.contact-link:hover {
  color: #285584;
}
.social-icons li a:hover {
  color: #37c2e1;
}
