/* Clean SCSS Slate v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* = Variables
-------------------------------------------------------------- */
/* fonts */
/* colors */
/**
	Other resources
		http://colourco.de/

**/
/* media query breakpoints */
/* = Mixins
-------------------------------------------------------------- */
/*  call by: 

@include keyframes( NAME ) { 
	// anything you want animated, eg:
	from { color: red; }
	to { color: blue; }

	// or
	o% { color: red; }
	100% { background: 100% }
}

 */
/* = Global
----------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, p, a, span, button, input, select, textarea, ul, ol, li, code {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin: 10px auto; }

h1, h2, h3 {
  line-height: 4rem; }

h1 {
  font-size: 4.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

h2 {
  font-size: 4rem;
  font-weight: bold; }

h3 {
  font-size: 3.4rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.4rem; }

ul, ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

li {
  margin-left: 1.8em; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 0.4em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  display: block; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none; }

button, input {
  line-height: normal; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  vertical-align: top;
  padding-left: 3px;
  width: 100%;
  max-width: 100%; }

embed, iframe, object {
  max-width: 100%; }

/* = Extra
----------------------------------------------- */
/* links */
a {
  color: #0074D9; }
  a:link, a:hover, a:focus, a:visited {
    text-decoration: none; }

/* remove outlines from firefox */
/* clearfixes  */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/* mobile */
/* other */
*, *:after, *::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* button reset */
/* input reset */
/* sticky footer */
/* info -- http://getbootstrap.com/examples/sticky-footer/
wrap main content in #wrap
have footer you want sticky
*/
/* 
$sfooter: 60px;                     // set to height of footer

html, body {
	height: 100%;
	margin: 0;
}
#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -1*$sfooter;
	padding: 1px 0 $sfooter;        // 1px set to contain any margins
}
footer {
	padding: 1px;                   // minimum - to contain any margins
	background: $b5;
	height: $sfooter;
}
*/
/* = Grid System
-------------------------------------------------------------- */
#container {
  margin: 0 auto;
  position: relative;
  width: 960px; }
  @media only screen and (max-width: 767px) { }
  @media only screen and (max-width: 480px) { }
  @media only screen and (min-width: 768px) and (max-width: 979px) { }
  @media only screen and (min-width: 980px) and (max-width: 1199px) { }
  @media only screen and (min-width: 1200px) {
    #container {
      width: 1170px; } }
  @media only screen and (min-width: 1600px) { }

/* Column setup */
.col_1 {
  width: 7.41667%; }

.col_2 {
  width: 15.83333%; }

.col_3 {
  width: 24.25%; }

.col_4 {
  width: 32.66667%; }

.col_5 {
  width: 41.08333%; }

.col_6 {
  width: 49.5%; }

.col_7 {
  width: 57.91667%; }

.col_8 {
  width: 66.33333%; }

.col_9 {
  width: 74.75%; }

.col_10 {
  width: 83.16667%; }

.col_11 {
  width: 91.58333%; }

.col_12 {
  width: 100%; }

.col_12 {
  margin-left: 0 !important; }

div[class^="col_"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-height: 1px;
  margin-left: 1%;
  padding: 0 1.5%; }
  div[class^="col_"] img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto; }
  div[class^="col_"]:first-of-type {
    margin-left: 0 !important; }
  @media only screen and (max-width: 767px) {
    div[class^="col_"] {
      width: 100%;
      margin-left: 0; } }

@media screen and (max-width: 480px) {
  @-ms-viewport {
    width: 320px; }
 }

@media screen and (min-width: 980px) {
  @-ms-viewport {
    width: device-width; }
 }

.intro {
  min-height: 100vh;
  overflow: hidden;
  border-bottom: 2px solid #8459A4;
  display: flex; }
  .intro #container {
    display: flex;
    flex-direction: column; }

.pointer {
  position: absolute;
  right: 20px;
  bottom: 5px; }
  .pointer:after {
    content: " ";
    border: 10px solid transparent;
    border-top-color: #8459A4; }

h1 {
  margin-top: 40px;
  font-size: 3.8rem;
  text-align: center;
  color: #663F98; }

h2 {
  font-size: 2.2rem; }

.intro-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1; }
  .intro-items p {
    display: block;
    margin: 30px auto;
    max-width: 500px;
    line-height: 2.4rem;
    color: #666; }

.intro-box {
  text-align: center; }
  .intro-box div {
    position: relative; }
    .intro-box div:nth-of-type(2) {
      margin-right: 65px; }
    .intro-box div:nth-of-type(3) {
      text-align: right; }
    .intro-box div:nth-of-type(2), .intro-box div:nth-of-type(3) {
      display: inline-block; }
      .intro-box div:nth-of-type(2) span, .intro-box div:nth-of-type(3) span {
        margin: 20px 0; }
    .intro-box div:last-of-type, .intro-box div:first-of-type {
      text-align: center; }
  .intro-box span {
    margin: 10px 0;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    text-align: center;
    max-width: 90px;
    line-height: 2.4rem;
    font-weight: bold;
    color: #666;
    color: #8459A4; }

.downloads {
  text-align: center;
  margin: 50px 0 15px; }
  .downloads a {
    display: inline-block;
    margin-bottom: 40px;
    text-transform: uppercase;
    border: 2px solid #4D3D98;
    border-radius: 3px;
    padding: 6px 10px;
    color: #4D3D98;
    font-weight: bold;
    letter-spacing: 0.1rem;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease; }
    .downloads a:hover {
      background: #4D3D98;
      color: white;
      font-weight: 400; }
    .downloads a:first-child {
      margin-right: 20px; }

.social-media {
  display: block !important; }
  .social-media iframe {
    margin-bottom: 10px; }
  .social-media iframe:first-child {
    width: 90px; }
  .social-media iframe:nth-child(2) {
    width: 95px !important; }
  .social-media iframe:last-child {
    width: 125px !important; }

.main {
  margin: 60px 0; }
  .main h2 {
    margin-top: 40px;
    border-bottom: 2px solid #f4f4f4; }
  .main p {
    line-height: 3rem;
    margin: 8px 0; }
  .main p + ul {
    margin-top: -10px; }
  .main ul {
    line-height: 2.2rem; }
  .main h3 {
    font-size: 1.8rem;
    color: #8459A4;
    margin-bottom: -5px; }

code {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  background: #CFCCFF;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 1.3rem; }

pre code {
  background: 0;
  padding: 0.75em; }
  pre code span {
    padding: 0;
    font-size: 1.3rem;
    font-family: Consolas, Monaco, 'Andale Mono', monospace; }

.example div {
  width: 250px;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
.example pre {
  vertical-align: middle;
  display: inline-block;
  width: calc( 100% - 250px); }

.example2 {
  margin: 15px 0 5px; }
  .example2 div {
    margin: 25px 0 0px;
    text-align: center; }
    .example2 div span {
      display: inline-block;
      margin-bottom: 20px;
      padding: 8px; }
      .example2 div span:nth-of-type(even) {
        margin-left: 100px;
        text-align: right; }

.example span, .example2 span {
  cursor: pointer;
  color: #8459A4; }

table {
  margin: 20px 0;
  width: 100%;
  border: 2px solid #8459A4; }
  table th {
    background: #CFCCFF;
    background: #8459A4;
    padding: 10px 4px;
    color: white;
    font-size: 1.4rem;
    font-weight: 400; }
  table td {
    padding: 7px 8px;
    line-height: 3.2rem; }
  table tr:nth-child(odd) {
    background: #F6F4FF; }

.text {
  max-width: 500px;
  margin: 20px auto;
  line-height: 3rem; }
  .text span {
    border-bottom: 2px solid #f39c12;
    line-height: 2.8rem; }

.user-example {
  text-align: center; }
  .user-example span {
    position: relative;
    display: inline-block; }
  .user-example img {
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #8459A4; }

span {
  position: relative; }

[simple-hint]:after {
  font-family: "Montserrat", sans-serif; }

.js-example {
  margin: 25px 0;
  text-align: center; }
  .js-example span {
    margin-right: 80px;
    font-weight: bold; }
