#top {
  border-color: #00c0f3;
}
.button.cta-primary {
  background-color: #00c0f3;
  color: white !important;
}
blockquote {
  border-left: 4px solid #00c0f3;
}
.button.cta-primary:hover {
  background-color: #2ea8f8;
}
.yellowbox {
  background: #2ea8f8;
  color: white !important;
}
div#yellowbox {
  background: no-repeat scroll center top #2ea8f8;
  margin-bottom: 20px;
  padding: 20px;
  color: white;
}
.yellow-right-botttom {
  background: #00c0f3;
}
#footer {
  background: #00c0f3;
  color: white;
}
#top .navbar .nav > li .line {
  background: #00c0f3;
}
.button.cta-secondary:hover {
  background-color: #2ea8f8;
}
.button.cta-secondary {
  background-color: #00c0f3;
  color: #000;
}
.button.cta-secondary {
  background-color: #00c0f3;
  color: white;
}
.sliderPhone {
  background-color: white;
}
.logo {
  width: 175px;
  margin-top: 10px;
  margin-left: -30px;
}
ul#menu-top-navigation {
  margin-top: -10px;
}

@media (max-width: 1024px){
#footer {
    padding-left: 0;
    padding-right: 0;
    background: #00c0f3 !important;
}
}