@import "normalize.css";
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*-----------------------------------------------------------------
[Table of Contents]

1. RESET
2. GENERAL
	2-1 HEADINGS
3. HEADER
4. SECTION
5. GRID
	5.1 GRID ELEMENTS
6. BUTTONS
7. CUSTOM SECTIONS
	7.1 CUSTOM SECTION - INTRO
	7.2 CUSTOM SECTION - ABOUT
	7.3 CUSTOM SECTION - FEATURES
	7.4 CUSTOM SECTION - TESTIMONIALS
	7.5 CUSTOM SECTION - PRICING
	7.6 CUSTOM SECTION - CTA
	7.7 CUSTOM SECTION - HOW IT WORKS (HIW)
	7.8 CUSTOM SECTION - SUPPORT
	7.9 CUSTOM SECTION - CLIENTS
	7.10 CUSTOM SECTION - CONTACT
	7.11 CUSTOM SECTION - LOGIN/SIGNUP MODAL
8. FOOTER
9. MEDIA QUERIES
*/
/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/
html, body{
  width: 100%;
  height:100%;
}
body{
  font-family: 'Source Sans Pro', sans-serif;
  padding:0;
  margin:0 auto;
  color:#1d1d1d;
  background-color:#fff;
}
.clear{
  clear:both;
}
p{
  padding:0;
  margin:0;
  text-align:left;
  line-height:26px;
}
a{
  text-decoration:none;
  color:#001f84;
  font-weight: bold;
}
a:not(.btn):hover, a:not(.grid__list--fmenu li):hover {
  text-decoration: underline;
}


blockquote{
  font-style:italic;
  font-size:24px;
  padding:0 5%;
  margin:40px 0 60px 0;
  line-height:34px;
  position:relative;
  text-align:center;
}
blockquote:after {
  content:' ';
  position: absolute;
  display:block;
  width: 10%;
  margin: 20px 40%;
  border:1px solid #e76b71;
}
a img{
  border:none;
}
a:hover{
  text-decoration:none;
  color:#212121;
}
img.responsive_image{
  max-width:100%;
  display:block;
  margin:auto auto 20px auto;
}
/*---------------------------*/
/* 2-1. HEADINGS             */
/*---------------------------*/
h1, h2, h3, h4, h5, h6{
  font-weight:700;
  letter-spacing:-0.5px;
  padding:0 0 40px 0;
  margin:0;
}
h1{
  font-size:40px;
}
h2{
  font-size:30px;
}
h3{
  font-size:22px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:16px;
}
/*===============================================*/
/* 3. HEADER 	 						 */
/*===============================================*/
/* BLOCK - header */
.header{
  width:100%;
  height:70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left:0;
  z-index: 1000;
  background-color: #fff;
}
/* MODIFIER - header */
.header--sticky{
  background-color:#fff;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.03);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.03);
}
/* ELEMENT - header__content */
.header__content{
  height:70px;
}
/* ELEMENT MODIFIER - header__content */
.header__content--fix-width{
  width:1240px;
  margin:auto;
  clear:both;
}
.header__content--fluid-width{
  width:80%;
  margin:auto;
  clear:both;
}
.header__logo-title{
  color:#231f20;
  font-size:26px;
  letter-spacing:-1px;
  position:relative;
  float:left;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  z-index:999;
}
/* ELEMENT - header__menu */
.header__menu {
  float:right;
}
.header__menu ul,
.header__menu ul li,
.header__menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  float:left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
.header__menu:after,
.header__menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.menu-button {
  width:28px;
  height:20px;
  position: absolute;
  padding: 0;
  font-size:20px;
  top:12px;
  right:6%;
  z-index:99999;
  display: none;
  cursor:pointer;
  border-bottom:1px solid #000;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
.menu-button:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 28px;
  height: 6px;
  z-index:999;
  border-top: 1px double #000;
  border-bottom: 1px solid #000;
}
.header__menu > ul > li {display:inline-block; padding:0; }

.header__menu > ul > li > a {
  height:70px;
  line-height:70px;
  color:#231f20;
  font-size:14px;
  display:inline-block;
  letter-spacing: 0.03em;
  padding:0 25px;
  margin:0;
  overflow: hidden;
}
.header__menu > ul > li.header__btn > a {
  height:32px;
  line-height:30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header__menu > ul > li.header__btn--login > a {
  color:#fff;
  background-color:#3cce90;
  padding:0 22px;
  margin:19px 0 0 25px;
  border:1px #3cce90 solid;
}
.header__menu > ul > li.header__btn--signup > a {
  color:#001f84;
  padding:0 22px;
  margin:19px 0 0 25px;
  border:1px #001f84 solid;
}
.header__menu ul li.header__btn--login > a:hover{
  background-color: rgba(255,255,255,0.8  );
  border:1px #3cce90 solid;
  color:#3cce90;
}
.header__menu ul li.header__btn--signup > a:hover{
  background-color:#001f84;
  color:#fff;
}
.header__menu ul li  a:hover, .header__menu ul li a.selected , .header__menu ul li a.active{
  color: #001f84;
}
.header__menu ul li.header__btn--signup a.active {
  color:#fff;
}
.header__menu ul li.header__btn--login a.active {
  color:#3cce90;
}
.header__menu ul li:hover{
  cursor:pointer;
}
.header__menu > ul > li.menu-item-has-children > a{
  background:url(../img/drop-down.png) no-repeat 90% 50%;
}
.header__menu ul ul {
  position: absolute;
  left: 0;
  top:55px;
  z-index:9999;
  visibility: hidden;
  text-align:left;
  padding:5px 0;
  background-color:#fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.10);
  -moz-box-shadow:    0 0 10px 1px rgba(0,0,0,0.10);
  box-shadow:         0 0 10px 1px rgba(0,0,0,0.10);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity:0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header__menu ul ul.submenu-header-sticky{
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.03);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.03);
  border-top-left-radius:0;
  border-top-right-radius:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
}
.header__menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top:70px;
}
.header__menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.header__menu ul ul li a {
  width:200px;
  padding:0 15px;
  color:#231f20;
  border-bottom:1px #f3f3f3 solid;
  margin:0 10px;
  font-size:14px;
  line-height:45px; height:45px;
}
.header__menu ul ul li a:hover{ color: #001f84; }
.header__menu ul ul li:last-child a {
  border-bottom:none;
}
/*===============================================*/
/* 4. SECTION 	 						 */
/*===============================================*/
/* BLOCK - section */
.section{
  width:100%;
  height:auto;
  float:left;
  clear:both;
}
/* BLOCK MODIFIER - section--page */
.section--page-top{
  padding-top:80px;
}
.section--page-bottom{
  padding-bottom:80px;
}
/* ELEMENT - section__content */
.section__content{
  clear:both;
}
/* ELEMENT MODIFIER section__content  */
.section__content--fix-width{
  width:1240px;
  margin:auto;
  clear:both;
}
.section__content--fluid-width{
  width:80%;
  margin:auto;
  clear:both;
}
.section__content--padding{
  padding:100px 0;
}
/* ELEMENT - section__title */
.section__title{
  font-size:48px;
  padding:0 0 40px 0;
  font-weight:700;
  line-height:52px;
}
/* ELEMENT MODIFIER section__title  */
.section__title--centered{
  width:100%;
  text-align:center;
  position:relative;
}
.section__title--centered:after {
  content:'';
  position:absolute;
  left:0;right:0;
  top:80%;
  margin:auto;
  width:50px;
  height:1px;
  background:#454545;
}

/* ELEMENT - section__description */
.section__description{
  font-size:18px;
  line-height:32px;
}
/* ELEMENT MODIFIER section__description  */
.section__description--centered{
  width:60%;
  margin:auto;
  text-align:center;
  padding:0 0 80px 0;
}
/*===============================================*/
/* 5. GRID 	 						 */
/*===============================================*/

/* BLOCK - grid */
.grid{
  width:100%;
  float:left;
  clear:both;
}
.grid__item--padding{
  background-color:#f3f3f3;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--2col  */
.grid--2col .grid__item{
  float:left;
  margin-right:80px;
  margin-bottom:80px;
  /* full width - space between cols / number of cols */
  width: calc((100% - 80px) / 2);
}
.grid--2col .grid__item--padding{
  /* full width - space between cols - padding * nr of paddings / number of cols */
  width: calc((100% - 80px - 20px * 4) / 2);
  padding:20px;
}
.grid .grid__item:last-child,
.grid--2col .grid__item:nth-child(2n+2){
  float:right;
  margin-right:0;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--3col  */
.grid--3col .grid__item{
  float:left;
  margin-right:80px;
  margin-bottom:80px;
  /* full width - space between cols * nr of inner spaces / number of cols */
  width: calc((100% - 80px * 2) / 3);
}
.grid--3col .grid__item.grid__item--padding{
  /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
  width: calc((100% - 80px * 2 - 20px * 6) / 3);
  padding:20px;
}
.grid--3col .grid__item--x2{
  /*(      one grid item    ) * 2 + space between cols */
  width: calc((((100% - 80px * 2) / 3) * 2) + 80px);
}
.grid--3col .grid__item--x2.grid__item--padding{

  /*   (    one grid item with padding  ) * 2 + space between cols + padding */
  width: calc((((100% - 80px * 2 - 20px * 6) / 3) * 2) + 80px + 20px * 2);
  padding:20px;
}
.grid--3col .grid__item:nth-child(3n+3){
  float:right;
  margin-right:0;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--4col  */
.grid--4col .grid__item{
  float:left;
  margin-right:80px;
  margin-bottom:80px;
  /* full width - space between cols * nr of inner spaces / number of cols */
  width: calc((100% - 80px * 3) / 4);
}
.grid--4col .grid__item.grid__item--padding{
  /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
  width: calc((100% - 80px * 3 - 20px * 8) / 4);
  padding:20px;
}
.grid--4col .grid__item--x3{
  /*(      one grid item    ) * 3 + space between cols */
  width: calc((((100% - 80px * 3) / 4) * 3) + 80px * 2);
}
.grid--4col .grid__item--x3.grid__item--padding{

  /*   (    one grid item with padding  ) * 3 + space between cols + padding */
  width: calc((((100% - 80px * 3 - 20px * 8) / 4) * 3) + 80px * 2 + 20px * 4);
  padding:20px;
}
.grid--4col .grid__item:nth-child(4n+4){
  float:right;
  margin-right:0;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--5col  */
.grid--5col .grid__item{
  float:left;
  margin-right:80px;
  margin-bottom:80px;
  /* full width - space between cols * nr of inner spaces / number of cols */
  width: calc((100% - 80px * 4) / 5);
}
.grid--5col .grid__item.grid__item--padding{
  /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
  width: calc((100% - 80px * 4 - 20px * 10) / 5);
  padding:20px;
}
.grid--5col .grid__item--x2{
  /*(      one grid item    ) * 2 + space between cols */
  width: calc((((100% - 80px * 4) / 5) * 2) + 80px);
}
.grid--5col .grid__item--x2.grid__item--padding{

  /*   (    one grid item with padding  ) * 2 + space between cols + padding */
  width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 2) + 80px + 20px * 2);
  padding:20px;
}
.grid--5col .grid__item--x3{
  /*(      one grid item    ) * 3 + space between cols */
  width: calc((((100% - 80px * 4) / 5) * 3) + 80px * 2);
}
.grid--5col .grid__item--x3.grid__item--padding{

  /*   (    one grid item with padding  ) * 3 + space between cols + padding */
  width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 3) + 80px * 2 + 20px * 4);
  padding:20px;
}
.grid--5col .grid__item--x4{
  /*(      one grid item    ) * 4 + space between cols */
  width: calc((((100% - 80px * 4) / 5) * 4) + 80px * 3);
}
.grid--5col .grid__item--x4.grid__item--padding{

  /*   (    one grid item with padding  ) * 4 + space between cols + padding */
  width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 4) + 80px * 3 + 20px * 6);
  padding:20px;
}
.grid--5col .grid__item:nth-child(5n+5){
  float:right;
  margin-right:0;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--6col  */
.grid--6col .grid__item{
  float:left;
  margin-right:80px;
  margin-bottom:80px;
  /* full width - space between cols * nr of inner spaces / number of cols */
  width: calc((100% - 80px * 5) / 6);
}
.grid--6col .grid__item.grid__item--padding{
  /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
  width: calc((100% - 80px * 5 - 20px * 12) / 6);
  padding:20px;
}
.grid--6col .grid__item--x2{
  /*(      one grid item    ) * 2 + space between cols */
  width: calc((((100% - 80px * 5) / 6) * 2) + 80px);
}
.grid--6col .grid__item--x2.grid__item--padding{

  /*   (    one grid item with padding  ) * 2 + space between cols + padding */
  width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 2) + 80px + 20px * 2);
  padding:20px;
}
.grid--6col .grid__item--x3{
  /*(      one grid item    ) * 3 + space between cols */
  width: calc((((100% - 80px * 5) / 6) * 3) + 80px * 2);
}
.grid--6col .grid__item--x3.grid__item--padding{

  /*   (    one grid item with padding  ) * 3 + space between cols + padding */
  width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 3) + 80px * 2 + 20px * 4);
  padding:20px;
}
.grid--6col .grid__item--x4{
  /*(      one grid item    ) * 4 + space between cols */
  width: calc((((100% - 80px * 5) / 6) * 4) + 80px * 3);
}
.grid--6col .grid__item--x4.grid__item--padding{

  /*   (    one grid item with padding  ) * 4 + space between cols + padding */
  width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 4) + 80px * 3 + 20px * 6);
  padding:20px;
}
.grid--6col .grid__item--x5{
  /*(      one grid item    ) * 5 + space between cols */
  width: calc((((100% - 80px * 5) / 6) * 5) + 80px * 4);
}
.grid--6col .grid__item--x5.grid__item--padding{

  /*   (    one grid item with padding  ) * 5 + space between cols + padding */
  width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 5) + 80px * 4 + 20px * 8);
  padding:20px;
}
.grid--6col .grid__item:nth-child(6n+6){
  float:right;
  margin-right:0;
}

/* 5.1 GRID ELEMENTS   */
/*===============================================*/

/* ELEMENT  grid__title  */
/* --------------------  */
.grid__title{
  font-size:24px;
  font-weight:400;
  padding:0 0 20px 0;
  margin:0;
}
.grid__title span{
  font-weight:700;
}

/* ELEMENT  grid__text  */
/* --------------------  */
.grid__text {
  padding-bottom:20px;
  line-height:26px;
}
.grid__text span{
  font-weight:700;
}

/* ELEMENT  grid__more  */
/* --------------------  */
.grid__more{
  font-weight:400;
  font-size:14px;
  padding:0 0 0 0;
  display:inline-block;
}

/* ELEMENT grid__list  */
/* --------------------  */
.grid__list{
  list-style:none;
  padding:0;
  margin:0;
}
.grid__list li{
  list-style:none;
  padding:5px 0;
  margin:0;
  line-height:22px;
}

/* ELEMENT grid__image  */
/* --------------------  */
.grid__image{
  width:100%;
}
.grid__image img{
  display:block;
  max-width:100%;
}
.grid__image--right img{
  float:right;
}
.grid__image--left img{
  float:left;
}

/*===============================================*/
/*  6. BUTTONS	 			 */
/*===============================================*/
.btn{
  padding:16px 60px;
  margin:0 10px;
  font-size:14px;
  letter-spacing:0.5px;
  font-weight:400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--blue-bg{
  color:#fff;
  background-color:#001f84;
  border:2px #001f84 solid;
}
.btn--blue-bg:hover{
  background:none;
  color:#001f84;
}
.btn--lightblue-bg{
  color:#001f84;
  background-color:#36ebf2;
  border:2px #36ebf2 solid;
}
.btn--lightblue-bg:hover{
  background:none;
  color:#36ebf2;
}
.btn--blue-border{
  color:#001f84;
  border:1px #001f84 solid;
}
.btn--blue-border:hover{
  background-color:#001f84;
  color:#fff;
}
.btn--green-bg{
  color:#fff;
  background-color:#3cce90;
  border:2px #3cce90 solid;
}
.btn--green-bg:hover{
  color:#3cce90;
  background:none;
}
.btn--green-border{
  color:#3cce90;
  border:1px #3cce90 solid;
}
.btn--green-border:hover{
  background-color:#3cce90;
  color:#fff;
}
.btn--red-bg{
  color:#fff;
  background-color:#eb4161;
  border:2px #eb4161 solid;
}
.btn--red-bg:hover{
  color:#eb4161;
  background:none;
}


/*================================================================================*/
/*  7. CUSTOM SECTIONS  */
/*===============================================================================*/

/*===============================================*/
/*  7.1 CUSTOM SECTION - INTRO	 			 */
/*===============================================*/
.section--intro{
  width:100%;
  height:100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../img/bg.jpg) center bottom;
  position:relative;
  overflow:hidden;
}
.section__content--intro{
  height:100%;
}
.intro{
  width:55%;
  float:left;
  padding:15% 0 0 0;
  position:relative;
  z-index:777;
}
.intro__content{
  width:100%;
  text-align: left;
}
.intro__title{
  padding:0 0 15px 0;
  font-size:64px;
  line-height:60px;
  letter-spacing:-1px;
  font-weight:700;
  float: left;
}
/*
.intro__title span{
  color:#3cce90;
}
.intro__title strong{
  display:block;
  float:left;
  padding:0 10px 0 0;
}
.intro__title__words-animation{
  position:relative;
  width:250px;
  float:left;
}*/

/* TEXT-ROTATOR */

.slogan {
  width: 100%;
  z-index: 3;
  font-size: 60px;
  font-weight:bold;
  letter-spacing: -2px;
  word-spacing: -2px;
}

.rotator-wrapper {
  position: relative;
}
.rotator-wrapper span {
  display: inline-block;
  min-width: 155px;
  text-align: left;
}
.rotator-wrapper span span {
  position: absolute;
  top: 0px;
  opacity: 0;
  animation: rotateWord 18s linear infinite 0s;
  color: #2dc687;
}
.rotator-wrapper span span:nth-child(2) {
  animation-delay: 3s;
}
.rotator-wrapper span span:nth-child(3) {
  animation-delay: 6s;
}
.rotator-wrapper span span:nth-child(4) {
  animation-delay: 9s;
}
.rotator-wrapper span span:nth-child(5) {
  animation-delay: 12s;
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    transform: translateY(0px);
  }
  15% {
    opacity: 1;
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* ./TEXT-ROTATOR */

.word {
  position: absolute;
  width: auto;
  opacity: 0;
  top:0px;
  left:0px;
  text-align:left;
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
  transform: rotateX(-90deg);
}
.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.intro__subtitle{
  padding:0 0 40px 0;
  font-size:24px;
  line-height:34px;
  letter-spacing:0.4px;
  clear:both;
  color:#626262;
}
.intro__description{
  padding:0 0 40px 0;
  font-size:20px;
}
.intro__description span{
  font-weight:700;
  color:#3cce90;
}
.intro__buttons{
  padding:20px 0 0 0;
}
.intro__buttons--centered{
  width:100%;
  clear:both;
  text-align:center;
}
.intro__buttons--left{
  width:100%;
  clear:both;
  text-align:left;
}
svg.svg-intro-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index:111;
}
.intro-animation{
  width:50%;
  height:60%;
  float:right;
  text-align:right;
  position:absolute;
  bottom:0;
  right:-2%;
  z-index:222;
}
.intro-animation img{
  display:block;
  margin:auto;
  max-width:100%;
  opacity:0;
  animation: .8s ease-out 0s 1 slideInFromRight;
  -webkit-animation: .8s ease-out 0s 1 slideInFromRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity:1;
  }
}
@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight2 {
  0% {
    transform: translateX(220%);
  }
  100% {
    transform: translateX(0);
    opacity:1;
  }
}
@-webkit-keyframes slideInFromRight2 {
  0% {
    -webkit-transform: translateX(220%);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

/*===============================================*/
/*  7.2 CUSTOM SECTION - ABOUT	 			 */
/*===============================================*/
.grid--about{

}
.grid--about .grid__title{
  font-size:36px;
  line-height:42px;
  font-weight:300;
  padding:0 0 40px 0;
  margin:0;
  position:relative;
}
.grid--about .grid__text{
  font-size:18px;
  color:#e9e9e9;
  line-height:26px;
}
.grid--about .grid__list{
  padding:20px 0 0 0;
}
.grid--about .grid__list li{
  background:url(../img/checked.png) no-repeat 0 50%;
  font-size:18px;
  padding:10px 0 10px 40px;
}
/*===============================================*/
/*  7.3 CUSTOM SECTION - FEATURES	 			 */
/*===============================================*/
.section--features{
  position:relative;
  padding:0px;
}
.section--more-features{
  padding:80px 0;
}
.section__content--features{
  padding:120px 0 20px 0;
}
svg.svg-features-top {
  position: absolute;
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  z-index:111;
}
.grid--features, .section__description--features, .section__title--features{
  position:relative;
  z-index:222;
}
.grid--features .grid__item{
  margin-right:100px;
  margin-bottom:80px;
  /* full width - space between cols * nr of inner spaces / number of cols */
  width: calc((100% - 100px * 2) / 3);
}
.grid--more-features .grid__item{
  margin-right:40px;
  margin-bottom:40px;
  width: calc((100% - 40px * 4 - 20px * 10) / 5);
  max-height: 120px;
  padding:40px 20px;
  text-align:center;
  background-color:#fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.grid--features .grid__item:hover .grid__title:after{
  width:100%;
  opacity:1;
}
.grid--features .grid__title{
  font-size:24px;
  font-weight:700;
  padding:10px 0 40px 0;
  margin:0;
  position:relative;
}
.grid--more-features .grid__item .grid__title{
  font-size:16px;
  font-weight:700;
  padding:20px 0 20px 0;
  margin:0px;
}
.grid--features .grid__item .grid__title span, .grid--more-features .grid__item .grid__title span{
  font-weight:300;
  color:#000;
}
.grid--features .grid__title:after {
  content:'';
  position:absolute;
  left:0;
  top:80%;
  margin:0;
  width:40px;
  height:1px;
  background:#3cce90;
  opacity:.5;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.grid--features .grid__title span{
  font-weight:300;
}
.grid__text{
  color:#646464;
  font-size:18px;
  line-height:30px;
  text-align: justify;
}
.grid__text-white{
  color:#ebebeb;
}
/*===============================================*/
/*  7.4 CUSTOM SECTION - Testimonials			 */
/*===============================================*/
.section--testimonials{
  background: #f3f3f3;
}
.testimonials{
  width: 90%;
  height: auto;
  overflow:hidden;
  position:relative;
  margin:auto;
  padding:40px 0 80px 0;
  z-index: 1;
}
.testimonials__slide {
  width:23%;
  margin:0 1%;
  float:left;
}
.testimonials__slide:hover{
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.testimonials__thumb{
  padding:0 0 20px 0;
}
.testimonials__thumb img{
  max-width:100%;
  display:block;
  margin:auto;
}
.testimonials__frame{
  width:80%;
  height:200px;
  margin:-140px 0 0 20%;
  padding: 0 0 20% 0;
  border:2px #3059e7 solid;
  position:relative;
  z-index:999;
  background-color: rgba(255, 255, 255, 0.95);
}
.testimonials__text p{
  padding:0 10% 20px 10%;
  font-size:18px;
  line-height:24px;
  text-align: justify;
}
.testimonials__source{
  font-weight:700;
  font-size:22px;
  padding:20px 0 20px 10%;
  line-height:20px;
  letter-spacing:-0.5px;
}
.testimonials__source a{
  color: #373737;
  font-weight:300;
  display:block;
  font-size:14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials__source a:hover{
  color:#e33060;
}
.testimonials__pagination{
  width:100%;
  text-align:center;
  bottom:0 !important;
  z-index:999 !important;
}
.testimonials__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #3059e7;
  opacity: 0.2;
}
.testimonials__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3059e7;
}
.testimonials__button--prev.swiper-button-prev, .swiper-container-rtl .testimonials__button--next.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right:100px;
}
.testimonials__button--next.swiper-button-next, .swiper-container-rtl .testimonials__button--prev.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.testimonials__button--prev.swiper-button-prev, .testimonials__button--next.swiper-button-next {
  position: absolute;
  top: auto;
  bottom:0;
  width: 20px;
  height: 40px;
  background-size: 20px 40px;
}
.code-editor:before,
.code-editor:after,
.code-editor span.control:before,
.code-editor span.after:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: wall .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.code-editor {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 40px 1% 0 1%;
  width: calc((100%/2) - 7%);
  text-align: left;
  display: inline-block;
  background-color: #473431;
  border-radius: 0 0 5px 5px;
  overflow: auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: wall .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.code-editor:before {
  color: #f0f0f0;
  padding-top: 6px;
  text-align: center;
  top: 25px;
  width: calc((100%/2) - 7%);
  height: 30px;
  background-color: #696969;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.code-editor:nth-child(1):before {
  content: 'JavaScript (Before)';
}

.code-editor:nth-child(2):before {
  content: 'JavaScript (After without Minify)';
}

.code-editor:nth-child(3):before {
  content: 'API Exemple';
}

.code-editor span.control:before {
  content: '';
  top: 34px;
  z-index: 2;
  padding: 6px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.code-editor span.control:nth-child(1):before {
  margin-left: 15px;
  background-color: #df6963;

}

.code-editor span.control:nth-child(2):before {
  margin-left: 35px;
  background-color: #f5e18a;

}

.code-editor span.control:nth-child(3):before {
  margin-left: 55px;
  background-color: #97c38a;
}

/* -- iPad Screen -- */
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .code-editor {
    width: 500px;
  }

  .code-editor:before {
    width: 500px;
  }
}

/* -- iPhone Screen -- */
@media only screen and (max-width: 479px) {
  .code-editor {
    width: 300px;
  }

  .code-editor:before {
    width: 300px;
  }
}

/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */

code[class*="language-"],
pre[class*="language-"] {
  color: #ccc;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;

  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;

  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;

}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: 0 0;
  height: 500px;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #373737;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  -moz-border-radius: .3em;
  -o-border-radius: .3em;
  -webkit-border-radius: .3em;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}

.token.punctuation {
  color: #ccc;
}


.token.tag,
.token.attr-name,
.token.namespace {
  color: #e2777a;
}

.token.function-name {
  color: #6196cc;
}


.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}

.token.string,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699;
}

.token.operator,
.token.entity,
.token.url
{
  color: #67cdcc;
}


.token.important {
  font-weight: bold;
}

.token.entity {
  cursor: help;
}

pre.line-numbers {
  position: relative;
  padding-left: 3.4em;
  counter-reset: linenumber;
  padding-bottom: 1px;
}

pre.line-numbers > code {
  position: relative;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;

  font-size: 100%;
  left: -13em;
  width: 3em; /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  background-color: #322422;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
/*===============================================*/
/*  7.4 CUSTOM SECTION - FAQ 			 */
/*===============================================*/
.section--faq {
  background-color: #f3f3f3;
}
.grid--faq .grid__title{
  font-size:36px;
  line-height:46px;
  font-weight:700;
  padding:10px 0 20px 0;
  margin:0;
  position:relative;
}
.grid--faq .grid__text{
  font-size:18px;
  color:#848484;
  line-height:26px;
}
.grid--faq .grid__list{
  padding:20px 0 0 0;
}
.grid--faq .grid__list li{
  background:url(../img/checked.png) no-repeat 0 50%;
  font-size:18px;
  padding:10px 0 10px 40px;
}
.faq{
  width:100%;
  margin:auto;
}
.faq__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom:1px #f3f3f3 solid;
}
.faq__input{
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq__label {
  position: relative;
  display: block;
  cursor: pointer;
  padding:20px;
  font-size:18px;
  font-weight:700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff;
}
.faq__content p {
  padding:20px;
  font-size:16px;
  text-align: justify;
}
.faq__input:checked ~ .faq__content {
  max-height: 300px;
  padding: 0 0 10% 0;
}
.faq__input:checked ~ .faq__label,  .faq__label:hover{
  background-color: #001f84;
  color:#fff;
}
.faq__label:hover span{
  transform: rotateX(180deg);
  background:url(../img/drop-down-faq-selected.png) no-repeat center;
}
.faq__label span {
  position: absolute;
  right: 2%;
  top: 45%;
  display: block;
  width: 11px;
  height: 6px;
  text-align: center;
  background:url(../img/drop-down-faq.png) no-repeat center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.faq__input[type=radio]:checked + .faq__label span {
  transform: rotateX(180deg);
  background:url(../img/drop-down-faq-selected.png) no-repeat center;
}

/*===============================================*/
/*  7.5 CUSTOM SECTION - PRICING 			 */
/*===============================================*/
.pricing{
  width:100%;
  margin:0 auto;
  text-align: center;
}
.pricing__switcher{
  width:300px;
  height:40px;
  margin:0 auto 100px auto;
  clear:both;
  text-align:center;
  position:relative;
  background-color:#f3f3f3;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.switcher__buttons{
  width:100%;
}
.switcher__button{
  cursor:pointer;
  width:50%;
  float:left;
  height:40px;
  line-height:40px;
  position:relative;
  z-index:888;
  transition:.3s ease-in-out;
}
.switcher__border{
  height: 40px;
  width: 50%;
  background-color:#001f84;
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:555;
  margin: 0;
  border: none;
  transition:.3s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.switcher__button--enabled {
  color:#fff;

}
.switcher__button:nth-child(1).switcher__button--enabled ~ .switcher__border {
  left: 0;
}
.switcher__button:nth-child(2).switcher__button--enabled ~ .switcher__border {
  left: 50%;
}

/*===============================================*/
/*  7.5 PRICING PLAN                       			 */
/*===============================================*/
#volumePrice {
  display: none;
}

.pricing__plan{
  background-color:#f3f3f3;
  width: 25%;
  padding:40px 0;
  float: left;
  position: relative;
  -webkit-box-shadow: inset  2px 0 0 0 #fff;
  box-shadow: inset  2px 0 0 0 #fff;
  -moz-box-shadow: inset  2px 0 0 0 #fff;
}
.pricing__plan--popular {
  z-index: 2;
  top: -30px;
  padding:50px 0 70px 0;
  background-color:#001f84;
  color:#fff;
  -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
  -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
  box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
}
.pricing__plan--enterprise {
  z-index: 2;
  top: -30px;
  padding:50px 0 70px 0;
  background-color: #eaeaea;
  color: #000000;
  -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
  -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
  box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
}
.pricing__badge-bg{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #3cce90 transparent transparent transparent;
  position:absolute;
  top:0;
  left:0;
  z-index:333;
}
.pricing__badge-text{
  position:absolute;
  top:28px;
  left:3px;
  z-index:444;
  color:#fff;
  font-size:16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.pricing__title{
  width:100%;
  text-align:center;
  position:relative;
  font-size:24px;
  font-weight:700;
  padding:0 0 40px 0;
  margin:0;
}
.pricing__title:after {
  content:'';
  position:absolute;
  left:0;right:0;
  top:60%;
  margin:auto;
  width:50px;
  height:1px;
  background:#454545;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.pricing__plan--popular .pricing__title{
  font-size:44px;
  color:#fff;
  font-weight:900;
  letter-spacing:-1px;
  padding:0px 0 40px 0;
}
.pricing__plan--popular .pricing__title:after {
  background:#fff;
  top:70%;
}
.pricing__plan:hover .pricing__title:after {
  width:80%;
}
.pricing__values{
  font-size:58px;
  font-weight:700;
  height:70px;
  position:relative;
  text-align:center;
}
.pricing__value span{
  display:inline-block;
  font-size:20px;
  margin:0;
}
.pricing__value b{
  display:inline-block;
  font-size:18px;
  font-weight:700;
  position:relative;
  bottom:-5px;
}
.pricing__value{
  position:absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.pricing__value--hidden{
  display:none;
}
.pricing__value--show{
  -webkit-animation: showToY 0.6s forwards;
  animation: showToY 0.6s forwards;
}
.pricing__value--hide{
  -webkit-animation: fadeToY 0.6s forwards;
  animation: fadeToY 0.6s forwards;
}
@keyframes fadeToY {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
}
@-webkit-keyframes fadeToY {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
}
@keyframes showToY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    opacity:1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes showToY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    opacity:1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.pricing__list {
  width:80%;
  margin:20px 0 0 10%;
  padding: 0;
  list-style: none;
}
.pricing__list li {
  padding:3px 0 3px 12%;
  text-align:left;
  line-height:24px;
  background:url(../img/checked-pricing.png) no-repeat 0 50%;
}
.pricing__plan--popular .pricing__list li {
  background:url(../img/checked-pricing-white.png) no-repeat 0 50%;
}
.pricing__list li.disabled {
  padding:3px 0 3px 12%;
  text-align:left;
  line-height:24px;
  background:none;
  text-decoration: line-through;
  opacity:0.6;
}
.pricing__list li a {
  font-weight: bold;
}
.pricing__list li a:hover {
  text-decoration: underline;
}

.pricing__plan--popular a {
  color: #3cce90;
}
.pricing__plan--popular a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.pricing__signup{
  display:inline-block;
  padding:12px 60px;
  margin:20px 0 0 0;
  font-size:14px;
  letter-spacing:0.5px;
  font-weight:400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background:none;
  color:#001f84;
  border:2px #001f84 solid;
}
.pricing__signup:hover{
  color:#fff;
  background-color:#001f84;
  border:2px #001f84 solid;
}
.pricing__plan--popular .pricing__signup{
  color:#fff;
  background-color:#3cce90;
  border:2px #3cce90 solid;
}
.pricing__plan--popular .pricing__signup:hover{
  color:#3cce90;
  background:none;
}


/*===============================================*/
/*  7.6 CUSTOM SECTION - CTA 			 */
/*===============================================*/

.section--cta{
  background-color: #f3f3f3;
}

/*===============================================*/
/*  7.7 CUSTOM SECTION - HOW IT WORKS (HIW) 			 */
/*===============================================*/
.section--hiw{
  background-color: #f7f7f7;
}
.hiw{
  width:100%;
  overflow:hidden;
  text-align:center;
}
.hiw-titles__slide{
  width: calc(100% / 5);
  cursor:pointer;
  padding:0 0 15px 0;
  margin:0 0 20px 0;
  text-align:center;
  opacity:.4;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.hiw-titles__slide span{
  display:block;
}
.hiw-titles__slide img{
  display:block;
  width:50px;
  margin:auto auto 15px auto;
}
.hiw-titles__slide.swiper-slide-active{
  position:relative;
  opacity:1;
}
.hiw-titles__slide.swiper-slide-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 4px;
  background: #313ee7;
}
.hiw-content__slide img{
  display:block;
  margin:auto;
  max-width:100%;
}
/*===============================================*/
/*  7.8 CUSTOM SECTION - SUPPORT	 			 */
/*===============================================*/
.grid--support{
  width:100%;
}
.grid--support .grid__item{
  margin-right:40px;
  margin-bottom:0;
  /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
  width: calc((100% - 40px * 2) / 3);
}
.grid--support .grid__item.grid__item--padding{
  background-color:#fff;
  /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
  width: calc((100% - 40px * 2 - 30px * 6) / 3);
  padding:30px;
  box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.grid--support .grid__title{
  font-size:24px;
  font-weight:700;
  padding:20px 0 20px 0;
  margin:0px 0 20px 0;
  position:relative;
}
.grid--support .grid__title:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  margin:0;
  width:40px;
  height:1px;
  background:#001f84;
  opacity:.5;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.grid--support .grid__item:hover .grid__title:after{
  width:100%;
}
.grid--support .grid__item--padding:hover{
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.18);
  -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.18);
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.18);
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.grid--support .grid__more{
  height: 32px;
  line-height: 30px;
  color:#001f84;
  background:none;
  padding: 0 22px;
  margin:0;
  border: 1px #c2cbd4 solid;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.grid--support .grid__more:hover{
  color: #fff;
  background-color: #001f84;
  border: 1px #001f84 solid;
}
.grid--support .grid__item:hover .grid__more{
  color: #fff;
  background-color: #001f84;
  border: 1px #001f84 solid;
}
/*===============================================*/
/*  7.9 CUSTOM SECTION - CLIENTS 			 */
/*===============================================*/
.section--clients{
  position:relative;
}
.grid__client .grid__item {
  margin-bottom: 0;
}
.grid__client-logo img{
  display:block;
  max-width:100%;
  margin:auto;
  text-align:center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.grid__client-logo a:hover img{
  opacity:.5;
}
/*===============================================*/
/*  7.10 CUSTOM SECTION - CONTACT	 			 */
/*===============================================*/
.section--contact{
  background-color: #f3f3f3;
  padding-bottom:100px;
}
.grid--contact{
  background-color:#3059e7;
  color:#fff;
  display: flex;
}
.grid--contact .grid__item--x2, .grid--contact .grid__item--x3{
  margin-bottom:0px;
}
.grid--contact .grid__item--x2.grid__item--padding{

  /*   (    one grid item with padding  ) * 2 + space between cols + padding */
  width: calc((((100% - 80px * 4 - 50px * 10) / 5) * 2) + 80px + 50px * 2);
  padding:40px 50px;
  background:none;
}
.grid--contact .grid__title{
  font-size:30px;
  line-height:42px;
  font-weight:300;
  padding:10px 0 20px 0;
  margin:0px;
  position:relative;
}
.grid--contact .grid__text{
  padding:20px 0 20px 0;
}
.grid--contact .grid__more{
  font-size:32px;
  font-weight:700;
  color: #fff;
  letter-spacing:-0.5px;
}
/*  CONTACT	FORM */
/*----------------------------------------------*/
.grid__item--form{
  background-color:#f7f8f9;
}
.grid__form{
  width:70%;
  height:100%;
  margin:auto;
  padding:0 10% 0 20%;
  position:relative;
}
.svg-form-left{
  height:100%;
  width:15%;
  position:absolute;
  left:0px;
  top:0px;
  z-index:222;
}
.form__title{
  font-size:24px;
  padding:0;
  font-weight: 700;
  margin:0px;
}
.form__container{
  width:100%;
  padding:20px 0 40px 0;
  float:left;
  clear:both;
}

.form-control {
	margin-bottom: 5px;
	padding-bottom: 10px;
	position: relative;
  width: 97%;
}

.form-control label {
	display: inline-block;
	margin-bottom: 5px;
  color: #000000;
}

.form-control input, .form-control textarea {
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px 0 10px 10px;
	width: 100%;
}

.form-control input:focus {
	outline: 0;
	border-color: #777;
}

.form-control.success input {
	border-color: #2ecc71;
}

.form-control.error input {
	border-color: #e74c3c;
}

.form-control i {
	visibility: hidden;
	position: absolute;
	top: 40px;
	right: 10px;
}

.form-control.success i.fa-check-circle {
	color: #2ecc71;
	visibility: visible;
}

.form-control.error i.fa-exclamation-circle {
	color: #e74c3c;
	visibility: visible;
}

.form-control small {
	color: #e74c3c;
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form__input {
  position: relative;
  z-index: 1;
  display: block;
  width:100%;
  vertical-align: top;
}
.form__textarea {
  position: relative;
  z-index: 1;
  display: block;
  width:100%;
  vertical-align: top;
  font-size:16px;
}
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  font-weight: bold;
  -webkit-appearance: none; /* for box shadows to show on iOS */
  font-family: 'Source Sans Pro', sans-serif;
  font-size:16px;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0;
  width: 40%;
  color: #181818;
  font-weight: 300;
  font-size: 16px;
  line-height:50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
}
.form__submit{
  margin:10px 0 0 0;
  width: 100%;
  cursor:pointer;
}
/*===============================================*/
/*  7.11 CUSTOM SECTION - LOGIN/SIGNUP MODAL			 */
/*===============================================*/
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
  z-index: 9999;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 50%;
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  transform: rotate(-45deg);
}

.modal-toggle {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
	
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}


/*===============================================*/
/*  8. FOOTER 	 						 */
/*===============================================*/
/* BLOCK - footer */
.footer{
  width:100%;
  height:auto;
  float:left;
  clear:both;
  background-color: #fff;
}
/* ELEMENT - footer__content */
.footer__content{
  clear:both;
}
/* ELEMENT MODIFIER footer__content  */
.footer__content--fix-width{
  width:1240px;
  margin:auto;
  clear:both;
}
.footer__content--fluid-width{
  width:80%;
  margin:auto;
  clear:both;
}
.footer__content--padding{
  padding:100px 0;
}
.footer__content--svg{
  padding-top:180px;
}
.grid__title--footer-logo{
  font-size:18px;
  letter-spacing:1px;	font-weight:700;
}
.grid__title--footer-logo span{
  font-weight:700;
}
.grid__title--footer{
  font-size:20px;
  font-weight:700;
}
.grid__text--copyright{
  color:#838383;
  line-height:22px;
}
ul.grid__list--sicons{
  margin:20px 0 0 0;
}
ul.grid__list--sicons li{
  display:inline-block;
  margin:0 20px 0 0;
}
ul.grid__list--sicons li a{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.grid__list--sicons li a img{
  display:block;
  width:25px;
}
ul.grid__list--sicons li a:hover{
  opacity:.5;
}

ul.grid__list--fmenu li a {
  display: inline-block;
  color:#838383;
  text-decoration: none;
}

ul.grid__list--fmenu li a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #001f84;
  transition: width .3s;
}

ul.grid__list--fmenu li a:hover::after {
  width: 100%;
}
ul.grid__list--fmenu li a:hover {
  color: #001f84;
}
/*===============================================*/
/* 9. MEDIA QUERIES   			 */
/*===============================================*/
/*===============================================*/
/* Small desktop and laptops 1400 px		 */
/*===============================================*/
@media screen and (max-width: 1400px) {
  .header__content--fix-width, .section__content--fix-width, .footer__content--fix-width, .header__content--fluid-width, .section__content--fluid-width, .footer__content--fluid-width{
    width:96%;
    padding-left:2%;
    padding-right:2%;
  }
  .intro{
    padding:15% 0 0 0;
  }
  .intro-animation img{
    max-width:100%;
  }
  .modal__wrapper {
    top: 18%;
    width: 70%;
    margin-left: -35%;
  }
  .modal__wrapper--image {
    top: 5%;
    left: 20%;
    width: 80%;
    bottom:5%;
    margin-left: -10%;
  }

}

/*===============================================*/
/* Smaller than fixed width 1240 px		 */
/*===============================================*/
@media screen and (max-width: 1240px) {
  .header__content--fix-width, .section__content--fix-width, .footer__content--fix-width{
    width:92%;
    padding-left:4%;
    padding-right:4%;
  }
  .header__logo-title span{
    display: none;
  }

}

/*===============================================*/
/*Tablets and Mobile - Portrait - max 1024 px */
/*===============================================*/
@media screen and (max-width: 1024px) {
  /*  CONTACT 	 */
  /*---------------*/
  .grid--contact {
    display: block;
  }

  .grid--contact .grid__item, .grid--6col .grid__item {
    margin-bottom: 0px !important;
  }

  .grid__form {
    width: 90%;
    padding: 0 5%;
    position: relative;
  }

  .form__submit {
    margin: 40px 0 0 0;
  }

  .svg-form-left {
    display: none;
  }
}
/*===============================================*/
/* Mobile and portrait Tablets max 800 px */
/*===============================================*/
@media screen and (max-width: 800px) {
  body{
    font-size:14px;
  }
  p{
    line-height:22px;
  }
  .header__content--fix-width, .section__content--fix-width, .footer__content--fix-width{
    width:90%;
    padding-left:5%;
    padding-right:5%;
  }
  /*  HEADER 	 */
  /*---------------*/
  .header{
    height:50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__content{
    height:50px;
  }
  /*  MENU 	 */
  /*---------------*/
  .menu-open{
    height:100% !important;
    overflow-y:scroll;
    background-color:#fff;
  }
  .header__logo-title{
    font-size:20px;
  }
  .header__menu {
    width: 100%;
    height:100%;
    float:left;
    clear:both;
    margin:40px 0 0 0;
  }
  .header__menu ul {
    width: 100%;
    display: none;
    text-align:left;
    background-color:#fff;

  }
  .header__menu ul li {
    width: 100%;
  }
  .header__menu ul li,  .header__menu ul ul li a,  .header__menu ul ul ul li a,  .header__menu ul ul ul li:last-child a {
    border-bottom:1px #ebeced solid;
  }
  .header__menu ul li a {
    width: 100%;
    font-size:13px;
    line-height:40px;
    height:auto;
    margin:0;
    padding: 0 35px;
  }
  .header__menu > ul > li {
    float: none;

  }
  .header__menu ul ul li a {
    margin:0 0 0 0;
    padding:0px 0px 0 15%;
    width:100%;
    height:auto;
  }
  .header__menu > ul > li.header__btn--signup > a {
    width:80%;
    height:35px;
    line-height:35px;
    padding:0 5%;
    margin:5px 0 5px 10%;
    text-align:center;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .header__menu > ul > li.header__btn--login > a {
    width:80%;
    height:35px;
    line-height:35px;
    padding:0 5%;
    margin:5px 0 5px 10%;
    text-align:center;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .header__menu ul ul li:first-child a {
    border-top:1px #ebeced solid;
  }
  .header__menu ul ul li:last-child a {
    border-bottom:none;
  }
  .header__menu ul ul ul li a {
    margin:0 0 0 0;
    padding:0 0px 10px 0;

  }
  .header__menu ul ul,  .header__menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    padding:0;
    top:0;
    border-top:none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:none;
    transition: none;
    visibility:visible;
    opacity: 1;
  }
  .header__menu ul ul.submenu-header-sticky{
    background-color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
  }
  .header__menu ul ul li,  .header__menu ul ul ul li{
    border-bottom:none;
  }
  .header__menu li:hover > ul {
    transition: none;visibility:visible;top:auto;}

  .menu-button {
    display: block;
  }

  .header__menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 38px;
    width: 50px;
    cursor: pointer;
    border-left: 1px solid #ebeced;
    background-color:#fff;
  }
  .header__menu ul ul .submenu-button {
    height: 35px;
    width: 35px;
  }
  .header__menu .submenu-button:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 17px;
    display: block;
    width: 0;
    padding: 0;
    border: 5px solid transparent;
    border-top-color: #000;
  }
  .header__menu ul ul .submenu-button:after {
    border-width: 4px;
    left: 14px;
    top: 12px;
  }
  .header__menu .submenu-button.submenu-opened:after {
    top: 12px;
    border-top-color: transparent;
    border-bottom-color: #000;
  }
  .header__menu ul ul .submenu-button.submenu-opened:after {
    top: 10px;
  }


  /*       SECTION 	   */
  /*=====================*/
  .section--page-top{
    padding-top:40px;
  }
  .section--page-bottom{
    padding-bottom:40px;
  }
  .section__content--padding{
    padding:50px 0;
  }
  .section__title{
    font-size:28px;
  }
  .section__description{
    font-size:14px;
    line-height:26px;
  }
  .section__description--centered{
    width:80%;
    padding:0 0 40px 0;
  }

  /*       GRID 	   */
  /*=====================*/

  .grid--2col .grid__item, .grid--3col .grid__item, .grid--4col .grid__item, .grid--5col .grid__item, .grid--6col .grid__item
  {
    margin-bottom:40px;
    width: 89%;
    float: none !important;
    margin-right:0 !important;
  }
  .grid--3col .grid__item--x2, .grid--4col .grid__item--x3, .grid--5col .grid__item--x2,  .grid--5col .grid__item--x3,  .grid--5col .grid__item--x4,  .grid--6col .grid__item--x2,  .grid--6col .grid__item--x3, .grid--6col .grid__item--x4, .grid--6col .grid__item--x5 {
    width: 100%;
  }
  .grid--2col .grid__item--padding, .grid--3col .grid__item.grid__item--padding,  .grid--3col .grid__item--x2.grid__item--padding, .grid--4col .grid__item.grid__item--padding, .grid--4col .grid__item--x3.grid__item--padding, .grid--5col .grid__item.grid__item--padding,  .grid--5col .grid__item--x2.grid__item--padding,  .grid--5col .grid__item--x3.grid__item--padding,  .grid--5col .grid__item--x4.grid__item--padding, .grid--6col .grid__item.grid__item--padding,  .grid--6col .grid__item--x2.grid__item--padding,  .grid--6col .grid__item--x3.grid__item--padding,  .grid--6col .grid__item--x4.grid__item--padding,  .grid--6col .grid__item--x5.grid__item--padding{
    width: calc(100% - 20px * 2);
    padding:20px;
  }
  .grid__title{
    font-size:18px;
  }
  .grid__text {
    padding-bottom:20px;
    line-height:22px;
  }
  /*       FOOTER 	   */
  /*=====================*/
  .footer__content{
    padding-top:50px;
  }
  ul.grid__list--fmenu li {
    display:block;
    float:left;
    margin:0 20px 10px 0;
  }


  /*              CUSTOM SECTIONS 	      */
  /*========================================*/
  .section--intro{
    background: #fff none;
  }
  .intro{
    width:100%;
    padding:15% 0 0 0;
  }
  .intro__title{
    position: relative;
    padding:0 0 25px 0;
    font-size:44px;
    line-height:55px;
  }
  .intro__title__words-animation{
    width:150px;
  }
  .intro__subtitle{
    font-size:22px;
    line-height:24px;
    padding:0 0 20px 0;
  }
  .intro__description{
    font-size:16px;
    padding:0 0 20px 0;
  }
  .intro__buttons{
    padding:20px 0 0 0;
  }
  .btn{
    padding:10px 30px;
    margin:0 5px;
  }
  .btn--play{
    padding-right:60px;
  }
  .intro-animation{
    width:90%;
    height:35%;
    float:left;
    text-align:right;
    position:absolute;
    bottom:0;
    left:5%;
    z-index:222;
  }
  .intro-animation img{
    max-width:100%;
  }
  svg.svg-intro-bottom {
    display:none;
  }
  svg.svg-features-top {
    display:none;
  }
  /*  ABOUT 	 */
  /*---------------*/
  .grid--about .grid__title{
    font-size:28px;
    line-height:36px;
  }
  .grid--about .grid__text{
    font-size:16px;
    line-height:24px;
  }

  /*  FEATURES 	 */
  /*---------------*/
  .section--features{
    padding:0 0 40px 0;
  }
  svg.svg-features-bottom {
    height: 40px;
  }
  .grid--features .grid__item{
    margin-right:0;
    margin-bottom:20px;
    width: 90%;
    padding:5%;
  }
  /*  HOW IT WORKS 	 */
  /*---------------*/
  .hiw-titles__slide{
    width: calc(100% / 3);
    padding:10px 0;
    margin:0 0 10px 0;
  }
  .hiw-buttons button{
    margin-bottom:10px;
  }
  .hiw-content__slide{
    height:auto;
  }
  .hiw-content__slide pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }
  /*  PRICING 	 */
  /*---------------*/
  .pricing__plan{
    width: 100%;
    padding:20px 0;
    margin:0 0 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
  }
  .pricing__plan--popular {
    z-index: 2;
    top: 0;
    padding:20px 0;
    -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
  }
  .pricing__plan--enterprise {
    z-index: 2;
    top: 0;
    padding:20px 0;
    -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
  }
  /*  TESTIMONIALS 	 */
  /*---------------*/
  .testimonials{
    margin:0;
    padding:40px 0 80px 0;
  }
  .testimonials__slide {
    width:40%;
    float:left;
  }
  .testimonials__frame {
    padding: 0 !important;
    height: inherit !important;
    margin: -70px 0 0 20% !important;
  }
  .testimonials__frame .testimonials__text {
    display: none;
  }

  /*  CTA 	 */
  /*---------------*/
  .section--cta{
    padding:20px 0;
  }

  /*  Modal	 */
  /*---------------*/
  .modal__wrapper {
    top: 5%;
    width: 90%;
    margin-left: -45%;
  }
  .modal__wrapper--image {
    top: 10%;
    left: 14%;
    width: 86%;
    bottom:auto;
    margin-left: -7%;
  }
  .modal__content.modal__content--visible{
    display: block;
  }
  .modal__info{
    display:none;
  }
  .modal__form{
    width:90%;
    height:100%;
    display:block;
    padding:20px 5%;
  }
  .modal__content--login, .modal__content--forgot, .modal__content--signup{
    background-color:#fff;
  }
  .modal__image{
    height:auto;
  }
  .modal__image img{
    max-width:100%;
    max-height:auto;
  }

}
/*===============================================*/
/* Small Mobile under 600	  					 */
/*===============================================*/
@media screen and (max-width: 600px) {
  .intro__title{
    padding:5% 0 5px 0;
    font-size:40px;
  }
  .intro__subtitle{
    font-size:14px;
    padding:0 0 30px 0;
    line-height:20px;
  }
  .intro__description{
    font-size:12px;
  }
  .btn{
    padding:8px 15px;
  }
}















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
