/* line 2541, E:/Gabriela/projects/voala_website/new_style.scss */
label.radio {
  width: auto;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-color: #f6f6f6;
  padding: 10px 20px;
  text-transform: capitalize;
  float: left;
  margin: 20px 0;
  margin-right: 10px; }
  .donate-pay-right{
    background: transparent!important;
  }
.selector select{
  background: transparent;
}
/* line 2553, E:/Gabriela/projects/voala_website/new_style.scss */
.form_check {
  padding-top: 20px; }
  /* line 2554, E:/Gabriela/projects/voala_website/new_style.scss */
  .form_check .selector {
    width: 250px;
    background: #f7f7f7!important; 
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    height: 40px}
  /* line 2558, E:/Gabriela/projects/voala_website/new_style.scss */
  .form_check div {
    font-size: 18px;
    text-transform: uppercase; }
  /* line 2563, E:/Gabriela/projects/voala_website/new_style.scss */
  .form_check input[type='radio'] {
    display: none; }
    /* line 2565, E:/Gabriela/projects/voala_website/new_style.scss */
    .form_check input[type='radio']:checked + .radio {
      background: #860a0f;
      color: white; }

/* line 2573, E:/Gabriela/projects/voala_website/new_style.scss */
.slider2 h4 {
  margin-top: 30px; 
}
.form-check .selector{
    border-radius: 0;
    background: #f7f7f7;
  }
/* line 2576, E:/Gabriela/projects/voala_website/new_style.scss */
.slider2 img {
  margin-top: 30px;
  margin-bottom: 0px !important; }

@media (max-width: 960px) {
  .donate-pay-right {
    padding: 0 !important;
    margin-top: 0 !important; } }

/* line 2588, E:/Gabriela/projects/voala_website/new_style.scss */
.donate-pay-left-form div.top_div {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px; }
@media (max-width: 960px) {
  .donate-pay-left-form {
    margin-top: 0; } }
/* line 2597, E:/Gabriela/projects/voala_website/new_style.scss */
.donate-pay-left-form form {
  margin: 0 -2%; }
  @media (max-width: 480px) {
    .donate-pay-left-form form {
      margin: 0; } }
  /* line 2602, E:/Gabriela/projects/voala_website/new_style.scss */
  .donate-pay-left-form form input[type=submit] {
    display: block;
    height: 40px;
    text-transform: uppercase;
    padding: 0 32px;
    text-align: center;
    margin-left: 2%;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .donate-pay-left-form form input[type=submit] {
        margin-left: 0; } }
  /* line 2614, E:/Gabriela/projects/voala_website/new_style.scss */
  .donate-pay-left-form form select {
    height: 40px;
    background: transparent; }
  /* line 2618, E:/Gabriela/projects/voala_website/new_style.scss */
  .donate-pay-left-form form input[type="text"], .donate-pay-left-form form .selector {
    float: left;
    width: 29.33%;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 2% 20px;
    min-width: 1px; }
    @media (max-width: 480px) {
      .donate-pay-left-form form input[type="text"], .donate-pay-left-form form .selector {
        width: 100% !important;
        margin: 0 0 20px; } }
    /* line 2629, E:/Gabriela/projects/voala_website/new_style.scss */
    .donate-pay-left-form form input[type="text"].half_input, .donate-pay-left-form form .selector.half_input {
      width: 46%; }
    /* line 2632, E:/Gabriela/projects/voala_website/new_style.scss */
    .donate-pay-left-form form input[type="text"].two_input, .donate-pay-left-form form .selector.two_input {
      width: 62.66%; }
    /* line 2635, E:/Gabriela/projects/voala_website/new_style.scss */
    .donate-pay-left-form form input[type="text"].full_input, .donate-pay-left-form form .selector.full_input {
      width: 96%; }

/* line 2641, E:/Gabriela/projects/voala_website/new_style.scss */
.full_input {
  width: 100%; }
