.noselect, nav ul.menu, #lang-switch {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin: 0px;
  padding: 0px;
  color: #4C4A49;
  background: white; }

.container-fluid {
  padding: 0px;
  overflow: hidden; }

.logo img {
  max-width: 240px; }

/*  _____________________________________________________ MAIN TYPO */
a {
  color: #00c864;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

p {
  margin: 0 0 1em; }

.ul-content li {
  margin-bottom: .5em; }

.ul-content li a, p a {
  color: #00c864;
  border-bottom: solid 2px #fff; }
  .ul-content li a:hover, .ul-content li a:focus, p a:hover, p a:focus {
    color: #00c864;
    border-color: #00c864; }

p strong {
  font-weight: bold; }

h1, h2, h3, h4, h5 {
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -.001em;
  margin: .6em 0; }

h1, h2 {
  letter-spacing: -.01em; }

h1 {
  font-size: 1.5em;
  margin: 1.1em 0 0.6em; }

h2 {
  font-size: 1.23em;
  color: #009dff; }

h3 {
  font-size: 1em;
  color: #009dff; }

.chapter {
  margin-top: 2em; }

h5 {
  font-size: 1em; }

.centered {
  text-align: center; }

/*  _____________________________________________________ MENU */
header .logo, header nav, header .login {
  display: inline-block; }
header nav, header .login {
  float: right;
  margin-top: 1em; }
header .login {
  float: right !important;
  margin-left: 1em; }
header nav {
  padding-top: .5em; }

.menutop ul.mainmenu li:last-of-type a {
  padding-right: 0; }
.menutop ul.mainmenu li:first-of-type a {
  padding-left: 0; }

nav, .btn-login {
  text-transform: lowercase; }

section.inpagemenu {
  padding: 2.4em 0 2.8em; }
  section.inpagemenu .menu li {
    margin-bottom: 1.6em; }

.default .inpagemenu {
  margin-top: 2.4em; }

nav ul.menu {
  font-family: "Montserrat", sans-serif;
  list-style: none;
  text-align: center;
  font-size: .85em; }
  nav ul.menu li {
    display: inline-block; }
    nav ul.menu li a {
      padding: 1em 1.2em; }
      nav ul.menu li a span {
        padding-bottom: .4em;
        border-bottom: #fff solid 3px;
        -webkit-transition: border-color 0.2s ease-in-out;
        -moz-transition: border-color 0.2s ease-in-out;
        -ms-transition: border-color 0.2s ease-in-out;
        -o-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out; }
  nav ul.menu li a.active, nav ul.menu li a:hover, nav ul.menu li a:focus {
    color: #00c864; }
    nav ul.menu li a.active span, nav ul.menu li a:hover span, nav ul.menu li a:focus span {
      color: #00c864;
      border-color: #00c864; }
  nav ul.menu li a#login-link.active, nav ul.menu li a#login-link:hover, nav ul.menu li a#login-link:focus {
    color: #009dff; }
    nav ul.menu li a#login-link.active span, nav ul.menu li a#login-link:hover span, nav ul.menu li a#login-link:focus span {
      color: #009dff;
      border-color: #009dff; }
  nav ul.menu li a.active {
    cursor: default; }

.noprevspace {
  margin-left: -0.2em; }

.logo svg {
  height: 2.4em;
  width: auto; }

a.logo path {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
a.logo.active path, a.logo:hover path, a.logo:focus path {
  fill: #00c864; }

header .logo svg {
  height: 2.4em; }

header {
  padding: .7em 0 0; }
  header .container {
    position: relative; }
  header .container > * {
    display: inline-block;
    vertical-align: middle; }
  header .logo {
    float: left;
    margin-top: 1.2em !important;
    width: 6em; }

.home header {
  padding-bottom: 0; }

#lang-switch {
  top: -0.5em;
  right: 1.3em;
  position: absolute;
  font-size: .75em;
  color: #00c864; }
  #lang-switch a {
    color: #00c864; }
    #lang-switch a:hover {
      color: #fa783c; }

.fr #lang-fr {
  font-weight: bold; }

.en #lang-en {
  font-weight: bold; }

.es #lang-es {
  font-weight: bold; }

.languages {
  font-size: .6em;
  margin-top: 3em; }
  .languages ul {
    list-style: none; }
    .languages ul li {
      display: inline-block;
      margin: 0 .5em; }
    .languages ul li.active, .languages ul li a:hover {
      border-bottom: 1px solid #00c864;
      color: #00c864; }

/*  _____________________________________________________ SECTIONS */
section#hero {
  padding: 1.1em 0 4em;
  text-align: center; }
  section#hero img {
    max-width: 100%; }
  section#hero .container {
    position: relative; }
  section#hero .claim {
    padding: .7em 0 .6em; }
  section#hero .logo {
    margin: 1.4em auto .4em; }
    section#hero .logo img {
      max-width: 280px; }
  section#hero .btn {
    margin: .7em 0; }
  section#hero .baseline {
    font-size: .9em;
    margin-bottom: 1.4em; }
  section#hero .what {
    font-size: .75em; }

.home .langswitcher {
  margin-top: 0 !important; }

h1.headline {
  color: #00c864;
  font-size: 1.4em;
  line-height: 1.4; }

.home header .login {
  margin-top: .4em; }

section#argu .row {
  margin: 4.8em 0; }
section#argu .row:first-of-type {
  margin-top: 2em; }
section#argu .row:last-of-type {
  margin-bottom: 0; }
section#argu .row.intro {
  margin: 0; }
section#argu p {
  margin-top: 1em; }

.details .verbatim {
  margin-top: 3.8em; }

.home section#argu {
  padding-top: 1em; }

.home .verbatim {
  margin-bottom: 1.8em; }

.details section#argu .row.intro {
  margin: .3em 0 2.8em; }

button#topbtn {
  margin-top: -1.2em; }

.verbatim {
  padding: 0; }
  .verbatim img {
    float: right;
    max-width: 100%;
    max-height: 450px; }
  .verbatim .row {
    margin: 0; }
  .verbatim .quote {
    padding-top: 1em; }

.clients-logos {
  background: #fafafa; }
  .clients-logos h2 {
    color: #4C4A49; }

img.resp.pic-little {
  width: 39%; }

/*
.argu-more ul {
  list-style: none;
  li:before{
      font-family: 'Glyphicons Halflings';
      content: "\e013";
      float:left;
  };
}
*/
section.pageheader {
  padding: 0 0 2em; }
  section.pageheader h1 {
    text-align: center; }

.prices p.intro {
  margin: 0 0 1em; }

#details-hero {
  padding: 0; }

.details #cta.pageheader {
  padding: 0; }

.keynumbers {
  margin: 1em 0 3em;
  line-height: 1.1em; }
  .keynumbers strong {
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    color: #00c864;
    line-height: 1em;
    margin-right: 10px;
    float: left; }

.keynumbers {
  font-family: "Montserrat", sans-serif;
  background: url("images/paint.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 3em 4em; }

.keynumbers-big strong {
  font-size: 3.3em;
  margin-bottom: .1em; }

.helper {
  font-family: "PT Sans", sans-serif; }

.keytext, .number {
  display: block;
  clear: both;
  margin-top: 1em; }

.stepby {
  list-style-type: none; }
  .stepby h3 strong {
    font-size: 1.6em; }
  .stepby h3 {
    margin-bottom: -0.4em; }
  .stepby img {
    margin-bottom: 1em; }

.row.simple {
  margin-bottom: 2em !important;
  margin-top: 2.5em !important; }

.row.stepby {
  margin-left: 2em;
  margin-top: 0 !important; }

.stepby > li {
  counter-increment: count-me; }

.stepby > li::before {
  font-family: "Montserrat", sans-serif;
  content: counter(count-me);
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: .05em;
  color: #009dff;
  font-size: 1.2em; }

.bkg-lgrey {
  background: #FAFAF8; }

#argu ul, #pricing-faq ul {
  margin-left: 1em; }

.quote {
  margin: 1.5em 0;
  font-size: 1.1em;
  line-height: 1.35;
  color: #009dff; }
  .quote .quote-author {
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: .6em;
    margin-top: 1em; }

.techinno {
  text-align: center; }

#cta {
  text-align: center; }
  #cta h2 {
    margin-bottom: 2em; }

/*  _____________________________________________________ PRICES */
#security {
  text-align: center;
  background-color: #dff0d8;
  padding: 0; }
  #security h3 {
    font-size: .9em; }

#pricing-faq {
  font-size: .8em; }
  #pricing-faq .container {
    max-width: 990px; }

.prices-tabs {
  width: 88%;
  margin: 0 auto; }

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

.contact h1 {
  text-align: center; }

body.signin {
  text-align: center; }
  body.signin a.logo {
    margin: 3em 0 1em auto;
    display: block; }

.btn-big {
  font-family: "Montserrat", sans-serif;
  font-size: .9em;
  color: #fa783c;
  background-color: #fff;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  padding: 0.45em 1.1em 0.45em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 3px #fa783c solid; }
  .btn-big:hover, .btn-big:focus {
    background-color: #fa783c;
    color: #fff; }
  .btn-big:active {
    top: 2px;
    position: relative;
    webkit-box-shadow: initial;
    box-shadow: initial; }

.btn-big.btn-login {
  font-size: .65em;
  background-color: #fff;
  color: #00c864;
  border: 2px #00c864 solid; }
  .btn-big.btn-login:focus, .btn-big.btn-login:hover {
    border-color: #009dff;
    background-color: #009dff;
    color: #fff; }

.btn-invis {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #00c864; }

.dropdown-menu {
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: none;
  min-width: initial;
  border: 1px solid #FAFAF8;
  border-radius: 0px; }
  .dropdown-menu > li > a {
    color: #4C4A49; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #00c864; }

ul {
  padding: 0; }

.intro {
  text-align: center;
  margin: 2em; }

/*  _____________________________________________________ LAYOUT  */
img.resp {
  width: 100%; }

section {
  padding: 3em 0; }

footer {
  text-align: center;
  padding: 2em 0 5em; }

.credits {
  margin-top: 2.4em;
  font-size: .8em;
  color: #B7B6B5; }
  .credits a {
    color: #B7B6B5;
    font-family: "Montserrat", sans-serif; }
    .credits a:hover {
      color: #00c864; }

/*  _____________________________________________________ ICONS  */
.icon, [class^="icon-"]:before, [class*="icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*.ico-info:before {*/
.legende:before {
  content: "\e608"; }

.break {
  display: none; }

*:focus {
  outline: 0 !important; }

*:visited {
  text-decoration: none; }

.menu-wrapper .logo {
  margin-bottom: 54px; }

.video-thumb {
  float: left;
  padding: 0;
  border-radius: 4px;
  border: 3px solid #009dff;
  text-align: center; }
  .video-thumb .play-btn {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("images/play2.png") no-repeat center center;
    background-size: 5em; }
  .video-thumb .overlay {
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    width: 30%;
    height: 46%;
    top: 27%;
    left: 35%;
    background: #009dff;
    opacity: .5; }
  .video-thumb:hover .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px; }

/*  _____________________________________________________ FORM  */
.form-control {
  font-size: 1em;
  padding: 19px 17px;
  border: solid 2px #009dff; }
  .form-control:focus {
    border-color: #fa783c; }
  .form-control::-webkit-input-placeholder {
    color: #4C4A49; }
  .form-control:-moz-placeholder {
    color: #4C4A49; }
  .form-control::-moz-placeholder {
    color: #4C4A49; }
  .form-control:-ms-input-placeholder {
    color: #4C4A49; }

form input .form-control, form input .btn-big {
  font-size: 20px;
  height: 54px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -2px; }

.helper {
  font-size: .7em;
  margin: .3em .1em .6em;
  opacity: .8; }
  .helper a {
    color: #4C4A49; }
    .helper a:hover {
      color: #00c864; }

section.mc-form {
  background: #009dff; }
  section.mc-form h3 {
    color: #fff;
    text-align: center;
    margin: 0 0 2em;
    font-size: 1.1em; }
  section.mc-form input[type="submit"] {
    margin-top: 1em; }

label {
  display: block;
  color: #fff;
  font-weight: normal; }

fieldset input:not(.mc-suscribe), fieldset select, form input:not(.mc-suscribe), form select {
  width: 100%;
  height: 2em;
  padding: .2em .4em; }
fieldset input, form input {
  background: #fff;
  border: none;
  border-bottom: 3px solid #eee; }
  fieldset input:focus, form input:focus {
    border-color: #fa783c; }
fieldset select, form select {
  background: #fff;
  border: none; }

.response {
  background-color: white;
  padding: 1em 1.5em 1.2em;
  margin: 1em 0;
  border-radius: 1.3em; }

.radios-btns {
  margin-top: 1em; }
  .radios-btns input[type="radio"] {
    display: none; }
  .radios-btns ul {
    list-style: none; }

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: -5px;
  margin-bottom: 10px; }

/*  ________________________________________ CUSTOM checkbox & radio */
:not(#foo) > span > input[type='radio'],
:not(#foo) > span > input[type='checkbox'] {
  opacity: 0;
  float: left;
  width: 24px; }

:not(#foo) > input[type='radio'] + label,
:not(#foo) > span > label.radio > input[type='radio'],
:not(#foo) > span > input[type='checkbox'] + label,
:not(#foo) > span > label.checkbox > input[type='checkbox'] {
  margin: 0;
  margin-bottom: 1.4em;
  clear: none;
  padding: 1px 0 4px 32px;
  cursor: pointer;
  height: 24px;
  line-height: 1.1;
  background: url(images/check_radio-sprite.png) 0 -24px no-repeat; }

:not(#foo) > input[type='radio'] + label,
:not(#foo) > label.radio > input[type='radio'] {
  background-position: 0 -144px; }

:not(#foo) > input[type='radio'] + label,
:not(#foo) > label.radio > input[type='radio'] {
  background-position: 0 -144px; }

:not(#foo) > input[type='radio']:checked + label {
  background-position: 0 -192px; }

:not(#foo) > input[type='checkbox']:checked + label {
  background-position: 0 -72px; }

:not(#foo) > input[type='radio']:focus:not(:checked) + label,
:not(#foo) > input[type='radio']:active + label {
  background-position: 0 -216px; }

:not(#foo) > input[type='checkbox']:focus:not(:checked) + label,
:not(#foo) > input[type='checkbox']:active + label {
  background-position: 0 -96px; }

.mc-field-group {
  margin-top: 1em; }

label {
  margin-bottom: .5em; }

/*  _____________________________________________________ MEDIA RESP  */
.verbapic:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-size: 100% 100%;
  background: url("images/bubble2.png") no-repeat center center;
  width: 54px;
  height: 120px;
  top: 35%;
  right: 80%; }

header .menutop > * {
  display: table;
  margin: 1em auto;
  float: initial; }

header .langswitcher {
  display: none; }

header .langswitcher {
  margin: 0.8em 0em 0 1.3em; }

body {
  font-size: 1.8em; }

.menutop {
  font-size: 1em; }

.home .login {
  display: none; }

.airtop {
  margin-top: 1em; }

.keynumbers {
  padding: 1em 0em; }

@media (min-width: 640px) {
  header .menutop > * {
    display: inline-block; }

  .menutop nav {
    float: right; }

  .verbapic:before {
    right: 50%; } }
@media (min-width: 768px) {
  .menutop {
    font-size: 1em; }

  .keynumbers {
    padding: 3em 4em; } }
.resp-sm {
  display: block; }

.resp-md {
  display: none; }

@media (min-width: 990px) {
  body {
    font-size: 2.05em; }

  .home header .mainmenu, .home header .logo {
    display: none; }

  .home .login {
    display: block; }

  header .langswitcher {
    display: block; }

  .verbapic:before {
    background: url("images/bubble.png") no-repeat center center;
    width: 120px;
    height: 40px;
    top: 35%;
    left: -2%; }

  .resp-sm {
    display: none; }

  .resp-md {
    display: block; }

  .airtop {
    margin-top: 4em; }

  :not(#foo) > input[type='radio'] + label {
    margin-bottom: .7em; } }
body.default main.container {
  max-width: 768px; }

@media (min-width: 1200px) {
  body {
    font-size: 2.24em; } }
@media (max-width: 460px) {
  section.inpagemenu .menu li {
    display: block; }

  footer {
    padding: 1em 0; }

  :not(#foo) > input[type='radio'] + label {
    margin-bottom: 2.4em; } }
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 ________________________*/
/*
#mc_embed_signup {
  .container {max-width:970px; margin:0 auto;}
  form {
    display: block;
    position: relative;
    text-align: left;
    
    //padding: 10px 0 10px 3%;
  }
  
  input:not(.btn) {
    //border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    &[type=checkbox] {
      -webkit-appearance: checkbox;
    }
    &[type=radio] {
      -webkit-appearance: radio;
    }
    &:focus {
      border-color: $black;
    }
  }
  
  .small-meta {
    font-size: 11px;
  }
  .nowrap {
    white-space: nowrap;
  }
  .mc-field-group {
    //clear: left;
    position: relative;
    //width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
  }
  .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
  }
}

}

#mc_embed_signup {
  .mc-field-group {
    label {
      display: block;
      margin-bottom: 3px;
    }
    input {
      display: block;
      width: 100%;
      padding: 8px 0;
      text-indent: 2%;
      color:$black;
    }
    select {
      display: inline-block;
      width: 99%;
      padding: 5px 0;
      margin-bottom: 2px;
    }
  }
  .datefield, .phonefield-us {
    padding: 5px 0;
  }
  .datefield input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0;
  }
  .phonefield-us {
    input {
      display: inline;
      width: 60px;
      margin: 0 2px;
      letter-spacing: 1px;
      text-align: center;
      padding: 5px 0 2px 0;
    }
    .phonearea input, .phonedetail1 input {
      width: 40px;
    }
  }
  .datefield {
    .monthfield input, .dayfield input {
      width: 30px;
    }
    label {
      display: none;
    }
  }
  .phonefield-us label {
    display: none;
  }
  .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
  }
  .asterisk {
    color: $black;
    //font-size: 150%;
    font-weight: normal;
    //position: relative;
    top: 5px;
  }
  .clear {
    clear: both;
  }
  .mc-field-group.input-group {
    ul {
      margin: 0;
      padding: 5px 0;
      list-style: none;
      li {
        display: block;
        padding: 3px 0;
        margin: 0;
      }
    }
    label {
      display: inline;
    }
    input {
      display: inline;
      width: auto;
      border: none;
    }
  }
  div {
    &#mce-responses {
      float: left;
      top: -1.4em;
      padding: 0em .5em 0em .5em;
      overflow: hidden;
      width: 90%;
      margin: 0 5%;
      clear: both;
    }
    &.response {
      margin: 1em 0;
      padding: 1em .5em .5em 0;
      font-weight: bold;
      float: left;
      top: -1.5em;
      z-index: 1;
      width: 80%;
    }
  }
  #mce-error-response {
    display: none;
  }
  #mce-success-response {
    color: #529214;
    display: none;
  }
  label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
  }
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup {
  #num-subscribers {
    font-size: 1.1em;
    span {
      padding: .5em;
      border: 1px solid #ccc;
      margin-right: .5em;
      font-weight: bold;
    }
  }
  #mc-embedded-subscribe-form {
    div.mce_inline_error {
      display: inline-block;
      margin: 2px 0 1em 0;
      padding: 5px 10px;
      background-color: rgba(255, 255, 255, 0.85);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-size: 14px;
      font-weight: normal;
      z-index: 1;
      color: #e85c41;
    }
    input.mce_inline_error {
      border: 2px solid #000;
    }
  }
}



#mc_embed_signup {margin-top:.4em;}

#mc_embed_signup form {
  font-size:1.2em;
  input {
    border: solid 2px white;
    &:focus{border-color:$black;};
    @include placeholder {
        color: $white;
        opacity:.7;
    };
  }
  .btn-big {font-size: 1.4em;
    //height: 50px;
  }
  
  .btn-big {background-color:$white; color:$orange;}
  .mc-field-group label {display:none;}
  
  input:not(.btn), .form-control {
    background-color:$orange;
    color:$white;
    padding: .3em
  }
}

*/
