/*--------------------------------------------------------------------------
+	Call to Action Bar Style
--------------------------------------------------------------------------*/
.calltoaction-wrapper {
    text-align: center;
  }
.calltoaction-wrapper h3 {
  display: inline-block;
  line-height: 36px;
  margin-right: 10px;
  margin-bottom: 0;
}
.calltoaction-wrapper a {
  vertical-align: top;
}

.section {
  padding: 30px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.section-dark {
  background: #151515;
}

.section-dark h3 {
  color:#FFF;
  font-size:18px;
  font-weight:200;
}

/* Contact form */
body, .form-control {
  font-family: 'Lato', sans-serif;
}
h1{
  margin-bottom: 40px;
}
label {
  color: #333;
}
.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.help-block.with-errors {
color: #ff5050;
margin-top: 5px;
}
.errors {
color: red;
display: none;
}
.thanks, .sending {
display: none;
}
.grecaptcha-badge {
  visibility: hidden;
/* float: right; */
}

