@charset "UTF-8";
/*! Lity - v2.1.0 - 2016-09-19
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */

.color--red{
	color:#ED1E2E;
}
.uppercase{
	text-transform:uppercase;
}
.bold{
	font-weight:700;
}
.pv30{
	padding:30px 0;
}
.pv100{
	padding:100px 0;
}
.relative{
	position:relative;
}
body main a{
	color:#0AF;
	text-decoration:underline;
}
body main a:hover{
	text-decoration:underline;
	color:#0AF;
}
li{
	margin:1em 0;
	line-height:1.5em;
}
p{
	line-height:1.5em;
}
h2{
	color:#000;
	text-transform:uppercase;
	display:flex;
	margin-left:-80px;
	
}
@media screen and (max-width: 1330px) {
	h2{
		margin-left:0px;
	}
}
h2 > span:nth-child(1){
	display: block;
    width: 15px;
    background-color: #ED1E2E;
    opacity: 0.7;
    content: "";
    transform: skew(-15deg);
}
h2 > span:nth-child(2){
	color: #000000;
    background-color: #ED1E2E;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30%;
    transform: skew(-15deg);
    margin-left: 8px;
    display: flex;
    align-items: stretch;
    position: relative;
}

h3{
	display:flex;
	text-transform:uppercase;
	align-items:center;
	margin:2em 0;
}
h3::before{
	display: block;
    width: 15px;
    background-color: #ED1E2E;
    opacity: 0.7;
    content: "";
    transform: skew(-15deg);
    margin-right: 15px;
    height: 30px;
    flex-shrink: 0;
	
}
h4{
	text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
	
}
h4:after,h4:before{
	color: #ED1E2E;
    display: block;
	font-size: 22px;
    letter-spacing: 2px;
}
h4:before{
	content: "////";
    margin-right: 10px;
    font-size: 20px;
    letter-spacing: 4px;
}
h4:after{
	content: "\\\\\\\\";
    margin-left: 10px;
}
img{
	max-width:100%;
	height:auto;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*! 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 {
  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 */
  /* 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; }

html {
  overflow-y: scroll;
  height: 100%; }
  html.no-scroll {
    overflow-y: hidden !important; }

body {
  height: 100%;
  background: #151515;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px; }
  body *:not(ul,ol,li,p,h1,h2,h3,h4,h5,h6) {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
     }
body *:not(ul,ol,li,p,h1,h2,h3,h4,h5,h6):before, body *:not(ul,ol,li,p,h1,h2,h3,h4,h5,h6):after 
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  body a,
  body a:hover {
    color: #fff;
    text-decoration: none; }

main {
  background-image: -webkit-linear-gradient(top, #151515, #2c2c2c);
  background-image: linear-gradient(to bottom, #151515, #2c2c2c); }

.container {
  display: block;
  width: 100%;
  min-width: 320px;
  max-width: 1125px;
  margin: 0 auto;
  padding: 0 10px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row {
    zoom: 1; }
  .header__logo-container, .header__nav-container, .header__dropdown-container, .header__hamburger-container, .start__box-container, .start__box--black, .start__box--transparent, .start__heading-container--first, .start__description-container, .start__description--first, .start__description--tablet, .start__video-container, .start__image-container, .mobile__box-container {
    display: inline-block;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 16px;
    padding-left: 16px; }
  .start__box--black, .start__description--first, .start__video-container--inverted, .start__image-container--inverted {
    position: relative; }
  .start__description-container--inverted {
    position: relative; }
  @media screen and (max-width: 1279px) {
    .container .mobile__box-container {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-right: 16px;
      padding-left: 16px; } }
  @media screen and (max-width: 959px) {
    .container .start__box-container, .container .start__box--black, .container .start__box--transparent, .container .start__heading-container--first, .container .start__description-container, .container .start__description--first, .container .start__video-container, .container .start__image-container {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-right: 16px;
      padding-left: 16px; } }
  @media screen and (max-width: 959px) {
    .container .start__box--black, .container .start__heading-container--first, .container .start__description--first, .container .start__video-container--inverted, .container .start__image-container--inverted {
      position: relative; } }
  @media screen and (max-width: 959px) {
    .container .start__description-container--inverted {
      position: relative; } }
  @media screen and (max-width: 719px) {
    .container .header__logo-container {
      display: inline-block;
      min-height: 1px;
      float: left;
      box-sizing: border-box;
      vertical-align: top;
      padding-right: 16px;
      padding-left: 16px; } }
  @media screen and (min-width: 1920px) {
    .container {
      max-width: 1125px; } }
  @media screen and (max-width: 1919px) {
    .container {
      max-width: 1125px; } }
  @media screen and (max-width: 959px) {
    .container {
      overflow: hidden; } }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -16px;
  margin-right: -16px; }
  [class*="no-gutter"] > .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .row .row {
    margin-left: -16px;
    margin-right: -16px; }
  @media screen and (min-width: 1920px) {
    .row .row {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (max-width: 1919px) {
    .row .row {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (max-width: 1599px) {
    .row .row {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (max-width: 1279px) {
    .row .row {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (max-width: 959px) {
    .row .row {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (max-width: 719px) {
    .row .row {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (max-width: 479px) {
    .row .row {
      margin-left: -16px;
      margin-right: -16px; } }
  @media screen and (max-width: 959px) {
    .row {
      margin: 0 -16px !important; } }

::-moz-selection {
  background-color: #00e1ff;
  color: #fff; }

::selection {
  background-color: #00e1ff;
  color: #fff; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-flag .path1:before {
  content: "\e90f";
  color: white; }

.icon-flag .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: white; }

.icon-flag .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: black; }

.icon-flag .path4:before {
  content: "\e912";
  margin-left: -1em;
  color: white; }

.icon-flag .path5:before {
  content: "\e913";
  margin-left: -1em;
  color: white; }

.icon-flag .path6:before {
  content: "\e914";
  margin-left: -1em;
  color: black; }

.icon-flag .path7:before {
  content: "\e915";
  margin-left: -1em;
  color: black; }

.icon-flag .path8:before {
  content: "\e916";
  margin-left: -1em;
  color: black; }

.icon-flag .path9:before {
  content: "\e917";
  margin-left: -1em;
  color: white; }

.icon-flag .path10:before {
  content: "\e918";
  margin-left: -1em;
  color: white; }

.icon-flag .path11:before {
  content: "\e919";
  margin-left: -1em;
  color: black; }

.icon-flag .path12:before {
  content: "\e91a";
  margin-left: -1em;
  color: black; }

.icon-flag .path13:before {
  content: "\e91b";
  margin-left: -1em;
  color: white; }

.icon-flag .path14:before {
  content: "\e91c";
  margin-left: -1em;
  color: white; }

.icon-flag .path15:before {
  content: "\e91d";
  margin-left: -1em;
  color: black; }

.icon-flag .path16:before {
  content: "\e91e";
  margin-left: -1em;
  color: black; }

.icon-flag .path17:before {
  content: "\e91f";
  margin-left: -1em;
  color: white; }

.icon-android:before {
  content: "\e90d"; }

.icon-apple:before {
  content: "\e90e"; }

.icon-user:before {
  content: "\e904"; }

.icon-youtube:before {
  content: "\e90b"; }

.icon-instagram:before {
  content: "\e90c"; }

.icon-checkbox:before {
  content: "\e90a"; }

.icon-info:before {
  content: "\e909"; }

.icon-warn:before {
  content: "\e908"; }

.icon-login:before {
  content: "\e900"; }

.icon-link:before {
  content: "\e901"; }

.icon-check:before {
  content: "\e902"; }

.icon-sms:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-whatsapp:before {
  content: "\e907"; }

.header {
  position: absolute;
  z-index:1;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(21, 21, 21, 0.5); }
  @media screen and (max-width: 959px) {
    .header {
      position: static; } }
  .header__logo-container {
    width: 16.66667%; }

@media screen and (max-width: 719px) and (max-width: 719px) and (max-width: 719px) {
  .header__logo-container {
    width: 50%; } }
  .header__logo {
    max-width: 100%;
    width: 140px;
    padding: 18px 0 13px; }
  .header__nav-container {
    width: 58.33333%; }
    @media screen and (max-width: 719px) {
      .header__nav-container {
        display: none; } }
  .header__nav-list {
    padding: 20px 0; 
	list-style:none;
	margin:0;
	}
  .header__nav-list-element {
    float: left;
    margin: 0 50px 0 0; }
  .header__nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300; }
  .header__dropdown-container {
    position: relative;
    width: 25%; }
    @media screen and (max-width: 719px) {
      .header__dropdown-container {
        display: none; } }
  .header__hamburger-container {
    width: 50%;
    display: none; }
    @media screen and (max-width: 719px) {
      .header__hamburger-container {
        display: block; } }
  .header .icon-login {
    margin-left: 10px;
    font-size: 18px; }

.footer {
  background-color: #151515;
  padding: 80px 0; }
  @media screen and (max-width: 719px) {
    .footer {
      padding: 20px 0; } }
  .footer__description {
    margin-top: 25px;
    color: #ffffff;
    line-height: 25px;
    font-size: 14px;
    text-align: center; }
    .footer__description--left {
      display: block;
      float: left;
      text-align: left; }
      @media screen and (max-width: 719px) {
        .footer__description--left {
          float: none;
          text-align: center; } }
    .footer__description--right {
      display: block;
      /*float: right;*/
      text-align: right; }
      @media screen and (max-width: 719px) {
        .footer__description--right {
          float: none;
          text-align: center; } }
  @media screen and (max-width: 719px) {
    .footer__description-line {
      display: block; } }
  .footer__logo {
    float: left;
    display: block;
    margin: 0 40px 0 0; }
    @media screen and (max-width: 719px) {
      .footer__logo {
        float: none;
        margin: 20px auto; } }
  .footer__link {
    color: #ffffff; }
    .footer__link--underline {
      text-decoration: underline; }

/*
 * Forms and form fields
 */
/* Input style */
input,
button,
select {
  vertical-align: middle;
  outline: none; }

textarea {
  vertical-align: top;
  outline: none; }

button,
select,
label,
input[type="reset"],
input[type="button"],
input[type="image"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

button[disabled],
select[disabled],
label[disabled],
input[disabled][type="reset"],
input[disabled][type="button"],
input[disabled][type="image"],
input[disabled][type="submit"],
input[disabled][type="radio"],
input[disabled][type="checkbox"] {
  cursor: default; }

input[type="search"] {
  box-sizing: border-box; }

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="color"] {
  width: 100%; }

/*
 * Styles for WYSIWYG editors like TinyMCE or CKEditor
 */
.wysiwyg * + h1,
.wysiwyg * + h2,
.wysiwyg * + h3,
.wysiwyg * + h4,
.wysiwyg * + h5,
.wysiwyg * + h6,
.wysiwyg * + p,
.wysiwyg * + blockquote,
.wysiwyg * + ol,
.wysiwyg * + ul,
.wysiwyg * + dl,
.wysiwyg * + table,
.wysiwyg * + figure {
  margin-top: 18px; }

.wysiwyg li {
  position: relative;
  padding-left: 40px; }
  .wysiwyg li:before {
    content: '»';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    text-align: center; }
  .wysiwyg li + .wysiwyg li {
    margin-top: 10px; }
  .wysiwyg li ol,
  .wysiwyg li ul {
    margin-top: 0;
    margin-bottom: 0; }

.wysiwyg ol > li {
  counter-increment: ordered-list; }
  .wysiwyg ol > li:before {
    content: counter(ordered-list); }

.wysiwyg dt {
  font-weight: 700; }

.wysiwyg h1 {
  font-size: 32px;
  font-weight: 700; }

.wysiwyg h2 {
  font-size: 28px;
  font-weight: 700; }

.wysiwyg h3 {
  font-size: 24px;
  font-weight: 700; }

.wysiwyg h4 {
  font-size: 20px;
  font-weight: 700; }

.wysiwyg h5 {
  font-size: 18px;
  font-weight: 700; }

.wysiwyg h6 {
  font-size: 16px;
  font-weight: 700; }

.wysiwyg a {
  color: #009cdc;
  text-decoration: none; }
  .wysiwyg a:hover {
    color: #1465ff;
    text-decoration: underline; }

.wysiwyg img {
  display: inline-block;
  vertical-align: middle; }

.wysiwyg img[style*="float:left"],
.wysiwyg img[style*="float: left"],
.wysiwyg img[style*="float:right"],
.wysiwyg img[style*="float: right"] {
  padding-top: 10px;
  padding-bottom: 10px; }

.wysiwyg img[style*="float:left"],
.wysiwyg img[style*="float: left"] {
  padding-right: 10px; }

.wysiwyg img[style*="float:right"],
.wysiwyg img[style*="float: right"] {
  padding-left: 10px; }

.wysiwyg figure img {
  display: block; }

.wysiwyg blockquote {
  position: relative;
  font-style: italic; }
  .wysiwyg blockquote:before {
    content: open-quote;
    font-style: normal; }

.button {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 10px 5px;
  border: 0;
  border-radius: 12px;
  background: #00e1ff;
  box-shadow: inset 0 -5px 0 0 #0894a7;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  -webkit-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out; }
  @media screen and (max-width: 479px) {
    .button {
      font-size: 30px; } }
  .button:active {
    box-shadow: inset 0 -3px 0 #0894a7;
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  .button:hover {
    background: #00b4cc; }
  .button:disabled:hover {
    background: #00e1ff; }
  .button--bordered {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 5px 25px;
    color: #00e1ff;
    border: solid 1px #00e1ff;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out; }
    .button--bordered:hover {
      background: none;
      color: #fff;
      box-shadow: 0 0 8px 0 #22ecf8, inset 0 0 10px 0 #22ecf8; }
    .button--bordered:active {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      box-shadow: none; }
  .button--disabled {
    opacity: 0.5; }
    .button--disabled:hover {
      background: #00e1ff; }
  .button--small {
    min-height: 50px;
    border-radius: 8px;
    font-size: 26px; }
    @media screen and (max-width: 1279px) {
      .button--small {
        font-size: 22px; } }
    @media screen and (max-width: 959px) {
      .button--small {
        margin-top: 20px;
        font-size: 26px; } }
  .button--hidden {
    display: none; }

.start {
  
  
  background-size: cover; }
  @media screen and (max-width: 959px) {
    .start {
      
	  } }
  .start--first {
    padding-top: 56vw;
    background-color: #2c2c2c;
    background-image: url("../images/bg-start-2.jpg"); }
    @media screen and (max-width: 959px) {
      .start--first {
        background-color: #2c2c2c;
        background-position: 0 100%;
         } }
    @media screen and (max-width: 719px) {
      .start--first {
        
		} 
	}
    @media screen and (max-width: 479px) {
      .start--first {
        background-size: cover; } }
  .start--second {
		background-image: url("../images/bg-start-3.jpg"); 
		padding-top:56vw;
	}
  .start--community {
  
    
	}
  .start--grey {
    padding-top: 24px;
    background-color: #2c2c2c; }
  .start--third {
   
     padding-top: 56vw;
	background-image: url("../images/bg-start-4.jpg");
	}
    @media screen and (max-width: 959px) {
      .start--third {
        padding-bottom: 25px; } }
  .start--fifth {
    padding: 63px 0; }
  .start__box-container {
    width: 50%; }

@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .start__box-container {
    width: 100%; } }
  @media screen and (max-width: 959px) {
    .start__boxes-group {
      margin: 0 -10px;
      padding: 20px 30px;
      background-color: #2c2c2c; } }
  .start__box {
    position: relative;
    margin-bottom: 30px;
    padding: 24px;
    border-radius: 12px; }
    .start__box--black {
      max-width: 442px;
      background: rgba(0, 0, 0, 0.8);
      width: 41.66667%;
      left: 58.33333%;
      right: auto; }
      @media screen and (max-width: 959px) {
        .start__box--black {
          max-width: 100%;
          padding: 20px; } }

@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .start__box--black {
    width: 100%;
    left: 0%;
    right: auto; } }
    .start__box--transparent {
      background: rgba(44, 44, 44, 0.8);
      width: 50%; }
      @media screen and (max-width: 959px) {
        .start__box--transparent {
          margin-top: 20px;
          padding: 20px;
          border-radius: 0; } }

@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .start__box--transparent {
    width: 100%; } }
    .start__box--bordered {
      margin-top: 50px;
      padding: 50px 20px;
      border: 1px solid #00e1ff; }
  .start__heading-container--first {
    width: 50%; }

@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .start__heading-container--first {
    width: 100%;
    left: 0%;
    right: auto; } }
  .start__heading {
    font-size: 34px;
    font-style: italic; }
    @media screen and (max-width: 1279px) {
      .start__heading {
        margin-bottom: 11px;
        font-size: 36px; } }
    .start__heading--centered {
      text-align: center; }
    .start__heading--right {
      text-align: right; }
    .start__heading--first {
      margin-top: 450px;
      margin-bottom: 10px;
      font-size: 44px; }
      @media screen and (max-width: 1599px) {
        .start__heading--first {
          margin-top: 250px; } }
      @media screen and (max-width: 719px) {
        .start__heading--first {
          margin-top: 50px;
          font-size: 36px; } }
    .start__heading--small {
      font-size: 32px; }
    .start__heading--grey {
      color: #CACACA; }
  .start__subheading {
    margin-bottom: 20px;
    color: #cacaca;
    font-weight: 300;
    font-size: 24px;
    font-style: italic; }
    @media screen and (max-width: 959px) {
      .start__subheading {
        font-size: 18px; } }
    .start__subheading--centered {
      text-align: center; }
    .start__subheading--small {
      font-size: 18px; }
  .start__description-container {
    margin-top: 20px;
    padding-left: 60px;
    width: 50%; }
    @media screen and (max-width: 959px) {
      .start__description-container {
        padding-left: 0px; } }

@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .start__description-container {
    width: 100%; } }
    .start__description-container--inverted {
      padding-left: 0;
      right: 50%;
      left: auto; }
      @media screen and (max-width: 959px) {
        .start__description-container--inverted {
          right: 0%;
          left: auto; } }
  .start__description {
    font-size: 18px;
    margin-bottom: 25px; }
    .start__description--centered {
      text-align: center; }
    .start__description--grey {
      color: #737373; }
    .start__description--right {
      text-align: right; }
    .start__description--large {
      font-size: 24px; }
    @media screen and (max-width: 1279px) {
      .start__description--badge {
        padding-right: 30px; } }
    @media screen and (max-width: 959px) {
      .start__description--badge {
        padding-right: 60px; } }
    .start__description--first {
      margin-top: 35px;
      width: 41.66667%;
      left: 8.33333%;
      right: auto; }
      @media screen and (max-width: 959px) {
        .start__description--first {
          margin-top: 0; } }

@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .start__description--first {
    width: 100%;
    left: 0%;
    right: auto; } }
    @media screen and (max-width: 959px) {
      .start__description--desktop {
        display: none !important; } }
    .start__description--tablet {
      display: none !important;
      margin: 20px 0;
      width: 100%; }
      @media screen and (max-width: 959px) {
        .start__description--tablet {
          display: block; } }
  .start__video-container, .start__image-container {
    padding: 0;
    width: 50%; }
    .start__video-container--inverted, .start__image-container--inverted {
      left: 50%;
      right: auto; }
      @media screen and (max-width: 959px) {
        .start__video-container--inverted, .start__image-container--inverted {
          left: 0%;
          right: auto; } }

@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .start__video-container, .start__image-container {
    width: 100%; } }
  .start__scroll {
    margin-top: 50px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .start__scroll {
        display: none; } }
  .start__icon {
    display: inline-block;
    color: #ffffff;
    font-size: 42px; }
    .start__icon--large {
      margin: 0 10px;
      color: #8c8c8c;
      font-size: 84px; }
      @media screen and (max-width: 959px) {
        .start__icon--large {
          font-size: 81px; } }
    .start__icon--centered {
      margin: 0 auto 10px;
      display: block;
      text-align: center; }
    .start__icon--white {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
      color: #fff;
      fill: #fff; }
  .start__image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px; }
    @media screen and (max-width: 959px) {
      .start__image {
        padding: 20px 0; } }
    .start__image--video {
      float: left;
      max-width: 500px;
      padding: 0; }
      @media screen and (max-width: 959px) {
        .start__image--video {
          max-width: 100%;
          margin-top: 40px;
          float: none; } }
    .start__image--icon {
      padding: 0; }
  .start__button-group {
    margin-bottom: 60px;
    overflow: hidden;
    text-align: center; }
  .start__button {
    display: inline-block;
    margin: 30px 20px 0;
    padding: 12px 25px;
    width: 180px;
    font-size: 22px;
    text-transform: uppercase; }
    .start__button--inline {
      display: inline-block; }
      @media screen and (max-width: 959px) {
        .start__button--inline {
                /*width: 150px;*/
            }
        }
    @media screen and (max-width: 959px) {
      .start__button-image {
        width: 150px; } }
  .start__button-container--left {
    float: left;
    width: 45%;
    padding: 0 5px 0; }
    @media screen and (max-width: 959px) {
      .start__button-container--left {
        float: none;
        width: 100%;
        padding: 0 20px; } }
  .start__button-container--right {
    float: right;
    width: 55%;
    padding: 0 0 0 5px; }
    @media screen and (max-width: 959px) {
      .start__button-container--right {
        float: none;
        width: 100%;
        padding: 0 20px; } }
  .start__badge {
    position: absolute;
    top: -35px;
    right: -35px; }
    @media screen and (max-width: 1279px) {
      .start__badge {
        right: -25px; } }
    @media screen and (max-width: 959px) {
      .start__badge {
        top: -20px;
        right: -15px; } }
  .start .row--margin {
    float: left;
    clear: both;
    margin: 83px 0; }

.mobile {
  background: #000 url("../images/bg-start-2.jpg") no-repeat 50% 0%; }
  .mobile__main {
    background: transparent; }
  .mobile__box-container {
    max-width: 470px;
    margin-top: 150px;
    width: 50%; }
    @media screen and (max-width: 1279px) {
      .mobile__box-container {
        margin-top: 30px;
        max-width: 100%; } }

@media screen and (max-width: 1279px) and (max-width: 1279px) and (max-width: 1279px) {
  .mobile__box-container {
    width: 100%; } }
  .mobile__box {
    position: relative;
    margin-bottom: 10px;
    padding: 24px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 959px) {
      .mobile__box {
        max-width: 100%;
        padding: 12px;
        background-color: #2c2c2c; } }
  .mobile__heading {
    margin: 0 0 10px;
    color: #00e1ff;
    font-size: 36px;
    font-weight: 300;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.38), 0 0 9px rgba(0, 240, 255, 0.63); }
  .mobile__description {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px; }
    .mobile__description:last-of-type {
      margin-bottom: 0; }
  .mobile__logo {
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (max-width: 1279px) {
      .mobile__logo {
        max-width: 400px;
        display: block;
        margin: 20px auto; } }
  .mobile__buttons-group {
    overflow: hidden; }
  .mobile__button {
    max-width: 100%; }
    .mobile__button--left {
      float: left; }
      @media screen and (max-width: 719px) {
        .mobile__button--left {
          float: none; } }
    .mobile__button--right {
      float: right; }
      @media screen and (max-width: 719px) {
        .mobile__button--right {
          float: none; } }
    @media screen and (max-width: 719px) {
      .mobile__button {
        display: block;
        margin: 20px auto; } }

.dropdown__open {
  position: relative;
  float: right;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300; }

.dropdown__list {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 10;
  float: right;
  clear: both;
  display: none;
  background: #151515;
  font-size: 14px;
  font-weight: 100; }

.dropdown__link {
  display: block;
  width: 126px;
  padding: 10px;
  background: #151515; }

.dropdown__hamburger {
  position: relative;
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  background: none;
  border: none; }
  .dropdown__hamburger:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff; }
  .dropdown__hamburger:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff; }

.dropdown__hamburger-line {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff; }

.dropdown--mobile .dropdown__list {
  float: none;
  display: none;
  width: 100%; }

.dropdown--mobile .dropdown__element {
  border-bottom: 1px solid #4d4d4d; }
  .dropdown--mobile .dropdown__element:nth-child(1) {
    border-top: 1px solid #4d4d4d; }

.dropdown--mobile .dropdown__link {
  position: relative;
  float: none;
  display: block;
  width: 100%;
  padding: 25px 50px; }

.dropdown--mobile .icon-login {
  position: absolute;
  left: 10px; }

.dropdown--active .dropdown__hamburger-line {
  display: none; }

.dropdown--active .dropdown__hamburger:before {
  left: 0;
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.dropdown--active .dropdown__hamburger:after {
  left: 0;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.social__icons {
  margin: 0 auto 30px;
  text-align: center; }
  .social__icons--margin-top {
    margin: 40px auto 0; }
  @media screen and (max-width: 719px) {
    .social__icons {
      margin: 0 auto 20px; } }

.social__icons-element {
  display: inline-block; }

.social__icon {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 10px;
  padding-top: 11px;
  border: 2px solid #999999;
  border-radius: 50%;
  color: #999999;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .social__icon--blue {
    border-color: #00e1ff;
    color: #00e1ff; }
  @media screen and (max-width: 719px) {
    .social__icon {
      margin: 0 5px; } }
  .social__icon:hover {
    border-color: #ffffff; }
	
	
.downloadNow{
	/*display:inline-block;*/
	vertical-align:middle;
}
.nitendo{
	/* display:inline-block; */
	color:red;
	/* padding-left:30px; */
	vertical-align:middle;
}
.downloadNow-nitendo{
	text-align:center;
}
.facebook-image{
	width:420px;
	height:auto;
}
.downloadNow .start__button-group{
	margin-bottom:45px;
}
@media screen and (max-width: 959px){
	.nitendo .start__button--inline {
		width:100%;
	}
	
	.facebook-image{
	
		width:300px;
		height:auto;
	}
}

/* ... */
.banner69paslatrik {
	padding:0px!important;
	margin:0px!important;
	position:relative;
}

.banner69paslatrik img{
	box-sizing: border-box;
	width: 100%;
}
.footer__items{
	display:flex;
	padding-left:0;
	justify-content:center;
	align-items:center;
	
}
.footer__items > li{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:auto;
}
.footer__image{
		
}
.footer__rights{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
}
.footer__image--eden{
	display:inline-block;
	vertical-align:middle;
}
.footer__image--honda{
	max-width:100px;
}
.footer__image--gamevice{
	max-width:150px;
}
@media screen and (max-width: 959px){
	.footer__items > li{
		width:100%;
		margin:10px 0;
	}
}

.bouton-teaser{
	display:block;
	position:absolute;
	top:75%;
	left:50%;
	transform:translate(-50%,-50%);
	min-width:300px;
}
 @media screen and (max-width: 719px){
	.bouton-teaser{
		top:110%;
	}
}
.start__button-image--amazon{
    height: 67px;
    width:auto;
    border: 2px solid grey;
    border-radius: 10px;
    
}
@media screen and (max-width: 959px) {
.start__button-image--amazon {
        height: 47px;
        border: 1px solid grey;
        border-radius: 6px;
    }
}
    