.navbar .navbar-inner .nav > li.active > a, .navbar .navbar-inner .nav > li.active > a:hover, .navbar .navbar-inner .nav > li.active > a:focus {
    background: #5268ad !important;
}
.navbar .nav {
    top: 14px !important;
    margin: 14px 10px 0 0 !important;
    float: right !important;
    font-weight: 700;
}
.navbar {
    border-bottom: solid 7px #697fb6 !important;
}

@media (max-width: 979px) {
.navbar .brand .logo-market {
    height: 45px !important;
    margin-left: -20px !important;
}
.navbar .nav {
   float: none !important;
   text-align: center;
}
}
.page-content h1 {
    padding: 10px 0;
        letter-spacing: 0em;
}
.navbar .btn {
    background: #697fb6 !important;
    color: #fff !important;
    margin-top: 10px !important;
}
.navbar .nav>li>a {
    padding: 14px 8px;
}
h3.form-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.control-label {
    color: #fff;
}

.form-actions .btn {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px;
    border: none;
    background: #697fb6;
    color: #fff;
    font-weight: 700;
}
.form-actions {
    text-align: center;
}
.site-footer .row-fluid {
    display: none;
}
.site-footer.modal-footer {
    padding: 0px 15px 15px;
}
.site-footer div {
    margin-top: 10px !important;
}
.site-footer .text-left.vertical-spaced {
    display: none;
}
.purchase-btn {
    bottom: 12px;
    left: 12px;
    position: fixed;
    z-index: 99999999999999999999999999999999;
    text-align: center;
}
.purchase-btn > a {
    background-color: #3cb879;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
    left: 0px;
    line-height: 70px;
    width: 70px;
}
.pulse-button {
    position: relative;
    width: 64px;
    height: 64px;
    border: none;
    box-shadow: 0 0 0 rgba(37,211,102, 0.6);
    animation: pulse 3s infinite;
    border-radius: 50%;
    background-color: #a1577b;
    background-image: url(https://ss-static-01.esmsv.com/id/106362/galeriaimagenes/obtenerimagen/?id=37&tipoEscala=stretch&width=64&height=64);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    
}


.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba(37,211,102, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
    box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(37,211,102, 0);
      box-shadow: 0 0 0 30px rgba(37,211,102, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
      box-shadow: 0 0 0 0 rgba(37,211,102, 0);
  }
}

@media screen and (max-width:1125px) {

.purchase-btn {
    left: 12px !important;
    position: fixed;

}
}
.display-none {
    display: none;
}
.page-content .btn {
    border: none !important;
}