html, body {
  background-color: #f2f3f8;
}

.text-indent-top-sm { margin-top: 20px; }
.text-indent-bottom-sm { margin-bottom: 20px; }
.text-indent-top-md { margin-top: 30px; }
.text-indent-bottom-md { margin-bottom: 30px; }
.text-indent-top-lg { margin-top: 40px; }
.text-indent-bottom-lg { margin-bottom: 40px; }

.text-red {
  color: #fe4c52;
}
.wrapper {
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  background-color: #f2f3f8;
}

.wrapper_sendshark header .logo {
  padding: 5px 0 5px;
  margin: auto;
  display: block;
  max-width: 115px;
}
.wrapper_sendshark > header {
  background-color: #2a2d34;
  border-bottom: 0;
}
.wrapper_sendshark .title-row {
  display: flex;
  padding: 20px 0;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.wrapper_sendshark .ccpage-wrapper .title-row h1 {
  margin: 0;
  flex: 1 auto;
}
.advantage-block {
  margin-top: 0;
}
.adv-box {
  margin-bottom: 25px;
  position: relative;
  color: #fff;
}
.adv-box img {
  width: 100%;
}
.adv-box .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  background-color: #ff3f46;
  text-align: center;
  vertical-align: middle;
}
.adv-box h4 {
  font-size: 16px;
  background-color: rgba(41,41,41,.7);
  border-top: 6px solid #ff3f46;
  margin: 0;
  padding: 10px;
}

main.content-wrapper > .container.white {
  border: 1px solid #eee;
  background-color: #fff;
}

main.content-wrapper .content {
  padding: 40px 15px 30px;
}

.ccpage-wrapper {
  padding: 0px 15px 60px;
  background-color: #fff;
  color: #777;
}

.ccpage-wrapper .text-red {
  color: #fd4c52;
}

.ccpage-wrapper h1 {
  font-weight: 700;
}

/* Singup form */

.ccForm .form-panel {
  margin-bottom: 30px;
}
.ccForm .form-panel.active {
  display: block;
}
.ccForm .form-panel.hide {
  display: none;
}

.ccForm .form-panel h2 {
  position: relative;
  margin: 0;
  padding: 16px 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  padding-left: 94px;
  color: #fff;
  background-color: #f44a4d;
  text-transform: uppercase;
}

.ccForm .form-panel h2 small {
  font-size: 12px;
  text-transform: lowercase;
  color: #fff;
}

.ccForm .form-panel h2::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 15px;
}

.ccForm .form-panel.create-account h2::before {
  background: #fff url('../../images/sprite.png') no-repeat 6px -108px;
}
.ccForm .form-panel.contact-information h2::before {
  background: #fff url('../../images/sprite.png') no-repeat 6px -162px;
}

.ccForm .form-panel.billing-information h2::before {
  background: #fff url('../../images/sprite.png') no-repeat 6px -216px;
}

.ccForm .form-body {
  padding: 20px 60px 30px;
  border: 1px solid #eee;
  border-top-color: transparent;
}

.ccForm label {
  font-size: 16px;
  font-weight: 400;
}

.ccForm .checkbox label {
  font-size: 14px;
}

.ccForm .form-control {
  height: 44px;
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 2px;
  border-color: #eee;
  background-color: #eee;
  color: #acacac;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-control::-moz-placeholder {
  color:#acacac;
  opacity:1;
}
.form-control:-ms-input-placeholder {
  color:#acacac
}
.form-control::-webkit-input-placeholder {
  color:#acacac
}

.form-control:focus {
  border-color: #ddd;
}

.ccForm .btn[type="submit"],
.ccForm .btn[type="button"] {
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 30px;
  font-weight: 700;
  line-height: .75em;
  color: #fff;
  text-transform: uppercase;
  background: rgba(255,160,77,1);
  background: -moz-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,160,77,1)), color-stop(100%, rgba(255,119,0,1)));
  background: -webkit-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  background: -o-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#ff7700', GradientType=0 );
}

.ccForm .btn.focus[type="submit"],.ccForm .btn[type="submit"]:focus, .ccForm .btn[type="submit"]:hover {
  background: rgba(255,119,0,1);
}

.ccForm .btn[type="submit"] small,
.ccForm .btn[type="button"] small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.expiration-date label {
  display: block;
}
.expiration-date .form-control {
  display: inline-block;
  width: 80px;
  margin-right: 5px;
  vertical-align: top;
}

.expiration-date .form-control:last-child {
  width: 100px;
}

/* Singup form  ends*/

.wrapper_sendshark .text_payment_terms {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.wrapper_sendshark .total-amount {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000000;
}
.wrapper_sendshark .ccForm .btn[type="submit"], 
.wrapper_sendshark .ccForm .btn[type="button"] {
  line-height: 20px;
  padding-top: 17px;
  padding-bottom: 18px;
  background-repeat: no-repeat;
  background: linear-gradient(to top, #ea6900 0%, #ff9f4d 100%);
  border-radius: 3px;
  text-shadow: 0px 1px 1px #ea6900;
  min-height: 80px;
  border:0;
}
.wrapper_sendshark .ccForm .btn[type="submit"]:hover, 
.wrapper_sendshark .ccForm .btn[type="button"]:hover{
  background: linear-gradient(to top, #ff9f4d 0%, #ea6900 100%);
}

.warranty {
  padding-left: 60px;
  padding-bottom: 10px;
}

.warranty .secure-checkout {
  float: left;
  width: 245px;
  padding: 55px 15px 0 0;
  background: url("../../images/signup/send_shark/secure-checkout.jpg") no-repeat -15px 0;
}

.warranty .guarantee-wrapper {
  display: table;
  width: 45%;
}

.warranty .guarantee-wrapper .guarantee {
  display: table-cell;
  width: 33.3%;
  height: 75px;
}

.guarantee-wrapper .guarantee.commissions {
  background: url("../../images/signup/send_shark/sensational.png") no-repeat center;
}
.guarantee-wrapper .guarantee.authorize {
  background: url("../../images/signup/send_shark/authorize.jpg") no-repeat center;
}
.guarantee-wrapper .guarantee.day30 {
  background: url("../../images/signup/send_shark/30day.png") no-repeat center;
}
.HQ-address {
  text-align: center;
  color: #666;
  font-size: 14px;
  padding-top: 5px;
}
.footer {
  color: #a4a4a4;
  font-size: 15px;
  font-weight:600;
  padding:20px 0 50px 0;
}
.footer a {
  color: #a4a4a4;
  text-decoration: none;
}
.footer span {
  margin: 0 10px;
}
.footer span.green {
  color: #FD4C52;
}

.footer-bottom {
  background: none repeat scroll 0 0 #151515;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
}
.footer-links ul li {
  display: inline;
  padding: 0 5px;
  border-right: 1px dotted #ddd;
}
.footer-links ul li a {
  color: #FFF;
  font-size: 13px;
}
.footer-links ul li a:hover {
  color: #fd4c52;
  text-decoration: none;
}
.waiting {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: 9999;
}
.waiting-img {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
}

@media only screen and (max-width: 1200px) {
  .guarantee-wrapper .guarantee.commissions {
    background: url("../../images/signup/send_shark/sensational.png") no-repeat center;
    background-size: 100% auto;
  }
  .guarantee-wrapper .guarantee.authorize {
    background: url("../../images/signup/send_shark/authorize.jpg") no-repeat center;
    background-size: 100% auto;
  }
  .guarantee-wrapper .guarantee.day30 {
    background: url("../../images/signup/send_shark/30day.png") no-repeat center;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 992px) {
  .ccForm .btn[type="submit"],
  .ccForm .btn[type="button"] {
    font-size: 24px;
  }
  .ccForm .form-body {
    padding: 20px;
  }
  .warranty {
    padding-left: 20px;
  }
  .warranty p {
    padding-left: 30px;
  }
  .warranty .secure-checkout {
    width: 50%;
    padding-right: 10px;
    font-size: 12px;
    background-position: -10px 0;
    background-size: 100% auto;
    text-align: justify;
  }
}
@media only screen and (max-width: 767px) {
  .ccpage-wrapper .xs-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .ccpage-wrapper h1 {
    font-size: 24px;
  }
  .wrapper_sendshark .title-row {
    flex-direction: column;
    padding: 15px 0;
  }
  .wrapper_sendshark .title-row img {
    height: 50px;
  }
  .wrapper_sendshark .ccpage-wrapper .title-row h1 {
    margin: 10px 0 0;
  }
  .ccForm .form-panel {
    margin-bottom: 0;
  }
  .ccForm .form-body {
    border-color: transparent;
  }
  .ccForm .form-panel h2 {
    font-size: 21px;
  }
  .warranty {
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .warranty .secure-checkout {
    float: none;
    display: block;
    width: 100%;
    padding: 55px 0 15px 0;
    font-size: 14px;
    background-position: -12px 0;
    background-size: auto auto;
    text-align: left;
  }
  .warranty .guarantee-wrapper {
    display: table;
    width: 100%;
  }
  .warranty .guarantee-wrapper .guarantee {
    display: table-cell;
    width: 33.3%;
    height: 75px;
  }
  .guarantee-wrapper .guarantee.commissions {
    background: url("../../images/signup/send_shark/sensational.png") no-repeat center;
  }
  .guarantee-wrapper .guarantee.authorize {
    background: url("../../images/signup/send_shark/authorize.jpg") no-repeat center;
  }
  .guarantee-wrapper .guarantee.day30 {
    background: url("../../images/signup/send_shark/30day.png") no-repeat center;
  }
  footer .copyright {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper_sendshark header .logo {
    margin-left: -15px;
    padding: 15px 0 15px;
  }
  .wrapper_sendshark .ccpage-wrapper h1 {
    margin-top: 56px;
    margin-bottom: 30px;
    font-size: 34px;
  }
  .adv-box h4 {
    font-size: 20px;
    padding: 10px 15px;
  }
}