@charset "UTF-8";
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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; }

/* colors */
/*$fourth-color;*/
/* heights */
/* NF */
/* grid */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* OPACITY */
/* HARDWARE ACCELERATE */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/*
@extend %clearfix;
*/
/*
@include selection;
*/
/** animations
*******************/
/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'OswaldRegular';
  src: url("../fonts/oswald-regularwebfont.eot");
  src: url("../fonts/oswald-regularwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regularwebfont.woff") format("woff"), url("../fonts/oswald-regularwebfont.ttf") format("truetype"), url("../fonts/oswald-regularwebfont.svg#OswaldRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OswaldBold';
  src: url("../fonts/oswald-boldwebfont.eot");
  src: url("../fonts/oswald-boldwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-boldwebfont.woff") format("woff"), url("../fonts/oswald-boldwebfont.ttf") format("truetype"), url("oswald-boldwebfont.svg#OswaldBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?54007488");
  src: url("../fonts/icons.eot?54007488#iefix") format("embedded-opentype"), url("../fonts/icons.woff?54007488") format("woff"), url("../fonts/icons.ttf?54007488") format("truetype"), url("../fonts/icons.svg?54007488#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../fonts/icons.svg?3636651#icons') format('svg');
  }
}
*/
[class^="icons-"]:before, [class*=" icons-"]:before {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /**width: 25px;
  height: 25px;**/
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /**line-height: 25px;**/
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icons-down:before {
  content: '\e800'; }

/* '' */
.icons-up:before {
  content: '\e801'; }

/* '' */
/* Icons
-------------------------------------------------- */
.icon {
  background-image: url("../img/sprite.svg"); }

.no-svg .icon {
  background-image: url("../img/sprite.png"); }

.icon-arrow {
  background-position: 0px 0px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 0;
  overflow: hidden;
  text-align: center;
  width: 114px;
  height: 212px; }

.icon-arrow-white {
  background-position: -150px 0px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 0;
  overflow: hidden;
  text-align: center;
  width: 36px;
  height: 18px; }

.icon-arrow-blue {
  background-position: -200px 0px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 0;
  overflow: hidden;
  text-align: center;
  width: 36px;
  height: 18px; }

.icon-video {
  background-position: -80px -245px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 0;
  overflow: hidden;
  text-align: center;
  width: 300px;
  height: 314px; }

/** nf **/
.icon-nf {
  background-position: 0px -480px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 0;
  overflow: hidden;
  text-align: center;
  width: 11px;
  height: 11px; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

/** Pace
*********************************************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pace-active {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.pace-inactive {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: none; }

.pace .pace-progress {
  background: #333333;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 100%;
  height: 2px;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.pace .pace-progress:after {
  /*display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  content: attr(data-progress-text);
  font-family: $global-font;
  font-weight: $font-bold;
  font-size: 50px;
  letter-spacing: $letter-spacing;
  line-height: 1;
  text-align: center;
  color: $first-color;
  width: auto;*/ }

/****************************** Pace
**/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body {
  background: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  color: #547DB6;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 25px;
  font-weight: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

p {
  margin: 0 0 15px 0; }

p img {
  margin: 0; }

a, a:visited {
  color: #333333;
  text-decoration: none;
  outline: 0;
  outline: none; }

a:hover, a:focus {
  color: #333333;
  outline: 0;
  outline: none;
  text-decoration: underline; }

p a, p a:visited {
  line-height: inherit; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

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

img {
  max-width: 100%;
  width: 100%;
  height: auto; }

button {
  border: none;
  background: none; }

.trigger {
  text-decoration: none; }

strong, b {
  font-weight: 400; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/** buttons **/
.button,
a.button {
  font-size: 25px;
  color: #fff;
  padding: 25px;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #547DB6;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase; }
  .button.b1,
  a.button.b1 {
    background: #117E0B;
    color: #fff; }

/** layout **/
html {
  position: relative;
  min-height: 100%; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body.popup-on {
    overflow-x: visible; } }

.content {
  margin: 0 auto;
  display: table;
  position: relative;
  width: 100%; }

.container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  padding: 0 60px;
  display: table; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 30px; } }

/** mobile **/
.mobile {
  display: none; }

@media screen and (max-width: 580px) {
  .mobile {
    display: block; }
  .desktop {
    display: none; } }

/** chrome frame **/
.chromeframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1000; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fbold {
  font-weight: 700; }

.clear {
  clear: both; }

.center,
.content-center {
  text-align: center; }

sup {
  font-size: 70%; }

/** header
****************************************************************/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  /** logo
*********************************************/
  /** navigation
****************************************************************/ }
  .header .container {
    max-width: none;
    padding: 0;
    height: 100%; }
  @media screen and (max-width: 768px) {
    .header {
      position: relative; } }
  .header .logo {
    position: absolute;
    top: 30px;
    left: -200px;
    z-index: 100;
    font-size: 30px;
    font-weight: 300;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 350px; }
    .header .logo a {
      display: block;
      position: relative;
      text-decoration: none;
      color: #000;
      padding: 5px;
      background: #fff;
      background: white; }
    .pace-done .header .logo {
      left: 0;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .header.low .logo {
    width: 200px; }

@media screen and (max-width: 768px) {
  .collapse {
    display: none; }
  .collapse.in {
    display: block; }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden; } }

/** touch screens
****************************************************************/
html.touch .collapse {
  display: none; }

html.touch .collapse.in {
  display: block; }

html.touch .collapsing {
  position: relative;
  height: 0;
  overflow: hidden; }

html.touch .trigger {
  display: block; }

/* Home page
-------------------------------------------------- */
.section {
  background: #fff;
  height: auto;
  padding: 30px 0;
  position: relative;
  width: 100%;
  display: block; }
  .section .section-title {
    width: 100%;
    text-align: center;
    line-height: normal; }

/* Intro
-------------------------------------------------- */
#intro {
  height: 100%;
  min-height: 100%;
  padding: 0;
  display: table;
  background-image: url(../img/top-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  #intro .container {
    max-width: none;
    padding: 0;
    height: 100%; }
  #intro .headline {
    position: absolute;
    bottom: -1px;
    right: 50px;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: right;
    line-height: normal; }
    @media screen and (max-width: 580px) {
      #intro .headline {
        font-size: 25px;
        right: 10px;
        color: #000; } }
    #intro .headline .page-title {
      padding: 0 110px 110px 0;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
      @media screen and (max-width: 1450px) {
        #intro .headline .page-title {
          padding: 0 130px 0 0; } }
    #intro .headline .page-scroll {
      position: absolute;
      bottom: 0;
      right: 0; }
  @media screen and (max-width: 580px) {
    #intro {
      height: auto;
      min-height: none; }
      #intro .container {
        padding: 200px 0 50px 0; } }

img {
  width: 100%;
  max-width: 100%; }

#launch {
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    #launch .container {
      padding-bottom: 50px; } }
  @media screen and (max-width: 580px) {
    #launch .container {
      padding-bottom: 100px; } }
  @media screen and (max-width: 440px) {
    #launch .container {
      padding-bottom: 150px; } }
  #launch .section-content {
    position: absolute;
    bottom: 100px;
    text-align: center;
    left: 0;
    right: 0; }
    @media screen and (max-width: 1024px) {
      #launch .section-content {
        bottom: 10px; } }
    @media screen and (max-width: 580px) {
      #launch .section-content {
        font-size: 15px; } }

.green {
  background: #117E0B;
  color: #fff; }
  .green ul {
    width: 100%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    margin-top: 50px; }
    .green ul li {
      font-size: 18px;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 33.33333%;
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0.05em;
      padding: 30px;
      min-height: 250px; }
      @media screen and (max-width: 768px) {
        .green ul li {
          width: 100%;
          min-height: 0; } }
      .green ul li h3 {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 20px; }
      .green ul li.point1 {
        background-image: url(../img/1.png); }
      .green ul li.point2 {
        background-image: url(../img/2.png); }
      .green ul li.point3 {
        background-image: url(../img/3.png); }

.light {
  background: #EEF2F8;
  color: #547DB6; }
  .light .video {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: -70px;
    z-index: 50; }
  .light .section-title {
    padding-top: 250px; }
  .light .arrow {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -18px;
    z-index: 50; }

.media-wrapper {
  position: relative;
  z-index: 1;
  padding: 0; }

.media {
  margin-bottom: 45px;
  float: none;
  width: 74%;
  margin-left: 13%;
  position: relative;
  padding-bottom: 40.15%;
  padding-top: 25px;
  height: 0; }
  @media screen and (max-width: 580px) {
    .media {
      width: 100%;
      margin-left: 0; } }

.media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important; }

.info .heading1 {
  color: #333; }

.info .quote {
  font-style: italic;
  color: #117E0B; }

.blue {
  background: #547DB6;
  color: #fff; }
  .blue .arrow {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -18px;
    z-index: 50; }

.dark {
  background: #000;
  color: #fff; }

.cta .b1 {
  width: 240px;
  text-align: center; }

.cta .b2 {
  width: 240px;
  text-align: center; }

.cta .section-content p {
  margin: 20px 0; }

.heading1 {
  font-size: 30px;
  text-transform: none;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
  width: auto;
  font-weight: 600; }
  .heading1 span {
    font-size: 20px; }
    .heading1 span.price-old {
      font-size: 30px;
      text-decoration: line-through; }
      @media screen and (max-width: 580px) {
        .heading1 span.price-old {
          font-size: 20px; } }
    .heading1 span.price-new {
      font-size: 50px; }
      @media screen and (max-width: 580px) {
        .heading1 span.price-new {
          font-size: 30px; } }
  @media screen and (max-width: 768px) {
    .heading1 {
      font-size: 20px;
      margin-bottom: 20px;
      padding: 20px; } }

.heading2 {
  font-size: 50px;
  font-weight: 600; }
  @media screen and (max-width: 580px) {
    .heading2 {
      font-size: 25px; } }
  .heading2 span {
    font-size: 30px; }
    @media screen and (max-width: 580px) {
      .heading2 span {
        font-size: 15px; } }

/* Footer
-------------------------------------------------- */
.footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 100px 0; }
  .footer a {
    text-decoration: none;
    color: #fff; }
  .footer .copyright {
    display: inline-block;
    vertical-align: top; }
    .footer .copyright strong {
      font-weight: 700; }
  .footer .credits {
    display: inline-block;
    vertical-align: top; }
    .footer .credits .icon {
      margin: 6px 5px 0 0; }

@media screen and (min-width: 768px) {
  .portrait .animate {
    -webkit-transition: all 0.7s ease;
    -khtml-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateZ(0) translate3D(0, 0, 0);
    -moz-transform: translateZ(0) translate3D(0, 0, 0);
    -o-transform: translateZ(0) translate3D(0, 0, 0);
    -ms-transform: translateZ(0) translate3D(0, 0, 0);
    transform: translateZ(0) translate3D(0, 0, 0);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
    .portrait .animate.move-in, .portrait .animate.is-visible {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    .portrait .animate.section-title {
      top: 50px;
      position: relative; }
      .portrait .animate.section-title.move-in, .portrait .animate.section-title.is-visible {
        top: 0; }
    .portrait .animate.section-image {
      top: 100px;
      position: relative; }
      .portrait .animate.section-image.move-in, .portrait .animate.section-image.is-visible {
        top: 0;
        width: 80%; }
    .portrait .animate.video {
      top: 0; }
      .portrait .animate.video.move-in, .portrait .animate.video.is-visible {
        top: -70px; }
  .section-content p.animate {
    top: 100px;
    position: relative; }
    .section-content p.animate.move-in, .section-content p.animate.is-visible {
      top: 0; } }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ===============
    ALL: IE Fixes
   =============== */
