/*
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  margin: 0;
  min-width: 990px;
}
img {
  max-width: none;
}
a {
  color: #4d4d4d;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #4d4d4d;
}
a.underline {
  border-botttom: 1px solid #bdc5c6;
}
a.underline.blue {
  color: #2095f2 !important;
  border-bottom: 1px solid #2095f2 !important;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
  list-style-position: inside;
  line-height: 1em;
}
.clear {
  clear: both;
}
p {
  margin: 12px 0;
}
.huge {
  font-size: 24px;
  line-height: 32px;
}
.large {
  font-size: 19px;
  line-height: 32px;
}
.small {
  font-size: 12px;
  margin: 6px 0;
  line-height: 16px;
}
.medium {
  font-size: 14px;
  line-height: 21px;
}
.tiny {
  font-size: 11px;
  line-height: 14px;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal {
  font-weight: normal;
}
.centered {
  text-align: center;
}
.underline {
  border-bottom: 1px solid #bdc5c6;
}
a.underline {
  color: inherit;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.strike {
  position: relative;
  display: inline-block;
  font-size: inherit;
}
.strike::before {
  content: '';
  border-bottom: 1px solid #f00;
  width: 100%;
  position: absolute;
  right: 0;
  top: 35%;
}
.black {
  color: #4d4d4d;
}
.gray {
  color: #bdc5c6;
}
.grayDark {
  color: #888688;
}
.green {
  color: #4bae4e;
}
.red {
  color: #f34235;
}
.blue {
  color: #2095f2;
}
.yellow {
  color: #fec005;
}
.invisible {
  display: none;
}
.narrow {
  font-family: 'Roboto Condensed', arial, sans-serif;
}
.fluo {
  background: #f3ff00;
  padding: 2px 12px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  position: relative;
  padding: 90px 0;
  overflow: visible;
}
.container-gray {
  background: #f6f6f6;
}
h1,
h2,
h3,
h4 {
  line-height: 1em;
  margin: 0;
}
h1 {
  font-weight: 100;
  color: #4d4d4d;
  font-size: 66px;
  line-height: 80px;
  position: relative;
  padding-bottom: 24px;
}
h2 {
  font-weight: 600;
  color: #4d4d4d;
  font-size: 28px;
  line-height: 48px;
  position: relative;
  padding-bottom: 24px;
}
.top-12 {
  margin-top: 12px;
}
.top-24 {
  margin-top: 24px;
}
.top-36 {
  margin-top: 36px;
}
.top-48 {
  margin-top: 48px;
}
.top-60 {
  margin-top: 60px;
}
.top-72 {
  margin-top: 72px;
}
.bottom-24 {
  margin-bottom: 24px;
}
.btn {
  padding: 24px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  transition: all 0.1s ease;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #bdc5c6;
  color: #4d4d4d;
}
.btn:hover {
  background-color: #4bae4e;
  border: 1px solid #4bae4e;
  color: #fff;
}
.btn:hover span.green {
  color: #fff;
}
.btn-solid {
  padding: 20px;
  font-size: 16px;
  color: #fff;
  background: #2095f2;
  border: 5px solid #2095f2;
  display: inline-block;
  transition: all 0.1s ease;
  text-align: center;
}
.btn-solid:hover {
  border: 5px solid #2095f2;
  background-color: #fff;
  color: #2095f2;
}
.btn-solid-green {
  padding: 20px;
  font-size: 16px;
  color: #fff;
  background: #4bae4e;
  border: 5px solid #4bae4e;
  display: inline-block;
  transition: all 0.1s ease;
  text-align: center;
}
.btn-solid-green:hover {
  border: 5px solid #4bae4e;
  background-color: #fff;
  color: #4bae4e;
}
.btn-solid-red {
  padding: 20px;
  font-size: 16px;
  color: #fff;
  background: #f34235;
  border: 5px solid #f34235;
  display: inline-block;
  transition: all 0.1s ease;
  text-align: center;
}
.btn-solid-red:hover {
  border: 5px solid #f34235;
  background-color: #fff;
  color: #f34235;
}
.btn-small {
  padding: 12px;
  font-size: 14px;
  line-height: 21px;
}
.btn-large {
  width: 280px;
}
.btn-huge {
  width: 320px;
}
.container-menu {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  position: relative;
  padding: 20px 0 0 0;
  overflow: visible;
  font-size: 14px;
}
.container-menu a {
  padding-right: 20px;
  color: #888688;
}
.container-menu a:hover {
  color: #4d4d4d;
}
.footer {
  text-align: center;
  border-top: 1px solid #eaebf1;
  background: #f6f6f6;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer .container {
  padding-top: 48px;
}
.container-intro {
  background-image: url("../img/background-hero.svg");
}
.container-intro background-repeat,
.container-intro .container {
  padding: 60px 0 30px 0;
}
.intro {
  margin-bottom: 50px;
  height: 450px;
  width: 450px;
  padding: 80px 80px 0 80px;
  color: #888688;
  background: #fff;
  border-radius: 500px;
  border: #e5e5e5 1px solid;
  font-size: 16px;
  margin-left: 245px;
}
.intro b {
  font-size: 22px;
}
.logo-home {
  margin-bottom: 20px;
}
.features {
  padding-bottom: 24px;
  color: #888688;
}
.features p {
  padding: 12px 0;
}
.files {
  margin-left: 60px;
}
.files .span3 {
  width: 180px;
}
.files p {
  padding: 12px;
}
.category {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
}
.category span {
  color: #bdc5c6;
  background: #fff;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
  font-family: 'Roboto Condensed', sans-serif;
}
.category span::before {
  content: '';
  border-top: 1px dashed #bdc5c6;
  width: 100%;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: -10;
}
.preview {
  margin-bottom: 90px;
}
.preview img {
  position: relative;
  left: -15px;
}
.preview .right img {
  position: relative;
  left: 15px;
}
.download {
  background: #fff;
  z-index: 1000;
}
.download .container {
  padding: 30px 0;
}
.download-home {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.download-home .btn-large {
  margin: 0 15px;
}
.is-sticky {
  border-bottom: 1px solid #e2e2e2;
}
.is-sticky .container {
  padding: 15px 0;
}
.is-sticky .btn-large {
  padding: 10px 0;
  font-size: 13px;
}
.is-sticky .btn-large b {
  font-size: 15px;
}
.content h3 {
  margin: 48px 0 24px 0;
  border-left: #4bae4e 2px solid;
  padding-left: 12px;
  font-size: 21px;
  font-weight: 500;
}
.content ul ul {
  margin-left: 24px;
}
.content li {
  margin: 12px 0;
  line-height: 1.3em;
}
.tbl {
  border: 1px solid #bdc5c6;
  background: #fff;
}
.tbl .border-left {
  border-left: 1px solid $grayLight;
}
.tbl .btn {
  color: #fff;
  padding: 12px 24px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.tbl-row {
  border-bottom: 1px solid $grayLight;
  float: left;
}
.tbl-row:last-child {
  border: none;
}
.tbl-col-1,
.tbl-col-2,
.tbl-col-3 {
  padding: 20px;
  float: left;
}
.tbl-col-1 {
  width: 400px;
}
.tbl-col-2 {
  background: $aquaLight;
  width: 189px;
  text-align: center;
}
.tbl-col-2 .btn {
  color: #fff;
  background: $aqua;
  text-shadow: 1px 1px 0 $aquaDark;
  border: 1px solid $aqua;
}
.tbl-col-2 .btn:hover {
  background: #fff;
  color: $aqua;
  text-shadow: none;
  cursor: pointer;
}
.tbl-col-3 {
  background: $coralLight;
  width: 189px;
  text-align: center;
}
.tbl-col-3 .btn {
  background: $coral;
  text-shadow: 1px 1px 0 $coralDark;
}
.tbl-col-3 .btn:hover {
  background: #fff;
  color: $coral;
  text-shadow: none;
  cursor: pointer;
}
.bottom {
  color: #404041;
}
.bottom .container {
  padding-top: 0;
}
.bottom a.underline {
  border-bottom: solid 3px #2095f2;
  font-size: 22px;
}
.bottom-title {
  font-family: "verveine", sans-serif;
  font-size: 60px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .bottom-title {
    font-size: 48px;
    margin-top: 0;
  }
}
.bottom-text {
  font-family: "verveine", sans-serif;
  font-size: 32px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .bottom-text {
    font-size: 28px;
  }
}
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400");
.container-menu-webalys {
  background: #fff;
  border-bottom: 1px solid #eaebf1;
}
.container-menu-webalys .container {
  padding: 0;
}
.menu {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #808080;
}
.menu a {
  display: inline-block;
  padding: 14px;
  line-height: 12px;
  color: #808080;
  font-weight: 400;
}
.menu a:hover {
  color: #000;
  text-decoration: none;
}
.menu .more-icons {
  display: inline-block;
}
.menu .new {
  color: #f7757f;
  font-size: 10px;
  font-weight: bold;
  padding-left: 2px;
}
.menu .hamburger {
  display: none;
}
@media (max-width: 767px) {
  .container-menu-webalys .span12 {
    padding-left: 20px;
  }
  .container-menu-webalys .menu {
    text-align: left;
  }
  .container-menu-webalys .more-icons {
    display: none;
  }
  .container-menu-webalys .hamburger {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 20px;
  }
  .container-menu-webalys .hamburger .hamburger-text {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    padding: 14px 0;
    line-height: 12px;
  }
  .container-menu-webalys .hamburger .hamburger-icon {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
  }
}
#menu-dropdown:hover {
  cursor: pointer;
  color: #4d4d4d;
}
.dropdown {
  font-size: 14px;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 2000;
  line-height: 18px;
  right: 0;
}
.dropdown a {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  padding: 10px 20px;
  float: left;
  display: block;
  color: #888688;
  text-transform: uppercase;
  clear: both;
  border-bottom: 1px solid $grayLight;
}
.dropdown a:hover {
  color: #4d4d4d;
}
