﻿.tab-content .tab-body table {
  width: 100%;
}
.tab-content .tab-body table td {
    padding-bottom: 16px;
    vertical-align: text-bottom;
}
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}
.field-validation-valid {
    display: none;
}
input.input-validation-error {
    border: 1px solid #e80c4d;
}
.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}
.validation-summary-valid {
    display: none;
}
.card-title {
    line-height: 1;
}
.juicer {
    display: none !important;
}
.section-teaser .teaser::before {
    padding-top: 31%;
}
.form-check-label a {
    color: #82a96c;
    font-weight: bold;
}
.form-check-label a:hover,
.form-check-label a:focus,
a[data-bs-toggle="modal"]:hover,
a[data-bs-toggle="modal"]:focus {
    text-decoration: underline;
}
.list .icon > span {
    font-family: "jost", sans-serif;
}
a[data-bs-toggle="modal"] {
    font-weight: bold;
    cursor: pointer;
}
.section-body.section-map {
    overflow: hidden;
}
.section-body.section-map iframe {
    margin-top: -54px;
    height: calc(100% + 108px);
}
.icecream-shop-carousel .owl-nav {
    width: 100%;
    transform: translate(-50%, -100%);
}
.icecream-shop-carousel .owl-nav > [class*=owl-] {
    background-color: #523529;
    border-radius: 21px;
}
.section-banner {
    max-height: 500px;
}
.section-carousel .experiences-carousel .item-title,
.section-carousel .experiences-carousel .item-subtitle {
    line-height: 1;
}
.section-carousel .item-body {
    font-size: 2rem;
    line-height: 2.7rem;
}
.card-body {
    padding-bottom: calc(1.6rem + 27px);
    position: relative;
}
.card-img-abs-top {
    z-index: 1;
}
.card .price {
    position: absolute;
    bottom: 1.6rem;
    width: 100%;
}
.section-header.section-circle::before {
    background-image: url(../img/section-logo.svg);
    background-color: #805f52;
}
.card:not(.card-default) {
    padding-top: 105px;
}
.section.section-centered.section-intro {
    margin-top: 0;
}
.nav-tabs .nav-link.nav-title {
    line-height: 1;
}
button.btn.btn-secondary {
    min-width: 155px;
    border-radius: 30px;
}
.section-banner .section-content {
    background-color: transparent;
    color: #fff;
}
.section-banner .section-title {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.1;
}
.section-banner .btn-primary {
    color: #fff;
    border-color: #fff;
}
.section-banner .section-content {
    right: 0;
    width: 100%;
}
.section-banner .section-media:after {
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-banner .section-content .btn {
    width: 100%;
    max-width: calc(320px + 2.8rem * 2);
}
.owl-nav {
    width: 100%;
}
.owl-nav > [class*=owl-] {
    width: 31px;
}
section.section-teaser.video:after,
.section-teaser .teaser-small:after {
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.section-teaser.video.iframe {
    position: relative;
    padding-top: 56%;
    overflow: hidden;
  	height: auto;
}
section.section-teaser.video.iframe iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    height: 101%;
    width: 101%;
}
.section-centered.section-news .card-body [class*=title] {
    text-align: left;
}
.section-header.gambero-rosso::before {
    background-size: 105%;
}
/*Titles*/
.h1, h1, .section-page-title {
    font-size: 5.2rem;
    line-height: 4.8rem;
}
.h2, h2 {
    font-size: 4.2rem;
    line-height: 1;
}
.h3, h3, .section-title, .section-alternative-title {
    font-size: 3.6rem;
    line-height: 1;
}
.h4, h4 {
    font-size: 2.8rem;
}
.h5, h5 {
    font-size: 2.1rem;
}
.card-img-top::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.accordion-collapse .accordion-body a {
    font-weight: 600;
}
.section-news h1.section-page-title {
    font-size: 48px;
    line-height: 7rem;
}
.tooltip-inner {
    font-size: 16px !important;
}
[class*=navbar] .dropdown {
  list-style: none;
}
.section-centered.section-news .card-body [class*=title] {
  min-height: 96px;
}
.card-img-top > img {
  width: 100%;
}
.section-courses .card {
    overflow: visible;
}
.section-courses .card .discount {
    border-radius: 30px;
    background-color: #82a96c;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    line-height: 1.5;
    border: 1px solid #fff;
    border-style: dashed;
    padding-top: 6px;
    font-size: 21px;
}
.section-courses .card .discount .small {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-bottom: -4px;
}
.section-course-detail .price {
    display: table;
    padding: 6px;
    max-width: 350px;
    width: auto;
    min-width: 285px;
}
.section-course-detail .price > div {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}
.section-course-detail .price .discount {
    vertical-align: middle;
}
.section-course-detail .price .discount .circle {
    border: 2px solid #fff;
    font-size: 24px;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0 0;
}
.section-course-detail .price .discount .small {
    font-size: 10px;
    font-weight: 700;
}
.section-course-detail .price .content {
    vertical-align: middle;
    text-align: right;
}
.section-course-detail .price .content .strikethrough {
    text-decoration: line-through;
    display: block;
    font-weight: 400;
}
.section-course-detail .price .content .small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    display: block;
}
.section-course-detail .price .content .final {
    white-space: nowrap;
}
.section-course-detail .price .description {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding-top: 10px;
  	position: absolute;
    bottom: 6px;
    right: 0;
}
.card .line-through {
    text-decoration: line-through;
}
@media (min-width: 768px) {
    .nav-tabs .nav-link.nav-title {
        padding-left: calc(3.2rem + 1.4rem);
        padding-right: calc(3.2rem + 1.4rem);
    }
    .owl-nav {
        width: 90%;
    }
    .owl-nav > [class*=owl-] {
        width: 41px;
    }
    .section-banner .section-content {
        right: 10vw;
        left: auto;
        max-width: calc(640px + 2.8rem * 2);
    }
    .section-banner .section-media:after {
        background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=1 ); /* IE6-9 */
    }
    .section-banner .section-title {
        font-size: 4.8rem;
    }
}
@media (min-width: 992px) {
    .section-carousel .experiences-carousel .item-media, .section-carousel .experiences-carousel .item-media {
        height: 65%;
    }
    main.main-content > .section {
        margin: 5rem 0 0;
    }
    /*Titles*/
    .h1, h1, .section-page-title {
        font-size: 7.2rem;
        line-height: 1;
    }
    .h2, h2 {
        font-size: 5.2rem;
    }
    .h3, h3, .section-title, .section-alternative-title {
        font-size: 4.2rem;
    }
    .section-header.gambero-rosso h2.section-alternative-title {
        font-size: 3.5rem;
    }
    .h4, h4 {
        font-size: 3.6rem;
    }
    .h5, h5 {
        font-size: 2.8rem;
    }
    .section-course-detail .price.discount {
        top: 90px;
        height: auto;
        padding: calc(1.6rem / 2);
        padding-left: calc(5rem - 1rem);
    }
    .section-course-detail .price.discount .small {
        text-transform: none;
        font-size: 0.575em;
        line-height: 1;
    }
}
@media (min-width: 1200px) {
    section.section-teaser.video {
        padding-top: 51%;
    }
    section.section-teaser.video video,
    section.section-teaser.video iframe {
        position: absolute;
        bottom: 0;
        left: 50%;
        height: auto;
        width: 100%;
        transform: translate(-50%, 0);
    }
    .list .icon::before {
        background-size: contain;
    }
    .section-header.gambero-rosso h2.section-alternative-title {
        font-size: 4.2rem;
    }
}
@media (min-width: 1600px) {
    .section-teaser .teaser::before {
        padding-top: 34.722%;
    }
    .col-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
}
@media (max-width: 1199px) {
  [class*=navbar] .dropdown-menu {
      background-color: transparent;
      border: none;
      border-radius: 0.25rem;
      padding-top: 0;
      margin: 0;
  }
  [class*=navbar] .dropdown {
    position: fixed;
    top: 44px;
    left: 16px;
  }
  .is-sticky [class*=navbar] .dropdown {
    top: 24px;
  }
}
@media (max-width: 991px) {
    .section-teaser.video {
        height: 80vh;
    }
    .section-teaser.video > iframe,
	.section-teaser.video > video {
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .section-map::before {
        padding-top: 100%;
    }
    .section-course-detail .price {
        max-width: none;
        margin-left: 0;
        width: calc(100% + 45px);
        min-height: 82px;
    }
    .section-course-detail .price .discount .circle {
        font-size: 24px;
        line-height: 24px;
    }
    .section-course-detail .price .discount {
        padding-left: 16px;
    }
    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .nav-tabs .nav-link.nav-title {
        white-space: nowrap
    }
}
@media (max-width: 767px) {
  [class*=navbar] .dropdown {
      top: 50px;
  }
  .is-sticky [class*=navbar] .dropdown {
    top: 28px;
  }
  section.section-teaser.video.iframe {
		padding-top: calc(56% + 120px);
  }
  section.section-teaser.video.iframe iframe {
      top: calc(50% + 60px);
      background-color: transparent;
  }
}
@media (max-width: 375px) {
    .nav-tabs .nav-link.nav-title {
        padding: 1.6rem 1rem;
    }

    .btn[type=submit],
    .btn-flat {
        min-width: 100%;
    }
}