/* ########################### */
/* ######## sixeleven ######## */
/* ########################### */
* {
  box-sizing: border-box;
}
body {
  position:relative;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  color: #4a4845;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:link, a:hover, a:visited {
  text-decoration: none;
  color: #0c3d86;
}
h1 {
  font-size: 2.5em;
  margin: 0 0 0.5em;
  line-height: 100%;
}
h1 span {
  font-weight: 300;
  display: block;
}
h2 {
  color: #104591;
}
h2, h3, h4, h5, h6, p {
  margin-top: 0;
}
h3 {
  font-weight: 600;
  font-size: 2em;
  line-height: 100%;
  color: #104591;
}
*:focus {
  outline: none;
}
button {
  border-radius: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,dddddd+100 */
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
  text-shadow: 0px 1px 0px #ffffff;

  color: #333;
  border: 0;
  font-size: .9em;
  padding: 1em 2em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}
button:hover {
  color: #132c50;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}
header {
  padding: 0;
  width: 100%;
  z-index: 2;
  position: relative;
}
header:before {
  content: "";
  height: 140px;
  width: 100%;
  display: block;
  position: absolute;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#105099+0,105099+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(16,80,153,0.8) 0%, rgba(16,80,153,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(16,80,153,0.8) 0%,rgba(16,80,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(16,80,153,0.8) 0%,rgba(16,80,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105099', endColorstr='#00105099',GradientType=0 ); /* IE6-9 */
}
.branding {
  padding: 0 2em;
  max-width: calc(1330px + 4em);
  margin: 0 auto;
  position: relative;
}

header .logo-partner {
  position: absolute;
  left: 2em;
  top: 0;
  width: 19%;
  max-width: 140px;
}

header .logo {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 1em;
  width: 130px;
}
header .coccarda {
  position: absolute;
  right: 2em;
  top: 1em;
  width: 20%;
  max-width: 180px;
}
header .logo img {
  width: 100%;
  max-width: 145px;
}
header .coccarda img {
  width: 110%;
  min-width: 110px;
  max-width: 210px;
}

.main-container {

}

.wrapper {

}

.main-wrapper {

}

.content-row {
  display: block;
  clear: both;
}

.content-row.first-row {
  width: 100%;
  position: relative;
  float: left;
}

.container {
  padding: 2em;
}

.left-container {
  width: 50%;
  padding: 0;
  min-height: 100vh;
  background: #f2f2f2;
  position: relative;
  left: 0;
  float: left;
  background: #000;
  color: #fff;
  text-align: center;
}
.cover {
  padding-top: 0;
}
.hero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.hero-image {
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/backgrounds/bg01.jpg") no-repeat center center;
  background-size: cover;
  transition: all 1500ms ease-in-out;
}
.hero-text {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 2em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#105099+0,105099+100&0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(16,80,153,0) 0%, rgba(0,55,117,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(16,80,153,0) 0%,rgba(0,55,117,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(16,80,153,0) 0%,rgba(0,55,117,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00105099', endColorstr='#105099',GradientType=0 ); /* IE6-9 */

}
.hero-text-inner {
  margin: 0 auto;
  max-width: 40em;
/*  display: table-cell;
  vertical-align: middle;*/
}
.hero-text h1 {
  text-shadow: 0px 1px 3px rgba(0,0,0,0.8);
}
.hero-text p {
  font-size: 1.1em;
}
.hero-text p strong {
  font-size: 1.15em;
}
.right-container {
  width: 50%;
  min-height: 100vh;
  background: #f2f2f2;
  position: relative;
  right: 0;
  float: right;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  text-align: left;
}
.right-container-inner {
  max-width: 45em;
  margin: 0 auto;
}
.right-container .itinerari-container h2 {
  font-size: 2.2em;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  margin-top: 0em;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -.015em;
  color: #0e77cb;
}
.right-container .itinerari-container p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  line-height: 1.3;
  text-align: justify;
}
.first-row .scrollmagic-pin-spacer {
  float: left;
}

.itinerari-container {
  padding: 0;
}

.itinerari-item {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-in-out;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.itinerari-item:last-of-type {
  margin-bottom: 0;
}
.itinerari-item a {
  width: 100%;
  display: block;
  float: left;
  color: #4a4845;
}
.itinerari-image {
  float: left;
  position: relative;
  width: 55%;
  overflow: hidden;
}
.itinerari-image img {
  transition: all 200ms ease-in-out;
}
.itinerari-text {
  float: left;
  width: 45%;
}
.itinerari-container .itinerari-title {
  background: rgb(16, 69, 145);
  position: relative;
  padding: 1.6em 1.2em;
  width: calc(100% + 1px);
  height: 5.6em;
  font-size: 0.9em;
  display: table;
  transition: all 200ms ease-in-out;
}
.itinerari-container .itinerari-title h2 {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0.1em 0.1em 0px rgba(0,0,0,0.3);
  display: table-cell;
  vertical-align: middle;
}

.itinerari-luoghi-visitati {
  padding: 1em;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

.itinerari-luoghi-visitati:before {
  content: "luoghi visitati";
  background-image: url("../images/arrow-small-r.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-color: transparent;
  text-transform: uppercase;
  color: #104591;
  margin-right: 0.4em;
  margin-bottom: 0.25em;
  font-size: 0.95em;
  font-weight: 800;
  padding-left: 10px;
  display: block;
}

.quote {
  font-size: 0.8em;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.3em;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 11em;
  background: rgba(16, 69, 145, 0.8);
  padding: 1.1em 1.1em;
  color: #fff;
  transition: all 200ms ease-in-out;
}
.quote span:after {
  content: "€";
  font-size: 0.6em;
  line-height: 0.6em;
  margin-left: 0.2em;
  font-weight: 300;
}
.quote span {
  font-weight: 600;
  font-size: 1.8em;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  line-height: 0.9em;
  letter-spacing: -0.025em;
}
.download {
  position: absolute;
  width: 45%;
  top: auto;
  right: 0;
  bottom: -4em;
  height: 4em;
  background: #f15c00;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: .75em;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
}
.download span {
  line-height: 11px;
  transition: all 200ms ease-in-out;
}
.download span:before {
  content: "";
  background: url("../images/more.svg") no-repeat 50% 50% transparent;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0;
  transform: translateX(-100%);
}

.note {
  display: block;
  width: 100%;
  float: left;
  padding: 2em 0;
}
.note p {
  font-size: .9em;
  line-height: 140%;
  margin-bottom: 0em;
  font-style: italic;
}
.note p:first-of-type {
  font-size: 1.3em;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: .5em;
}
.itinerari-item a:hover .itinerari-image img {
  transform-origin: 50% 50%;
  transform: scale(1.1);
  transition: all 500ms ease-out;
}
.itinerari-item a:hover .itinerari-title {
  background: rgb(6, 51, 115);
  padding: 1em 1.2em;
  height: 4.4em;
  transition: all 150ms ease-out;
}
.itinerari-item a:hover .quote {
  padding: 0.5em 1.1em;
  transition: all 150ms ease-out;
  background: rgb(16, 69, 145);
}
.itinerari-item a:hover .quote span {
  line-height: .8em;
  transition: all 250ms ease-out;
}
.itinerari-item a:hover .download {
  bottom: 0;
  transition: all 250ms ease-out;
}
.itinerari-item a:hover .download span {
  bottom: 0;
  line-height: 4em;
  transition: all 350ms ease-out;
}
.itinerari-item a:hover .download span:before {
  opacity: 1;
  transform: translateX(0);
  transition: all 250ms ease-out 300ms;
}

.block-plus-container {
  background-color: #e8e8e8;
  width: 100%;
  padding: 5em 2em;
  position: relative;
}
.block-plus-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/map.png") no-repeat center center transparent;
  background-size: cover;
  opacity: 0.35;
}
#block-plus {
  position: relative;
  height: auto;
  text-align: center;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
#block-plus .flex-row {
  max-width: 1330px;
  margin: 0 auto;
}

#block-plus .flex-row + p {
  margin-top: 2em;
}
#block-plus .plus-item {
  display: inline-block;
  width: 29%;
  text-align: left;
  vertical-align: top;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0.3%;
  background: rgba(255, 255, 255, 0.5);
}
#block-plus .plus-item.title {
  background: url("../images/logo-bg-white.png") no-repeat #355D9C center center;
  background-size: 260px;
  padding: 10px 20px;
}
#block-plus h3.block-title {
  background-color: transparent;
  padding: 0px;
  margin: 0;
  height: auto;
  line-height: 100%;
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
#block-plus h3.block-title strong {
  font-size: 41%;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  line-height: 140%;
}
#block-plus .text {
  float: none;
  width: calc(100% - 80px);
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}
#block-plus .plus-item.title .text {
  display: table;
  height: 160px;
  width: 100%;
}
#block-plus .plus-item.title .text .text-inner {
  display: table-cell;
  vertical-align: middle;
}
#block-plus a {
  color: #104591;
}
#block-plus .text p {
  font-size: 12px;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  font-weight: 600;
  font-size: 13px;
}
#block-plus h4 {
  color: #5c6673;
  font-size: 0.9em;
  line-height: 110%;
  font-weight: 600;
  text-transform: none;
  padding-left: 0px;
  margin-bottom: .25em;
  margin-top: .25em;
  padding-bottom: 2px;
  border-bottom: none;
}

#block-plus .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 93, 156, 0.9);
  color: #fff;
  display: table;
  vertical-align: middle;
  height: 170px;
  padding: 10px 25px;
  opacity: 0;
  -webkit-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
  cursor: default;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  width: 100%;
  box-sizing: border-box;
}
#block-plus .text-overlay p {
  font-size: 0.95em;
}
#block-plus .plus-item:hover .text-overlay {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#block-plus .plus-categoria {
  float: none;
  margin: 0 auto;
  border: 0px none;
  background: url('../images/marker.svg') no-repeat center center;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}


.sec-quality {
  padding-top: 2px;
  padding-bottom: 5px;
  color: #849ec3;
  background-color: #162f52;
  background: #1c4072;
  background: -moz-linear-gradient(top,  #1c4072 0%, #142d52 100%);
  background: -webkit-linear-gradient(top,  #1c4072 0%,#142d52 100%);
  background: linear-gradient(to bottom,  #1c4072 0%,#142d52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4072', endColorstr='#142d52',GradientType=0 );
  position: relative;
}
.sec-quality .container a {
  color: #fff;
  font-weight: 800;
}
.sec-quality .container a:hover {
  text-decoration: underline;
}
.sec-quality .container,
.sec-footer .container {
  position: relative;
  display: block;
  max-width: 1330px;
  margin: 0 auto;
  padding: 20px 20px 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.sec-quality .container .title-logos {
  margin-bottom: 0px;
  color: #849ec3;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.sec-quality .container .logos {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  max-width: 481px;
}
.sec-footer {
  background-color: #1c4072;
  background-image: -webkit-linear-gradient(#1c4072, #14325c);
  background-image: linear-gradient(#1c4072, #14325c);
}
.socials {
  display: inline-block;
  vertical-align: middle;
  width: 29%;
  text-align: right;
}
.social-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 1px;
  display: inline-block;
  clear: none;
  background-color: rgba(255, 255, 255, 0.09);
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon:hover {
  opacity: 1;
}
.container.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer {
  background: #1c3d72;
  color: #fff;
  width: 100%;
  position: relative;
}
.footer-wrapper {
  max-width: 1330px;
  margin: 0 auto;
  padding: 1em;
  text-align: left;
}
.footer p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: .9em;
}
.footer .footer-sentence:before {
  content: " - ";
  display: inline;
}
.footer .footer-sentence:first-of-type:before {
  display: none;
}
.footer .footer-sentence:last-of-type:before {
  display: block;
  content: "";
}
.footer .footer-sentence {
  display: inline;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1441px) {
  .hero-text {
    font-size: 1.2em;
  }
  .hero-text h1 {
    font-size: 2.5em;
  }
  .itinerari-item {
    font-size: 1.15em;
  }
  .quote span {
    font-size: 1.68em;
  }
  .itinerari-item a:hover .quote span {
    line-height: .825em;
  }
}
@media screen and (min-width: 1601px) {
  .itinerari-image {
    width: 45%;
  }
  .itinerari-text {
    width: 55%;
  }
  .download {
    width: 55%;
  }
}


@media screen and (max-width: 1149px) {
  .hero-text h1 {
    font-size: 1.9em;
  }
  .right-container .itinerari-container h2 {
    font-size: 1.8em;
  }
  .right-container .itinerari-container p {
    font-size: .9em;
  }
  .itinerari-container .itinerari-title {
    padding: 1em 1.2em;
    height: 4.4em;
  }
  .quote {
    padding: 0.425em 1.1em;
  }
  .right-container .itinerari-container .itinerari-item h2 {
    font-size: 1.2em;
  }
  .left-container,
  .right-container {
    width: 100%;
  }
  .left-container,
  .hero {
    height: 42em;
    min-height: 70vh;
  }
  .itinerari-image {
    width: 45%;
  }
  .itinerari-text {
    width: 55%;
  }
  .download {
    width: 55%;
  }
}

@media (max-width: 1100px) {
  #block-plus .plus-item {
    width: 40%;
    min-height: 7.8em;
  }
  .footer .footer-sentence:first-of-type {
    display: block;
  }
  .footer .footer-sentence:nth-of-type(2):before {
    display: none;
  }
  .footer .footer-sentence:nth-of-type(4):before {
    display: block;
    content: "";
  }
  .footer .footer-sentence:last-of-type {
    display: inline;
  }
  .footer .footer-sentence:last-of-type:before {
    display: inline;
    content: " - ";
  }
}
@media (max-width: 990px) {
  #block-plus .text-overlay p {
    font-size: 0.85em;
  }
  .footer p {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 1.5em;
  }
  .footer .footer-sentence {
    display: block;
  }
  .footer .footer-sentence:before {
    content: "";
    display: none;
  }
  .socials {
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
  .sec-quality .container .logos:nth-of-type(1) {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .sec-quality .container .logos:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .right-container.container {
    padding: 1em;
    text-align: center;
  }
  .itinerari-container {
    padding: 0em;
  }
  .note {
    font-size: 0.9em;
  }
  .right-container .itinerari-container p {
    text-align: center;
  }
  h3 {
    font-size: 1.4em;
  }
  header:before {
    height: 110px;
  }
  .left-container,
  .hero {
    height: auto;
    min-height: 0;
    position: relative;
  }
  .hero-text {
    top: auto;
    bottom: auto;
    font-size: 0.9em;
    position: relative;
    padding: 180px 1em 3em;
  }
  .hero-description {
    display: none;
  }
  .hero-text button {
    margin-top: 1em;
  }
  header .logo {
    position: absolute;
    right: 50%;
    margin-left: -40px;
    top: 1em;
    width: 80px;
  }
  header .logo-partner {
    width: 80px;
    left: 1em;
  }
  header .coccarda {
    right: 1em;
    width: 80px;
  }
  .right-container .itinerari-container h2 {
    font-size: 1.5em;
    margin-top: .5em;
  }
  .itinerari-image {
    width: 100%;
  }
  .itinerari-text {
    width: 100%;
  }
  .download {
    display: none;
  }
  .itinerari-luoghi-visitati {
    margin-bottom: 1em;
  }
  .block-plus-container {
    padding: 2em 1em;
  }
  #block-plus .flex-row {
    display: block;
  }
  #block-plus .plus-item {
    width: 100%;
    min-height: 6.2em;
  }
  .footer p {
    width: 100%;
    line-height: 1.4em;
    margin: 1em 0;
  }
  .footer .footer-sentence {
    display: block;
  }
  .footer .footer-sentence:before {
    display: block;
    content: "";
  }
  .footer .footer-sentence:last-of-type {
    display: block;
  }
  .footer .footer-sentence:last-of-type:before {
    display: block;
    content: "";
  }
  .footer p strong {
    font-size: 1.3em;
  }
  .footer p strong:after {
    display: block;
    content: "";
  }
  .footer p a:after {
    display: inline;
    content: "";
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .itinerari-image {
    width: 40%;
  }
  .itinerari-text {
    width: 60%;
  }
  .itinerari-container .itinerari-title {
    background: transparent;
    padding: 1.2em 1.2em 0;
    height: auto;
  }
  .right-container .itinerari-container .itinerari-item h2 {
    text-shadow: none;
    color: #104591;
    font-weight: 300;
  }
}

@media (max-width: 520px) {
}
