body {
    font: normal 15px/2em 'Open Sans', sans-serif;
    line-height: 2em;
    color: #333;
}

:link,
:visited {
    text-decoration: underline;
    color: #15c;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

code {
    font-size: 100%;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    color: #333;
}

pre code {
    border: 0;
}

pre {
	padding: 0;
}

select, input.text, textarea {
	font-family: inherit;
	display: inline-block;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

label {
    font-weight: normal;
    padding-left: 9px;
}

dt {
    margin-top: 14px;
}

dd.fieldset {
    padding-top: 24px;
    text-align: center;
}

p.description {
    margin-top: 14px;
}

.fa {
    color: #5078ea;
}

.form-errors, .form-msgs {
    background-color: #fdf7f7;
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #d9534f;
}

.form-errors ul, .form-msgs ul {
    margin: 0 0 0 10px;
    padding: 0;
}

.navbar-default {
    background-color: transparent;
    border: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-nav {
    margin-top: 10px;
}

.navbar-nav a {
    color: #fff !important;
    text-decoration: none;
}

.navbar-nav a:hover {
    text-decoration: underline !important;
}

.navbar-nav .btn {
    color: #fff !important;
    padding: 5px 10px;
}

.navbar-nav .btn-blue:hover {
    text-decoration: none !important;
}

.navbar-toggle {
    margin-top: 18px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        background-color: #554cfd;
        background: linear-gradient(150deg,#5939fd 5%,#41baff 102%);
        width: 100%;
        z-index: 100;
    }
}


#stripes, #stripes span {
  position: absolute;
}

#stripes {
    width: 100%;
    height: 435px;
    overflow: hidden;
    background: linear-gradient(150deg,#5939fd 15%,#41baff 52%,#93ffb1 94%)
}

#stripes span {
    height: 40px;
    transform: skewY(-12deg);
    transform-origin: 0;
}

#stripes :nth-child(1) {
    width: 45%;
    right: -10%;
    background: #69dcd9;
    bottom: -25%;
    height: 120px;
}

#stripes :nth-child(2) {
    width: 80%;
    top: 0;
    left: 16.66666%;
    right: auto;
    background: #4e61f3;
    height: 100px;
}

#stripes :nth-child(4) {
    width: 76.6666%;
    bottom: 0;
    right: -10%;
    background: #4eb6ff;
    transform: skew(12deg);
    height: 20px;
}

#stripes :nth-child(5) {
    width: 33.33333%;
    bottom: 0;
    background: #1fa2ff;
    transform: skew(12deg);
    height: 20px;
}

header.short h1 {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
}

header.short h2 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}

header.short,
header.short #stripes {
    height: 250px;
}

header.short #stripes :nth-child(3) {
    right: -15%;
    top: -60%;
}

header.mid,
header.mid #stripes {
    height: 290px;
}

@media (min-width: 768px) {
  #stripes span {
      height: 190px
  }

  #stripes :nth-child(1) {
      bottom: -19%;
  }

  #stripes :nth-child(2) {
      width: 80%;
      top: -10%;
      left: 16.66666%;
      right: auto;
      background: #4e61f3;
      height: 190px;
  }

  #stripes :nth-child(3) {
      width: 30%;
      right: -18%;
      top: -15%;
      background: #5397ff;
      transform: skew(-12deg) skewY(12deg);
  }

  #stripes :nth-child(4) {
    width: 76.6666%;
    bottom: 0;
    right: -10%;
    background: #4eb6ff;
    transform: skew(12deg);
    height: 20px;
  }

  #stripes :nth-child(5) {
    width: 33.33333%;
    bottom: 0;
    background: #1fa2ff;
    transform: skew(12deg);
    height: 20px;
  }

  header.short,
  header.short #stripes,
  header.mid,
  header.mid #stripes {
    height: 250px;
  }

  header.short #stripes :nth-child(3) {
    right: -15%;
    top: -60%;
  }
}


header {
    position: relative;
}

header .btn-blue {
    background-color: #3f2bff;
    background-image: none;
    margin-top: 11px;
    color: #fff;
    border: 0;
}

header .btn-blue:hover,
header .btn-blue:focus {
    background-color: #4d3aff !important;
    background-image: none;
    color: #fff;
}

#intro {
    margin-top: 25px;
    height: 320px;
    position: relative;
    color: #fff;
}

@media (min-width: 768px) {
    #stripes {
        height: 540px;
    }

    #logos {
        margin-top: 95px;
        position: relative;
    }

    #intro {
        margin-top: 120px;
        height: 330px;
    }

	#intro p {
		font-size: 18px;
	}
}

#intro h1 {
    font-size: 40px;
}

#intro .buttons a {
    margin-right: 20px;
    display: inline-block;
}

#intro .buttons :first-child {
    color: #fff;
    background-color: #36c384;
}


.hero-small {
    background: #fff url(/images/hero-image.jpg) no-repeat scroll center 51%;
    color: #fff;
    min-height: 200px;
    margin-bottom: 20px;
}

.hero-small h2 {
    font-size: 1.2em;
    font-weight: normal;
}

.hero-small .copy {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 25px 14px;
    border-radius: 6px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center; 
}

.footer {
    margin-top: 40px;
    padding: 35px 0;
    background-color: #f1f1f1;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    font-size: 14px;
    line-height: 2.2;
    color: #666;
    text-align: center;
}

.footer h3 {
    font-size: 14px;
    font-weight: bold;
}

.footer :link,
.footer :visited {
    color: #666;
    text-decoration: none;    
}

.footer a:hover {
    text-decoration: underline;    
}

@media (min-width: 992px) {
    .footer {
        text-align: left;
    }
}

.home-bg {
    background: #fff url(/images/hero-image.jpg) no-repeat scroll center 10%;
    color: #fff;
    min-height: 400px;
    padding-top: 70px;
}

.home-bg .language {
    height: 45px;
}


@media (max-width: 991px) {
    .home-bg {
        padding-top: 40px;
    }

    .home-bg .language {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}

.home-bg h1 {
    padding-top: 20px;
    margin-top: 0;
}

.home-bg .copy {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 25px 14px;
    border-radius: 6px;
    text-align: center;
}

.home-bg .copy p {
    font-size: 1.3em;
}

.main-benefit {
    font-size: 1.5em;
    margin-bottom: 40px;
}

.main-benefit h3 {
    margin: 50px 0 35px;
    font-size: 1.5em;
}

.features-list > div:nth-child(2n+3) {
    clear: both;
}

@media (min-width: 992px) {
    .features-list > div:nth-child(2n+3) {
        clear: none;
    }

    .features-list > div:nth-child(3n+4) {
        clear: both;
    }
}

.features {
    padding: 68px 5%;
    line-height: 1.5em;
}

.features .pad-cols {
    margin-top: 0;
}

.features .typcn {
    color: #5078ea;
    font-size: 3em;
    line-height: 1;
}

.features-heading {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 35px;
    line-height: 1.3em;
}

.features .features-heading {
    margin-top: -24px;
}

.features-list .media-heading {
	font-weight: bold;
}

.gray-bg {
    background-color: #fafafa;
}

.pad-container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.pad-container-bottom {
    padding-bottom: 48px;
}

.pad-cols {
    margin-top: -24px;
}

.pad-cols > div {
    margin-top: 24px;
}

.pricing {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .pricing {
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .pricing {
        margin-bottom: 72px;
    }
}

.pricing .plan {
    background-color: #f7f7f7;
    border: 1px solid #fff;
    border-bottom-width: 8px;
    padding-top: 8px;
    padding-bottom: 16px;
}

.pricing .price {
    line-height: normal;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .pricing .price {
        text-align: center;
    }
}

.pricing .suffix {
    font-size: 1em;
}

.t-pricing .price .currency {
	font-size: 1.3em;
	margin-top: 1px;
	color: #777;
}

.pricing .currency {
    font-size: 1.8em;
    vertical-align: top;
    display: inline-block;
    margin-top: 12px;
}

.t-pricing .price .amount {
	font-size: 2.2em;
}

.pricing .amount {
    font-size: 3.5em;
}

.pricing .fa {
    min-width: 20px;
    color: #808080;
}

.pricing .help-icon {
    font-size: .9em;
    vertical-align: text-top;
}

.pricing .cta {
    margin-top: 32px;
}

.btn {
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 24px;
}

.btn-red {
	background-color: #ff4330;
	background-image: linear-gradient(90deg,#f27c36 75%,#ff4330);
	background-repeat: repeat-x;
    color: #fff;
    border: 0;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #f86434;
	background-image: none;
    color: #fff;
}

@media (min-width: 992px) {
    .col-md-offset-1-half {
        margin-left: 12.499999999999%;
    }
}

.lng-showcase {
    margin: 0 0 40px;
    padding: 20px; 
    border-bottom: 1px solid #ccc;    
}

.docs-nav {
    margin-bottom: 20px;
}

.docs-nav .fa {
	float: right;
	margin: 8px 8px 0 0;
	display: none;
}

.docs-nav h5 {
    font-weight: bold;
}

.docs-nav h5:not(:first-of-type) {
    margin-top: 30px;
}

.docs-nav ul {
	padding: 0;
	list-style: none;
}

.docs-nav li {
	padding: 4px 0 4px 8px;
}


.docs-nav li:hover,
.docs-nav .active {
	background-color: #f3f3f3;
}

.docs-nav .active .fa {
	display: block;
}

.docs-nav a {
	display: block;
	text-decoration: none;
}

@media (min-width: 768px) {
    .docs-nav {
        margin-bottom: 0;
    }
}

.docs-content h2 {
	margin-top: 0;
}

.docs-content h3 {
	margin-top: 50px;
}

.drop-shadow {
	box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.15);
}

.t-pricing {
	width: 100%;
}

.t-pricing thead {
	background-color: #f4f4f9;
	text-align: center;
}

.t-pricing thead td {
	padding: 16px 4px;
	vertical-align: bottom;
	white-space: nowrap;
}

.t-pricing tbody tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #eaeaea;
	padding: 8px 4px;
  text-align: center;
}

.t-pricing tbody tr.no-border td {
  border-right: 0;
}

.t-pricing tbody tr td:first-child {
	text-align: left;
	padding-left: 36px;
	padding-right: 0;
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
}

.qtip-default {
	border: 0 !important;
  background-color: #222 !important;
  background-color: rgba(34, 34, 34, 0.9) !important;
  color: #fff !important;
  border-radius: 4px;
}

.qtip-content {
	font-size: 1.2em;
	line-height: normal;
}

.qtip-light {
  background-color: #fff !important;
  border: 1px solid #E2E2E2 !important;
  color: #454545 !important;	
}

img.shadow {
  border-radius: 6px;
  box-shadow: 0 20px 30px rgba(13,40,63,.15), 0 10px 20px -5px rgba(13,40,63,.2);
  max-width: 100%;
}

.hero {
  margin-top: 24px;
}

.hero .copy {
  margin-top: 96px;
}

.hero .copy h2 {
  font-size: 2.5em;
  line-height: 1.4;
  margin-bottom: 24px;
}
