/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1162A4;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0a395f;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ccc; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #ccc; }

.text-primary {
  color: #1162A4; }

a.text-primary:hover,
a.text-primary:focus {
  color: #0c4676; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1162A4; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0c4676; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #ccc; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #444;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "PT Sans Caption", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #eee;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #444;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #e6e6e6;
  border-bottom: 1px solid #dadada;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #444444;
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #444; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #444444; }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #444; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #444444;
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #444; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #444444; }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #444;
    bottom: -10px; }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
#intro .video-top h1, #third-section .cloud-container .cloud .content, #sixth-section .cloud-container .cloud .content, #seventh-section .cloud-container .cloud .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#intro:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bg-blue {
  background-color: #1162A4;
  color: #ffffff; }

.bg-blue-light {
  background-color: #e6eef9; }

.bg-blue-medium {
  background-color: #c7d7ea; }

a:hover, a:focus {
  text-decoration: none; }

.dropcap {
  float: left;
  text-align: left;
  font-size: 350%;
  line-height: 1;
  margin-bottom: -15px;
  margin-left: -4px; }

.main-container {
  width: 100%;
  overflow: hidden; }

.page-section {
  position: relative;
  overflow: hidden; }
  .page-section .sponsored {
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 50px;
    font-size: 1.1em;
    font-style: italic; }
    @media screen and (max-width: 767px) {
      .page-section .sponsored {
        text-align: center;
        font-size: 1em;
        top: 10px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
  .page-section .text-content {
    text-align: left;
    font-size: 1.4em; }
    @media screen and (max-width: 991px) {
      .page-section .text-content {
        font-size: 1.2em; } }
    @media screen and (max-width: 767px) {
      .page-section .text-content {
        font-size: 1em; } }
  .page-section .section-container {
    position: relative;
    width: 80%;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .page-section .section-container h3 {
      margin-top: 0;
      margin-right: -200px;
      margin-bottom: 30px;
      font-size: 3em;
      text-transform: uppercase;
      font-weight: 900;
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .page-section .section-container h3 {
          font-size: 2.2em; } }
      @media screen and (max-width: 480px) {
        .page-section .section-container h3 {
          font-size: 1.6em; } }
    .page-section .section-container:after {
      content: '';
      display: block;
      clear: both; }
    .page-section .section-container .half-left {
      width: 100%;
      max-width: 380px;
      margin-right: 50%; }
      .page-section .section-container .half-left .text-content {
        width: 100%;
        max-width: 380px; }
    .page-section .section-container .half-right {
      width: 100%;
      max-width: 380px;
      margin-left: 50%; }
      .page-section .section-container .half-right .text-content {
        width: 100%;
        max-width: 380px; }
    @media screen and (max-width: 767px) {
      .page-section .section-container {
        margin-bottom: 0; }
        .page-section .section-container .half-left, .page-section .section-container .half-right {
          max-width: none;
          margin-left: 0;
          margin-right: 0; }
          .page-section .section-container .half-left .text-content, .page-section .section-container .half-right .text-content {
            max-width: none; } }

.slick-slider .arrow-prev, .slick-slider .arrow-next {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 40px;
  text-align: center;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: transparent;
  border: 0;
  font-size: 3em;
  line-height: 40px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  filter: alpha(opacity=100); }
  .slick-slider .arrow-prev:hover, .slick-slider .arrow-next:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }
.slick-slider .arrow-prev {
  left: 20%; }
.slick-slider .arrow-next {
  right: 20%; }

#header-main {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff; }
  #header-main #header-top {
    width: 100%;
    height: 75px;
    padding: 15px 20px;
    overflow: hidden;
    display: block;
    clear: both;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff; }
    #header-main #header-top #header-left {
      float: left;
      padding: 0px;
      margin: 0;
      margin-top: 5px; }
      #header-main #header-top #header-left img {
        height: 33px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    #header-main #header-top #social-counters {
      width: 270px;
      height: 53px;
      float: right;
      margin: 0;
      padding: 0px; }
      #header-main #header-top #social-counters ul {
        margin: 0;
        padding: 0;
        text-align: right;
        list-style: none; }
        #header-main #header-top #social-counters ul li {
          position: relative;
          cursor: pointer;
          text-align: center;
          display: inline-block;
          margin-right: 16px; }
          #header-main #header-top #social-counters ul li a {
            color: #444;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            #header-main #header-top #social-counters ul li a i {
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease;
              font-size: 3em;
              line-height: 1em;
              display: inline-block; }
          #header-main #header-top #social-counters ul li span.num {
            width: 100%;
            font-weight: bold;
            display: block;
            text-align: center;
            position: absolute;
            /* bottom: 0; */
            left: 0;
            line-height: 16px;
            font-size: 12px;
            color: #444; }
          #header-main #header-top #social-counters ul li:last-child {
            margin-right: 0; }
          #header-main #header-top #social-counters ul li .fb:hover {
            color: #3b5998; }
          #header-main #header-top #social-counters ul li .tw:hover {
            color: #00aced; }
          #header-main #header-top #social-counters ul li .gplus:hover {
            color: #dd4b39; }
          #header-main #header-top #social-counters ul li .linkedin:hover {
            color: #007bb5; }
  #header-main #testatina {
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    background-color: #f2f2f2;
    border-bottom: 12px solid #ff741a;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #header-main #testatina ul {
      float: left;
      margin: 0px;
      padding: 0; }
      #header-main #testatina ul li {
        float: left;
        list-style-type: none;
        margin: 0px 30px 0px 0px;
        padding: 0px;
        text-transform: uppercase;
        color: #999999; }
        #header-main #testatina ul li#text-contenuto {
          position: relative;
          top: 7px;
          text-align: left;
          color: #999999;
          line-height: 16px;
          margin-right: 10px;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        #header-main #testatina ul li#tooltip {
          width: 18px;
          position: relative;
          top: 15px;
          left: 0px;
          margin-right: 0 !important; }
          #header-main #testatina ul li#tooltip .popover {
            font-size: 0.9em;
            min-width: 250px;
            color: #444; }
    #header-main #testatina #header-right {
      float: right;
      text-align: right;
      margin: 0px; }
      #header-main #testatina #header-right a.numix {
        margin-top: 8px;
        display: inline-block; }
        #header-main #testatina #header-right a.numix img {
          display: inline-block; }
  @media screen and (min-width: 768px) {
    #header-main.small-height #header-top {
      padding: 7px 20px;
      height: 45px; }
      #header-main.small-height #header-top #header-left img {
        height: 20px; }
      #header-main.small-height #header-top #social-counters {
        width: 270px;
        height: 53px; }
        #header-main.small-height #header-top #social-counters ul li {
          height: 25px; }
          #header-main.small-height #header-top #social-counters ul li a i {
            font-size: 2em;
            line-height: 1.4em; } }
  @media screen and (max-width: 767px) {
    #header-main #header-top {
      width: 100%;
      height: 55px;
      padding: 0 10px;
      display: block;
      clear: both;
      background: #ffffff; }
      #header-main #header-top #header-left {
        width: 50%;
        margin: 0;
        padding: 18px 0; }
        #header-main #header-top #header-left img {
          width: 200px;
          height: auto; }
      #header-main #header-top #social-counters {
        width: 50%;
        height: 33px;
        margin: 0;
        padding: 10px; }
        #header-main #header-top #social-counters ul li {
          height: 35px;
          margin-right: 5px; }
          #header-main #header-top #social-counters ul li a {
            color: #444;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            #header-main #header-top #social-counters ul li a i {
              font-size: 2.6em;
              display: inline-block;
              line-height: 35px; }
          #header-main #header-top #social-counters ul li span.num {
            display: none; }
    #header-main #testatina {
      height: 40px;
      padding: 2px 10px;
      border-bottom: 6px solid #ff741a; }
      #header-main #testatina ul {
        float: left;
        width: 55%;
        margin: 0;
        padding: 3px 0; }
        #header-main #testatina ul li {
          float: left;
          list-style-type: none;
          margin: 0px 10px 0px 0px;
          padding: 0px;
          text-transform: uppercase;
          color: #999999; }
          #header-main #testatina ul li.logoAdv {
            width: 75px; }
          #header-main #testatina ul li#text-contenuto {
            width: auto;
            top: 3px;
            color: #999999;
            font-size: 10px;
            line-height: 1.2em; }
          #header-main #testatina ul li#tooltip {
            top: 5px; }
            #header-main #testatina ul li#tooltip .popover {
              font-size: 0.8em; }
      #header-main #testatina #header-right {
        width: 45%;
        float: right;
        padding: 5px 10px 0px 0px; }
        #header-main #testatina #header-right a.numix {
          margin-top: 0px;
          display: block; } }
  @media screen and (max-width: 480px) {
    #header-main #header-top {
      height: 40px; }
      #header-main #header-top #social-counters ul li {
        height: 25px;
        margin-right: 1px; }
        #header-main #header-top #social-counters ul li a i {
          line-height: 25px;
          font-size: 1.4em; }
    #header-main #testatina {
      padding: 2px 5px;
      overflow: hidden; }
      #header-main #testatina ul li.logoAdv {
        padding-top: 5px;
        width: 55px; }
      #header-main #testatina ul li#text-contenuto {
        font-size: 10px;
        line-height: 1.2em; }
      #header-main #testatina ul li#tooltip {
        top: 5px; }
        #header-main #testatina ul li#tooltip .popover {
          font-size: 0.8em; } }

#footer-main {
  background-color: #f2f2f2;
  border-bottom: 30px solid #ff741a;
  padding: 60px 20px 80px; }
  #footer-main .logoH,
  #footer-main .disclaimer,
  #footer-main .firma {
    text-align: center; }
    #footer-main .logoH img,
    #footer-main .disclaimer img,
    #footer-main .firma img {
      display: inline-block; }
  @media screen and (max-width: 767px) {
    #footer-main {
      padding: 30px 20px 50px; }
      #footer-main .logo-H,
      #footer-main .disclaimer,
      #footer-main .firma {
        padding: 30px 0;
        text-align: center; } }

#intro {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/cover.jpg);
  overflow: hidden; }
  #intro:after {
    content: '';
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.15); }
  #intro .video-top {
    width: 100%;
    display: block;
    margin: 0px;
    max-height: 820px;
    background-color: #000000; }
    #intro .video-top #cover {
      width: 100%;
      height: auto; }
    #intro .video-top h1 {
      margin: 0;
      text-align: center;
      z-index: 5;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
      color: #ffffff;
      font-weight: 900;
      font-size: 3.8em;
      width: 80%; }
      @media screen and (max-width: 991px) {
        #intro .video-top h1 {
          font-size: 2.5em; } }
      @media screen and (max-width: 767px) {
        #intro .video-top h1 {
          font-size: 2em; } }
      @media screen and (max-width: 480px) {
        #intro .video-top h1 {
          font-size: 1.4em; } }
    #intro .video-top video {
      position: relative;
      display: block;
      z-index: 1;
      width: 100%;
      height: auto;
      opacity: 0.9; }
  @media screen and (max-width: 767px) {
    #intro {
      height: 0;
      padding-bottom: 60%; }
      #intro video {
        display: none !important; } }

html.touch #intro {
  height: 0;
  padding-bottom: 60%; }
  html.touch #intro video {
    display: none !important; }

#second-section {
  padding: 0; }
  #second-section .cloud-container {
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
    background-size: contain;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #second-section .cloud-container {
        margin-bottom: 30px; } }
    #second-section .cloud-container .cloud {
      margin: 0 auto;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 767px) {
        #second-section .cloud-container .cloud {
          min-width: 400px;
          width: 100%;
          margin-left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
    #second-section .cloud-container .socials {
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      font-size: 2.5em;
      list-style: none;
      padding: 0;
      padding: 40px 0;
      margin: 0;
      margin-left: 3%;
      text-align: center; }
      #second-section .cloud-container .socials li {
        position: relative;
        z-index: 3;
        margin: 0 10px;
        display: inline-block; }
        #second-section .cloud-container .socials li a {
          color: #000000;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          #second-section .cloud-container .socials li a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
      @media screen and (max-width: 991px) {
        #second-section .cloud-container .socials {
          font-size: 2.2em;
          padding: 25px 0; } }
      @media screen and (max-width: 767px) {
        #second-section .cloud-container .socials {
          font-size: 2em;
          padding: 20px 0; } }
    #second-section .cloud-container .content {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
      font-size: 2.5em;
      font-weight: 900; }
      #second-section .cloud-container .content .quote-left {
        vertical-align: text-top;
        margin-right: 5px; }
      #second-section .cloud-container .content .quote-right {
        vertical-align: text-bottom;
        margin-left: 5px; }
  #second-section .building {
    position: absolute;
    bottom: 0;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease; }
    #second-section .building.left {
      right: 50%;
      margin-right: 400px; }
    #second-section .building.right {
      left: 50%;
      margin-left: 400px; }
  #second-section .arrow {
    position: absolute;
    bottom: 300px;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease; }
    #second-section .arrow.left {
      right: 50%;
      margin-right: 550px; }
    #second-section .arrow.right {
      left: 50%;
      margin-left: 550px; }
  @media screen and (max-width: 1199px) {
    #second-section .building {
      width: 300px; }
      #second-section .building img {
        max-width: 100%;
        height: auto; }
    #second-section .arrow {
      width: 150px; }
      #second-section .arrow.left {
        margin-right: 400px; }
      #second-section .arrow.right {
        margin-left: 400px; }
      #second-section .arrow img {
        max-width: 100%;
        height: auto; } }
  @media screen and (max-width: 991px) {
    #second-section {
      padding-bottom: 210px; }
      #second-section .building {
        width: 270px; }
        #second-section .building.left {
          margin-right: 150px; }
        #second-section .building.right {
          margin-left: 150px; }
      #second-section .arrow {
        width: 140px;
        bottom: 330px; }
        #second-section .arrow.left {
          margin-right: 320px; }
        #second-section .arrow.right {
          margin-left: 320px; } }
  @media screen and (max-width: 767px) {
    #second-section {
      padding-bottom: 30px; }
      #second-section .building {
        display: none; }
      #second-section .arrow {
        display: none; } }

#third-section {
  padding-top: 100px; }
  #third-section .cloud-container {
    position: absolute;
    right: 50%;
    margin-right: 50px;
    top: 150px; }
    #third-section .cloud-container .cloud {
      margin: auto; }
      #third-section .cloud-container .cloud .content {
        width: 90%;
        color: #ffffff;
        margin: 0 auto;
        text-align: center;
        font-size: 1.85em;
        line-height: 1.6em; }
        #third-section .cloud-container .cloud .content .quote {
          font-weight: 500;
          font-size: 4em;
          height: 20px;
          line-height: 1;
          display: inline-block; }
          #third-section .cloud-container .cloud .content .quote.left {
            margin-right: 5px;
            vertical-align: top; }
          #third-section .cloud-container .cloud .content .quote.right {
            margin-right: 5px;
            vertical-align: bottom; }
        #third-section .cloud-container .cloud .content .quote-left {
          vertical-align: text-top;
          margin-right: 5px; }
        #third-section .cloud-container .cloud .content .quote-right {
          vertical-align: text-bottom;
          margin-left: 5px; }
  @media screen and (max-width: 991px) {
    #third-section {
      padding-top: 30px; }
      #third-section .cloud-container {
        max-width: 60%;
        margin-right: -20px;
        top: 90px; } }
  @media screen and (max-width: 767px) {
    #third-section .cloud-container {
      width: 100%;
      max-width: 400px;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      margin: 0 auto;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1200px) {
    #third-section .section-container h3 {
      min-width: 550px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    #third-section .section-container h3 {
      font-size: 2em; } }

#fourth-section {
  padding: 70px 0 50px; }
  #fourth-section .sketch {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: 50px;
    width: 480px;
    height: auto; }
    #fourth-section .sketch #miniclud00,
    #fourth-section .sketch #miniclud01,
    #fourth-section .sketch #miniclud02,
    #fourth-section .sketch #miniclud03,
    #fourth-section .sketch #sky,
    #fourth-section .sketch #worker,
    #fourth-section .sketch #archive,
    #fourth-section .sketch .arrow-small {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    #fourth-section .sketch #sky {
      z-index: 1; }
    #fourth-section .sketch #miniclud00,
    #fourth-section .sketch #miniclud02 {
      z-index: 3; }
    #fourth-section .sketch #miniclud01,
    #fourth-section .sketch #miniclud03 {
      z-index: 2; }
    #fourth-section .sketch #worker,
    #fourth-section .sketch #archive {
      z-index: 4; }
    #fourth-section .sketch .arrow-small {
      z-index: 5; }
  @media screen and (max-width: 991px) {
    #fourth-section .sketch {
      top: 210px;
      width: 300px; } }
  @media screen and (max-width: 767px) {
    #fourth-section {
      padding: 50px 0 30px; }
      #fourth-section .sketch {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        margin-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    #fourth-section .sketch {
      width: 300px; } }

#fifth-section {
  padding: 150px 0 50px; }
  #fifth-section .section-container {
    z-index: 1;
    width: 100%;
    max-width: 1400px; }
    #fifth-section .section-container h3 {
      color: #1162A4;
      margin-bottom: 50px;
      position: relative;
      z-index: 10; }
  #fifth-section .selector {
    list-style: none;
    padding: 0;
    padding-left: 40px;
    margin: 0;
    margin-bottom: 50px;
    font-size: 2em;
    font-weight: 900; }
    #fifth-section .selector li {
      position: relative;
      margin-bottom: 10px; }
      #fifth-section .selector li a {
        text-transform: uppercase;
        color: #444;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        #fifth-section .selector li a:hover {
          color: #000000;
          text-decoration: none; }
      #fifth-section .selector li:after {
        content: '';
        position: absolute;
        left: -35px;
        top: 50%;
        margin-top: -10px;
        border-top: 0px solid #1162A4;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      #fifth-section .selector li.active a {
        color: #1162A4; }
      #fifth-section .selector li.active:after {
        border-top: 15px solid #1162A4; }
      #fifth-section .selector li.active.italy a {
        color: #002878; }
      #fifth-section .selector li.active.italy:after {
        border-top: 15px solid #002878; }
    @media screen and (max-width: 991px) {
      #fifth-section .selector {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      #fifth-section .selector {
        font-size: 1.5em; } }
    @media screen and (max-width: 480px) {
      #fifth-section .selector {
        font-size: 1.2em; } }
  #fifth-section #counter {
    position: relative;
    width: 447px;
    height: 285px;
    max-width: 90%; }
    #fifth-section #counter img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      margin-left: -50px;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      #fifth-section #counter img.active {
        margin-left: 0px;
        opacity: 1;
        filter: alpha(opacity=100); }
    @media screen and (max-width: 991px) {
      #fifth-section #counter {
        margin-left: 0;
        height: 250px; } }
    @media screen and (max-width: 480px) {
      #fifth-section #counter {
        height: 200px; } }
  #fifth-section #map {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center; }
    #fifth-section #map img {
      position: absolute;
      bottom: 20px;
      right: 0;
      max-width: 100%;
      max-height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      #fifth-section #map img.active {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
    @media screen and (max-width: 1199px) {
      #fifth-section #map {
        opacity: 0.5;
        filter: alpha(opacity=50); } }
    @media screen and (max-width: 767px) {
      #fifth-section #map {
        position: relative;
        margin: -140px -30px -50px -30px;
        height: 430px;
        opacity: 1;
        filter: alpha(opacity=100); } }
    @media screen and (max-width: 480px) {
      #fifth-section #map {
        margin: -100px -30px -20px -30px;
        height: 300px; } }
  @media screen and (max-width: 767px) {
    #fifth-section {
      padding: 50px 30px 10px; } }

#sixth-section {
  padding: 150px 0 125px; }
  #sixth-section .cloud-container {
    position: absolute;
    right: 50%;
    margin-right: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #sixth-section .cloud-container .cloud {
      margin: 0 auto; }
      #sixth-section .cloud-container .cloud .content {
        width: 90%;
        color: #ffffff;
        margin: 0 auto;
        text-align: center;
        font-size: 1.85em;
        line-height: 1.6em; }
        #sixth-section .cloud-container .cloud .content .quote {
          font-weight: 500;
          font-size: 4em;
          height: 20px;
          line-height: 1;
          display: inline-block; }
          #sixth-section .cloud-container .cloud .content .quote.left {
            margin-right: 5px;
            vertical-align: top; }
          #sixth-section .cloud-container .cloud .content .quote.right {
            margin-right: 5px;
            vertical-align: bottom; }
        #sixth-section .cloud-container .cloud .content .quote-left {
          vertical-align: text-top;
          margin-right: 5px; }
        #sixth-section .cloud-container .cloud .content .quote-right {
          vertical-align: text-bottom;
          margin-left: 5px; }
  #sixth-section .section-container {
    max-width: 1000px; }
    #sixth-section .section-container .half-right {
      width: 100%;
      max-width: 500px;
      margin-left: 50%; }
      #sixth-section .section-container .half-right .text-content {
        width: 100%;
        max-width: 500px; }
  @media screen and (max-width: 991px) {
    #sixth-section .cloud-container {
      max-width: 50%; }
    #sixth-section .section-container {
      width: 100%; }
      #sixth-section .section-container h3 {
        margin-top: 40px;
        margin-bottom: 20px; }
      #sixth-section .section-container .half-right {
        width: 50%;
        margin-left: 50%; } }
  @media screen and (max-width: 767px) {
    #sixth-section {
      padding: 50px 0 50px; }
      #sixth-section .cloud-container {
        width: 100%;
        max-width: 300px;
        position: relative;
        right: auto;
        margin: 0 auto;
        margin-bottom: 30px;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
      #sixth-section .section-container {
        max-width: 90%; }
        #sixth-section .section-container .half-right {
          width: 100%;
          margin: 0 auto; } }

#seventh-section {
  overflow: visible;
  padding: 100px 0 180px; }
  #seventh-section .cloud-container {
    height: auto;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%; }
    #seventh-section .cloud-container .cloud {
      margin: 0 auto; }
      #seventh-section .cloud-container .cloud .content {
        width: 90%;
        color: #1162A4;
        margin: 0 auto;
        text-align: center;
        font-size: 1.85em;
        line-height: 1.6em; }
        #seventh-section .cloud-container .cloud .content .quote {
          font-weight: 500;
          font-size: 4em;
          height: 20px;
          line-height: 1;
          display: inline-block; }
          #seventh-section .cloud-container .cloud .content .quote.left {
            margin-right: 5px;
            vertical-align: top; }
          #seventh-section .cloud-container .cloud .content .quote.right {
            margin-right: 5px;
            vertical-align: bottom; }
        #seventh-section .cloud-container .cloud .content .quote-left {
          vertical-align: text-top;
          margin-right: 5px; }
        #seventh-section .cloud-container .cloud .content .quote-right {
          vertical-align: text-bottom;
          margin-left: 5px; }
  @media screen and (max-width: 991px) {
    #seventh-section {
      padding: 50px 0 80px; }
      #seventh-section .cloud-container {
        width: 500px; } }
  @media screen and (max-width: 767px) {
    #seventh-section {
      padding: 50px 0 140px; }
      #seventh-section .cloud-container {
        left: 60%;
        top: 93%;
        max-width: 140%; } }
  @media screen and (max-width: 480px) {
    #seventh-section {
      padding-bottom: 160px; }
      #seventh-section .cloud-container {
        top: 94%; } }

#eighth-section {
  padding: 0; }
  #eighth-section #slider {
    margin: 0; }
    #eighth-section #slider .slide img {
      width: 100%;
      height: auto; }
    #eighth-section #slider .slide h3 {
      font-size: 2.2em;
      margin: 0 auto;
      padding: 30px 0;
      font-weight: 900;
      text-align: center;
      max-width: 80%;
      color: #000000;
      background-color: #c7d7ea; }
  @media screen and (max-width: 991px) {
    #eighth-section #slider .arrow-prev {
      left: 20px; }
    #eighth-section #slider .arrow-next {
      right: 20px; }
    #eighth-section #slider .slide h3 {
      font-size: 1.8em; } }
  @media screen and (max-width: 767px) {
    #eighth-section #slider .slide h3 {
      padding: 15px 0;
      font-size: 1.2em; } }
  @media screen and (max-width: 480px) {
    #eighth-section #slider .slide h3 {
      font-size: 1em; } }

#nineth-section {
  padding: 150px 0 100px; }
  #nineth-section .sketch-container {
    position: absolute;
    right: 50%;
    margin-right: 50px;
    top: 170px; }
    #nineth-section .sketch-container .sketch {
      margin: auto; }
  @media screen and (max-width: 991px) {
    #nineth-section {
      padding: 100px 0 50px; }
      #nineth-section .sketch-container {
        top: 60px; } }
  @media screen and (max-width: 767px) {
    #nineth-section {
      padding: 50px 0; }
      #nineth-section .sketch-container {
        width: 100%;
        max-width: 250px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 30px;
        right: auto;
        top: 0; } }

#tenth-section {
  padding: 0; }
  #tenth-section #promo {
    width: 100%;
    height: auto; }

#quiz .answers .answered {
  font-weight: bold; }
  #quiz .answers .answered.ok {
    color: green; }
  #quiz .answers .answered.ko {
    color: red; }
