html {

    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
  }

  .lds-spinner div:after {
   background: #f33;
  }  

* {
    font-family: 'Quicksand', sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  html {
    background-color:white;
  }
  
  #mainlogo {
    width: 100%;
    height: auto;
  }
  
  #sb-maincontainer {
    display: block;
    background: white;
    width: 40%;
    height: 100%;
    float: left;
  }
  
  #sb-contentbox {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
  }
  
  #sb-contentbox h2 {
    color: #9f9f9f;
    margin: 20px 0px;
    font-weight: 400;
    font-size: 28px;
    border-top: 1px dotted #dfdfdf;
    padding-top: 10px;
  }
  
  #sb-contentbox input, #sb-contentbox select {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    background: #eaeaea;
    border: 0;
    font-size: 16px;
    outline: 0px;
    padding: 12px 12px 12px 30px;
    margin: 8px 8px 14px -24px;
    width: 83%;
    position: relative;
    z-index: 1;
  }
  
  #sb-contentbox select {
    width: 28%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 8px 8px 14px -14px;
  }
  
  #sb-contentbox select:first-child {
    margin: 8px 8px 14px -24px;
  }
  
  #sb-contentbox select:last-child {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  
  #sb-contentbox i {
    background: #8f8f8f;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    color: white;
    position: relative;
    z-index: 2;
    font-size: 27px;
    vertical-align: sub;
  }
  
  #sb-contentbox button, #sb-contentbox a.sb-btn {
    border-radius: 2rem;
    background: #f33;
    color: #fff;
    border: 0;
    margin: 1rem auto;
    font-weight: 300;
    width: 90%;
    font-size: 1.2rem;
    cursor: pointer;
    outline: none;
    display: block;
    padding: 10px;
  }
  
  #sb-contentbox a.sb-btn {
    background: #bfbfbf;
  }
  
  #sb-contentbox button:hover {
    filter: brightness(1.1);
  }
  
  #sb-contentbox p {
    font-size: 12px;
    color: #989898;
  }
  
  #sb-imagecontainer {
    display: block;
    width: 60%;
    height: 100%;
    float: right;
    overflow: hidden;
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-position: center;
  }
  
  #sb-imagecontainer.mobile {
    display: none;
  }
  
  input[type="radio"] {
    display: none;
  }
  
  input[type="radio"] + label {
    background: white !Important;
    border-radius: 50%;
    padding: 3px;
  }
  
  ul li:first-child input[type="radio"]:checked + label {
    background: #2c64cd !Important;
    border-radius: 50%;
    padding: 3px;
  }
  
  ul li:last-child input[type="radio"]:checked + label {
    background: #cd2c2c !Important;
    border-radius: 50%;
    padding: 3px;
  }
  
  .block-sex-v1 h4 {
    color: #9c9c9c;
  }
  
  .block-sex-v1 ul {
    list-style: none;
    text-align: center;
    padding: 0px;
  }
  
  .block-sex-v1 ul li {
    display: inline-block;
  }
  
  .block-sex-v1 ul li label {
    cursor: pointer;
  }
  
  .block-sex-v1 ul li label i {
    background: #ff6b6b;
    text-align: center !important;
    border-radius: 50% !important;
    color: white !important;
    position: relative !important;
    z-index: 2 !important;
    font-size: 40px !important;
    vertical-align: sub !important;
    width: 60px !important;
    padding: 10px 0px !important;
  }
  
  .block-sex-v1 ul li input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: #eaeaea !important;
    border: 0 !important;
    font-size: 16px !important;
    outline: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    width: auto !important;
    position: relative !important;
    z-index: 1 !important;
  }

  footer#universal-footer {
    background-color: #3e3e3e;
    text-align: center;
    padding: 10px 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99 !important; 
  }
  
  footer a.footer-link {
    padding: 0px 10px;
    font-size: 14px !important;
    text-decoration: none !important;
    color: #dedede !important;
  }
  
  footer a.footer-link:hover {
    color: #ff8080 !important;
  }
  
  footer .pagetext {
    color: white !important;
    font-size: 14px !important;
    padding: 0px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
  }
  
  @media only screen and (max-width: 600px) {
    #sb-maincontainer {
      width: 100%;
      height: auto;
    }
    
    #sb-contentbox {
      width: 100%;
      padding: 15px;
    }
    
    #sb-imagecontainer.mobile {
      display: block;
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position: 50% 30%;
    }
    
    #sb-imagecontainer.desktop {
      display: none;
    }
    
    #sb-contentbox select {
      font-size: 16px;
      display: block;
      width: 100%;
      border-radius: 2rem;
      padding: 13px;
      margin: 10px 0px;
    }
    
    #sb-contentbox button, #sb-contentbox a.sb-btn {
      width: 100%;
    }
    
    #sb-contentbox h2 {
      font-size: 20px;
    }
    
    #mainlogo {
      width: 80%;
    }
    
    footer#universal-footer {
      position: unset !important;
    }
    
    footer .pagetext {
      font-size: 11px !important;
    }
  }
  