h3, h4, h5, h6 {
  -webkit-text-stroke: 0 !important;
  background-color: transparent;
  color: #414141; }

.btn {
  border: none !important;
  background: none;
  vertical-align: middle;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -ms-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  position: relative;
  text-shadow: none;
  -webkit-text-stroke: 0 !important;
  margin-top: 15px; }
  .btn.btn-default {
    background-color: #e0e0e0;
    color: #414141;
    -webkit-box-shadow: 0 2px 0 0 #797979;
    -moz-box-shadow: 0 2px 0 0 #797979;
    box-shadow: 0 2px 0 0 #797979; }
    .btn.btn-default:hover {
      background-color: #f9f9f9; }
  .btn.btn-primary {
    background: #ff7e47;
    -webkit-box-shadow: 0 2px 0 0 #e04300;
    -moz-box-shadow: 0 2px 0 0 #e04300;
    box-shadow: 0 2px 0 0 #e04300; }
    .btn.btn-primary:hover {
      background: #ffa27a; }
  .btn.btn-link {
    color: #37919e;
    text-shadow: none;
    padding-left: 0;
    padding-right: 0; }
    .btn.btn-link:hover {
      background-color: transparent; }
  .btn:hover {
    text-decoration: none;
    text-shadow: none; }

.form-inline .form-group {
  vertical-align: top;
  margin-bottom: 15px; }

.faces {
  margin: 0;
  padding: 0; }

.hero {
  padding: 60px 0; }
  .hero-image {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    color: #fff; }
  .hero-partner {
    background: url("../img/partners/slider/background-hero.jpg"); }

.hero-lead {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  -webkit-text-stroke: 0 !important; }
  @media (min-width: 40em) {
    .hero-lead {
      font-size: 50px; } }

.hero-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  -webkit-text-stroke: 0 !important;
  font-size: 16px; }
  @media (min-width: 40em) {
    .hero-subtitle {
      font-size: 20px; } }

.half-row {
  margin: 30px 0 0; }

.bg-color-white {
  background-color: #fff;
  color: #414141; }
.bg-color-grass {
  background-color: #00c6a3;
  color: #fff; }
.bg-color-cloud {
  background-color: #4dbecf;
  color: #fff; }
.bg-color-sky {
  background-color: #37919e;
  color: #fff; }
.bg-color-sun {
  background-color: #ff7e47;
  color: #fff; }
.bg-color-gray-dark {
  background-color: #414141;
  color: #fff; }
.bg-color-gray-light {
  background-color: #f9f9f9;
  color: #414141; }
.bg-color-xmas {
  background-color: #fd3830;
  color: #fff; }

.spacing-half {
  margin-top: 15px;
  margin-bottom: 15px; }
  .spacing-half-in {
    padding-top: 15px;
    padding-bottom: 15px; }
.spacing-whole {
  margin-top: 30px;
  margin-bottom: 30px; }
  .spacing-whole-in {
    padding-top: 30px;
    padding-bottom: 30px; }
.spacing-double {
  margin-top: 60px;
  margin-bottom: 60px; }
  .spacing-double-in {
    padding-top: 60px;
    padding-bottom: 60px; }

.card {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  overflow: hidden;
  color: #797979;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #cfcfcf; }
  .card header {
    margin: -15px -15px;
    position: relative;
    min-height: 120px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(121, 121, 121, 0.25);
    -moz-box-shadow: 0 2px 1px 0 rgba(121, 121, 121, 0.25);
    box-shadow: 0 2px 1px 0 rgba(121, 121, 121, 0.25);
    overflow: hidden;
    font-size: 0; }
  .card i.fa {
    display: inline-block;
    width: 15px;
    margin-right: 3px; }
  .card .card-logo {
    background: #fff;
    width: 100%;
    min-height: 165px;
    overflow: hidden;
    display: table;
    table-layout: fixed; }
    .card .card-logo div {
      display: table-cell;
      vertical-align: middle;
      height: 165px;
      width: 100%; }
      .card .card-logo div img {
        max-width: 70%;
        height: auto;
        max-height: 150px; }
  .card .card-name {
    color: #414141;
    font-size: 20px; }

.category-link {
  display: inline-block;
  margin: 2px; }

.colapse-filter {
  margin-top: 0; }
  @media (min-width: 40em) {
    .colapse-filter {
      display: none; } }

/*# sourceMappingURL=xmas-club.css.map */
