/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("../fonts/HelveticaNeue/font.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-xs-top {
    vertical-align: top; }

  .col-xs-middle {
    vertical-align: middle; }

  .col-xs-bottom {
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-sm-top {
    vertical-align: top; }

  .col-sm-middle {
    vertical-align: middle; }

  .col-sm-bottom {
    vertical-align: bottom; } }
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-md-top {
    vertical-align: top; }

  .col-md-middle {
    vertical-align: middle; }

  .col-md-bottom {
    vertical-align: bottom; } }
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-lg-top {
    vertical-align: top; }

  .col-lg-middle {
    vertical-align: middle; }

  .col-lg-bottom {
    vertical-align: bottom; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #site-link img {
    width: 500px;
    padding-top: 24px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #site-link {
    display: none; } }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

body {
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-weight: 300;
  background: url(../imgs/bg.png); }

a, input {
  text-decoration: none !important;
  outline: none !important;
  color: #7ea92d; }

b, strong {
  font-weight: 600; }

a:hover, a:visited {
  color: #FFFFFF; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.image-full {
  width: 100%;
  max-width: none; }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-eq-height > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  @media (max-width: 767px) {
    .row-eq-height {
      display: block; } }

.is-table-row {
  display: table; }
  .is-table-row .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; }

.square-block:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

figure {
  margin: 0;
  padding: 0; }

a.block-link, a.block-link:hover {
  color: #FFFFFF;
  text-decoration: none; }

#top-container.container {
  width: 100%; }
#top-container .header-bar {
  background-color: #e6e6e6;
  height: 96px; }

#logo {
  background-image: url("../imgs/logo.png");
  background-repeat: no-repeat;
  height: 76px;
  width: 130px;
  margin: 10px 0; }
  #logo > a {
    width: 100%;
    height: 100%;
    display: block; }

#site-header-container {
  position: relative; }

#site-header {
  color: #6f6e6e;
  text-align: left;
  width: 75%;
  margin: 0px 12.5%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%); }
  #site-header span.pre-header {
    display: inline-block;
    border-bottom: 2px solid #7ea92d;
    padding-right: 1em;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 2em; }
  #site-header h1 {
    font-size: 6em;
    font-weight: 600;
    line-height: 0.85em;
    color: #7ea92d;
    margin-bottom: 16px; }
  #site-header h3 {
    font-size: 3em;
    font-weight: 200;
    margin-bottom: 16px; }
    #site-header h3.red {
      color: #bf0000;
      font-weight: 600;
      margin-top: 2em;
      position: relative; }
    #site-header h3 img#arrow-right {
      position: absolute;
      left: -35px;
      top: -5px; }
    #site-header h3 img#arrow-bottom {
      position: relative;
      display: block;
      margin: 0.5em auto; }
  #site-header h4 {
    font-size: 1.3em;
    color: #7ea92d;
    font-weight: 200; }
  @media (min-width: 992px) and (max-width: 1439px) {
    #site-header h1 {
      font-size: 4.5em; }
    #site-header h3 {
      font-size: 2.5em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #site-header span.pre-header {
      font-size: 1.4em; }
    #site-header h1 {
      font-size: 4em; }
    #site-header h3 {
      font-size: 1.8em; } }
  @media (max-width: 767px) {
    #site-header {
      margin: 45px 0;
      position: relative;
      width: 75%;
      margin: 0px;
      top: auto;
      transform: none;
      padding: 32px 16px; }
      #site-header span.pre-header {
        font-size: 1em; }
      #site-header h1 {
        font-size: 3.3em; }
      #site-header h3 {
        font-size: 1.4em; } }

.title-form-box, #form-container header {
  background-color: #7ea92d;
  color: #FFFFFF;
  padding: 18px 1.5em; }

.title-form-box h2 {
  font-size: 2em;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 200; }

#form-column {
  padding-left: 0;
  padding-right: 0; }
  #form-column #form-container header h2 {
    font-size: 1.5em;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 500; }
  #form-column #form-container form {
    background-color: #6f6e6e;
    padding: 2em;
    color: #ffffff; }
    #form-column #form-container form label {
      font-size: 13px;
      font-weight: 400; }
    #form-column #form-container form .form-group {
      margin-bottom: 15px; }
    @media (min-width: 992px) {
      #form-column #form-container form {
        min-height: 600px; } }
  #form-column #form-container .form-control {
    border-radius: 0; }
  #form-column #form-container #privacy p {
    font-size: 10px; }
  #form-column #form-container .btn-default {
    text-shadow: none;
    background-image: none;
    background-color: #7ea92d;
    border: none;
    border-radius: 0;
    color: #ffffff;
    width: 100%;
    font-weight: 700; }
  @media (max-width: 767px) {
    #form-column {
      padding: 0px; } }

#main-content {
  color: #FFFFFF; }
  #main-content .approfondimento-item {
    color: #FFFFFF;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
    #main-content .approfondimento-item .article-column {
      position: relative;
      background-color: #7ea92d; }
      #main-content .approfondimento-item .article-column .article-container {
        width: 75%;
        margin: 0px 12.5%;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%); }
        #main-content .approfondimento-item .article-column .article-container h1, #main-content .approfondimento-item .article-column .article-container h2, #main-content .approfondimento-item .article-column .article-container h3, #main-content .approfondimento-item .article-column .article-container h4, #main-content .approfondimento-item .article-column .article-container h5, #main-content .approfondimento-item .article-column .article-container h6 {
          color: #FFFFFF;
          margin-top: 0;
          line-height: 1em; }
        #main-content .approfondimento-item .article-column .article-container p {
          font-size: 16px; }
        #main-content .approfondimento-item .article-column .article-container h1 {
          display: inline-block;
          border-bottom: 2px solid #FFFFFF;
          padding-right: 1em;
          font-weight: 200;
          margin-bottom: 32px; }
      @media (max-width: 767px) {
        #main-content .approfondimento-item .article-column .article-container {
          width: 90%;
          margin: 0px auto;
          padding: 35px 0;
          position: relative;
          top: initial;
          transform: translate(0%, 0%); } }
      @media (min-width: 768px) and (max-width: 991px) {
        #main-content .approfondimento-item .article-column .article-container {
          width: 90%;
          margin: 30px auto 50px;
          position: relative;
          top: initial;
          transform: translate(0%, 0%); } }
      @media (min-width: 992px) and (max-width: 1199px) {
        #main-content .approfondimento-item .article-column .article-container {
          width: 90%;
          margin: 30px auto 50px;
          position: relative;
          top: initial;
          transform: translate(0%, 0%); } }
    #main-content .approfondimento-item .image-column {
      background-repeat: no-repeat;
      background-position: center right;
      background-size: cover; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #main-content .approfondimento-item .image-column {
        background-image: url(/assets/imgs/main-image.jpg); }
        #main-content .approfondimento-item .image-column img {
          display: none; }
      #main-content .approfondimento-item .article-container {
        width: 90%;
        margin: 30px auto 50px;
        position: relative;
        top: initial;
        transform: translate(0%, 0%); } }
    @media (max-width: 991px) {
      #main-content .approfondimento-item .row-eq-height {
        display: block; } }

#details-content {
  background: #ffffff;
  padding: 3.5em 0; }
  #details-content article#temi, #details-content aside {
    margin-left: 48px; }
  #details-content aside {
    margin-bottom: 2em; }
  #details-content h2 {
    color: #7ea92d;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0.4em;
    margin-left: -48px; }
    #details-content h2 span {
      display: inline-block;
      border-bottom: 2px solid #7ea92d;
      padding-right: 1em; }
    #details-content h2:before {
      content: "";
      height: 32px;
      width: 32px;
      margin-right: 16px;
      display: inline-block;
      background-size: cover; }
    #details-content h2#temi-trattati:before {
      background-image: url(../imgs/ico_temi.png); }
    #details-content h2#data:before {
      background-image: url(../imgs/ico_data.png); }
    #details-content h2#durata:before {
      background-image: url(../imgs/ico_durata.png); }
    #details-content h2#relatori:before {
      background-image: url(../imgs/ico_relatori.png); }
    #details-content h2#destinatari:before {
      background-image: url(../imgs/ico_destinatari.png); }
  #details-content p {
    font-size: 16px;
    margin-bottom: 1.2em; }

#scopricome-content {
  background-color: #6f6e6e;
  color: #ffffff;
  text-align: center;
  padding: 1.5em 1em 3em 1em; }
  #scopricome-content h2 {
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: 1em; }
  #scopricome-content p {
    font-weight: 400;
    font-size: 1.4em;
    margin-bottom: 1.8em; }
  #scopricome-content .btn-default {
    text-shadow: none;
    background-image: none;
    background-color: #ed8900;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5em;
    padding: 0.5em 2.2em; }

#clienti-content {
  background: #FFFFFF;
  padding: 1em 0 5em 0; }
  #clienti-content h5 {
    text-align: center;
    font-weight: 700;
    font-size: 1em; }
  #clienti-content .col-sm-2 {
    width: 50%;
    float: left;
    padding: 1em; }

#site-footer {
  text-align: center;
  font-size: 0.9em; }
  #site-footer aside {
    padding: 2em 0; }

#credits a span {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  height: 19px;
  width: 185px;
  display: inline-block; }

.modal-dialog {
  z-index: 1041; }

#preloader {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  #preloader #preloader-back {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1051;
    background-color: rgba(0, 0, 0, 0.5); }
    #preloader #preloader-back #preloader-inner {
      display: table-cell;
      vertical-align: middle; }
      #preloader #preloader-back #preloader-inner .loader {
        position: relative;
        display: block;
        margin: auto;
        padding: 0;
        width: 100px;
        height: 15px;
        text-align: center; }
        #preloader #preloader-back #preloader-inner .loader i {
          position: relative;
          display: inline-block;
          margin: 0 4px;
          width: 5px;
          height: 15px;
          border-radius: 2px;
          border: solid #7ea92d;
          border-width: 0 1px 1px 0;
          background: #9ea92d;
          animation: tilt infinite 5s cubic-bezier(0.955, -0.01, 1, 1);
          transform-origin: 100% 100%; }
        #preloader #preloader-back #preloader-inner .loader i::before {
          content: '';
          position: absolute;
          z-index: -1;
          bottom: 0;
          display: block;
          width: 5px;
          height: 5px;
          background: transparent;
          box-shadow: 0 2px rgba(0, 0, 0, 0.3);
          animation: stretch infinite 5s cubic-bezier(0.955, -0.01, 1, 1);
          opacity: 0;
          transform-origin: 0% 0%; }
        #preloader #preloader-back #preloader-inner .loader i:nth-child(2),
        #preloader #preloader-back #preloader-inner .loader i:nth-child(2)::before {
          animation-delay: .3s; }
        #preloader #preloader-back #preloader-inner .loader i:nth-child(3),
        #preloader #preloader-back #preloader-inner .loader i:nth-child(3)::before {
          animation-delay: .6s; }
        #preloader #preloader-back #preloader-inner .loader i:nth-child(4),
        #preloader #preloader-back #preloader-inner .loader i:nth-child(4)::before {
          animation-delay: .9s; }
        #preloader #preloader-back #preloader-inner .loader i:nth-child(5),
        #preloader #preloader-back #preloader-inner .loader i:nth-child(5)::before {
          animation-delay: 1.2s; }
        #preloader #preloader-back #preloader-inner .loader i:last-of-type {
          animation-name: tilt-last; }
        #preloader #preloader-back #preloader-inner .loader i:last-of-type::before {
          animation-name: stretch-last; }
@keyframes tilt {
  10% {
    transform: rotate(70deg); }
  60% {
    transform: rotate(70deg); }
  70% {
    transform: rotate(0deg); } }
@keyframes tilt-last {
  10% {
    transform: rotate(90deg); }
  60% {
    transform: rotate(90deg); }
  70% {
    transform: rotate(0deg); } }
@keyframes stretch {
  10% {
    transform: rotate(-70deg);
    width: 10px;
    opacity: 1;
    left: 0px;
    bottom: -1px; }
  60% {
    transform: rotate(-70deg);
    width: 10px;
    opacity: 1; }
  70% {
    width: 5px;
    transform: rotate(0deg);
    opacity: 0; } }
@keyframes stretch-last {
  10% {
    transform: rotate(-90deg);
    width: 10px;
    height: 2px;
    opacity: .5;
    left: 3px;
    bottom: -1px; }
  60% {
    transform: rotate(-90deg);
    width: 10px;
    height: 2px;
    opacity: .5; }
  70% {
    transform: rotate(0deg);
    width: 5px;
    height: 5px;
    opacity: 0; } }

/*# sourceMappingURL=app.css.map */
