/*------------------------------------*	Information
\*------------------------------------*/
/*
	 * Style by Dominik Serafin
	 * * http://serafin.io/
	 * * dominikdsgnr@gmail.com
	 *
	 * Stylesheet generated with SASS
	 * * http://sass-lang.com/
	 *
	 * Vendor prefixes thanks to Autoprefixer
	 * * https://github.com/postcss/autoprefixer
	 *
	 */
/*------------------------------------*    Normalize
\*------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.

*/



html, 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, main {
    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;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    color: #2d3d4f;
    background-color: #464646;
}

a {
    text-decoration: none;
}

.pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: 4em auto;
}

.pricing-container {
    margin: 6em auto;
}
.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
    text-align: center;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 2px solid #2d3e50;
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #ffffff;
}

.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #2d3e50;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

.no-js .pricing-switcher {
    display: none;
}

.pricing-list {
    margin: 2em 0 0;
}

.pricing-list > li {
    position: relative;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .pricing-list {
    margin: 3em 0 0;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.pricing-wrapper {
    position: relative;
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    -moz-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    -moz-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    -moz-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    -moz-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-wrapper > li {
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.pricing-wrapper > li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.pricing-wrapper > li.is-ended::after {
    display: none;
}

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
    z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
  .pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .pricing-wrapper > li::after {
    display: none;
  }
  .exclusive .pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #2d3e50;
  }
  .has-margins .pricing-wrapper > li,
  .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

.pricing-header h2 {
    padding: 0.9em 0.9em 0.6em;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 2.8rem;
    letter-spacing: 2px;
}

.currency,
.value {
    font-size: 3rem;
    font-weight: 300;
}

.duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
    text-transform: uppercase;
}

.exclusive .duration {
    color: #f3b6ab;
}

.duration::before {
    content: '/';
    margin-right: 2px;
}

.value {
    font-size: 7rem;
    font-weight: 300;
}

.currency, 
.duration {
    color: #464646;
}

.exclusive .currency,
.exclusive .duration {
    color: #2d3e50;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
    width: 600px;
}

.pricing-features:after {
    content: "";
    display: table;
    clear: both;
}

.pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size: 2rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
}

.exclusive .pricing-features li {
    margin: 0 3px;
}
  
.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #464646;
    border-radius: 8px;
    border: 2px solid #464646;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .6s;
    width: 70%;
}

.no-touch .select:hover {
    background-color: #464646;
    color: #ffffff;
}

.exclusive .select {
    background-color: #464646;
    color: #ffffff;
}
  
.no-touch .exclusive .select:hover {
    background-color: #464646;
}
  
.secondary-theme .exclusive .select {
    background-color: #464646;
}
  
.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}
  
.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/************************************************************** FINE PREZZIARIO  **************************************************************/
/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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 */
  -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;
}

/*------------------------------------*    General styles
\*------------------------------------*/
html, body {
  position: relative;
  display: block;
  width: 100%;
}

html {
  font-family: "Raleway", sans-serif;
}

body {
  overflow-y: scroll;
}

a {
  color: inherit;
  text-decoration: none;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::-moz-selection {
  background: yellow;
  color: black;
}

::selection {
  background: yellow;
  color: black;
}

p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}

/*------------------------------------*    Variables
\*------------------------------------*/
/*------------------------------------*    Site sections
\*------------------------------------*/
.content {
  position: absolute;
  top: 970px;
  left: 0;
  width: 100%;
}

.start {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.maxwidth1050 {
  font-size: 0;
  position: absolute;
  top: -999px;
  left: -999px;
  display: none;
}

/*------------------------------------*    .ghost-button
\*------------------------------------*/
.ghost-button {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  -webkit-transition: color 150ms ease 1ms;
  transition: color 150ms ease 1ms;
  vertical-align: middle;
  overflow: hidden;
}

.ghost-button:hover, .ghost-button:focus {
  color: black;
  -webkit-transition: color 400ms ease 70ms;
  transition: color 400ms ease 70ms;
}

.ghost-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 0%;
  z-index: -10;
  border-radius: 1000px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: width 200ms ease-out 1ms, height 200ms ease-out;
  transition: width 200ms ease-out 1ms, height 200ms ease-out;
}

.ghost-button:hover::before, .ghost-button:focus::before {
  width: 200px;
  height: 200px;
  -webkit-transition: width 200ms ease-out 1ms, height 200ms ease-out;
  transition: width 200ms ease-out 1ms, height 200ms ease-out;
}

/*------------------------------------*    .ghost-button modifiers
\*------------------------------------*/
.ghost-button--hero:hover::before, .ghost-button--hero:focus::before {
  width: 400px;
  height: 400px;
}

.ghost-button--realizations:hover::before, .ghost-button--realizations:focus::before {
  width: 250px;
  height: 250px;
}

.ghost-button--contact:hover::before, .ghost-button--contact:focus::before {
  width: 600px;
  height: 600px;
}

/*------------------------------------*    .header
\*------------------------------------*/
.header-background {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 70px;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header {
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}

.header__wrapper {
  position: relative;
  z-index: 3000;
  width: 1200px;
  margin: 0 auto;
}

.header__hamburger {
  position: relative;
  z-index: 150;
  width: 36px;
  float: left;
  margin-top: 19px;
  margin-left: 15px;
  cursor: pointer;
}

.header__hamburger-block {
  background-color: rgba(255, 255, 255, 0.9);
  height: 4px;
  -webkit-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black;
  margin-bottom: 9px;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.header__hamburger-block:last-of-type {
  margin-bottom: 0;
}

.header__hamburger:hover .header__hamburger-block {
  background-color: rgba(255, 255, 255, 0.8);
}

.header__navigation {
  position: fixed;
  top: 0px;
  padding: 70px 20px 14px 20px;
  min-width: 300px;
  background-color: rgba(18, 18, 18, 0.9);
  display: none;
  z-index: 100;
}

.header__navigation a {
  display: block;
  padding: 8px 0;
}

.header__navigation-element {
  font-size: 20px;
  font-weight: 600;
  color: white;
  opacity: 0.8;
  padding-left: 35px;
  padding-right: 10px;
  background-size: 20px 20px;
  background-position: 5px top;
  -webkit-transition: padding 100ms ease;
  transition: padding 100ms ease;
}

.header__navigation-element--experience {
  background-image: url("../img/title_square.svg");
}

.header__navigation-element--features {
  background-image: url("../img/title_circle.svg");
}

.header__navigation-element--realizations {
  background-image: url("../img/title_pentagon.svg");
}

.header__navigation-element--contact {
  background-image: url("../img/title_triangle.svg");
}

.header__navigation-element--copertura {
  background-image: url("../img/copertura.svg");
}

.header__navigation-element--home {
  background-image: url("../img/home.svg");
}

.header__navigation a:hover .header__navigation-element {
  padding-left: 40px;
}

.header__title-wrapper {
  float: left;
  margin-top: 11px;
  margin-left: 20px;
  position: relative;
  z-index: 200;
}

.header__title-copertura {
  float: right;
  margin-top: 31px;
  margin-right: 30px;
  position: relative;
  z-index: 200;
}

.header__title-main {
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 20px black;
}

.header__title-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 1px;
  text-shadow: 0 0 20px black;
}

.header__social-icons {
  float: right;
  margin-left: 50px;
  margin-top: 16px;
}

.header__social-icons a {
  float: left;
  margin-left: 50px;
  font-size: 31px;
  text-shadow: 0 0 20px black;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}

.header__social-icons a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/*------------------------------------*    .hero
\*------------------------------------*/
.hero {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -500;
  width: 100%;
  height: 1000px;
  overflow: hidden;
}

.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -400;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero_background.jpg");
  background-repeat: repeat;
}

.hero__backgroundcoperture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -400;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero_backgroundcoperture.jpg");
  background-repeat: repeat;
}

@-webkit-keyframes HeroGradient {
  0% {
    -webkit-transform: translate(-80%, -80%);
    transform: translate(-80%, -80%);
  }
  100% {
    -webkit-transform: translate(-2%, -2%);
    transform: translate(-2%, -2%);
  }
}

@keyframes HeroGradient {
  0% {
    -webkit-transform: translate(-80%, -80%);
    transform: translate(-80%, -80%);
  }
  100% {
    -webkit-transform: translate(-2%, -2%);
    transform: translate(-2%, -2%);
  }
}

.hero__gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -300;
  width: 500%;
  height: 500%;
  opacity: 0.7;
  overflow: hidden;
  background-color: #1b0530;
  background-image: url("../img/hero_gradient.png");
  background-size: 100%;
  background-position: 80% 80%;
  -webkit-animation-name: HeroGradient;
  animation-name: HeroGradient;
  -webkit-animation-duration: 15.5s;
  animation-duration: 15.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hero__gradientcoperture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -300;
  width: 500%;
  height: 500%;
  opacity: 0.7;
  overflow: hidden;
  background-color: #1b0530;
  background-image: url("../img/hero_gradientcoperture.png");
  background-size: 100%;
  background-position: 80% 80%;
  -webkit-animation-name: HeroGradient;
  animation-name: HeroGradient;
  -webkit-animation-duration: 15.5s;
  animation-duration: 15.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hero__pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -200;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url("../img/hero_pattern.png");
  background-repeat: repeat-x;
  background-position: bottom left;
}

.hero__content {
  padding-top: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
}

.hero__content-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero__title-wrapper {
  margin-top: 135px;
  float: left;
}

.hero__title-large {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 100px;
}

.hero__title-small {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 55px;
  margin-left: 20px;
  margin-top: 15px;
}

.hero__photo-wrapper {
  margin-top: 90px;
  float: right;
}

.hero__photo {
  position: relative;
  width: 480px;
  height: 480px;
  border-radius: 0px;
  background-image: url("../img/hero_photo.png");
  background-size: cover;
}

.hero__promo {
  position: sticky;
  width: 696px;
  height: 467px;
  border-radius: 0px;
  background-image: url("../img/promo.png");
  background-size: cover;
}

.hero__hat {
  position: absolute;
  top: -60px;
  left: 50px;
  width: 140px;
  height: 110px;
  background-image: url("../img/hero_hat.png");
  background-size: contain;
  -webkit-transition: -webkit-transform 210ms ease-in-out;
  transition: transform 210ms ease-in-out;
  -webkit-transform: rotate(0) translate(0, 0);
  -ms-transform: rotate(0) translate(0, 0);
  transform: rotate(0) translate(0, 0);
}

.hero__hat--tip {
  -webkit-transform: rotate(-30deg) translate(-50px, -30px);
  -ms-transform: rotate(-30deg) translate(-50px, -30px);
  transform: rotate(-30deg) translate(-50px, -30px);
}

.hero__description {
  clear: both;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1.8;
  font-weight: 300;
  padding-top: 70px;
}

.hero__description strong {
  font-weight: 600;
}

.hero__description a {
  text-decoration: underline;
}

.hero__call-to-action {
  clear: both;
  text-align: center;
  padding-top: 70px;
}

.hero__button {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  padding: 15px 60px 15px 60px;
  border-radius: 3px;
}

.hero__alt-button {
  vertical-align: middle;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  margin-left: 50px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  cursor: pointer;
  overflow: hidden;
}

.hero__alt-button:hover {
  color: rgba(255, 255, 255, 0.9);
}

/*------------------------------------*    .section-header
\*------------------------------------*/
.section-header__title {
  color: white;
  font-size: 38px;
  font-weight: 600;
  padding-left: 60px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  background-image: url("../img/title_square.svg");
  background-size: 40px 40px;
  background-position: 10px top;
  opacity: 1;
}

.section-header__title--experience {
  background-image: url("../img/title_square.svg");
}

.section-header__title--features {
  background-image: url("../img/title_circle.svg");
}

.section-header__title--realizations {
  background-image: url("../img/title_pentagon.svg");
}

.section-header__title--contact {
  background-image: url("../img/title_triangle.svg");
}


.section-header__title--contatti {
  background-image: url("../img/title_triangolo.svg");
}

.section-header__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 200;
  padding-top: 5px;
  padding-left: 100px;
}

/*------------------------------------*    .experience
\*------------------------------------*/
.experience {
  background-color: rgba(67, 55, 76, 0.99);
  background-image: -webkit-linear-gradient(top left, #360033, #0b8793 2100px);
  background-image: linear-gradient(to bottom right, #360033, #0b8793 2100px);
  position: relative;
}

.experience::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: " ";
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.experience::after {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1077px;
  content: " ";
  background-image: url("../img/section_pattern01.png");
  opacity: 1;
  background-position: -80px 50px;
}

.experience__hollow-arrow {
  width: 100%;
  height: 40px;
  background-image: url("../img/content_hollow-arrow.png");
  background-position: 50% 50%;
  position: relative;
  top: -40px;
  left: 0;
  opacity: 1;
}

.experience__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 200px;
}

.experience__icons-wrapper {
  margin-bottom: 20px;
}

.experience__icons-wrapper::after {
  display: table;
  content: " ";
  clear: both;
}

.experience__icon {
  position: relative;
  margin-top: 100px;
  float: left;
  width: 20%;
  height: 120px;
  background-image: url("../img/exp_html5.svg");
  background-size: 100px 100px;
  background-position: 50%;
}


.experience__icon-description {
  display: block;
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: rgba(255, 255, 255, 0.9);
  width: 200px;
  text-align: center;
}







/*------------------------------------*    .features
\*------------------------------------*/
.features {
  background-color: rgba(59, 62, 82, 0.99);
  background-image: -webkit-linear-gradient(top right, #354b15, #1b5752 2100px);
  background-image: linear-gradient(to bottom left, #354b15, #1b5752 2100px);
  position: relative;
  overflow: hidden;
}

.features::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: " ";
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.features::after {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1080px;
  content: " ";
  background-image: url("../img/section_pattern02.png");
  opacity: 1;
  background-position: 80px -75px;
}

.features__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 200px;
}

.features__elements-wrapper {
  margin-top: 20px;
}

.features__elements-wrapper::after {
  display: table;
  content: " ";
  clear: both;
}

.features__element {
  display: inline-block;
  width: 49.9%;
  float: left;
  height: 100px;
  margin-top: 80px;
}

.features__image {
  background-size: 100px 100px;
  background-position: top center;
  width: 25%;
  min-height: 100px;
  height: 100%;
  float: left;
}


.features__text {
  float: left;
  width: 65%;
}

.features__title {
  font-size: 25px;
  line-height: 1;
  padding-bottom: 3px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.features__description {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
}


/*------------------------------------*    .fastweb
\*------------------------------------*/
.fastweb {
  background-color: rgba(67, 55, 76, 0.99);
  background-image: -webkit-linear-gradient(top left, #ff9b26, #ff9b26 2100px);
  background-image: linear-gradient(to bottom right, #ff9b26, #ff9b26 2100px);
  position: relative;
}

.fastweb::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: " ";
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.fastweb::after {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1077px;
  content: " ";
  background-image: url("../img/section_pattern01.png");
  opacity: 1;
  background-position: -80px 50px;
}

.fastweb__hollow-arrow {
  width: 100%;
  height: 40px;
  background-image: url("../img/fw.png");
  background-position: 50% 50%;
  position: relative;
  top: -40px;
  left: 0;
  opacity: 1;
}

.fastweb__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 200px;
}

.fastweb__icons-wrapper {
  margin-bottom: 20px;
}

.fastweb__icons-wrapper::after {
  display: table;
  content: " ";
  clear: both;
}

.fastweb__icon {
  position: relative;
  margin-top: 100px;
  float: left;
  width: 20%;
  height: 120px;
  background-image: url("../img/exp_html5.svg");
  background-size: 100px 100px;
  background-position: 50%;
}


.fastweb__icon-description {
  display: block;
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: rgba(255, 255, 255, 0.9);
  width: 200px;
  text-align: center;
}
/* CSS Document */



/*------------------------------------*    .tim
\*------------------------------------*/
.tim {
  background-color: rgba(67, 55, 76, 0.99);
  background-image: -webkit-linear-gradient(top left, #1b4773, #1b4773 2100px);
  background-image: linear-gradient(to bottom right, #1b4773, #1b4773 2100px);
  position: relative;
}

.tim::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: " ";
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.tim::after {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1077px;
  content: " ";
  background-image: url("../img/section_pattern01.png");
  opacity: 1;
  background-position: -80px 50px;
}

.tim__hollow-arrow {
  width: 100%;
  height: 40px;
  background-image: url("../img/tim.png");
  background-position: 50% 50%;
  position: relative;
  top: -40px;
  left: 0;
  opacity: 1;
}

.tim__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 200px;
}

.tim__icons-wrapper {
  margin-bottom: 20px;
}

.tim__icons-wrapper::after {
  display: table;
  content: " ";
  clear: both;
}

.tim__icon {
  position: relative;
  margin-top: 100px;
  float: left;
  width: 20%;
  height: 120px;
  background-image: url("../img/exp_html5.svg");
  background-size: 100px 100px;
  background-position: 50%;
}


.tim__icon-description {
  display: block;
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: rgba(255, 255, 255, 0.9);
  width: 200px;
  text-align: center;
}
/* CSS Document */



/*------------------------------------*    .vodafone
\*------------------------------------*/
.vodafone {
  background-color: rgba(67, 55, 76, 0.99);
  background-image: -webkit-linear-gradient(top left, #e53729, #e53729 2100px);
  background-image: linear-gradient(to bottom right, #e53729, #e53729 2100px);
  position: relative;
}

.vodafone::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: " ";
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.vodafone::after {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1077px;
  content: " ";
  background-image: url("../img/section_pattern01.png");
  opacity: 1;
  background-position: -80px 50px;
}

.vodafone__hollow-arrow {
  width: 100%;
  height: 40px;
  background-image: url("../img/vf.png");
  background-position: 50% 50%;
  position: relative;
  top: -40px;
  left: 0;
  opacity: 1;
}

.vodafone__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 200px;
}

.vodafone__icons-wrapper {
  margin-bottom: 20px;
}

.vodafone__icons-wrapper::after {
  display: table;
  content: " ";
  clear: both;
}

.vodafone__icon {
  position: relative;
  margin-top: 100px;
  float: left;
  width: 20%;
  height: 120px;
  background-image: url("../img/exp_html5.svg");
  background-size: 100px 100px;
  background-position: 50%;
}


.vodafone__icon-description {
  display: block;
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: rgba(255, 255, 255, 0.9);
  width: 200px;
  text-align: center;
}
/* CSS Document */


/*------------------------------------*    .wind
\*------------------------------------*/
.wind {
  background-color: rgba(67, 55, 76, 0.99);
  background-image: -webkit-linear-gradient(top left, #ff6a00, #ff6a00 2100px);
  background-image: linear-gradient(to bottom right, #ff6a00, #ff6a00 2100px);
  position: relative;
}

.wind::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: " ";
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.wind::after {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1077px;
  content: " ";
  background-image: url("../img/section_pattern01.png");
  opacity: 1;
  background-position: -80px 50px;
}

.wind__hollow-arrow {
  width: 100%;
  height: 40px;
  background-image: url("../img/wind.png");
  background-position: 50% 50%;
  position: relative;
  top: -40px;
  left: 0;
  opacity: 1;
}

.wind__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 200px;
}

.wind__icons-wrapper {
  margin-bottom: 20px;
}

.wind__icons-wrapper::after {
  display: table;
  content: " ";
  clear: both;
}

.wind__icon {
  position: relative;
  margin-top: 100px;
  float: left;
  width: 20%;
  height: 120px;
  background-image: url("../img/exp_html5.svg");
  background-size: 100px 100px;
  background-position: 50%;
}


.wind__icon-description {
  display: block;
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: rgba(255, 255, 255, 0.9);
  width: 200px;
  text-align: center;
}
/* CSS Document */







/*------------------------------------*    .realizations
\*------------------------------------*/
.realizations {
  background-color: #33404e;
  background-image: -webkit-linear-gradient(top right, #3a6073, #16222a 2100px);
  background-image: linear-gradient(to bottom left, #3a6073, #16222a 2100px);
  position: relative;
  overflow: hidden;
}

.realizations::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: " ";
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.realizations::after {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1080px;
  content: " ";
  background-image: url("../img/section_pattern03.png");
  opacity: 1;
}

.realizations__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 200px;
}

/*------------------------------------*    .showcase
\*------------------------------------*/
.showcase {
  margin-top: 100px;
  width: 100%;
  margin-bottom: 30px;
}

.showcase::after {
  display: table;
  content: " ";
  clear: both;
}

.showcase__thumbnails-wrapper {
  width: 100%;
  display: inline-block;
  font-size: 0;
  margin-bottom: 30px;
}

.showcase__thumb {
  float: left;
  margin-left: 62px;
  width: 190px;
  border-radius: 3px;
  opacity: 0.2;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 200ms ease-in-out, height 80ms ease-in-out, border 80ms ease-in-out, -webkit-box-shadow 120ms ease-in-out, -webkit-transform 80ms ease-in-out;
  transition: opacity 200ms ease-in-out, height 80ms ease-in-out, border 80ms ease-in-out, box-shadow 120ms ease-in-out, transform 80ms ease-in-out;
}

.showcase__thumb:hover {
  opacity: 1;
}

.showcase__thumb--first {
  margin-left: 0;
}

.showcase__thumb--blank {
  opacity: 1;
  background-color: #384452;
  cursor: default;
}

.showcase__thumb--active {
  opacity: 1;
}

.showcase__spacer {
  font-size: 0;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.showcase__stage-wrapper {
  position: relative;
  min-height: 460px;
}

.showcase__stage {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  float: left;
  display: none;
}

.showcase__stage--active {
  display: block;
}

.showcase__slider {
  position: relative;
  width: 70%;
  float: left;
}

.showcase__slider img {
  max-width: 100%;
  border-radius: 4px;
}

/* http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li a {
  height: 100%;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_tabs {
  position: absolute;
  bottom: -25px;
  left: 7px;
  z-index: 500;
  float: left;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.rslides_tabs li {
  display: inline-block;
  background-color: #33404e;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 6px;
  -webkit-transition: background-color 150ms ease-in-out, border 250ms ease-in-out;
  transition: background-color 150ms ease-in-out, border 250ms ease-in-out;
}

.rslides_tabs li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.rslides_tabs .rslides_here {
  background-color: rgba(255, 255, 255, 0.8);
}

.rslides_tabs a {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.rslides_nav.prev, .rslides_nav.next {
  position: absolute;
  z-index: 600;
  width: 300px;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.rslides_nav.prev:hover, .rslides_nav.next:hover {
  opacity: 1;
}

.rslides_nav.prev {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  top: 0;
  left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rslides_nav.next {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  top: 0;
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* END responsive slides */
.showcase__infos-wrapper {
  float: left;
  width: 30%;
  font-size: 16px;
}

.showcase__title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 38px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-top: 5px;
}

.showcase__title-description {
  font-size: 21px;
  font-weight: 400;
  margin-left: 1px;
  color: rgba(255, 255, 255, 0.7);
}

.showcase__point {
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
}

.showcase__point-title {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}

.showcase__point-description {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
}

.showcase__point-details-excerpt {
  display: inline;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
}

.showcase__point-details-full {
  display: inline;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
  display: none;
}

.showcase__readmore, .showcase__readless {
  display: inline;
  color: rgba(255, 255, 255, 0.8);
  background-color: #363636;
  font-weight: 300;
  padding-left: 6px;
  font-size: 17px;
  line-height: 1.3;
  padding-right: 6px;
  cursor: pointer;
}

.showcase__button {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  width: 250px;
  height: 44px;
  border-radius: 3px;
  border-width: 1px;
  line-height: 41px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

/*------------------------------------*    .contact
\*------------------------------------*/
.contact {
  background-color: #3b3b3b;
  background-image: -webkit-linear-gradient(bottom right, #232526, #414345 2100px);
  background-image: linear-gradient(to top left, #232526, #414345 2100px);
  position: relative;
  overflow: hidden;
}

.contact::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: " ";
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
}

.contact::after {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1080px;
  content: " ";
  background-image: url("../img/section_pattern04.png");
  opacity: 1;
  background-position: 110px -110px;
}

.contact__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 200px;
}

/*------------------------------------*			.contact icons
		\*------------------------------------*/
.contact__icons-wrapper {
  margin-top: 100px;
  text-align: center;
}

.contact__icon {
  display: inline-block;
  width: 33%;
}

.contact__icon a {
  display: block;
  height: 100%;
  width: 100%;
}

.contact__icon .fa {
  font-size: 100px;
  color: white;
}

.contact__icon-description {
  color: white;
  font-size: 20px;
  margin-top: 20px;
}

/*------------------------------------*			.contact forms
		\*------------------------------------*/
.contact__form {
  margin-top: 100px;
  text-align: center;
}

.contact__form::after {
  display: table;
  content: " ";
  clear: both;
}

.contact__label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 300;
  margin-left: 10px;
}

.contact__spacer {
  font-size: 0;
  width: 68%;
  margin: 0 auto;
  margin-top: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
}

/*------------------------------------*				.contact message textarea
			\*------------------------------------*/
.contact__textarea-wrapper {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0;
}

.contact__textarea-wrapper textarea {
  font-weight: 300;
  margin-top: 5px;
  resize: vertical;
  border: none;
  border-radius: 3px;
  width: 100%;
  font-size: 15px;
  padding: 15px 15px 15px 15px;
  -webkit-transition: -webkit-box-shadow 150ms ease-in-out, outline 150ms ease-in-out;
  transition: box-shadow 150ms ease-in-out, outline 150ms ease-in-out;
}

.contact__textarea-wrapper textarea:invalid {
  outline-color: red;
}

.contact__textarea-wrapper textarea:valid {
  outline-color: black;
}

/*------------------------------------*				.contact bottom
			\*------------------------------------*/
.contact__sender-info-wrapper {
  display: inline-block;
  width: 50%;
  font-size: 0;
  text-align: left;
  float: left;
}

.contact__input-wrapper {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.contact__input-wrapper input {
  font-weight: 300;
  margin-top: 5px;
  border: none;
  border-radius: 3px;
  width: 100%;
  font-size: 15px;
  padding: 15px 15px 15px 15px;
  -webkit-transition: -webkit-box-shadow 150ms ease-in-out, outline 150ms ease-in-out;
  transition: box-shadow 150ms ease-in-out, outline 150ms ease-in-out;
}

.contact__input-wrapper input:invalid {
  outline-color: red;
}

.contact__input-wrapper input:valid {
  outline-color: black;
}

/*------------------------------------*					.contact button
				\*------------------------------------*/
.contact__button-wrapper {
  width: 46%;
  height: 139px;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  margin-top: 43px;
  display: inline-block;
  float: right;
  position: relative;
  overflow: hidden;
}

.contact__button-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  line-height: 44px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.contact__button-wrapper::after {
  display: table;
  content: " ";
  clear: both;
}

.contact__button-wrapper--sent {
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  cursor: default;
}

.contact__button-wrapper--sent input {
  cursor: default !important;
}

.contact__paper-plane-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 0;
  -webkit-transition: -webkit-transform 600ms ease-in;
  transition: transform 600ms ease-in;
}

.contact__paper-plane-wrapper .fa-paper-plane {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  font-size: 70px;
}

.contact__paper-plane-wrapper--takeoff {
  -webkit-transform: translateY(-50%) translateX(400%);
  -ms-transform: translateY(-50%) translateX(400%);
  transform: translateY(-50%) translateX(400%);
}

.contact__paper-plane-wrapper--takeoff .fa-paper-plane {
  -webkit-transform: translateY(-5%) rotate(49deg);
  -ms-transform: translateY(-5%) rotate(49deg);
  transform: translateY(-5%) rotate(49deg);
}

.contact__button-wrapper:hover .contact__paper-plane-wrapper .fa-paper-plane {
  -webkit-transform: translateY(-5%) rotate(49deg);
  -ms-transform: translateY(-5%) rotate(49deg);
  transform: translateY(-5%) rotate(49deg);
}

/*------------------------------------*				.contact ajax response
			\*------------------------------------*/
.contact__response {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.contact__response-title {
  font-size: 24px;
  font-weight: 600;
}

.contact__response-description {
  font-size: 18px;
  font-weight: 400;
}

.contact__response-ajax-text {
  color: red;
  margin-left: 7px;
  padding-left: 4px;
  display: inline-block;
  display: none;
  font-size: 15px;
}

.contact__response-ajax-text::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: "\f071";
  margin-right: 5px;
  font-size: 15px;
}

/*------------------------------------*    .footer
\*------------------------------------*/
.footer {
  background-color: #FFFFFF;
  position: relative;
}

.footer__wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer__wrapper::after {
  display: table;
  content: " ";
  clear: both;
}

.footer__copyright {
  font-size: 26px;
  float: left;
  font-weight: 600;
  opacity: 0.2;
  margin-top: 54px;
}

.footer__image {
  width: 350px;
  height: 100px;
  background-image: url("../img/footer_image.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  float: right;
  opacity: 0.2;
}

/*------------------------------------*	(max-width: 1300px)
\*------------------------------------*/
@media (max-width: 1300px) {
  .experience__wrapper {
    max-width: 960px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .features__wrapper {
    max-width: 960px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .realizations__wrapper {
    max-width: 960px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .contact__wrapper {
    max-width: 960px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .footer__wrapper {
    max-width: 960px;
  }
  .hero__content-wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
  .hero__title-wrapper {
    margin-top: 140px;
    float: left;
  }
  .hero__title-large {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 80px;
  }
  .hero__title-small {
    font-size: 45px;
  }
  .hero__photo-wrapper {
    margin-top: 110px;
  }
  .hero__photo {
    width: 220px;
    height: 220px;
  }
  .hero__description {
    font-size: 21px;
    padding-top: 70px;
  }
  .hero__call-to-action {
    padding-top: 80px;
  }
  .hero__button {
    font-size: 21px;
    padding: 12px 50px 12px 50px;
  }
  .hero__scroll {
    font-size: 21px;
    margin-left: 40px;
  }
  .experience::after {
    height: 1060px;
  }
  .features__elements-wrapper {
    margin-top: 50px;
  }
  .features__element {
    width: 45.9%;
    margin-top: 40px;
    margin-left: 2%;
    height: 160px;
  }
  .features__image {
    background-size: 90px 90px;
  }
  .showcase__thumb {
    margin-left: 45px;
    width: 155px;
  }
  .showcase__thumb--first {
    margin-left: 0;
  }
  .showcase__title {
    font-size: 32px;
  }
  .showcase__title-description {
    font-size: 18px;
  }
  .showcase__point-title {
    font-size: 18px;
    margin-bottom: 1px;
  }
  .showcase__point {
    margin-top: 10px;
  }
  .showcase__point-description,
  .showcase__point-details-excerpt,
  .showcase__point-details-full {
    font-size: 15px;
    line-height: 1.2;
  }
  .showcase__readmore,
  .showcase__readless {
    font-size: 15px;
  }
  .showcase__button {
    margin-left: 30px;
    font-size: 15px;
    width: 200px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    margin-top: 15px;
  }
  .contact__spacer {
    margin-top: 75px;
  }
  .contact__form {
    margin-top: 75px;
  }
}

/*------------------------------------*	(max-width: 1050px)
\*------------------------------------*/
@media (max-width: 1050px) {
  .maxwidth1050 {
    display: block;
  }
  .hero {
    position: relative;
    height: default;
    z-index: 100;
  }
  .content {
    position: relative;
    top: 0px;
    z-index: 200;
  }
  .hero__content {
    z-index: 210;
  }
  .hero__content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    z-index: 220;
  }
  .hero__title-wrapper {
    margin-top: 110px;
  }
  .hero__title-large {
    font-size: 70px;
  }
  .hero__title-small {
    font-size: 40px;
  }
  .hero__photo-wrapper {
    margin-top: 80px;
  }
  .hero__description {
    font-size: 19px;
  }
  .hero__photo {
    width: 200px;
    height: 200px;
  }
  .hero__call-to-action {
    padding-top: 60px;
  }
  .hero__button,
  .hero__scroll {
    font-size: 19px;
  }
  .experience__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .features__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .realizations__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .footer__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .experience::after {
    height: 1020px;
  }
  .experience__icons-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
  .showcase {
    margin-bottom: 0;
  }
  .showcase__thumb {
    margin-left: 5%;
    width: 16%;
  }
  .showcase__thumb--first {
    margin-left: 0;
  }
  .showcase__infos-wrapper {
    float: left;
    width: 40%;
    font-size: 16px;
  }
  .showcase__slider {
    width: 60%;
  }
  .contact__spacer {
    margin-top: 50px;
  }
  .contact__form {
    margin-top: 50px;
  }
}

/*------------------------------------*	(max-width: 960px)
\*------------------------------------*/
@media (max-width: 960px) {
  .features__element {
    display: block;
    width: 100%;
    margin-top: 50px;
    height: auto;
  }
  .hero__photo {
    width: 190px;
    height: 190px;
  }
  .experience__icon {
    width: 25%;
  }
  .section-header__subtitle {
    padding-left: 60px;
  }
}

/*------------------------------------*	(max-width: 940px)
\*------------------------------------*/
@media (max-width: 940px) {
  .hero__title-large {
    font-size: 68px;
  }
  .hero__title-small {
    font-size: 38px;
  }
  .hero__description {
    font-size: 18px;
    padding-top: 60px;
  }
}

/*------------------------------------*	(max-width: 890px)
\*------------------------------------*/
@media (max-width: 890px) {
  .hero__title-large {
    font-size: 65px;
  }
  .hero__title-small {
    font-size: 35px;
  }
  .hero__photo {
    width: 180px;
    height: 180px;
  }
  .hero__button,
  .hero__scroll {
    font-size: 18px;
  }
  .hero__scroll {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
  .contact__icon {
    width: 32%;
  }
  .contact__icon .fa {
    font-size: 80px;
    color: white;
  }
  .contact__icon-description {
    font-size: 16px;
  }
}

/*------------------------------------*	(max-width: 840px)
\*------------------------------------*/
@media (max-width: 840px) {
  .hero__title-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 70px;
  }
  .hero__title-large {
    font-size: 75px;
  }
  .hero__title-small {
    font-size: 45px;
  }
  .hero__photo-wrapper {
    margin-top: 80px;
    float: left;
    width: 100%;
    display: block;
  }
  .hero__photo {
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
}

/*------------------------------------*	(max-width: 860px)
\*------------------------------------*/
@media (max-width: 860px) {
  .experience__icon {
    width: 33%;
  }
  .showcase__thumb {
    margin-left: 2.3%;
    width: 18%;
  }
  .showcase__thumb--first {
    margin-left: 0;
  }
  .showcase__thumbnails-wrapper {
    margin-bottom: 2.3%;
  }
  .rslides_tabs {
    width: 100%;
    bottom: -35px;
  }
  .rslides_tabs a {
    display: inline-block;
    width: 22px;
    height: 22px;
  }
  .showcase__infos-wrapper {
    float: left;
    width: 100%;
    font-size: 16px;
    clear: both;
    margin-top: 70px;
    text-align: center;
  }
  .showcase__slider {
    width: 100%;
  }
  .showcase__title {
    font-size: 36px;
    padding-left: 0;
  }
  .showcase__title-description {
    padding-left: 0;
  }
  .showcase__point-title {
    padding-left: 0;
  }
  .showcase__point {
    padding-left: 0;
  }
  .showcase__point-description,
  .showcase__point-details-excerpt,
  .showcase__point-details-full {
    padding-left: 0;
    font-size: 17px;
  }
  .showcase__readmore,
  .showcase__readless {
    font-size: 17px;
  }
  .showcase__button {
    margin-left: 0;
    font-size: 15px;
    width: 200px;
    height: 41px;
    font-size: 15px;
    line-height: 43px;
    margin-top: 20px;
  }
}

/*------------------------------------*	(max-width: 720px)
\*------------------------------------*/
@media (max-width: 720px) {
  .footer__copyright {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .footer__hosting {
    margin-top: 40px;
    width: 100%;
    background-size: contain;
    float: left;
    clear: left;
    background-position: center;
  }
  .contact__sender-info-wrapper {
    display: block;
    width: 100%;
  }
  .contact__button-wrapper {
    width: 100%;
    margin-top: 50px;
    display: block;
  }
  .ghost-button--contact:hover::before,
  .ghost-button--contact:focus::before {
    width: 700px;
    height: 700px;
  }
  .contact__response-title {
    font-size: 21px;
  }
  .contact__response-description {
    font-size: 14px;
  }
  .contact__response-ajax-text {
    font-size: 13px;
  }
  .contact__response-ajax-text::before {
    font-size: 13px;
  }
}

/*------------------------------------*	(max-width: 620px)
\*------------------------------------*/
@media (max-width: 620px) {
  .hero__title-large {
    font-size: 65px;
  }
  .hero__title-small {
    font-size: 35px;
  }
  .hero__photo {
    width: 250px;
    height: 250px;
  }
  .experience__icon {
    width: 50%;
  }
  .experience__icons-wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }
  .contact__icon {
    margin-top: 60px;
    display: block;
    width: 100%;
  }
  .contact__icon:first-of-type {
    margin-top: 0;
  }
  .contact__icon .fa {
    font-size: 90px;
    color: white;
  }
  .contact__icon-description {
    font-size: 20px;
  }
}

/*------------------------------------*	(max-width: 500px)
\*------------------------------------*/
@media (max-width: 500px) {
  .experience__icons-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .features__image {
    background-size: contain;
    margin-right: 10px;
  }
  .section-header__title {
    font-size: 30px;
    background-size: 32px 32px;
    padding-left: 50px;
  }
  .section-header__subtitle {
    font-size: 20px;
    padding-left: 20px;
  }
}

/*------------------------------------*	(max-width: 400px)
\*------------------------------------*/
@media (max-width: 400px) {
  .hero__photo {
    width: 200px;
    height: 200px;
  }
}

/*------------------------------------*	(max-width: 400px)
\*------------------------------------*/
@media (max-width: 400px) {
  .features__title {
    font-size: 20px;
  }
  .experience__icon {
    width: 100%;
  }
}

/*------------------------------------*	HEIGHTS for (min-width: 1050px)
\*------------------------------------*/
/*------------------------------------*	(max-height: 850px)
\*------------------------------------*/
@media (min-width: 1050px) and (max-height: 850px) {
  .hero__title-wrapper {
    margin-top: 100px;
    float: left;
  }
  .hero__photo-wrapper {
    margin-top: 70px;
    float: right;
  }
  .hero__photo {
    width: 200px;
    height: 200px;
  }
  .hero__description {
    font-size: 21px;
    padding-top: 80px;
  }
  .hero__call-to-action {
    padding-top: 80px;
  }
}

/*------------------------------------*	(max-height: 800px)
\*------------------------------------*/
@media (min-width: 1050px) and (max-height: 800px) {
  .hero__title-wrapper {
    margin-top: 90px;
    float: left;
  }
  .hero__photo-wrapper {
    margin-top: 60px;
    float: right;
  }
  .hero__photo {
    width: 200px;
    height: 200px;
  }
  .hero__description {
    font-size: 21px;
    padding-top: 80px;
  }
  .hero__call-to-action {
    padding-top: 80px;
  }
}

/*------------------------------------*	(max-height: 750px)
\*------------------------------------*/
@media (min-width: 1050px) and (max-height: 750px) {
  .hero__title-wrapper {
    margin-top: 70px;
    float: left;
  }
  .hero__photo-wrapper {
    margin-top: 40px;
    float: right;
  }
  .hero__photo {
    width: 200px;
    height: 200px;
  }
  .hero__description {
    font-size: 20px;
    padding-top: 60px;
  }
  .hero__call-to-action {
    padding-top: 60px;
  }
}

/*------------------------------------*	(max-height: 700px)
\*------------------------------------*/
@media (min-width: 1050px) and (max-height: 700px) {
  .hero__title-wrapper {
    margin-top: 60px;
    float: left;
  }
  .hero__photo-wrapper {
    margin-top: 30px;
    float: right;
  }
  .hero__photo {
    width: 200px;
    height: 200px;
  }
  .hero__description {
    font-size: 19px;
    padding-top: 50px;
  }
  .hero__call-to-action {
    padding-top: 50px;
  }
}

/*------------------------------------*	(max-height: 650px)
\*------------------------------------*/
@media (min-width: 1050px) and (max-height: 650px) {
  .hero__title-wrapper {
    margin-top: 60px;
    float: left;
  }
  .hero__title-large {
    font-size: 70px;
  }
  .hero__title-small {
    font-size: 40px;
  }
  .hero__photo-wrapper {
    margin-top: 30px;
    float: right;
  }
  .hero__photo {
    width: 190px;
    height: 190px;
  }
  .hero__description {
    font-size: 19px;
    padding-top: 40px;
  }
  .hero__call-to-action {
    padding-top: 40px;
  }
  .hero__button,
  .hero__scroll {
    font-size: 19px;
  }
}

/*------------------------------------*	(max-height: 600px)
\*------------------------------------*/
@media (min-width: 1050px) and (max-height: 600px) {
  .hero__title-wrapper {
    margin-top: 40px;
    float: left;
  }
  .hero__photo-wrapper {
    margin-top: 20px;
    float: right;
  }
  .hero__photo {
    width: 170px;
    height: 170px;
  }
  .hero__description {
    font-size: 19px;
    padding-top: 30px;
  }
  .hero__call-to-action {
    padding-top: 30px;
  }
}

/*------------------------------------*	(max-height: 550px)
\*------------------------------------*/
@media (min-width: 1050px) and (max-height: 550px) {
  .hero__title-wrapper {
    margin-top: 30px;
    float: left;
  }
  .hero__title-large {
    font-size: 60px;
  }
  .hero__title-small {
    font-size: 35px;
  }
  .hero__photo-wrapper {
    margin-top: 10px;
    float: right;
  }
  .hero__photo {
    width: 160px;
    height: 160px;
  }
  .hero__description {
    font-size: 17px;
    padding-top: 25px;
  }
  .hero__call-to-action {
    padding-top: 25px;
  }
  .hero__button,
  .hero__scroll {
    font-size: 17px;
  }
}

/*------------------------------------*	HEIGHTS for (min-width: 1300px)
\*------------------------------------*/
/*------------------------------------*	(max-height: 900px)
\*------------------------------------*/
@media (min-width: 1300px) and (max-height: 900px) {
  .hero__title-wrapper {
    margin-top: 120px;
  }
  .hero__title-large {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 100px;
  }
  .hero__title-small {
    font-size: 55px;
    margin-left: 20px;
    margin-top: 15px;
  }
  .hero__photo-wrapper {
    margin-top: 70px;
  }
  .hero__photo {
    width: 260px;
    height: 260px;
  }
  .hero__description {
    font-size: 22px;
    line-height: 1.7;
    padding-top: 60px;
  }
  .hero__call-to-action {
    padding-top: 70px;
  }
  .hero__button {
    font-size: 21px;
    padding: 13px 50px 13px 50px;
  }
  .hero__scroll {
    font-size: 21px;
  }
}

/*------------------------------------*	(max-height: 800px)
\*------------------------------------*/
@media (min-width: 1300px) and (max-height: 800px) {
  .hero__title-wrapper {
    margin-top: 80px;
  }
  .hero__photo-wrapper {
    margin-top: 55px;
  }
  .hero__description {
    padding-top: 40px;
  }
  .hero__call-to-action {
    padding-top: 50px;
  }
}

/*------------------------------------*	(max-height: 750px)
\*------------------------------------*/
@media (min-width: 1300px) and (max-height: 750px) {
  .hero__title-wrapper {
    margin-left: 30px;
    float: left;
  }
  .hero__title-large {
    font-size: 78px;
  }
  .hero__title-small {
    font-size: 50px;
  }
  .hero__photo-wrapper {
    margin-right: 60px;
    float: right;
  }
  .hero__photo {
    width: 200px;
    height: 200px;
  }
  .hero__description {
    font-size: 20px;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .hero__button {
    padding: 12px 50px 12px 50px;
  }
  .hero__scroll {
    margin-left: 40px;
  }
}

/*------------------------------------*	(max-height: 700px)
\*------------------------------------*/
@media (min-width: 1300px) and (max-height: 700px) {
  .hero__title-wrapper {
    margin-top: 65px;
  }
  .hero__photo-wrapper {
    margin-top: 45px;
  }
  .hero__description {
    padding-top: 30px;
  }
  .hero__call-to-action {
    padding-top: 40px;
  }
}

/*------------------------------------*	(max-height: 700px)
\*------------------------------------*/
@media (min-width: 1300px) and (max-height: 600px) {
  .hero__title-wrapper {
    margin-top: 50px;
  }
  .hero__photo-wrapper {
    margin-top: 30px;
  }
  .hero__description {
    padding-top: 20px;
  }
  .hero__call-to-action {
    padding-top: 30px;
  }
}

/*------------------------------------*	Animated gradient window
	resolutions fixes
\*------------------------------------*/
@-webkit-keyframes HeroGradientRWD_a {
  0% {
    -webkit-transform: translate(-75%, -75%);
    transform: translate(-75%, -75%);
  }
  100% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
  }
}
@keyframes HeroGradientRWD_a {
  0% {
    -webkit-transform: translate(-75%, -75%);
    transform: translate(-75%, -75%);
  }
  100% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
  }
}

@media (max-width: 1850px) {
  .hero__gradient {
    -webkit-animation-name: HeroGradientRWD_a;
    animation-name: HeroGradientRWD_a;
  }
}

@-webkit-keyframes HeroGradientRWD_b {
  0% {
    -webkit-transform: translate(-80%, -80%);
    transform: translate(-80%, -80%);
  }
  100% {
    -webkit-transform: translate(-16%, -16%);
    transform: translate(-16%, -16%);
  }
}

@keyframes HeroGradientRWD_b {
  0% {
    -webkit-transform: translate(-80%, -80%);
    transform: translate(-80%, -80%);
  }
  100% {
    -webkit-transform: translate(-16%, -16%);
    transform: translate(-16%, -16%);
  }
}

@media (max-width: 1750px) {
  .hero__gradient {
    -webkit-animation-name: HeroGradientRWD_b;
    animation-name: HeroGradientRWD_b;
  }
}

@-webkit-keyframes HeroGradientRWD_c {
  0% {
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
  }
  100% {
    -webkit-transform: translate(-22%, -22%);
    transform: translate(-22%, -22%);
  }
}

@keyframes HeroGradientRWD_c {
  0% {
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
  }
  100% {
    -webkit-transform: translate(-22%, -22%);
    transform: translate(-22%, -22%);
  }
}

@media (max-width: 1600px) {
  .hero__gradient {
    -webkit-animation-name: HeroGradientRWD_c;
    animation-name: HeroGradientRWD_c;
  }
}

@-webkit-keyframes HeroGradientRWD_d {
  0% {
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
  }
  100% {
    -webkit-transform: translate(-27%, -27%);
    transform: translate(-27%, -27%);
  }
}

@keyframes HeroGradientRWD_d {
  0% {
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
  }
  100% {
    -webkit-transform: translate(-27%, -27%);
    transform: translate(-27%, -27%);
  }
}

@media (max-width: 1370px) {
  .hero__gradient {
    -webkit-animation-name: HeroGradientRWD_d;
    animation-name: HeroGradientRWD_d;
  }
}

@-webkit-keyframes HeroGradientRWD_e {
  0% {
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
  }
  100% {
    -webkit-transform: translate(-34%, -34%);
    transform: translate(-34%, -34%);
  }
}

@keyframes HeroGradientRWD_e {
  0% {
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
  }
  100% {
    -webkit-transform: translate(-34%, -34%);
    transform: translate(-34%, -34%);
  }
}

@media (max-width: 1250px) {
  .hero__gradient {
    -webkit-animation-name: HeroGradientRWD_e;
    animation-name: HeroGradientRWD_e;
  }
}

@-webkit-keyframes HeroGradientRWD_f {
  0% {
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
  }
  100% {
    -webkit-transform: translate(-42%, -42%);
    transform: translate(-42%, -42%);
  }
}

@keyframes HeroGradientRWD_f {
  0% {
    -webkit-transform: translate(-70%, -70%);
    transform: translate(-70%, -70%);
  }
  100% {
    -webkit-transform: translate(-42%, -42%);
    transform: translate(-42%, -42%);
  }
}

@media (max-width: 1070px) {
  .hero__gradient {
    -webkit-animation-name: HeroGradientRWD_f;
    animation-name: HeroGradientRWD_f;
  }
}

@media (max-width: 960px) {
  .hero__gradient {
    -webkit-animation-name: none;
    animation-name: none;
    background-image: -webkit-linear-gradient(top left, #00223e, #ffa17f 960px);
    background-image: linear-gradient(to bottom right, #00223e, #ffa17f 960px);
    width: 100%;
    height: 100%;
  }
}



/*************************************************************************************************/

/** PROVADROP **/

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(https://fonts.googleapis.com/css?family=Pacifico);
body {
  font-family: "Lato", Helvetica, Arial;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container {
  width: 350px;
  margin: 50px auto;
}
.container > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.title {
  font-family: 'Pacifico';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #2f3a44;
}

.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #2f3a44;
  -moz-box-shadow: 0 1px 0 #2f3a44 inset, 0 -1px 0 #2f3a44 inset;
  -webkit-box-shadow: 0 1px 0 #2f3a44 inset, 0 -1px 0 #2f3a44 inset;
  box-shadow: 0 1px 0 #2f3a44 inset, 0 -1px 0 #2f3a44 inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #2f3a44;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > .dropdown-menu li a {
  display: block;
  color: #6f6f6f;
  background: #EEE;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}
.dropdown > .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}
.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}


/*//// LATERAL ////*/
.lateral-content h3{
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
  margin-bottom: .5em;
}
/*//////////////////////*/
.lateral{
  left: 0;
  position: fixed;
  top: 25%;
  transition: left .5s ease;
}
.lateral-content{
    background-color: #2f3a44;
    box-shadow:  5px 2px 15px black;
    box-sizing: border-box;    
    color: white;
    float: left;
    height: 250px;
    padding: 1em;
    width: 275px;    
}

.close{
  left: -275px;
}

.bottone{
  background-color:  #173d50;  
  box-shadow:  5px 2px 15px black;   
  float: left;
  height: 50px;
  padding-top: 1.5em;
  width: 25px;  
}
.bottone::after{
    content:"◀";
    color: white;
    cursor: pointer;
    font-size: 1.2em;
    padding: 5px;
  }
.bottone-closed::after{
    content:"▶";
    color: white;
    cursor: pointer;
    font-size: 1.2em;
}


/**** FLASH***/

.flash { 
	color: #66ccff;
	-webkit-animation-name: flashanim; /* Chrome, Safari, Opera */
    -webkit-animation-duration: .5s; /* Chrome, Safari, Opera */
    -webkit-animation-timing: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
     animation-name: flashanim;
    animation-duration: .5s;
    animation-timing: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes flashanim {
    0% {	color: #173d50;}   
    100% {	color: #178588;}
/*** FINE FLASH***/

