/* Add here all your css styles (customizations) */

.start-slogan {
  display: inline-block;
  letter-spacing: 2px;
  color: #eee !important;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}

.sky-form {
  border: none;
}

.sky-form .radio {
  font-size: 13px;
}

.sky-form fieldset {
  padding: 0;
}

.sky-form label.radio {
  font-weight: lighter;
}

.sky-form label.radio:hover {
  font-weight: bold;
}

.sky-form .inline-group {
  margin: 0 -30px 0 0;
}

.sky-form .label {
  border-radius: 0;
  color: inherit;
  font-size: 11px;
  text-align: left;
  padding: 2px 12px;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 0;
}

.sky-form .label.label-custom {
  background: #fff;
  color: #444;
  opacity: 1;
}

.btn-u.btn-u-default {
  /*background: #ddd none repeat scroll 0 0;*/
}

.clearer {
  clear: both;
}

.block-v1 {
  padding: 50px 0;
}