/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
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; }

/*
USAGE EXAMPLE
xSmall devices (landscape phones, 320px and up)
@media (min-width: $xsmall) { ... }

Small devices (landscape phones, 576px and up)
@media (min-width: $small) { ... }

Medium devices (tablets, 768px and up)
@media (min-width: $medium) { ... }

Large devices (desktops, 992px and up)
@media (min-width: $large) { ... }

Extra large devices (large desktops, 1200px and up)
@media (min-width: $xlarge) { ... }
*/
.m-t-0 {
  margin-top: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.text-italic, .terms-conditions {
  opacity: 0.5;
  color: #e3e6e8;
  font-family: "aleobolditalic";
  line-height: 1.8;
  font-size: 16px; }

.text-regular {
  opacity: 0.5;
  color: #e3e6e8;
  font-family: "aleobolditalic";
  line-height: 1.8;
  font-size: 16px; }

.text-large {
  color: #fff;
  font-family: "aleoregular";
  font-size: 43px; }

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

.full-width {
  width: 100% !important; }

.color-text {
  color: #e3e6e8; }

.m-t-0 {
  margin-top: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 12px; }
  @media (min-width: 768px) {
    #fp-nav.right {
      right: 17px; } }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 16px 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 6px;
  width: 6px;
  background-color: white;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  background: transparent;
  border: 1px solid white;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  font-size: 14px;
  font-family: 'aleobold';
  color: #fff;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

@font-face {
  font-family: 'aleobold';
  src: url("../assets/fonts/aleo-bold-webfont.woff2") format("woff2"), url("../assets/fonts/aleo-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleobolditalic';
  src: url("../assets/fonts/aleo-bolditalic-webfont.woff2") format("woff2"), url("../assets/fonts/aleo-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleoitalic';
  src: url("../assets/fonts/aleo-italic-webfont.woff2") format("woff2"), url("../assets/fonts/aleo-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleolight';
  src: url("../assets/fonts/aleo-light-webfont.woff2") format("woff2"), url("../assets/fonts/aleo-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleolightitalic';
  src: url("../assets/fonts/aleo-lightitalic-webfont.woff2") format("woff2"), url("../assets/fonts/aleo-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleoregular';
  src: url("../assets/fonts/aleo-regular-webfont.woff2") format("woff2"), url("../assets/fonts/aleo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'neon';
  src: url("../assets/fonts/neon.woff2") format("woff2"), url("../assets/fonts/neon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'kauf-regular';
  src: url("../assets/fonts/kaufmann_regular.woff2") format("woff2"), url("../assets/fonts/kaufmann_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'kauf-bold';
  src: url("../assets/fonts/kaufmann-bold.woff2") format("woff2"), url("../assets/fonts/kaufmann-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.button {
  width: auto;
  font-size: 16px;
  background-color: #70429a;
  color: #fff;
  cursor: pointer;
  font-family: "aleobold";
  text-transform: uppercase;
  padding: 18px 40px;
  border-radius: 5px;
  border: 0;
  text-decoration: none;
  display: inline-block; }

.input-text {
  padding: 18px 0;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "aleobold";
  border: 0;
  outline: 0;
  transition: all 0.2s ease-in-out; }
  .input-text:focus, .input-text:active {
    box-shadow: 0 0 3px 2px #70429a; }
  .input-text::-webkit-input-placeholder {
    color: #fff;
    font-family: "aleobold"; }
  .input-text::-moz-placeholder {
    color: #fff;
    font-family: "aleobold"; }
  .input-text:-ms-input-placeholder {
    color: #fff;
    font-family: "aleobold"; }
  .input-text::placeholder {
    color: #fff;
    font-family: "aleobold"; }

.checkbox label:after {
  bottom: -40px;
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAMAAADhRa4NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABAlBMVEUAAAD/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXX/zXUAAAC/PFOhAAAAVHRSTlMACQhXBiGaD0/LFQSI6SQYwfA3Qef5QgF3/P5bEbRzNN6HO2j4pG+WDLgH4NMrKMgKXfZY89sCrZPmTuE9Hsktxn/sP1lpL/2loCP6sQP02ITjHCzFoXipAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAANVJREFUKM990tUWgzAMBuDO3YUxd3d3d5e8/7OszNgGJFc0X5tz+lNC8JLhLFcoUVepNahrdXqMDUaTGXOL1WbH3OF0uRFmPKzXh7g/ABBEPBQGiPDTov8eiwMkGH6dTMm/OZ0AgMx3gNlcvsCvinnqpfLPyApUY+/vWp164y/AJj3U8j+GtSlDRxBgl3Z7fUIGQ85tI+G9xrTPTrpTzkUDnMGn2LloNIHPhoV4dsvVyyNEotZP3zBSG7Y7zvcH6R+UEgb4W5YjnNAXSM6XK+pEcxPv3wESQClkxzCzsAAAAABJRU5ErkJggg==") no-repeat;
  height: 40px;
  width: 60px;
  top: -4px; }

.checkbox label {
  box-shadow: 0 0 3px 2px #70429a;
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  border: 0;
  transition: all 0.2s ease-in-out; }
  .checkbox label:hover {
    background-color: rgba(255, 255, 255, 0.15); }

.checkbox-input {
  opacity: 0; }

.checkbox {
  height: 22px;
  width: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1; }

.section-form {
  margin: 20px 0; }
  .section-form .input-day-container,
  .section-form .input-month-container {
    width: calc(25% - 4px);
    display: inline-block; }
  .section-form .input-month-container {
    margin: 0 2px; }
  .section-form .input-year-container {
    width: calc(50% - 4px);
    display: inline-block; }
  .section-form .input-day,
  .section-form .input-month,
  .section-form .input-year {
    display: block;
    width: 100%; }

.terms-conditions {
  line-height: 1.1;
  font-family: "aleoitalic"; }

.terms-conditions-container {
  margin: 20px 0;
  padding-left: 40px;
  position: relative; }

#ageForm .checkbox.parsley-error {
  border-radius: 5px; }
  #ageForm .checkbox.parsley-error .checkbox-label {
    box-shadow: inset 0 0 0 2px red; }
#ageForm .parsley-error {
  box-shadow: inset 0 0 0 2px red; }
#ageForm .parsley-errors-list {
  line-height: 1.4; }
  #ageForm .parsley-errors-list .parsley-required {
    color: red;
    font-family: "aleoregular";
    font-size: 16px;
    padding-bottom: 16px; }
#ageForm .parsley-minimumage {
  color: red;
  font-family: "aleoregular";
  font-size: 16px;
  padding-bottom: 16px; }

#formElement > .parsley-errors-list {
  display: block; }

#formElement > .parsley-errors-list ~ .parsley-errors-list {
  display: none; }
  #formElement > .parsley-errors-list ~ .parsley-errors-list#parsley-id-9 {
    display: block; }

#formElement #parsley-id-multiple-checkboxTermsConditions {
  display: block; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.background-anim-1 {
  height: 400vh;
  width: 100%;
  background: url("../assets/images/background/halo1.png") center;
  background-size: cover;
  position: fixed;
  top: 0;
  opacity: 0.6s; }

.background-anim-1-dir {
  animation: background-anim-1 90s linear infinite; }

@keyframes background-anim-1 {
  0% {
    top: 0; }
  100% {
    top: -300vh; } }
.background-anim-2 {
  height: 400vh;
  width: 100%;
  background: url("../assets/images/background/halo2.png") center;
  background-size: cover;
  position: fixed;
  top: 0;
  opacity: 0.4;
  transform: scale(1); }

.background-anim-2-dir {
  animation: background-anim-1 180s linear infinite; }

body {
  background-color: #000029;
  -webkit-font-smoothing: antialiased;
  padding: 0 20px; }
  @media (min-width: 576px) {
    body {
      padding: 0; } }

#loading {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #000029;
  overflow: hidden;
  z-index: 1000; }

#loading-image {
  max-width: 160px; }

#loadingProgressG {
  max-width: 200px;
  height: 10px;
  overflow: hidden;
  background-color: #ff01a8;
  margin: 40px 0;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 2px #ff0080, 0 0 2px #ff0080, 0 0 13px #ff0080, 0 0 0 #ff0080; }

.loadingProgressG {
  background-color: white;
  margin-top: 0;
  margin-left: -250px;
  animation-name: bounce_loadingProgressG;
  -o-animation-name: bounce_loadingProgressG;
  -ms-animation-name: bounce_loadingProgressG;
  -webkit-animation-name: bounce_loadingProgressG;
  -moz-animation-name: bounce_loadingProgressG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  width: 250px;
  height: 19px; }

@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -250px; }
  100% {
    margin-left: 250px; } }
.main-container {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.sub-container {
  max-width: 310px;
  margin: 0 auto;
  width: 100%; }

.background-experience {
  background: url("../assets/images/background/bg-body-experience.jpg") no-repeat center center;
  background-size: cover;
  background-color: #010005; }
  @media (min-width: 768px) {
    .background-experience {
      background: url("../assets/images/background/bg-body-experience-desktop.jpg") no-repeat center center;
      background-size: cover;
      background-color: #010005;
      padding: 0; } }

.background-shazam {
  background: url("../assets/images/background/bg-body-shazam.jpg") no-repeat center center;
  background-size: cover;
  background-color: #010005; }
  @media (min-width: 768px) {
    .background-shazam {
      background: url("../assets/images/background/bg-body-shazam-desktop.jpg") no-repeat center center;
      background-size: cover;
      background-color: #010005;
      padding: 0; } }

.background-shazam-2 {
  background: url("../assets/images/background/bg-body-shazam-2.jpg") no-repeat center center;
  background-size: cover;
  background-color: #010005; }
  @media (min-width: 768px) {
    .background-shazam-2 {
      background: url("../assets/images/background/bg-body-shazam-2-desktop.jpg") no-repeat center center;
      background-size: cover;
      background-color: #010005;
      padding: 0; } }

.background-shazam-3 {
  background: url("../assets/images/background/bg-body-shazam-5.jpg") no-repeat center center;
  background-size: cover;
  background-color: #010005; }
  @media (min-width: 768px) {
    .background-shazam-3 {
      background: url("../assets/images/background/bg-body-shazam-5-desktop.png") no-repeat center center;
      background-size: cover;
      background-color: #010005;
      padding: 0; } }

.background-shazam-4 {
  background: url("../assets/images/background/bg-body-shazam-4.jpg") no-repeat center center;
  background-size: cover;
  background-color: #010005; }
  @media (min-width: 768px) {
    .background-shazam-4 {
      background: url("../assets/images/background/bg-body-shazam-4-desktop.jpg") no-repeat center center;
      background-size: cover;
      background-color: #010005;
      padding: 0; } }

.background-shazam-rules {
  background: url("../assets/images/background/bg-body-shazam-3.jpg") no-repeat center center;
  background-size: cover;
  background-color: #010005; }
  @media (min-width: 768px) {
    .background-shazam-rules {
      background: url("../assets/images/background/bg-body-shazam-3-desktop.jpg") no-repeat center center;
      background-size: cover;
      background-color: #010005;
      padding: 0; } }

.background-shazam-8 {
  background: url("../assets/images/background/bg-body-shazam-8.jpg") no-repeat center center;
  background-size: cover;
  background-color: #010005; }
  @media (min-width: 768px) {
    .background-shazam-8 {
      background: url("../assets/images/background/bg-body-shazam-8-desktop.jpg") no-repeat center center;
      background-size: cover;
      background-color: #010005;
      padding: 0; } }

.skulls-tmrw {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50vh;
  width: auto;
  transform: translateY(-50%) translateX(-50%); }

.section {
  position: relative; }

.home .header-logo {
  max-width: 240px;
  width: 90%;
  margin: 20px auto 0;
  display: block;
  padding: 0 20px;
  transform: none;
  position: inherit;
  top: inherit;
  left: inherit; }

.header-logo {
  max-width: 240px;
  width: 90%;
  display: block;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px; }
  @media (min-width: 768px) {
    .header-logo {
      top: 40px; } }
  .header-logo.header-logo-large {
    max-width: 500px;
    width: 90%; }
    @media screen and (orientation: landscape) {
      .header-logo.header-logo-large {
        max-width: 200px;
        width: 90%;
        top: 20px; } }
    @media (min-width: 768px) and (orientation: landscape) {
      .header-logo.header-logo-large {
        max-width: 500px;
        width: 90%;
        top: 40px; } }
    @media (max-width: 992px) and (orientation: landscape) {
      .header-logo.header-logo-large {
        max-width: 200px;
        width: 90%;
        top: 20px; } }

.tmrw-label {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 30%;
  margin-left: -15%; }
  @media screen and (orientation: landscape) {
    .tmrw-label {
      width: 16%;
      margin-left: -8%;
      left: 50%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .tmrw-label {
      width: 200px;
      margin-left: -100px;
      left: 50%; } }
  @media (min-width: 768px) {
    .tmrw-label {
      width: 120px;
      margin-left: -60px;
      left: 50%; } }
  @media (max-width: 992px) and (orientation: landscape) {
    .tmrw-label {
      width: 16%;
      margin-left: -8%;
      left: 12%; } }

.fp-section.fp-table.section {
  padding: 0 20px; }

.section-shazam {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%; }
  .section-shazam .surtitle {
    font-family: 'kauf-regular';
    font-size: 2.5rem;
    color: #ff9001; }
    @media (min-width: 768px) {
      .section-shazam .surtitle {
        font-size: 4.2rem; } }
  .section-shazam .section-title {
    font-family: 'neon';
    font-size: 3.5rem;
    color: #ff01a8;
    text-align: center;
    letter-spacing: 2px;
    animation: neon 4s 0s ease infinite;
    -moz-animation: neon 4s 0s ease infinite;
    -webkit-animation: neon 4s 0s ease infinite;
    -o-animation: neon 4s 0s ease infinite;
    text-shadow: 0 0 2px #ff0080, 0 0 2px #ff0080, 0 0 13px #ff0080, 0 0 0 #ff0080; }
    @media (min-width: 768px) {
      .section-shazam .section-title {
        font-size: 6.2rem; } }
    @media (max-width: 992px) and (orientation: landscape) {
      .section-shazam .section-title {
        font-size: 4rem; } }
@keyframes neon {
  0%,
      100% {
    text-shadow: 0 0 2px #ff0080, 0 0 2px #ff0080, 0 0 15px #ff0080, 0 0 10px #ff0080;
    color: #ff01a8; }
  50% {
    text-shadow: none; } }
  .section-shazam .button-shazam {
    background-color: #D98829;
    color: #fff;
    height: auto;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 28px; }
    .section-shazam .button-shazam:hover, .section-shazam .button-shazam:focus, .section-shazam .button-shazam:active {
      background-color: #a25e0e; }
    @media (min-width: 768px) {
      .section-shazam .button-shazam {
        font-size: 32px; } }
    @media (max-width: 992px) and (orientation: landscape) {
      .section-shazam .button-shazam {
        font-size: 32px; } }
  .section-shazam.shazam-product-section {
    -ms-flex-direction: row;
        flex-direction: row;
    background: url("../assets/images/product/bottle-halo-mobile.png") no-repeat left center;
    background-size: auto 70vh;
    margin-top: 30px; }
    @media (min-width: 576px) {
      .section-shazam.shazam-product-section {
        background: url("../assets/images/product/packshot-default.png") no-repeat left center;
        background-position: left -60% center;
        background-size: auto 80%;
        margin-top: 0; } }
    @media (min-width: 768px) {
      .section-shazam.shazam-product-section {
        background-position: left -35% center; } }
    @media (min-width: 992px) {
      .section-shazam.shazam-product-section {
        background-position: left center; } }
    @media (max-width: 992px) and (orientation: landscape) {
      .section-shazam.shazam-product-section {
        background-position: left 15% center; } }
    @media (min-width: 1200px) {
      .section-shazam.shazam-product-section {
        background-position: left 20% center; } }
    .section-shazam.shazam-product-section .text-container {
      text-align: center;
      margin-top: -15vh;
      margin-left: 30%;
      width: 45%; }
      @media (min-width: 768px) {
        .section-shazam.shazam-product-section .text-container {
          margin-left: 25%;
          margin-right: inherit;
          margin-top: -20vh;
          width: 45%; } }
      @media (max-width: 992px) and (orientation: landscape) {
        .section-shazam.shazam-product-section .text-container {
          margin-top: 0; } }
      @media (min-width: 992px) {
        .section-shazam.shazam-product-section .text-container {
          margin-left: 20%;
          margin-right: inherit;
          margin-top: -20vh;
          width: auto; } }
  .section-shazam .play-button {
    width: 50%; }
  .section-shazam .bot-code {
    max-width: 200px;
    margin-bottom: 20px; }

.section-packshot .section-shazam .section-title {
  font-size: 3rem; }
  @media (min-width: 768px) {
    .section-packshot .section-shazam .section-title {
      font-size: 3.5rem; } }
.section-packshot .packshot {
  max-height: 35%;
  margin-left: -25%;
  margin-top: 40px;
  max-width: 300px; }
  @media (min-width: 768px) {
    .section-packshot .packshot {
      margin-left: -80px;
      margin-top: 80px;
      width: auto;
      max-width: 100%; } }
.section-packshot .packshot-2 {
  max-height: 35%;
  margin-top: 40px;
  max-width: 300px; }
  @media (min-width: 768px) {
    .section-packshot .packshot-2 {
      margin-top: 80px;
      width: auto;
      max-width: 100%; } }

.fp-section.fp-table.section.background-shazam-3 {
  padding: 0; }

.rules-page {
  color: #fff;
  font-family: Aleo;
  line-height: 1.4; }
  .rules-page .header-logo-rules {
    max-width: 150px;
    width: 90%;
    padding: 40px 0 20px; }
    @media (min-width: 768px) {
      .rules-page .header-logo-rules {
        max-width: 200px;
        width: 90%; } }
  .rules-page .back-button {
    width: 40px;
    display: block;
    position: absolute;
    top: 20px; }
    .rules-page .back-button img {
      width: 100%; }
  .rules-page .row {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 768px) {
      .rules-page .row {
        -ms-flex-direction: row;
            flex-direction: row;
        display: -ms-flexbox;
        display: flex; } }
    .rules-page .row .col-mid {
      margin: 0 10px;
      display: inline-block;
      max-width: 100%;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .rules-page .row .col-mid {
          width: 50%;
          margin: 0 40px; } }
  .rules-page .rules-title {
    color: #ff01a8;
    font-family: aleobold;
    font-size: 16px;
    margin-bottom: 20px; }
  .rules-page p {
    margin-bottom: 20px; }
  .rules-page ul {
    list-style: disc; }
  .rules-page ul > li {
    margin: 10px 0; }
  .rules-page .tmrw-label-rules {
    margin: 0 auto 40px; }
  .rules-page .rules-main-title {
    font-family: aleobold;
    font-size: 16px;
    margin: 10px 0 20px; }

.banner-policy-link {
  color: #fff;
  padding-left: 10px; }

#marlin-privacy-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  float: none;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  #marlin-privacy-content h1, #marlin-privacy-content h2, #marlin-privacy-content h3, #marlin-privacy-content h4, #marlin-privacy-content h5, #marlin-privacy-content h6 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 24px;
    margin-top: 24px;
    color: #e3e6e8; }

.optanon-show-settings-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }

table.optanon-cookie-policy-subgroup-table {
  background-color: transparent !important; }

div.optanon-show-settings-popup-wrapper {
  display: inline-block;
  height: auto !important;
  margin-top: 24px; }

#marlin-privacy-content > section {
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  padding: 0 20px;
  padding-left: 460px;
  padding-right: 100px;
  color: #e3e6e8; }
  #marlin-privacy-content > section p {
    color: #e3e6e8; }

#marlin-privacy-content ol {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  counter-reset: my-awesome-counter;
  position: absolute;
  left: 0px;
  top: 50px;
  padding: 40px;
  max-width: 320px; }

#marlin-privacy-content ol li a {
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  width: auto !important;
  position: relative;
  padding-left: 25px;
  color: #e3e6e8; }

#marlin-privacy-content ol li {
  counter-increment: my-awesome-counter;
  position: relative; }

#marlin-privacy-content ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-size: 16px;
  color: #e3e6e8;
  font-weight: bold;
  position: absolute; }

@media screen and (max-width: 991px) {
  #marlin-privacy-content ol {
    left: 0px; } }
@media screen and (max-width: 670px) {
  #marlin-privacy-content > section {
    padding: 0 20px;
    padding-left: 20px;
    width: 100%; }

  #marlin-privacy-content ol {
    display: none; } }
.section-logo-main {
  margin: 0 auto;
  text-align: center; }
  .section-logo-main .title {
    margin-top: 50px;
    max-width: 100%; }
  .section-logo-main .code {
    max-width: 100%;
    margin: 10px 0; }

.home .section-logo {
  position: inherit;
  margin-top: 0; }

.section-logo {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  @media (min-width: 576px) {
    .section-logo {
      margin-bottom: -20px;
      margin-top: 50px; } }
  .section-logo .logo-skull {
    height: 120px;
    width: auto;
    max-width: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
    .section-logo .logo-skull.active {
      height: 180px;
      width: auto; }
    @media (min-width: 576px) {
      .section-logo .logo-skull {
        height: 120px; }
        .section-logo .logo-skull.active {
          height: 220px;
          width: auto; } }
  .section-logo .logo-bg {
    height: auto;
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 0;
    top: 0; }
    @media (min-width: 576px) {
      .section-logo .logo-bg {
        height: 358px; } }
  .section-logo .title {
    display: block; }

.background {
  background-image: url("../assets/images/background/bg-body.png"), url("../assets/images/background/bg-body-right.png"), url("../assets/images/background/bg-body-left.png");
  background-position: center center, right bottom, left bottom;
  background-size: cover, auto, auto;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%; }

.main-footer {
  text-align: center;
  margin: 0 0 20px; }

.menu-footer .links-footer {
  color: #fff;
  opacity: 0.5;
  font-size: 0.4rem;
  font-family: "Arial";
  display: inline-block;
  padding: 8px 2px;
  border-right: 0; }
  .menu-footer .links-footer:last-child {
    border-right: 0; }
  @media (min-width: 576px) {
    .menu-footer .links-footer {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .menu-footer .links-footer {
      padding: 0 5px;
      border-right: 1px solid #e3e6e8; } }
  .menu-footer .links-footer .link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e3e6e8;
    transition: all 0.2s ease-in-out;
    padding-bottom: 2px; }
    .menu-footer .links-footer .link:hover {
      border-bottom: 1px solid #000029; }

.footer-index {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0; }
  @media (min-width: 768px) {
    .footer-index {
      bottom: 20px; } }
  .footer-index .social-list .social-item svg {
    width: 40%; }
  .footer-index .social-list .social-item {
    width: 30px;
    height: 30px;
    border-width: 1px; }
  .footer-index .social-list .social-item.snapchat .snapchat-icon,
  .footer-index .social-list .social-item.instagram .instagram-icon,
  .footer-index .social-list .social-item.youtube .youtube-icon {
    width: 30px;
    height: 18px;
    background-size: contain; }

.tagline-footer {
  font-size: 10px;
  font-family: "Arial";
  font-style: italic;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 5px; }
  @media (min-width: 576px) {
    .tagline-footer {
      font-size: 12px; } }

.social-list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 28px 0 20px 0;
  width: 100%; }
  .social-list .social-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    margin: 0 6px; }
    .social-list .social-item:hover {
      cursor: pointer; }
    .social-list .social-item svg {
      width: 60%; }
    .social-list .social-item.facebook:hover {
      border: 2px solid #3b5998; }
      .social-list .social-item.facebook:hover path {
        fill: #3b5998; }
    .social-list .social-item.snapchat .snapchat-icon {
      display: inline-block;
      width: 27px;
      height: 26px;
      background-image: url("../assets/images/social/snapchat.png");
      background-repeat: no-repeat;
      background-position: center center;
      transition: background-image .2s ease-in-out; }
    .social-list .social-item.snapchat:hover {
      border: 2px solid #fffc00; }
      .social-list .social-item.snapchat:hover .snapchat-icon {
        background-image: url("../assets/images/social/snapchat_hover.png"); }
    .social-list .social-item.instagram .instagram-icon {
      display: inline-block;
      width: 27px;
      height: 26px;
      background-image: url("../assets/images/social/instagram.png");
      background-repeat: no-repeat;
      background-position: center center;
      transition: background-image .2s ease-in-out; }
    .social-list .social-item.instagram:hover {
      border: 2px solid #125688; }
      .social-list .social-item.instagram:hover .instagram-icon {
        background-image: url("../assets/images/social/instagram_hover.png"); }
    .social-list .social-item.youtube .youtube-icon {
      display: inline-block;
      width: 27px;
      height: 26px;
      background-image: url("../assets/images/social/youtube.png");
      background-repeat: no-repeat;
      background-position: center center;
      transition: background-image .2s ease-in-out; }
    .social-list .social-item.youtube:hover .youtube-icon {
      background-image: url("../assets/images/social/youtube_hover.png"); }
