/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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: top;
  box-sizing: border-box;
  font-family: Arimo, Arial;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

body, html {
  line-height: 1;
  width: 100%;
  height: 100%;
}

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;
}

#references {
  width: 49%;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

#references div.carousel {
  display: block;
  position: relative;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
}

#references div.carousel.owl-loaded {
  height: auto;
}

#references div.owl-nav {
  display: inline-block;
  width: 100px;
  height: 50px;
  margin-top: 10px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -50px;
}

#references div.owl-nav div {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#references div.owl-nav div.owl-prev {
  float: left;
  background: url("/img/icons/left.svg") no-repeat left;
  background-size: 20px;
}

#references div.owl-nav div.owl-prev:hover {
  width: 22px;
  margin-left: -2px;
}

#references div.owl-nav div.owl-next {
  float: right;
  background: url("/img/icons/right.svg") no-repeat right;
  background-size: 20px;
}

#references div.owl-nav div.owl-next:hover {
  width: 22px;
  margin-right: -2px;
}

#references div.owl-stage-outer {
  overflow: hidden;
  width: 100%;
  display: block;
}

#references div.owl-stage-outer div.owl-item {
  display: inline-block;
  position: relative;
  float: left;
}

#references div.owl-stage-outer div.owl-item.active {
  display: block;
}

#references div.owl-stage-outer div.owl-item p {
  font-style: italic;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 30px;
}

#references div.owl-stage-outer div.owl-item strong {
  color: #143d79;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  #references {
    width: 100%;
    padding: 20px;
    background: #eec451;
    color: #143d79;
  }
}

#accordion {
  display: inline-block;
  width: 50%;
  min-height: 400px;
}

#accordion li {
  display: block;
}

#accordion li.active div span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accordion li.active > span {
  max-height: 500px;
}

#accordion li > span {
  max-height: 0;
  display: block;
  color: #ffffff;
  line-height: 1.2;
  margin: 20px 0 10px 45px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

#accordion li > span p {
  padding: 5px 0 10px;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  #accordion {
    display: inline-block;
    min-height: 0;
    width: auto;
    max-width: 100%;
    margin: 0 0 10px;
  }
  #accordion li > span {
    margin: 5px 10px;
  }
}

#about {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  z-index: 3;
  margin-top: 240px;
  text-align: center;
}

#about.active div.button span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#about.active #intro {
  max-height: 500px;
}

#about #intro {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(20, 61, 121, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#about #intro p {
  margin: 10px 20px;
  font-style: italic;
}

@media (max-width: 1000px) {
  #about {
    margin-top: 20px;
  }
  #about #intro {
    background: none;
  }
}

#info {
  display: block;
  padding: 0 0 0 20px;
  height: 240px;
}

#info #logo {
  width: 400px;
  height: 120px;
  display: block;
  margin-bottom: 20px;
}

#info #logo img {
  top: 0;
  max-width: 100%;
  max-height: 100%;
}

#info a {
  display: block;
  margin: 0 0 20px;
  color: #143d79;
  background: url("/img/icons/right.svg") no-repeat center left;
  background-size: 10px;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#info a:hover {
  text-decoration: underline;
  margin-left: 3px;
}

@media (max-width: 1000px) {
  #info {
    display: block;
    padding: 0;
    height: auto;
  }
  #info #logo {
    text-align: center;
    padding: 0 20px;
    width: 100%;
    height: auto;
  }
  #info #logo img {
    max-width: 400px;
    width: 100%;
  }
  #info a {
    display: none;
  }
}

div.button {
  line-height: 1;
  background: #143d79;
  display: inline-block;
  padding: 10px 0 10px 20px;
  width: 200px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-align: left;
}

div.button:hover {
  background: #103263;
}

div.button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/img/icons/right.svg") no-repeat center;
  background-size: 100%;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 5px;
}

div.button strong {
  display: inline-block;
  color: #E9B500;
  font-size: 20px;
}

@media (min-width: 1001px) {
  body {
    background: #878787;
  }
  #wrapper {
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    height: 100%;
    position: relative;
  }
  #wrapper #container {
    position: relative;
    background: #e9b500;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 700px;
    margin-bottom: 50px;
    border-bottom-left-radius: 30px;
  }
  #wrapper #container #left {
    width: 66%;
    padding: 0 50px;
    float: left;
  }
  #wrapper #container #left #image_mobile {
    display: none;
  }
  #wrapper #container #right {
    width: 33%;
    float: right;
  }
  #wrapper #container #right #details {
    display: none;
  }
  #image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33%;
    background: url("/img/carlo_desktop.jpg") center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}

@media (max-width: 1000px) {
  body {
    background: #e9b500;
  }
  #wrapper {
    display: block;
    padding: 0 0 30px;
  }
  #wrapper #container {
    display: block;
    text-align: center;
  }
  #wrapper #container #image_mobile {
    display: block;
    margin-bottom: 20px;
  }
  #wrapper #container #image_mobile img {
    width: 100%;
  }
  #wrapper #container #details {
    display: inline-block;
    margin: 20px 0 0;
  }
  #wrapper #container #details a {
    display: block;
    margin: 0 0 20px;
    color: #143d79;
    background: url("/img/icons/right.svg") no-repeat center left;
    background-size: 10px;
    padding-left: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
  }
  #wrapper #container #details a:hover {
    text-decoration: underline;
    margin-left: 3px;
  }
}

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