@font-face { font-family: 'Montserrat'; src: url("../fonts/Montserrat-Regular.ttf"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Montserrat'; src: url("../fonts/Montserrat-Light.ttf"); font-weight: 100 ; font-style: normal; }
@font-face { font-family: 'Montserrat'; src: url("../fonts/Montserrat-Bold.ttf"); font-weight: 800 ; font-style: normal; }

body {
  font-family: "Montserrat";
  background-color: #242424;
  font-weight: 100;
  color:#eaeaea;
  margin-bottom: 170px;
}

/* Utilities */

.encuentrame {
  background-color: red;
}

.flex-center {
  display:flex;
  flex-direction: column;
}

.with-fixed-navbar {
  padding-top: 70px;
}

.rj-demph {
  opacity: .5;
}

.make-yellow {
  color:#ffcc00;
}

.rj-btn-primary-blue {
  background-color: #3073c1;
  color: #e3f0ff;
  height: 62px;
  line-height: 62px;
  margin: 4px 0;
  -webkit-box-shadow: 0 4px 0 #004da7;
  -moz-box-shadow: 0 4px 0 #004da7;
  box-shadow: 0 4px 0 #004da7;
  font-size: 22px;
  border-radius: 100px;
  font-weight: bold;
  padding: 0 40px;
}

.rj-btn-primary-blue:hover, .rj-btn-primary-blue:focus {
  color: #e3f0ff;
  margin-top: 0px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 10px 0 #004da7;
  -moz-box-shadow: 0 10px 0 #004da7;
  box-shadow: 0 10px 0 #004da7;
}

.rj-btn-primary {
  background-color: #ffcc00;
  color: #1a1a1a;
  height: 54px;
  line-height: 54px;
  margin: 4px 0;
  -webkit-box-shadow: 0 6px 0 #B79717;
  -moz-box-shadow: 0 6px 0 #B79717;
  box-shadow: 0 6px 0 #B79717;
  font-size: 22px;
  border-radius: 100px;
  font-weight: bold;
  padding: 0 40px;
  cursor: pointer;
  min-width: 250px;
}

.rj-btn-primary:hover, .rj-btn-primary:focus {
  margin-top: 0px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 10px 0 #B79717;
  -moz-box-shadow: 0 10px 0 #B79717;
  box-shadow: 0 10px 0 #B79717;
  color:#1a1a1a;
  cursor: pointer;
}

.rj-btn-primary:active, .rj-btn-primary-blue:active {
  margin-top: 10px;
  margin-bottom: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color:#1a1a1a;
}

.rj-btn-primary:active, .rj-btn-primary:focus:active, .rj-btn-primary:focus, .rj-btn-primary-blue:active, .rj-btn-primary-blue:focus:active, .rj-btn-primary-blue:focus {
  outline:0;
  border:0;
}

.rj-no-padding {
  padding: 0px !important;
}

@media only screen and (min-width: 768px)  {
  .to-left-on-desktop {
    float:left;
  }
  .spacer-woman {
      margin-bottom: 40px;
  }
}

/* Navbar */

.navbar-rj {
  background-color: #1a1a1a;
  height:70px;
  border-bottom: solid 3px #ffcc00
}

.rj-navbar-phone {
  line-height: 70px;
  margin: 0 30px;
  color: #909090;
}

.rj-navbar-phone-number {
  color: #eaeaea;
  font-size: 16px;
  margin-left: 12px;
}

/* Jumbotron */

.rj-jumbo-main {
  font-family: "Montserrat";
  padding-bottom: 0px;
  padding-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.rj-jumbo-main.users {
  background: url("../img/bg-pattern-users.svg") no-repeat center center;
  background-color: #ffcc00;
}

.rj-jumbo-main.gyms {
  background: url("../img/bg-pattern-gyms.svg") no-repeat center center;
  background-color: #1a1a1a;
}

.rj-jumbo-main h1 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 16px;
  color: #eaeaea;
}

.rj-jumbo-main.users h1 {
  color:#1a1a1a;
}
.rj-jumbo-main p {
  font-family: "Montserrat";
  font-size: 18px;
  color: #A1A1A1;
  margin-bottom: 40px;
}

.rj-jumbo-main.users p {
  color:#3a3a3a;
}

.rj-logo {
  text-align: center;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.rj-nav-btn {
  color:#eaeaea;
  border: #979797 1px solid;
  border-radius: 50px;
  line-height: 15px!important;
  font-weight: bold;
  font-size: 15px;
}

.rj-nav-btn:hover, .rj-nav-btn:focus {
  background-color: #ffcc00!important;
  border-color: #ffcc00;
  color:#1a1a1a;
}

.rj-nav-btn:active {
  background-color: #B79717!important;
  border-color: #B79717;
  color:#1a1a1a;
}

.rj-jumbo-phone {
  margin-top: 30px;
  padding-left:40px;
}

/* Finder Keyword: centrado */

.rj-jumbo-text {
  margin: 110px auto 70px;
}

/* Validation */

.validation-logos {
  text-align: left;
  line-height: 70px;
  color:#4a4a4a;
}

.ihrsa-member {
  border-left: 1px solid #2a2a2a;
  line-height: 70px;
  padding:0 30px;
}

.validation-logos .img-responsive, .ihrsa-member .img-responsive {
  vertical-align: middle;
  display: inline-block;
  padding:0 4px;
}

.integration-logos .img-responsive {
  padding: 0 20px;
}

/* Slides */

.rj-slide {
  padding: 90px 40px;
}

.rj-slide-odd {
  background-color: #2A2A2A;
}

.rj-slide-pair {
  background-color: #242424;
}

.rj-slide-block {
  height: 520px;
}

.rj-slide-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rj-slide h1 {
  font-weight: 800;
  font-size: 30px;
  color: #eaeaea;
  text-shadow: 3px 3px 0px #161616;
  text-align: center;
  margin-top:0px;
}

.rj-slide h2 {
  font-size: 22px;
  margin-top:0px;
  font-weight: 100;
  color: #aaa;
  margin-bottom: 40px;
  text-align: center;
}

.rj-slide .rj-slide-subtext {
  font-size: 16px;
  color: #7a7a7a;
}

.rj-half-phone {
  width:100%;
  z-index: 999;
}

.rj-phone-journey {
  padding: 0px 24px;
}

.phone--notes {
  font-size: 16px;
}

.phone--notes-left {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  .alone {
    margin-bottom: 40px;
    padding: 0 290px;
  }
  .slide-title-spacing_desktop {
    margin: 40px;
  }
}
.rj-slide p {
  color:#eaeaea;
  font-size:20px;
}

@media only screen and (max-width: 767px)  {
  .rj-slide h1 {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
  .rj-slide {
    padding: 50px 20px;
  }
  .rj-slide h2 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 22px;
    text-align: left;
  }
  .rj-slide p {
    font-size:18px;
  }
}

.rj-slide .note {
    color:#9a9a9a;
    font-size:16px;
    margin-top: 60px;
}

/* Game */

#game p {
  font-size:16px;
  color:#e0e0e0;
}

/* Beacon */

#beacon {
  padding-left:0px;
  padding-right:0px;
}

.beacon-in-hand {
  padding-left:0px;
}

#beacon .content {
  margin-top:20px;
}

@media only screen and (min-width: 768px)  {
  #beacon .content {
    margin-left:40px;
  }
}
@media only screen and (max-width: 767px)  {
.horizontal-padding-patch {
  padding:0px 15px;
}

 #beacon h1 {
   margin-bottom:30px;
 }

 #beacon .content {
   margin-top:40px;
   padding:0px 30px;
 }

 #beacon img {
   padding-right: 30px;
 }

 #controlcenter img, #teams img {
   margin-top:60px;
 }
}
/* Teams */

#teams .rj-phone-note {

}


@media only screen and (min-width: 768px)  {
  #teams .content {
    margin-top:20px;
    margin-left:40px;
  }
  #controlcenter .content {
    margin-top:40px;
  }
}

/* ControlCenter */

.pull-left-on-mobile {
  float:left;
}

/* Pricing */

#pricing {
  background-color: #eff2f5;
}

#pricing h1 {
  font-size: 40px;
  color: #1a1a1a;
  text-shadow: none;
}

#pricing h4 {
  font-size: 20px;
  line-height: 24px;
  color: #3a3a3a;
  text-align: center;
  padding: 0 280px;
  margin-bottom: 40px;
}

#pricing-card {
  margin: 0 30px;
}

@media only screen and (max-width: 767px)  {
  #pricing h1 {
    font-size: 30px;
    line-height: 32px;
  }

  #pricing h4 {
    font-size: 18px;
    padding: 0;
    text-align:left;
  }
  #pricing-card {
    margin: 0;
  }
}


.pricing-image {
  margin-top:40px;
}

#pricing-card .header {
  background-color: #1a1a1a;
  border-radius: 18px 18px 0 0;
  padding: 10px 0;
}

#pricing-card .price {
  display:block;
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

#pricing-card .currency {
  color: #969696;
  font-size: 22px;
  vertical-align: super;
  font-weight: normal;
}

#pricing-card .sub-note {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #9a9a9a;
}

#pricing-card .body {
  background-color: #303030;
  border-radius: 0 0 18px 18px;
}

#pricing-card ul {
    list-style-type: none;
    padding:2px 34px;;
}

#pricing-card li {
  color: #D1D1D1;
  text-align: center;
  padding:10px 0;
  border-bottom: 1px #565656 solid;
}

#pricing-card li:last-child{
    border: 0;
}

#pricing .shipping-note {
  color: #202020;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}

#pricing .rj-btn-primary {
  width: 100%;
}

.tag {
  font-weight: bold;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 10px;
}

.tag-yellow {
  background-color: #ffcc00;
  color: #1a1a1a;
}

.tag-red {
  background-color: #FF5252;
  color: #1a1a1a;
}

.tag-cheatblue {
  background-color: #50cafe;
  color: #1a1a1a;
}

.tag-gray {
  background-color: #3a3a3a;
  color: #212121;
}

.week-after-week {
  background-color: #1a1a1a;
  font-size: 14px;
  padding:15px;
  border-radius: 4px;
}

@media only screen and (min-width: 992px)  {

  .note-1 {
    margin-top:160px; text-align:right;
  }

  .note-2 {
    margin-top:160px;
  }

  .rule-1 {
    margin-top:120px;
  }

  .week-after-week {
    margin-top:132px;
  }

  .rule-3 {
    margin-top:40px;
  }
}

@media only screen and (max-width: 767px)  {
  .rj-rule {
    text-align:left;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .note-1 {
    margin-bottom: 40px;
  }
  .week-after-week {
    margin-bottom:40px;
  }
}

/* Your Data */



#your-data h1 {
  font-size: 26px;
}

#your-data p {
  font-size: 16px;
  color:#9a9a9a;
  text-align: center;
}
#your-data .text-wrapper {
  padding:0 40px;
}

#your-data .your-data-legal {
  margin-top: 30px;
}

#your-data .your-data-legal p {
  font-size: 13px;
  color:#6a6a6a;
}

#your-data .your-data-legal a {
  font-weight: bold;
  color:#6a6a6a;
  text-decoration: underline;
}

#your-data .your-data-legal a:hover {
  color:#eaeaea;
}

@media only screen and (max-width: 767px)  {
  #your-data .text-wrapper {
    padding:0 10px;
  }

  #your-data h1 {
    font-size: 20px;
  }

  #your-data p {
    text-align: left;
  }

  .integration-method--left {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

/* Integration Methods */

.integration-method {
  background-color: #eaeaea;
  text-align: center;
  padding:20px;
  border-radius: 60px;
}

.integration-method--left {
  -webkit-box-shadow: 10px 10px 0 #4a4a4a;
  -moz-box-shadow: 10px 10px 0 #4a4a4a;
  box-shadow: 10px 10px 0 #4a4a4a;
}

.integration-method--right{
  -webkit-box-shadow: -10px 10px 0 #4a4a4a;
  -moz-box-shadow: -10px 10px 0 #4a4a4a;
  box-shadow: -10px 10px 0 #4a4a4a;
}

.integration-method--icon {
  height: 60px;
}

.integration-method h1 {
  font-size: 20px;
  text-shadow: none;
  color:#1a1a1a;
  margin-bottom: 20px;
}

.integration-method--feature-wrapper {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  padding:16px;
  color:#1a1a1a;
}

.integration-method--feature-separator {
  border-top: 1px solid #D1D1D1;
  margin: 16px 0;
}

.integration-method--feature-pricing {
  font-size: 36px;
  color: #ACACAC;
  line-height: 74px;
  margin-top:10px;
}

.integration-method--feature-pricing-price {
  font-size: 60px;
  color: #2d2d2d;
  font-weight: bold;
  vertical-align: middle;
}

.integration-method--feature-pricing-currency {
  font-size: 36px;
}

.integration-method--feature-pricing-note {
  padding:0 30px;
  color:#8a8a8a;
  font-size: 12px;
}

.integration-method--guidance {
  margin-top:40px;
  text-align: center;
  color:
}

.integration-method--guidance p {
  font-size: 16px;
  color:#6a6a6a;
}

.integration-method--guidance a {
  font-weight: bold;
  color:#6a6a6a;
  text-decoration: underline;
}

.integration-method--guidance a:hover {
  color:#eaeaea;
}

/* User Comments */

#user-comments h1 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #eaeaea;
  text-shadow: none;
}

.user-comment {
  background-color: #212121;
  border-radius: 10px;
  padding:10px;
  margin-bottom: 18px;
}

.user-comment--header {
  color:#878787;
  line-height: 20px;
  padding: 2px 10px 10px;
  border-bottom: 1px solid #3a3a3a;
}

.user-comment--header > * {
  vertical-align: middle;
}

.user-comment--mail-icon {
  height:18px;
  margin-right: 10px;
}

.user-comment--header-name {
  color:#eaeaea;
  font-weight: bold;
  font-size: 16px;
}

.user-comment--header-date {
  float:right;
}

.user-comment--content {
  padding:10px;
}

.user-comment--content p {
  color: #ABABAB;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .user-comment--content p {
    font-size: 16px;
    line-height: 23px;
  }
}

/* Call to Action */

#rj-cta {
  background-color: #eff2f5;
  text-align: center;
  padding:30px;
  color:#1a1a1a;
}

#rj-cta.users {
  background: url("../img/bg-pattern-users.svg") no-repeat center center;
  background-size: cover;
}

#rj-cta h1 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  #rj-cta h1 {
    font-size: 22px;
  }
}

#rj-cta p {
  font-size: 20px;
}

/* Footer */

footer ul {
  padding: 0px;
}

footer li {
  color:#4a4a4a;
  margin: 10px;
  line-height: 40px;
  text-align: center;
  list-style: none;
  display: block;
}

footer li a {
  color:#afafaf;
}

footer li a:hover, footer li a:focus, footer li a:active {
  color:white;
  text-decoration: none;
}

/* Modal */

.modal-backdrop.in {
  filter: alpha(opacity=85);
  opacity: .85;
}

body.modal-open {
  overflow: hidden;
}

.modal-content {
  background-color: #2d2d2d;
  color: #eaeaea
}

.modal-title {
  font-weight: 800;
  font-size: 19px;
  line-height: 32px;
  color: #EAEAEA;
}

.m-success .modal-title {
  padding-left: 36px;
  margin-bottom: 12px;
  background: url("../img/icon-success.svg") no-repeat left center;
}

.m-success p {
  font-size: 16px;
  color: #BBBBBB;
}

.m-success a {
  color: #bbbbbb;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.m-success a:hover {
  text-decoration: underline;
}

.modal-header {
  color: #afafaf;
  font-size: 16px;
  padding:16px 36px;
  border-bottom: 1px solid #292929;
  background-color: #333333;
  border-radius: 8px 8px 0 0;
}

.modal-body {
  padding:20px 36px;
}

.rj-form-loading-spinner {
  height: 62px;
  background: url("../img/spinner.svg") no-repeat center center;
  background-size: contain;
}

.rj-form-loading {
  opacity: 0.3;
}

.modal-footer {
  text-align: center;
  border-top: none;
  margin-bottom: 20px;
  padding-top: 0px;
}

.close {
  color:#696969;
  font-size: 36px;
  text-shadow: none;
  opacity:1;
}

.close:hover {
  color:#eaeaea;
  opacity:1;
}

.form-group label {
  font-weight: normal;
  font-size: 16px;
  color: #eaeaea;
}

.form-group input {
  background-color: #eaeaea;
  border-radius: 8px;
  height: 50px;
  font-weight: normal;
  color:#1a1a1a;
}

.form-group select {
  background-color: #eaeaea;
  border-radius: 10px;
  color: #1a1a1a;
  height: 50px;
  width: 100%;
  font-weight: normal;
}

.form-group select:invalid {
  color: gray;
}

form .rj-btn-primary, form .rj-btn-primary:focus  {
  height:56px;
  line-height:56px;
}

form .rj-btn-primary:active {
  margin-top: 10px;
  margin-bottom: -2px;
}

label.error {
  font-weight: lighter;
  font-size: 14px;
  color: #FF6262;
  margin-top: 6px;
}

input.error {
  color: #FF6262;
}

#signup_form._state-loading {
  opacity: 0.4;
}

#signup_form_extra._state-loading {
  opacity: 0.4;
}

.modal-description {
  color: #afafaf;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

.modal-description > span {
  font-weight: bold;
}

.intl-tel-input {
  width: 100%;
}

.optional-field {
  color: #6b6b6b;
  font-size: 12px;
  text-align: left;
}

.spinner {
  height: 56px;
  line-height: 56px;
  margin: 4px 0;
  padding: 0 40px;
  background-image: url("../img/spinner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-error {
  background-color: #E04844;
  border-radius: 6px;
  height:50px;
  width:100%;
  line-height: 50px;
  margin-bottom: 14px;
  padding-left: 12px;
}

.form-error-msg, .form-error-msg-extra {
  color:#fff;
  font-size: 14px;
  padding-left: 36px;
  background: url("../img/icon-error-white.svg") no-repeat left center;
}

.alert-popup-button-success {
  width:100%;
  background: #44BB40;
  border-radius: 10px;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  height:50px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px)  {
  .rj-logo {
    margin-top:50px;
  }

  .rj-jumbo-text {
    margin-top: 40px;
    padding-right: 0px;
  }

  .validation-logos * {
    margin: 14px auto;
    width: 220px;
  }

  .validation-logos {
    text-align: center;
    line-height: 20px;
  }

  .integration-logos * {
    margin: 14px auto;

  }

  .integration-logos {
    text-align: center;
    line-height: 20px;
  }

  .ihrsa-member {
    border: none;
    border-top: 1px solid #2a2a2a;
    padding-top:40px;
    margin-top:40px;
    margin-bottom: 30px;
  }

}


@media (min-width:768px) {

  /* Jumbotron */

  .rj-jumbo-main {
    text-align: left;
  }

  .rj-jumbo-main p {
    font-size: 22px;
  }

  .rj-logo {
    text-align: left;
    float:left;
  }

  /* Slides */

  /* Testimonials */

  .rj-testimonials-text {
    text-align: left;
    margin-left: 20px;
  }

  /* Footer */

  footer li {
    float: left;
    margin: 30px;
  }
  .mixpanel { float:right; }

  /* Modal */

  .signup-modal.modal-dialog {
    width: 350px;
  }
}

.rj-terms-link {
  color: #eaeaea;
  font-weight: bold;
}

.__nav-link { color: #635e35!important;
  margin:10px;
  padding:8px 20px!important;
  line-height:24px!important;
}
.__doc-link {
  border: 1px solid #b4a42a!important;
  border-radius: 12px!important;
  margin-right:0px!important;
  -webkit-box-shadow: 0 1px 0 #b4a42a;
  -moz-box-shadow: 0 1px 0 #b4a42a;
  box-shadow: 0 1px 0 #b4a42a;
}
.__doc-link:hover, .__doc-link:focus {
  background: none!important;
  color: #403d26!important;
  border-color: #887d2a!important;
  -webkit-box-shadow: 0 1px 0 #887d2a;
  -moz-box-shadow: 0 1px 0 #887d2a;
  box-shadow: 0 1px 0 #887d2a;
}
.__doc-link:active {
  background: none!important;
  color: #403d26!important;
  border-color: #887d2a!important;
  margin-top:11px;
  margin-bottom:9px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.__inline-link {
  color:#7a7a7a;
  text-decoration: underline;
  cursor: pointer;
  -webkit-text-decoration-color: red;
  -moz-text-decoration-color: red;  /* vendor prefix not required as of V36 */
  text-decoration-color: red;
}

.__inline-link:hover {
  color:#eaeaea;
  cursor: pointer;
}

/* Testimonials */

.rj-testimonials {
  background-color: #1a1a1a;
  padding:30px;
  text-align: center;
  vertical-align: middle;
}

.rj-testimonials-avatar {
  border-radius: 50%;
  height: 56px;
  width: 56px;
  background-size: cover;
  display: inline-block;
}

.rj-testimonials-text {
  font-family: "Montserrat";
  font-weight: 100;
  display: inline-block;
}

.rj-testimonials-quote {
  font-size: 22px;
  color: #B3B3B3;
}

.rj-testimonials-author {
  font-size: 16px;
  color: #6a6a6a;
}




/*  Terms Modal  */

#terms-summary .modal-body {
    padding: 32px 32px;
}

#terms-summary h3 {
  margin-top:0px;
  font-size: 20px;
  font-weight: bold;
}

#terms-summary p {
  color:#6a6a6a;
  margin-bottom: 20px;
}

#terms-summary .close {
  margin-left: 20px;
  color:#aaa;
}

#terms-summary .modal-content {
    background-color: #eaeaea;
    color: #1a1a1a;
}

#terms-summary ol {
  padding-left: 20px;
}

#terms-summary ol > li {
  margin-bottom: 20px;
  font-weight: bold;
}

#terms-summary ul {
    padding-left: 20px;
}

.second-nesting {
  margin-bottom: 10px;
}

#terms-summary .secondary-info {
  color:#6a6a6a;
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  #terms-summary h3 {
    line-height: 36px;
  }
}

/*  FIXERS  */

.rj-slide-with-phone {
  padding-bottom: 0px;
}

@media only screen and (min-width: 992px)  {
  .forty-desk-pusher {
    margin-bottom: 40px
  }
}

/*  ----  USERS VERSION  ----  */

/* OWNER BTN */

.rj-nav-btn.users {
  /* font-weight: 800; */
  border: none;
  /* background-color: #3073c1; */
  /* background-color: #1a1a1a; */
  /* color:white; */
  color:#1a1a1a;
  border: 1px solid #1a1a1a;
  height:50px;
  padding: 0 20px;
  line-height: 50px!important;
  border-radius: 12px;
}

.rj-nav-btn.users:hover, .rj-nav-btn.users:focus {
  background-color: #1a1a1a!important;
  border-color: #1a1a1a;
  color:#fff;
  font-weight: normal;
}

.rj-nav-btn.users:active {
  background-color: #3073c1!important;
  border-color: #3073c1;
  color:#fff;
  font-weight: normal;
}

/*   SMS   */

.country-name {
  color:#1a1a1a;
}

.sms-module .intl-tel-input {
  width:260px;
  vertical-align: bottom;
}

.sms-input {
  height:50px;
  border-radius: 12px;
  font-size: 18px;
  border-color: #E5BD1A;
}

.sms-button {
 height: 50px;
 border-radius: 12px;
 background-color: #1a1a1a;
 color:#eaeaea;
 font-weight: normal;
 border-color:#1a1a1a;
 font-size:15px;
}

.sms-button:hover, .sms-button:focus {
  background-color: #3073c1;
  color:#fff;
}

.sms-button:active {
  background-color: #74A3D9!important;
  color:#fff!important;
}

.sms-copy {
  color:#3a3a3a;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

/*   APP DOWNLOAD BUTTON   */

.app-download-btn-wrapper {
 position: fixed;
 bottom:0;
 z-index: 99999;
 width:100%;
}

.app-download-btn {
  background-color: #3073c1;
  width:100%;
  display: block;
  margin: 0 auto;
  text-align:center;
  height:80px;
  line-height:80px;
  font-size: 24px;
  color:#fff;
}

.app-download-btn-icon {
  margin-right:20px;
  height:30px;
  vertical-align: text-top;
}

.app-download-btn:hover, .app-download-btn:focus {
  background-color: #74A3D9;
  color:#fff;
  text-decoration: none;
}

.app-download-btn:active {
  background-color: #1B5598;
  color:##74A3D9;
}

#sms-phone::placeholder {
  color: #C9C9C9;
}

.sms-loading {
  cursor:not-allowed;
  opacity: 0.5;
}

.sms-phone-loading {
  cursor:not-allowed;
  opacity: 0.5;
}

.mobile-work-at-gym {
  position:fixed;
  right:26px;
  z-index: 9999999;
}

.mobile-work-at-gym > a{
  color:#1a1a1a;
  background-color: #fcd45c;
  font-weight: normal;
  display: block;
  padding: 8px;
  border-radius: 10px;
  border: 1px #1a1a1a solid;
}





.survival-skull {
  height: 40px;
  margin-bottom: 12px;
}

.sub-note {
  font-size: 16px!important;
  color: #9a9a9a!important;
}
