body {
  color: #363636;
  font-family: Lato;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}
a {
  color: #3d3d3d;
}
a:hover, a:focus {
  color: #d6aa74;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-style: normal;
  font-family: Lato;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 31px;
}
h2, .h2 {
  font-size: 25px;
}
h3, .h3 {
  font-size: 21px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 12px;
}
h6, .h6 {
  font-size: 11px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.btn-default {
  background: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #e6e6e6;
}
.btn-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.btn-primary {
  background: #323232;
  color: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #222;
}
.btn-primary, .btn-default {
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.btn-primary, .btn-default {
  padding-top: 4px;
}
.btn-primary, .btn-default {
  padding-right: 20px;
}
.btn-primary, .btn-default {
  padding-bottom: 4px;
}
.btn-primary, .btn-default {
  padding-left: 20px;
}
