@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans";
  color: #495160;
  background: #eee;
}

body.white-theme {
  background: #fafafa;
}

.text-lower {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.no-overflow {
  overflow: hidden !important;
}

a {
  color: inherit;
}

input {
  outline: 0 none;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

strong {
  font-weight: bolder;
}

.group-errors {
  color: #cc350e;
  font-size: 14px;
  max-width: 340px;
  line-height: 18px;
}

.main-header {
  background: linear-gradient(#1c6fd5,#4EACF6);
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
}

.main-header .logo {
  display: none;
}

.blue-theme .main-header .logo.white {
  display: block;
}

.white-theme .main-header {
  background: none;
  height: 99px;
}

.white-theme .main-header .logo.dark {
  display: block;
  height: 80px;
}

.white-theme .main-header .logo.dark img {
  display: block;
  height: 100%;
}

.content-wrap {
  width: 960px;
  margin: 0 auto;
}

.dki-header {
  text-align: center;
  font-size: 24px;
  margin: 40px auto;
}

.white-theme .dki-header {
  margin-top: 0;
}

.main-content {
  margin-top: 40px;
}

.content-box {
  background: white;
  box-shadow: 0 4px 20px 0 rgba(142,154,173,0.6);
  border-radius: 10px;
  padding: 45px 50px;

  display: flex;
}

.top-col, .col {
  position: relative;
  width: 50%;
  flex: 0 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.col + .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #eef1f6;
}

.col-header {
  margin: 0 auto 15px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.h3.col-header,
h3.col-header {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

.paid-plan .h3.col-header,
.paid-plan h3.col-header {
  margin-bottom: 25px;
}

.signup-form {
  text-align: center;
}

.two-col .form-group + .form-group {
  margin-left: 15px;
  margin-top: 0;
}

.form-group {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 339px;
  margin: 0 auto;
}

.form-group.group-errors {
  margin-bottom: 30px;
}

body:not(.paid-plan) .paid-form {
  display: none;
}

.flex-wrap {
  display: flex;
  align-items: flex-end;
}

.flex-5 {
  flex: 5;
}

.flex-4 {
  flex: 4;
}

.flex-3 {
  flex: 3;
}

.flex-2 {
  flex: 2;
}

.flex-1 {
  flex: 1;
}

.form-group + .form-group {
  margin-top: 35px;
}

.form-group > label {
  font-family: arial;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #303949;
  margin-bottom: 4px;

  position: absolute;
  left: 0;
  bottom: 100%;
}

.form-group > label.error {
  left: auto;
  right: 0;
  color: red;
  text-transform: none;
  font-weight: normal;
  background: white;
  padding: 0 5px;
}

.form-control {
  border: 1px solid #bbbbbb;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  height: 45px;
  font-size: 12px;
  line-height: 12px;
  padding: 0 15px;
  width: 100%;
}

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

.form-control.error {
  border-color: red;
}

.btn-orange {
  position: relative;

  outline: 0 none;
  background: linear-gradient(to right, #E5AA50, #E07F39);
  box-shadow: 10px 10px 22px -9px rgba(0,0,0,0.47);

  display: inline-block;
  border-style: none;
  border-radius: 30px;
  min-width: 339px;
  max-width: 100%;
  height: 61px;
  text-shadow: 1px 1px #500801;
  color: #fff;
  font: 14px/17px Arial,sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;

  margin-top: 25px;
  cursor: pointer;
}

.btn-orange:hover {
  background: rgba(232,80,24,1);
}

.btn-orange:active {
  box-shadow: none;
}

button:disabled {
  cursor: not-allowed
}

button:disabled span {
  display: none;
}

.credit-card-group input {
  background-image: url(../i/cards.png);
  background-position: 96% -3.8%;
  background-size: 36px auto;
  background-repeat: no-repeat;
  padding-right: 50px;
} .credit-card-group[data-card-type="maestro"] input {
  background-position-y: 32%;
} .credit-card-group[data-card-type="discover"] input {
  background-position-y: 14.2%;
} .credit-card-group[data-card-type="mastercard"] input {
  background-position-y: 50%;
} .credit-card-group[data-card-type="visa"] input {
  background-position-y: 86%;
} .credit-card-group[data-card-type="visa_electron"] input {
  background-position-y: 68.2%;
} .credit-card-group[data-card-type="amex"] input {
  background-position-y: 104.7%;
}

/* button loading animation start */
.loading > .loading-icon i {
  display: inline-block;
}

.loading-icon i{
	width: 19px;
	height: 19px;
	display: none;
	border-radius: 50%;
  background: rgb(255,255,255);

}
.loading-icon i:first-child{
	opacity: 0;
	animation:loading-icon-ani2 0.58s linear infinite;
		-o-animation:loading-icon-ani2 0.58s linear infinite;
		-ms-animation:loading-icon-ani2 0.58s linear infinite;
		-webkit-animation:loading-icon-ani2 0.58s linear infinite;
		-moz-animation:loading-icon-ani2 0.58s linear infinite;
	transform:translate(-19px);
		-o-transform:translate(-19px);
		-ms-transform:translate(-19px);
		-webkit-transform:translate(-19px);
		-moz-transform:translate(-19px);
}
.loading-icon i:nth-child(2),
.loading-icon i:nth-child(3){
	animation:loading-icon-ani3 0.58s linear infinite;
		-o-animation:loading-icon-ani3 0.58s linear infinite;
		-ms-animation:loading-icon-ani3 0.58s linear infinite;
		-webkit-animation:loading-icon-ani3 0.58s linear infinite;
		-moz-animation:loading-icon-ani3 0.58s linear infinite;
}
.loading-icon i:last-child{
	animation:loading-icon-ani1 0.58s linear infinite;
		-o-animation:loading-icon-ani1 0.58s linear infinite;
		-ms-animation:loading-icon-ani1 0.58s linear infinite;
		-webkit-animation:loading-icon-ani1 0.58s linear infinite;
		-moz-animation:loading-icon-ani1 0.58s linear infinite;
}




@keyframes loading-icon-ani1{
	100%{
		transform:translate(39px);
		opacity: 0;
	}
}

@-o-keyframes loading-icon-ani1{
	100%{
		-o-transform:translate(39px);
		opacity: 0;
	}
}

@-ms-keyframes loading-icon-ani1{
	100%{
		-ms-transform:translate(39px);
		opacity: 0;
	}
}

@-webkit-keyframes loading-icon-ani1{
	100%{
		-webkit-transform:translate(39px);
		opacity: 0;
	}
}

@-moz-keyframes loading-icon-ani1{
	100%{
		-moz-transform:translate(39px);
		opacity: 0;
	}
}

@keyframes loading-icon-ani2{
	100%{
		transform:translate(19px);
		opacity: 1;
	}
}

@-o-keyframes loading-icon-ani2{
	100%{
		-o-transform:translate(19px);
		opacity: 1;
	}
}

@-ms-keyframes loading-icon-ani2{
	100%{
		-ms-transform:translate(19px);
		opacity: 1;
	}
}

@-webkit-keyframes loading-icon-ani2{
	100%{
		-webkit-transform:translate(19px);
		opacity: 1;
	}
}

@-moz-keyframes loading-icon-ani2{
	100%{
		-moz-transform:translate(19px);
		opacity: 1;
	}
}

@keyframes loading-icon-ani3{
	100%{
		transform:translate(19px);
	}
}

@-o-keyframes loading-icon-ani3{
	100%{
		-o-transform:translate(19px);
	}
}

@-ms-keyframes loading-icon-ani3{
	100%{
		-ms-transform:translate(19px);
	}
}

@-webkit-keyframes loading-icon-ani3{
	100%{
		-webkit-transform:translate(19px);
	}
}

@-moz-keyframes loading-icon-ani3{
	100%{
		-moz-transform:translate(19px);
	}
}
/* button loading animation end */

.tos-text {
  font-size: 12px;
  font-weight: bold;
  width: 339px;
  margin: 20px auto;
}

.signin-link {
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
  font-size: 14px;
}

/* right col */
.top-col {
  display: none;
}

.col-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.feature-list {
  list-style: none;
  margin: auto 0;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgb(73, 81, 96);
}

.feature-list > li +li {
  margin-top: 15px;
  margin-bottom: 5px;
}

.feature-list li .ic {
  width: 40px;
  height: 40px;
  background: url('../i/hexa.png') center no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 25px;
}

.cust-review {
  width: 294px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px 35px 20px;

  margin-top: auto;
  position: relative;
}

.cust-review .user-avatar {
  position: absolute;
  left: -37px;
  top: 48px;
  overflow: hidden;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.cust-review .user-avatar img {
  display: block;
  width: 100%;
}

.cust-review p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  font-style: normal;
  color: rgb(73, 81, 96);
  margin: 0;
}

.cust-review .user-details {
  display: flex;
  align-items: center;
  color: rgb(108, 108, 108);
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
}

.user-details .logo {
  margin-right: 20px;
}

.user-details .logo img {
  display: block;
}

footer {
  background: #333333;
  padding: 30px 0;
  color: #888;
  font-size: 15px;
  line-height: 1.5em;
}

footer .content-wrap {
  position: relative;
}

footer a {
  color: #0092ed;
  text-decoration: none;
}

footer .bbb {
  position: absolute;
  right: 0;
  bottom: 0;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  background: rgba(0,0,0,.35);

  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-overlay:not(.visible) {
  display: none;
}

@media ( max-width: 980px ) {
  .content-wrap {
    width: 740px;
  }

  .content-box {
    padding: 30px 15px;
  }

  .cust-review .user-avatar {
    left: -27px;
    top: 58px;
  }
}

@media ( max-width: 767px ) {
  .hide-mobile {
    display: none!important;
  }

  .content-wrap {
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .content-box {
    display: block;
    padding: 25px 20px;
    border-radius: 5px;
  }

  .top-col, .col {
    width: auto;
    margin: 0 auto;
  }

  .col-header.feat-list-m {
    margin-top: 20px;
  }

  .white-theme .feat-list-m {
    display: none;
  }

  .white-theme .top-col {
    display: flex;
    margin-bottom: 45px;
  }

  .top-col .col-header {
    margin-bottom: 15px;
  }

  .col + .col:before {
    content: none;
  }

  .col-header {
    margin-bottom: 20px;
  }

  h3.col-header {
    margin-bottom: 0;
  }

  .tos-text {
    margin-top: 15px;
    font-size: 11px;
  }

  .feature-list li .ic {
    margin-right: 10px;
  }

  .feature-list li + li {
    margin-top: 5px;
  }

  .cust-review {
    margin-top: 25px;
    padding: 10px 20px;
  }

  .cust-review .user-avatar {
    left: auto;
    right: -17px;
    top: 40px;
  }

  footer {
    padding: 1px 0;
  }

  footer .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .bbb {
    order: -1;
    position: relative;
  }
}
