/*BACKUP
	
	@mixin blue-gradient{
background: -moz-linear-gradient(top, rgba(2,126,235,0.72) 0%, rgba(0,89,168,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(2,126,235,0.72) 0%,rgba(0,89,168,0.85) 100%); 
background: linear-gradient(to bottom, rgba(2,126,235,0.72) 0%,rgba(0,89,168,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8027eeb', endColorstr='#d90059a8',GradientType=0 ); 
}

@mixin yellow-gradient{
background: -moz-linear-gradient(top, rgba(255,198,0,0.75) 0%, rgba(191,152,0,0.85) 100%); 
background: -webkit-linear-gradient(top, rgba(255,198,0,0.75) 0%,rgba(191,152,0,0.85) 100%);
background: linear-gradient(to bottom, rgba(255,198,0,0.75) 0%,rgba(191,152,0,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffc600', endColorstr='#d9bf9800',GradientType=0 ); 
}

@mixin red-gradient{
background: -moz-linear-gradient(top, rgba(245,81,95,0.75) 0%, rgba(159,4,27,0.75) 100%); 
background: -webkit-linear-gradient(top, rgba(245,81,95,0.75) 0%,rgba(159,4,27,0.75) 100%); 
background: linear-gradient(to bottom, rgba(245,81,95,0.75) 0%,rgba(159,4,27,0.75) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff5515f', endColorstr='#bf9f041b',GradientType=0 ); 
}

*/
.blue-color {
  color: #4198E4 !important; }
  .blue-color:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 0px 1px white;
    -moz-box-shadow: inset 0px 0px 0px 1px white;
    box-shadow: inset 0px 0px 0px 1px white; }

.yellow-color {
  color: #D0AE00 !important; }
  .yellow-color:hover {
    text-decoration: none; }

.white-color {
  color: white !important; }
  .white-color:hover {
    text-decoration: none; }

.red-color {
  color: #F5515F !important; }
  .red-color:hover {
    text-decoration: none; }

.alignChildrenCenter {
  align-items: center; }
  .alignChildrenCenter .col-lg-6 {
    flex: 0 0 auto !important; }

body {
  font-family: 'Roboto', sans-serif !important;
  min-height: 750px; }

#home-background div.background-container {
  width: 100%; }
  #home-background div.background-container::before {
    height: 100%;
    width: 100%;
    content: '';
    display: block; }

#home-background #corsi-background {
  height: 50%; }
  #home-background #corsi-background .background-container {
    background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,q_67,w_1215/v1528319942/MasterSail/corsi/corsi-background.jpg");
    background-position: right center;
    background-size: cover;
    left: 0;
    top: 0; }
    #home-background #corsi-background .background-container::before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#027eeb+0,0059a8+100&0.72+0,0.85+100 */
      background: -moz-linear-gradient(top, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8027eeb', endColorstr='#d90059a8',GradientType=0 );
      /* IE6-9 */ }

#home-background #crociere-background {
  height: 50%;
  bottom: 0;
  background-position: right center;
  background-size: cover;
  right: 0; }
  #home-background #crociere-background .background-container {
    background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,q_67,w_1160/v1528320138/MasterSail/crociere/crociere-background.jpg");
    background-position: left center;
    background-size: cover;
    right: 0;
    top: 0; }
    #home-background #crociere-background .background-container::before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5515f+0,9f041b+100&0.75+0,0.75+100 */
      background: -moz-linear-gradient(top, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff5515f', endColorstr='#bf9f041b',GradientType=0 );
      /* IE6-9 */ }

.home-logo {
  width: 150px;
  height: 253px;
  top: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../assets/img/logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 60px; }
  .home-logo.mobile-logo {
    width: 100px;
    height: 169px; }
    .home-logo.mobile-logo::after {
      font-size: 16px;
      bottom: -45px; }
  .home-logo::after {
    content: 'Estate 2018';
    color: white;
    text-align: center;
    position: absolute;
    bottom: -50px;
    font-size: 25px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 300;
    left: 0; }

.home-video-container {
  width: 100%;
  background-color: white;
  min-height: 300px; }
  .home-video-container iframe {
    width: 100%;
    height: 56.25vw; }
  .home-video-container h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 10px;
    margin-bottom: 15px; }
  .home-video-container p {
    line-height: 1.5;
    font-size: 14px;
    color: #4a4a4a; }

#head-navigation {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 5; }
  #head-navigation svg.backArrow {
    margin-bottom: -4px;
    margin-right: 10px; }
  #head-navigation.white {
    color: white; }
    #head-navigation.white a {
      color: white; }
  #head-navigation.blue {
    color: #4198E4; }
    #head-navigation.blue a {
      color: #4198E4; }
    #head-navigation.blue svg.backArrow g {
      stroke: #4198E4; }
  #head-navigation a.social-icon {
    font-size: 20px;
    transition: all .2s ease-in-out;
    display: block;
    float: right;
    margin-top: 25px;
    margin-left: 10px; }
    #head-navigation a.social-icon:hover {
      text-decoration: none; }
      #head-navigation a.social-icon:hover.socicon-facebook {
        color: #0367c0; }
      #head-navigation a.social-icon:hover.socicon-instagram {
        color: #0367c0; }

a.white-block, h1.white-block {
  min-height: 70px;
  line-height: 70px;
  background-color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 auto;
  max-width: 255px;
  font-size: 18px; }
  a.white-block.extended, h1.white-block.extended {
    width: 340px; }

.home-choice {
  color: white;
  font-weight: 300;
  font-size: 20px; }
  .home-choice .background-container {
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 70px; }
    .home-choice .background-container::before {
      height: 100%;
      width: 100%;
      content: '';
      display: block;
      position: absolute;
      top: 0; }
  .home-choice.corsi {
    margin-top: -70px;
    padding-top: 70px;
    text-align: center; }
    .home-choice.corsi .background-container {
      background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,q_67,w_1215/v1528319942/MasterSail/corsi/corsi-background.jpg");
      background-position: right center;
      background-size: cover;
      left: 0;
      top: 0; }
      .home-choice.corsi .background-container::before {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#027eeb+0,0059a8+100&0.72+0,0.85+100 */
        background: -moz-linear-gradient(top, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8027eeb', endColorstr='#d90059a8',GradientType=0 );
        /* IE6-9 */ }
  .home-choice.crociere {
    text-align: center; }
    .home-choice.crociere .background-container {
      background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,q_67,w_1160/v1528320138/MasterSail/crociere/crociere-background.jpg");
      background-position: left center;
      background-size: cover;
      right: 0;
      top: 0; }
      .home-choice.crociere .background-container::before {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5515f+0,9f041b+100&0.75+0,0.75+100 */
        background: -moz-linear-gradient(top, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff5515f', endColorstr='#bf9f041b',GradientType=0 );
        /* IE6-9 */ }

aside.home-indeciso-banner {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 350px;
  margin: 0 auto;
  min-height: 100px; }
  aside.home-indeciso-banner h3 {
    line-height: 40px;
    display: block;
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: 300; }
  aside.home-indeciso-banner .play-button-outer {
    width: 3em;
    height: 3em;
    margin: 0 auto;
    border: 2px solid white;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative; }
    aside.home-indeciso-banner .play-button-outer a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 2; }
    aside.home-indeciso-banner .play-button-outer:hover .play-button {
      opacity: 0.75; }
    aside.home-indeciso-banner .play-button-outer .play-button {
      margin: 0 auto;
      top: 25%;
      position: relative;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.7em 0 0.7em 1.4em;
      border-color: transparent transparent transparent white;
      opacity: 1;
      margin-left: 13px; }

#home-footer {
  bottom: 0; }

#page-header {
  min-height: 400px;
  position: relative;
  padding-top: 86px;
  margin-top: -86px; }
  #page-header div {
    position: relative;
    z-index: 2; }
  #page-header.corsi {
    background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,q_67,w_1215/v1528319942/MasterSail/corsi/corsi-background.jpg");
    background-position: right center;
    background-size: cover;
    left: 0;
    top: 0; }
    #page-header.corsi::before {
      height: 100%;
      width: 100%;
      content: '';
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#027eeb+0,0059a8+100&0.72+0,0.85+100 */
      background: -moz-linear-gradient(top, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8027eeb', endColorstr='#d90059a8',GradientType=0 );
      /* IE6-9 */
      z-index: 1;
      position: absolute;
      top: 0; }
  #page-header.crociera {
    background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,q_67,w_1160/v1528320138/MasterSail/crociere/crociere-background.jpg");
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0; }
    #page-header.crociera::before {
      height: 100%;
      width: 100%;
      content: '';
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5515f+0,9f041b+100&0.75+0,0.75+100 */
      background: -moz-linear-gradient(top, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff5515f', endColorstr='#bf9f041b',GradientType=0 );
      /* IE6-9 */
      z-index: 1;
      position: absolute;
      top: 0; }
  #page-header p {
    font-weight: 500; }
  #page-header .mobile-logo {
    margin-top: 68px;
    margin-bottom: 0; }
    #page-header .mobile-logo::after {
      display: none; }

#page-navigation {
  min-height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  #page-navigation ul {
    padding: 0;
    margin: 0; }
    #page-navigation ul li {
      list-style: none;
      display: block;
      padding-right: 30px; }
      #page-navigation ul li::last-child {
        padding-right: 0; }
      #page-navigation ul li a {
        text-transform: uppercase; }
  #page-navigation.blue {
    color: #4198E4;
    border-bottom: 1px solid #4198E4; }
    #page-navigation.blue a {
      color: #4198E4; }
  #page-navigation.red {
    color: #F5515F;
    border-bottom: 1px solid #F5515F; }
    #page-navigation.red a {
      color: #F5515F; }
  #page-navigation.closed {
    max-height: 45px; }
  #page-navigation .menu-trigger {
    cursor: pointer; }

main#page-container section {
  margin-bottom: 35px; }
  main#page-container section h1 {
    text-transform: uppercase;
    color: #323232;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center; }
    main#page-container section h1::after {
      content: '';
      display: block;
      width: 100px;
      height: 1px;
      background-color: #323232;
      margin: 0 auto;
      margin-top: 10px; }
  main#page-container section h3 {
    text-transform: uppercase;
    color: #4198E4;
    font-size: 20px; }

main#page-container section#itinerario .navionics-map-container {
  height: 450px;
  margin-bottom: 20px; }

main#page-container section#itinerario ul {
  margin: 0;
  padding-left: 0px;
  text-align: center; }
  main#page-container section#itinerario ul li {
    list-style: none;
    line-height: 30px;
    font-weight: 300; }
    main#page-container section#itinerario ul li span {
      display: block;
      font-weight: 400; }
    main#page-container section#itinerario ul li span.periodo {
      font-size: 16px; }
    main#page-container section#itinerario ul li span.tratta {
      font-size: 22px;
      margin-bottom: 16px; }

main#page-container section#argomenti ul {
  padding-left: 20px; }
  main#page-container section#argomenti ul li {
    list-style-type: disc;
    line-height: 30px;
    font-weight: 300; }

main#page-container section#sudsad {
  line-height: 30px;
  font-weight: 300; }

main#page-container section#barche h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: none;
  color: #262626;
  margin-top: 10px; }

main#page-container section#barche p.description {
  color: #262626;
  font-size: 15px;
  line-height: 1.5; }
  main#page-container section#barche p.description.barche-desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 2; }

main#page-container section#barche iframe {
  width: 100%;
  height: 56.25vw; }

main#page-container section#barche .img-cont {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 56.25vw; }
  main#page-container section#barche .img-cont img {
    width: 100%;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

main#page-container section#skipper .profile .profile-pic {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 3px solid #b7b7b7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center; }
  main#page-container section#skipper .profile .profile-pic.img-emme {
    background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,w_427/v1528320335/MasterSail/skipper/fabioemme.jpg"); }
  main#page-container section#skipper .profile .profile-pic.img-sabiu {
    background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,w_466/v1528320336/MasterSail/skipper/lucasabiu.jpg"); }

main#page-container section#skipper .profile h3 {
  color: #4f4f4f;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-size: 18px; }

main#page-container section#skipper .profile h4 {
  color: #b7b7b7;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  font-style: italic; }

main#page-container section#skipper p.description {
  color: #4f4f4f;
  line-height: 2; }

main#page-container section#contatti .contatti-container {
  text-align: center; }
  main#page-container section#contatti .contatti-container .socicon {
    font-size: 40px;
    color: white; }
  main#page-container section#contatti .contatti-container div.cont-block {
    background-color: #323232;
    padding: 15px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
  main#page-container section#contatti .contatti-container a {
    color: white;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 300; }

main#page-container section#contatti .prezzi {
  margin-bottom: 30px; }
  main#page-container section#contatti .prezzi h3 {
    color: #323232; }
  main#page-container section#contatti .prezzi .prezzo-cont {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    main#page-container section#contatti .prezzi .prezzo-cont .prezzo {
      font-size: 40px;
      font-weight: 700;
      text-align: center;
      display: block;
      margin: 0 auto;
      position: relative;
      margin-bottom: 35px;
      width: 100%; }
      main#page-container section#contatti .prezzi .prezzo-cont .prezzo::after {
        font-size: 20px;
        font-weight: 300;
        position: absolute;
        top: 9px;
        margin-left: 10px; }
      main#page-container section#contatti .prezzi .prezzo-cont .prezzo::before {
        font-size: 16px;
        font-weight: 300;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      main#page-container section#contatti .prezzi .prezzo-cont .prezzo.corso::after {
        content: '7gg'; }
      main#page-container section#contatti .prezzi .prezzo-cont .prezzo.corso::before {
        content: 'Corso Trasferimento'; }
      main#page-container section#contatti .prezzi .prezzo-cont .prezzo.crociera::after {
        content: '10gg'; }
      main#page-container section#contatti .prezzi .prezzo-cont .prezzo.crociera::before {
        content: 'Crociera Adulti'; }
      main#page-container section#contatti .prezzi .prezzo-cont .prezzo.crocierabambini::after {
        content: '10gg'; }
      main#page-container section#contatti .prezzi .prezzo-cont .prezzo.crocierabambini::before {
        content: 'Crociera Bambini'; }

@media (max-width: 768px) {
  body.home .container {
    max-width: 100%; } }

@media (min-width: 768px) {
  #home-background {
    position: absolute;
    width: 100%;
    height: 100%; }
    #home-background div.background-container {
      width: 75%;
      transition: all .2s ease-in-out; }
      #home-background div.background-container::before {
        height: 100%;
        width: 100%;
        content: '';
        display: block; }
    #home-background #corsi-background {
      height: 100%;
      -webkit-clip-path: polygon(0 0, 75% 0, 25% 100%, 0% 100%);
      clip-path: polygon(0 0, 75% 0, 25% 100%, 0% 100%);
      transition: all .2s ease-in-out; }
      #home-background #corsi-background .background-container {
        background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,q_67,w_1215/v1528319942/MasterSail/corsi/corsi-background.jpg");
        background-position: right center;
        background-size: cover;
        left: 0;
        top: 0; }
        #home-background #corsi-background .background-container::before {
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#027eeb+0,0059a8+100&0.72+0,0.85+100 */
          background: -moz-linear-gradient(top, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(2, 126, 235, 0.9) 0%, rgba(0, 89, 168, 0.9) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8027eeb', endColorstr='#d90059a8',GradientType=0 );
          /* IE6-9 */ }
    #home-background #crociere-background {
      height: 100%;
      top: 0;
      -webkit-clip-path: polygon(100% 100%, 100% 0, 75% 0, 25% 100%);
      clip-path: polygon(100% 100%, 100% 0, 75% 0, 25% 100%);
      transition: all .2s ease-in-out;
      background-position: right center;
      background-size: cover;
      right: 0; }
      #home-background #crociere-background .background-container {
        background-image: url("https://res.cloudinary.com/tasc-it/image/upload/c_scale,q_67,w_1160/v1528320138/MasterSail/crociere/crociere-background.jpg");
        background-position: left center;
        background-size: cover;
        right: 0;
        top: 0; }
        #home-background #crociere-background .background-container::before {
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5515f+0,9f041b+100&0.75+0,0.75+100 */
          background: -moz-linear-gradient(top, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(245, 81, 95, 0.9) 0%, rgba(159, 4, 27, 0.9) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff5515f', endColorstr='#bf9f041b',GradientType=0 );
          /* IE6-9 */ }
  /*
	a.corsi-button:hover > #home-background #corsi-background{
	-webkit-clip-path: polygon(0 0, 80% 0, 20% 100%, 0% 100%) !important;
	clip-path: polygon(0 0, 80% 0, 20% 100%, 0% 100%) !important;
	}
	a.corsi-button:hover > #home-background #crociere-background{
		-webkit-clip-path: polygon(100% 100%, 100% 0, 80% 0, 20% 100%);
		clip-path: polygon(100% 100%, 100% 0, 80% 0, 20% 100%);
	}
	a.corsi-button:hover > #home-background div.background-container{
		width: 80%
	}
	*/
  body.home {
    width: 100%;
    height: 100%;
    position: absolute; }
    body.home header#head-navigation {
      position: absolute; }
    body.home .wrapper {
      height: 100%; }
    body.home .container {
      height: 100%; }
    body.home .home-logo {
      position: absolute;
      top: 22px; }
    body.home .cta-container {
      height: 100%;
      align-items: center;
      justify-content: space-between; }
      body.home .cta-container .col-lg-6 {
        flex: 0 0 auto !important; }
  .home-choice {
    color: white;
    font-weight: 300;
    font-size: 20px;
    padding-top: 80px; }
    .home-choice.corsi {
      margin-top: 0;
      text-align: left; }
    .home-choice.crociere {
      text-align: right; }
  #page-header .mobile-logo {
    margin-top: 22px; }
  #page-navigation {
    min-height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px; }
    #page-navigation ul {
      padding: 0;
      margin: 0; }
      #page-navigation ul li {
        list-style: none;
        display: inline-block;
        padding-right: 30px; }
        #page-navigation ul li::last-child {
          padding-right: 0; }
        #page-navigation ul li a {
          text-transform: uppercase; }
    #page-navigation.blue {
      color: #4198E4;
      border-bottom: 1px solid #4198E4; }
      #page-navigation.blue a {
        color: #4198E4; }
    #page-navigation.closed, #page-navigation.opened {
      max-height: none; }
  main#page-container section#itinerario ul {
    text-align: left; }
  main#page-container section#barche iframe {
    width: 100%;
    height: 25vw; }
  main#page-container section#barche .img-cont {
    height: 25vw; }
  main#page-container section#barche.crociere .img-cont {
    height: 20vw; }
  main#page-container section#contatti .prezzi .prezzo-cont .prezzo::before {
    bottom: -15px;
    left: auto;
    right: auto;
    margin: auto; } }
