@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&family=Teko:wght@300;400;500&display=swap);

@font-face {
    font-family: 'nexa_rust_script_lregular';
    src: url('../fonts/nexarustscriptl-0-webfont.woff2') format('woff2'), url('../fonts/nexarustscriptl-0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    /* font-family: 'Teko', sans-serif; */
}

label {
    font-weight: 500;
}

/* general */

a,
a:focus,
a:hover {
    color: #000;
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 300 !important;
}

h1 {
    font-weight: 300;
    font-size: 30px;
}

.hr {
    height: 1px;
    background-color: #bdbdbd;
}

.hr2 {
    height: 1px;
    background-color: #c7c7c7;
}

.content {
    margin-bottom: 40px;
}

.margintop25 {
    margin-top: 25px;
}

.hr.marginbottom22 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.text-center .img-responsive {
    display: inline-block;
}

.lineheight25 {
    line-height: 25px;
}

.lineheight30 {
    line-height: 30px;
}

.red {
    color: #e2001a;
}

.blue {
    color: #1f5eaf;
}

.black {
    color: #000;
    font-weight: 500;
}

.text-azzurro {
    color: #0689d1;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font30 {
    font-size: 30px;
}

.font50 {
    font-size: 50px;
}

a.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

.sfumatura {
    height: 5px;
    background-image: url(../img/sfumatura.png);
    background-position: center;
}

.m-top5 {
    margin-top: 5px;
}

.m-30 {
    margin: 30px 0;
}

.m-top20 {
    margin-top: 20px;
}

.m-top30 {
    margin-top: 30px;
}

.m-top40 {
    margin-top: 40px;
}

.m-30 {
    margin: 30px 0;
}

/* pagina */

.top {
    background-color: #000;
    padding: 20px 0 5px;
}

header {
    background-image: url('../img/header-hp-new.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    height: 529px;
}

.slogan {
    margin-top: 22%;
    font-size: 75px;
    line-height: normal;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    text-align: center;
    font-family: 'nexa_rust_script_lregular';
}

.sottoslogan {
    font-size: 40px;
    line-height: normal;
    color: #8acb0c;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.sottoslogan a {
    color: #8acb0c;
    /* margin-left: 20px; */
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.top-facebook {
    display: block;
    float: right;
    margin-left: 10px;
}

.visible-xs .top-facebook {
    margin-top: 0;
    display: block;
    float: right;
}

/* menu */

.navbar-inverse {
    border: none;
    background-color: transparent;
    margin-top: 35px;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #f8d10b;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-nav {
    float: right;
}

.nav>li>a {
    padding: 15px 17px;
}

.nav>li>a.last {
    padding-right: 0;
}

/* home */

.hr.home {
    margin: 30px 0 45px 0 !important;
}

.news {
    padding-left: 0;
    background-color: #dedede;
}

.iscriviti-newsletter {
    position: absolute;
    margin-left: -22px;
}

.box-newsletter {
    padding: 80px 13px 25px;
    border: 5px solid #1f5eaf;
    margin-top: 66px;
}

.box-newsletter .title {
    font-size: 15px;
    font-weight: 700;
    color: #1f5eaf;
    text-align: center;
    margin-bottom: 20px;
}

.box-newsletter .form-control {
    color: #545454;
    background-color: #dedede;
    border: none;
    border-radius: 0;
}

.box-newsletter input[type=checkbox] {
    margin-top: 2px;
}

.box-newsletter .btn {
    width: 100%;
    font-size: 25px;
    font-weight: 100;
    border: none;
    border-radius: 0;
    background-color: #1f5eaf;
    color: #fff;
}

.box-newsletter .btn:hover {
    background-color: #174784;
    color: #fff;
}

/* pagina interna */

.header_interna {
    background-image: url('../img/header-interna-new.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000;
    display: table;
    width: 100%;
    height: 250px;
}

.header_interna .d-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.header_interna .slogan {
    margin-top: 0;
}

h1.interno {
    font-weight: 500;
    color: #0689d1;
}

.bg-grey {
    padding: 20px 0;
    background-color: #dedede;
}

.filtri .form-group {
    margin-bottom: 0;
}

.bg-grey select {
    width: 180px;
    border: none;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}

.box-prodotto,
.m-top60 {
    margin-top: 60px;
}

.box-prodotto .prezzo {
    font-size: 25px;
    font-weight: 700;
}

h2.prodotti {
    font-size: 25px;
    color: #e2001a;
    /* border-bottom:1px solid #bdbdbd; */
    margin-top: 10px;
    margin-bottom: 3px;
}

.box-prodotto .testo {
    line-height: 23px;
}

.box-prodotto .image {
    /* height: 285px; */
    line-height: 285px;
}

.box-prodotto .image .img {
    text-align: center;
    background-color: #fff;
    padding: 5px;
    height: 285px;
    border: 1px solid #dedede;
}

img.youtube2 {
    position: absolute;
    margin-top: 136px;
    margin-bottom: 135px;
    margin-right: 255px;
    margin-left: 254px;
}

img.youtube {
    position: absolute;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-right: 140px;
    margin-left: 130px;
}

img.img_youtube {
    width: 300px;
    height: 170px;
}

img.img_youtube2 {
    width: 540px;
    height: 304px;
}

.btn {
    border-radius: 0;
}

.btn-number {
    padding: 6px;
}

.box-prodotto .btn.aggiungi, .btn-azzurro {
    background-color: #0689d1;
    border: 1px solid #0689d1;
    color: #fff;
}

.box-prodotto .btn.aggiungi:hover, .btn-azzurro:hover, .btn-azzurro:focus {
    background-color: #fff;
    border: 1px solid #0689d1;
    color: #0689d1;
}

/* contatti */

.contatti {
    margin: 20px 0;
}

.titolo-contatti {
    font-size: 40px;
    line-height: 50px;
    color: #0689d1;
    font-family: 'Teko', sans-serif;
}

.font16.contatti {
    line-height: 25px;
}

/* incorporare video */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container2 {
    /* position: relative;
padding-bottom: 66.25%;
height: 0;
overflow: hidden;
max-width: 100%; */
    margin-top: 30px;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container2 embed,
.embed-container2 iframe,
.embed-container2 object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* footer */

footer {
    background-color: #000;
}

footer .container {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a,
footer a:hover {
    color: #fff;
}

/* consigli d'uso */

h2.consigli {
    color: #e2001a;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 22px;
}

/* carrello */

h2.carrello {
    color: #1f5eaf;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 22px;
}

.header-carrello {
    background-color: #1f5eaf;
    color: #fff;
    text-align: center;
    font-weight: 700px;
    border: 1px solid #c7c7c7;
}

.header-carrello .prodotto {
    text-align: left;
}

.header-carrello>div {
    border-right: 1px solid #c7c7c7;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-carrello>div.clearfix {
    padding: 0;
}

.header-carrello>div.clearfix,
.header-carrello>div.last {
    border-right: none;
}

.box-carrello {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 12px 0;
}

.totale-grigio {
    background-color: #eaeaea;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}

.totale-grigio:last-child {
    border-left: none;
    border-right: 1px solid #c7c7c7;
}

.bg-grey .form-control {
    border: none;
    border-radius: 0;
}

.btn.prenotazione {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 100;
    background-color: #1f5eaf;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    margin-top: 15px;
}

/* media */

@media (max-width: 521px) {
    .sottoslogan a {
        margin-left: 0;
    }

    img.youtube2 {
        position: absolute;
        margin-top: 120px;
        margin-bottom: 120px;
        margin-right: 200px;
        margin-left: 200px;
    }
}

@media (max-width: 365px) {
    img.youtube {
        position: absolute;
        margin-top: 58px;
        margin-bottom: 58px;
        margin-right: 95px;
        margin-left: 95px;
    }

    img.youtube2 {
        position: absolute;
        margin-top: 58px;
        margin-bottom: 62px;
        margin-right: 95px;
        margin-left: 95px;
    }

    .titolo-contatti,
    .titolo-contatti.parcheggio {
        width: 250px;
        line-height: 72px;
        font-size: 16px;
        padding-left: 90px;
    }

    .btn.prenotazione {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .row .hr {
        margin: 0 15px;
    }

    .paddingright0 {
        padding-right: 0;
    }

    .box-carrello .titolo {
        margin-left: 10px;
    }

    .box-carrello .image {
        padding: 5px;
        border: 1px solid #c7c7c7;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        float: none;
    }

    .navbar-inverse {
        margin-top: 15px;
    }

    .news {
        background-image: none;
        background-color: #dedede;
    }

    .vialibera {
        margin-top: 20px;
    }

    .slogan {
        font-size: 30px;
    }

    .embed-container {
        margin-top: 30px;
    }

    .iscriviti-newsletter {
        position: relative;
        margin: 0 auto;
    }

    .box-newsletter {
        padding: 13px;
        border: 5px solid #1f5eaf;
        margin-top: 15px;
    }

    .tipologia {
        margin-top: 15px;
    }

    .box-prodotto .testo {
        margin-bottom: 15px;
    }

    .box-prodotto .btn.aggiungi {
        width: 100%;
        margin-top: 15px;
    }

    .box-carrello>div {
        margin-bottom: 15px;
    }

    .box-carrello>div.totale {
        float: left;
        margin-bottom: 0;
    }

    .box-carrello>div.cestino {
        float: right;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .header-carrello {
        display: none;
    }

    .totale-grigio {
        border-left: 1px solid #c7c7c7 !important;
        border-right: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    img.youtube2 {
        position: absolute;
        margin-top: 80px;
        margin-bottom: 80px;
        margin-right: 159px;
        margin-left: 158px;
    }

    .nav>li>a {
        padding: 15px 10px;
    }

    .slogan {
        margin-top: 30%;
        font-size: 50px;
    }

    .navbar-collapses {
        padding: 0;
    }

    .contatti>div {
        margin-bottom: 30px;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    img.youtube {
        position: absolute;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 280px;
        margin-left: 90px;
    }

    .novita {
        margin-top: 0;
    }

    .box-newsletter {
        padding: 20px 13px 25px;
    }

    .box-newsletter .btn {
        font-size: 18px;
    }

    .box-prodotto .btn.aggiungi {
        width: 100%;
        margin-top: 15px;
    }

    .box-carrello .font18 {
        font-size: 16px;
    }

    .box-carrello .font16 {
        font-size: 14px;
    }

    .box-carrello .image {
        width: 92px;
    }

    .numeriHome {
        line-height: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .font-40 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    img.youtube2 {
        position: absolute;
        margin-top: 100px;
        margin-bottom: 100px;
        margin-right: 203px;
        margin-left: 204px;
    }

    .navbar-inverse {
        margin-top: 5px;
    }

    .porto-armi,
    .vendita-libera {
        font-size: 24px;
        padding-left: 175px;
    }

    .porto-armi a,
    .vendita-libera a {
        margin-left: 78px;
        margin-top: 5px;
        display: block;
    }

    .titolo-contatti {
        line-height: 63px;
        background-size: 90% auto;
        padding-left: 95px;
    }

    .titolo-contatti.parcheggio {
        padding-left: 77px;
    }

    .font16 {
        font-size: 14px;
    }

    .box-carrello .image {
        width: 77px;
    }

    .numeriHome {
        font-size: 25px !important;
    }
}

@media (min-width: 992px) {
    .paddingleft0 {
        padding-left: 0;
    }
}

#map {
    width: 100%;
    height: 500px;
}

.apri {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    float: right;
    margin-right: 50px;
}

.chiudi {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 2%;
    top: 0;
    cursor: pointer;
}

.overlay {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 299;
    cursor: pointer;
    /*Trasperenza cross browser*/
    opacity: .7;
}

#box {
    width: 600px;
    height: 400px;
    margin: -200px 0 0 -300px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    display: none;
    z-index: +300;
    position: fixed;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

@media (min-width: 1200px) {
    .box-carrello .image {
        width: 87px;
    }
}

/* landing */

header.landing {
    background-image: url('../img/header.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: -1;
}

.landing .slogan {
    background-image: url('../img/bg-slogan-landing.png');
    background-position: top center;
    margin-top: 70px;
    margin-bottom: 170px;
    font-size: 50px;
    height: 194px;
    line-height: 55px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    padding-top: 40px;
    padding-left: 0;
}

.form-coupon a {
    color: #fff;
}

.form-coupon {
    padding: 30px 15px;
    background-color: #00a6de;
    color: #fff;
    font-size: 18px;
}

.form-coupon2 {
    padding: 30px 15px;
    background-color: #004494;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.form-coupon span {
    text-transform: uppercase;
    color: #004494;
}

.form-coupon .font16 {
    font-size: 16px;
}

.font14,
.form-coupon .font14 {
    font-size: 14px;
}

.form-coupon label {
    font-weight: 400;
    font-size: 15px;
}

.form-coupon .form-group {
    margin-bottom: 5px;
}

.form-coupon .form-control {
    border-radius: 0;
    border: none;
}

.form-coupon .checkbox label {
    font-size: 11px;
}

.form-coupon .btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    background-color: #1f5eaf;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-top: 15px;
}

.box-blu {
    background-image: url('../img/bg-box-blu.png');
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 35px 35px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.facebook {
    vertical-align: baseline;
}

.margin25 {
    margin: 25px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-blu {
        padding: 38px 25px 35px;
    }

    .landing .slogan {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-blu {
        padding: 38px 15px 35px;
    }

    .landing .slogan {
        font-size: 35px;
        padding-top: 22px;
    }
}

@media (max-width: 767px) {
    .box-blu {
        max-width: 450px;
        margin: 20px auto 0;
    }

    .landing .slogan {
        display: none;
    }
}

@media (max-width: 420px) {
    .box-blu {
        padding: 40px 0 20px;
    }
}

/* =========================================== modifiche giugno 2017 ============================= */

.semibold {
    font-weight: 500;
}

.line20 {
    line-height: 20px;
}

.line30 {
    line-height: 30px;
}

.font-40 {
    font-size: 40px;
    line-height: 50px;
}

.font-30 {
    font-size: 40px;
    line-height: 50px;
}

.rosa {
    color: #e20878;
}

.m-bottom10 {
    margin-bottom: 10px !important;
}

.m-bottom20 {
    margin-bottom: 20px;
}

.m-bottom30 {
    margin-bottom: 30px;
}

.m-bottom60 {
    margin-bottom: 60px;
}

.m-bottom90 {
    margin-bottom: 90px;
}

.m-bottom110 {
    margin-bottom: 110px !important;
}

.uppercase {
    text-transform: uppercase;
}

.box-home {
    position: relative;
    padding-top: 115px;
    margin-bottom: 80px;
}

.box-home a {
    display: block;
}

.box-home a:focus,
.box-home a:hover {
    text-decoration: none;
}

.box-home .img-eventi,
.box-home .img-prodotti {
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 2;
}

.box-home .img-stelle {
    position: absolute;
    top: 45px;
    left: -55px;
}

.box-home .titolo {
    font-family: 'Teko', sans-serif;
    font-size: 45px;
    line-height: 33px;
    color: #f7b719;
    border: 2px solid #d1d1d1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    position: relative;
    height: 106px;
}

.box-home .link {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

.box-home .link img {
    margin-left: 5px;
    vertical-align: initial;
}

.box-home .link img:last-child,
.box-home a:focus .link img:first-child,
.box-home a:hover .link img:first-child {
    display: none;
}

.box-home .link img:first-child,
.box-home a:focus .link img:last-child,
.box-home a:hover .link img:last-child {
    display: inline-block;
}

.box-home a:hover .titolo {
    background-color: #f7b719;
    border-color: #f7b719;
    color: #fff;
}

.box-home a:focus .link,
.box-home a:hover .link {
    color: #f7b719;
}

.box-home.fontane .titolo {
    color: #21211f;
}

.box-home.fontane a:hover .titolo {
    background-color: #21211f;
    border-color: #21211f;
}

.box-home.fontane a:focus .link,
.box-home.fontane a:hover .link {
    color: #21211f;
}

.box-home.petardi .titolo {
    color: #e20878;
}

.box-home.petardi a:hover .titolo {
    background-color: #e20878;
    border-color: #e20878;
}

.box-home.razzi a:focus .link,
.box-home.razzi a:hover .link {
    color: #df1e13;
}

.box-home.razzi .titolo {
    color: #df1e13;
}

.box-home.razzi a:hover .titolo {
    background-color: #df1e13;
    border-color: #df1e13;
}

.box-home.razzi a:focus .link,
.box-home.razzi a:hover .link {
    color: #df1e13;
}

.box-home.spettacoli a:focus .link,
.box-home.spettacoli a:hover .link {
    color: #1f5eaf;
}

.box-home.spettacoli .titolo {
    color: #1f5eaf;
}

.box-home.spettacoli a:hover .titolo {
    background-color: #1f5eaf;
    border-color: #1f5eaf;
}

.box-home.spettacoli a:focus .link,
.box-home.spettacoli a:hover .link {
    color: #1f5eaf;
}

.box-home.accessori a:focus .link,
.box-home.accessori a:hover .link {
    color: #009036;
}

.box-home.accessori .titolo {
    color: #009036;
}

.box-home.accessori a:hover .titolo {
    background-color: #009036;
    border-color: #009036;
}

.box-home.accessori a:focus .link,
.box-home.accessori a:hover .link {
    color: #009036;
}

.box-home.accessori .img-prodotti {
    right: 20px;
}

.box-kit-compleanno {
    margin-top: 140px;
    border: 5px solid #e20878;
    padding: 35px 60px;
    line-height: 30px;
    font-size: 18px;
    color: #545454;
}

.box-kit-compleanno label {
    font-weight: 400;
}

.box-kit-compleanno input.form-control,
.box-kit-compleanno input.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    border-color: #979797;
    font-size: 18px;
}

.box-kit-compleanno .btn-default {
    background-color: #e20878;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 5px solid #e20878;
}

.box-kit-compleanno .btn-default:focus,
.box-kit-compleanno .btn-default:hover {
    background-color: #fff;
    color: #e20878;
}

.box-kit-compleanno .regalo-absolute {
    position: absolute;
    left: 45px;
    top: 73px;
}

.fascia-newsletter {
    background-color: #1f5eaf;
    padding: 30px 0;
    margin-top: 150px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.fascia-newsletter .container {
    position: relative;
}

.fascia-newsletter .btn-default {
    background-color: #1f5eaf;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 5px solid #fff;
    display: inline-block;
    margin-top: 30px;
}

.box-kit-compleanno .btn-default:focus,
.fascia-newsletter .btn-default:hover {
    background-color: #fff;
    color: #1f5eaf;
}

.mail-absolute {
    position: absolute;
    left: 75px;
    top: -105px;
}

.form-newsletter {
    padding: 50px 0 40px;
    background-color: #ededed;
    color: #545454;
}

.form-newsletter input.form-control,
.form-newsletter input.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    border-color: #979797;
    font-size: 18px;
}

.form-newsletter .btn-default {
    background-color: #1f5eaf;
    padding: 6px 0;
    color: #fff;
    font-size: 25px;
    border: none;
}

.form-newsletter .btn-default:focus,
.form-newsletter .btn-default:hover {
    background-color: #174784;
    color: #fff;
}

.riepilogo-dati {
    font-size: 18px;
    line-height: 30px;
    border: 2px solid #a9a9a9;
    padding: 17px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 15px;
}

.box-kit-compleanno.thankyou {
    margin-top: 0;
}

.btn-primary {
    padding: 15px 0;
    color: #545454;
    font-size: 18px;
    border: 1px solid #979797;
    background-color: #e5e5e5;
    margin: 15px 0;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #d5d5d5;
    color: #545454;
}

.btn-primary.facebook {
    padding: 15px 0;
    color: #fff;
    font-size: 25px;
    border: none;
    background-color: #445286;
    background-image: url(../img/facebook-bianco.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
}

.btn-primary.facebook:focus,
.btn-primary.facebook:hover {
    background-color: #343f69;
    color: #fff;
}

.box-prodotto .btn.info {
    background-color: #f7b719;
    border: 1px solid #f7b719;
    color: #fff;
    display: block;
    padding: 6px 0;
}

.box-prodotto .btn.info:hover {
    background-color: #fff;
    border: 1px solid #f7b719;
    color: #f7b719;
}

.prodotti-lightbox label {
    width: 30%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}

.prodotti-lightbox .oggetto {
    width: 65%;
    margin-bottom: 5px;
    min-height: 40px;
    float: left;
    font-weight: 500;
    color: #db0000;
    padding-top: 10px;
}

.prodotti-lightbox input[type=email],
.prodotti-lightbox input[type=text],
.prodotti-lightbox textarea {
    width: 65%;
    border: 1px solid #cdcdcd;
    margin-bottom: 5px;
    color: #7e7e7e;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-left: 5px;
    box-shadow: none;
}

.prodotti-lightbox textarea {
    padding-left: 4px;
    height: 100px;
    line-height: normal;
}

.prodotti-lightbox input[type=checkbox] {
    line-height: 25px;
}

.btn.lascia-recensione,
.prodotti-lightbox .btn {
    padding: 6px 12px;
    margin-top: 20px;
    margin-right: 35px;
    background-color: #e2001a;
    border: 1px solid #e2001a;
    color: #fff;
}

.btn.lascia-recensione {
    margin-top: 0;
}

.btn.lascia-recensione:focus,
.btn.lascia-recensione:hover,
.prodotti-lightbox .btn:focus,
.prodotti-lightbox .btn:hover {
    background-color: #b80015;
    border: 1px solid #b80015;
    color: #fff;
}

/* =================== media ================= */

@media (min-width: 992px) and (max-width: 1199px) {
    .box-home .titolo {
        font-size: 40px;
    }

    .box-home .img-prodotti {
        top: auto;
        bottom: 45px;
        right: 10px;
        height: 180px;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mail-absolute {
        top: -140px;
    }

    .box-home .img-prodotti {
        height: 180px;
        width: auto;
        top: auto;
        bottom: 45px;
    }
}

@media (max-width: 767px) {
    .box-home {
        margin: 30px auto 0;
        /* width: 350px; */
    }

    .box-kit-compleanno .regalo-absolute {
        top: -103px;
    }

    .box-kit-compleanno .btn {
        white-space: normal;
    }

    .mail-absolute {
        top: -140px;
    }

    .box-prodotto .btn.info {
        margin: 15px 0;
    }

    .carrelloTop {
        margin-bottom: 20px;
    }

    a.logo-whatsapp {
        margin-top: -2px;
        margin-right: 0 !important;
    }

    a.logo-whatsapp img {
        width: 40px;
        width: 40px;
    }

    a.logo-whatsapp span {
        display: none;
    }

    .box-home .img-prodotti {
        right: -10px;
    }
}

@media (max-width: 400px) {
    .box-kit-compleanno {
        padding: 35px 30px;
    }

    .box-kit-compleanno .font-40 {
        font-size: 30px;
        line-height: 40px;
    }

    .form-newsletter .col-xs-8 {
        width: 100%;
    }

    .form-newsletter .col-xs-4 {
        width: 100%;
        margin-top: 15px;
    }

    .btn-primary.facebook {
        background-image: none;
        white-space: normal;
        font-size: 20px;
    }

    .top-facebook {
        margin-left: 15px;
    }

    .top-facebook img,
    a.logo-whatsapp img {
        max-width: 30px;
        height: auto;
    }

    a.logo-whatsapp {
        line-height: 33px;
    }
}

@media (max-width: 499px) {
    .prodotti-lightbox label {
        width: 100%;
        height: auto;
        line-height: normal;
    }

    .prodotti-lightbox .oggetto,
    .prodotti-lightbox input[type=text],
    .prodotti-lightbox textarea {
        width: 100%;
    }

    .prodotti-lightbox .oggetto {
        margin-bottom: 15px;
    }

    .prodotti-lightbox input[type=text] {
        margin-bottom: 20px;
    }

    .prodotti-lightbox .btn {
        margin-right: 0;
    }
}

/* ================================ pagina eventi =============================== */

.dropdown-menu {
    font-size: 15px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 10px;
}

.dropdown-menu>li>a {
    padding: 10px 30px 10px 8px;
    color: #000;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #f8d10b;
    background-image: url(../img/stellina-menu.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 15px 15px;
}

.m-top40 {
    margin-top: 40px;
}

h1.matrimoni {
    font-size: 55px;
    color: #ba9e56;
    text-align: center;
}

h1.compleanno,
h1.laurea,
h1.sagra {
    font-size: 55px;
    color: #028bdb;
    text-align: center;
}

.bottom30-p p {
    margin-bottom: 30px;
}

.font14 {
    font-size: 14px !important;
}

.sottotitolo-eventi {
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #000;
}

.fascia-grigia .sottotitolo-eventi {
    margin-top: 0;
    margin-bottom: 0;
}

.fascia-grigia.eventi {
    margin: 0;
}

.container-fluid.eventi .box-home .titolo {
    line-height: 65px;
    color: #000;
    border: 2px solid #ffd829;
    background-color: #ffd829;
}

.container-fluid.eventi .box-home .img-eventi {
    top: 90px;
}

.container-fluid.eventi .box-home .link {
    margin-top: 10px;
    text-transform: none;
    text-align: left;
}

.container-fluid.eventi .box-home .link p {
    padding-left: 20px;
    background-image: url(../img/stellina-gialla.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.container-fluid.eventi .box-home.verde .titolo {
    border: 2px solid #77c381;
    background-color: #77c381;
}

.container-fluid.eventi .box-home.verde .link p {
    background-image: url(../img/stellina-verde.png);
}

.container-fluid.eventi .box-home.lilla .titolo {
    border: 2px solid #92a5d7;
    background-color: #92a5d7;
}

.container-fluid.eventi .box-home.lilla .link p {
    background-image: url(../img/stellina-lilla.png);
}

.fascia-grigia.eventi .btn-default {
    background-color: #0689d1;
    border: 1px solid #0689d1;
    color: #fff;
    font-size: 18px;
}

.fascia-grigia.eventi .btn-default:active,
.fascia-grigia.eventi .btn-default:focus,
.fascia-grigia.eventi .btn-default:hover {
    background-color: #fff;
    border: 1px solid #0689d1;
    color: #0689d1;
}

/* .fascia-newsletter.eventi {
    font-size: 30px;
    line-height: normal;
    margin-top: 100px;
}

.fascia-newsletter.eventi .mail-absolute {
left: 55px;
}

/* .form-newsletter textarea.form-control,
.form-newsletter textarea.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    border-radius: 0px;
    border-color: #979797;
    font-size: 18px;
    resize: none;
}

.form-newsletter.eventi label {
font-size: 18px;
font-weight: 400;
}

@media (min-width: 768px) {
.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}

/* @media (min-width: 992px) and (max-width: 1199px) {
    .mail-absolute {
        top: -140px;
    }
} */

@media (max-width: 767px) {
    .dropdown-menu>li>a {
        white-space: normal;
    }

    /* .fascia-newsletter.eventi {
        font-size: 20px;
    } */
    .box-home .img-eventi {
        right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse {
        margin-top: 15px;
    }

    .nav>li>a.first {
        padding-left: 0;
    }

    .nav>li>a {
        padding: 15px 28px;
    }

    header {
        height: 400px;
    }

    .box-home .img-eventi {
        right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-home .img-eventi {
        right: 5px;
    }
}

/* ====================================== recensioni fb ============================= */

.margin50 {
    margin: 50px 0;
}

.recensioni-fb {
    border: 1px solid #c7c7c7;
    padding: 15px;
    text-align: center;
}

.bottom10 {
    margin-bottom: 10px;
}

.m-bottom20 {
    margin-bottom: 20px;
}

.m-bottom30 {
    margin-bottom: 30px;
}

/* ====================================== recensioni prodotti ============================= */

.rating {
    overflow: hidden;
    vertical-align: bottom;
    display: inline-block;
    height: 29px;
    width: 150px;
    margin-top: 9px;
}

.rating>input {
    opacity: 0;
    margin-right: -100%;
}

.rating>label {
    position: relative;
    display: block;
    float: right;
    background: url('../img/stella-vuota.svg');
    background-repeat: no-repeat;
    background-size: 30px 29px;
    width: auto;
}

.rating>label:before {
    display: block;
    opacity: 0;
    content: '';
    width: 30px;
    height: 29px;
    background: url('../img/stella-piena.svg');
    background-size: 30px 29px;
    transition: opacity 0.2s linear;
}

.rating:not(:hover)> :checked~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1;
}

.box-recensione {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}

.box-recensione img {
    vertical-align: initial;
}

.m-left5 {
    margin-left: 5px;
}

.recensioni {
    font-style: italic;
    color: #1f5eaf !important;
}

@media (max-width: 499px) {
    .rating {
        margin-bottom: 20px;
    }

    .btn.lascia-recensione {
        margin-right: 0;
        margin-top: 15px;
    }
}

/* css per form mail chimp */

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup .mc-field-group input {
    height: 50px !important;
    border-radius: 0 !important;
    border-color: #979797 !important;
}

#mc_embed_signup .mc-field-group input[type=checkbox] {
    height: auto !important;
}

#mc_embed_signup .datefield input {
    width: 80px !important;
    text-align: center !important;
}

#mc_embed_signup .size1of2 {
    width: 50% !important;
}

#mc_embed_signup .datefield .dayfield input,
#mc_embed_signup .datefield .monthfield input {
    width: 50px !important;
}

#mc_embed_signup .mc-field-group label {
    margin-bottom: 5px !important;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
    padding-bottom: 0 !important;
    margin-bottom: 15px;
}

#mc_embed_signup .mc-field-group.input-group label {
    margin-left: 8px;
    font-size: 14px;
}

#mc_embed_signup .indicates-required {
    text-align: left !important;
    font-family: 'Raleway', sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    margin-bottom: 20px;
}

#mc_embed_signup h2 {
    margin: 15px 0 0 !important;
}

#mc_embed_signup .button {
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: auto !important;
    padding: 15px 50px !important;
    font-family: 'Raleway', sans-serif !important;
    background-color: #e20878 !important;
    border: 5px solid #e20878 !important;
}

#mc_embed_signup .button:focus,
#mc_embed_signup .button:hover {
    background-color: #fff !important;
    color: #e20878 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 2px 0 0 0 !important;
}

@media (max-width: 767px) {
    #mc_embed_signup .button {
        white-space: normal !important;
        padding: 15px 20px !important;
    }
}

.fascia-grigia {
    background-color: #f4f4f4;
    padding: 40px 0;
    margin: 70px 0;
}

.fascia-grigia.m-top0 {
    margin-top: 0;
}

.fascia-grigia .col-xs-6.col-sm-2 img {
    background-color: #fff;
}

@media (max-width: 767px) {
    .m-bottom15-xs {
        margin-bottom: 15px;
    }
}

.bianco {
    color: #fff !important;
}

.italic {
    font-style: italic;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-kit-compleanno label {
        font-size: 17px;
    }
}

.medium {
    font-weight: 500;
}

/* bollo rosa */

.bollo-rosa {
    position: absolute;
    right: 0;
    top: 40px;
}

.pos-relative {
    position: relative;
}

@media (max-width: 767px) {
    .bollo-rosa {
        right: 15px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .logo {
        display: block;
        position: relative;
        z-index: 10;
    }

    .home .top {
        background-color: rgba(0, 0, 0, 0.9) !important;
    }
}

/* =======================================   MODALE APERTURE VENERDì  =====================
@media (min-width : 768px) {
.modal-dialog {
width: 500px;
}
}
.modal-dialog {
text-align: center;
}
.modal-body .close {
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
	font-weight: 300;
	margin-top: -15px;
	color: #e20878;
}
.modal-body {
	font-size: 25px;
	text-align: center;
	line-height: 30px;
}
.modal-header h4 {
	text-align: left;
	font-size: 30px;
	color: red;
} */

/* =======================================   MODALE APERTURE DICEMBRE  =====================  */

#modalDicembre .modal-dialog {
    width: 700px;
}

#modalDicembre .modal-content {
    font-family: 'Teko', sans-serif;
    background-image: url(../img/top-bg-modale-dicembre.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
    text-align: center;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    width: 700px;
}

#modalDicembre .modal-body {
    min-height: 600px;
    border-radius: 20px;
    background-image: url(../img/bottom-bg-modale-dicembre.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#modalDicembre .modal-body .close {
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
    margin-top: -15px;
}

#modalDicembre .modal-content .data {
    font-size: 25px;
    margin-top: 50px;
}

#modalDicembre .modal-content .font53 {
    font-size: 53px;
}

#modalDicembre .modal-content .titolo {
    font-size: 105px;
    font-weight: 700;
    line-height: normal;
    color: #d91378;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}

#modalDicembre .modal-content .sottotitolo {
    font-size: 30px;
    line-height: normal;
    background-image: url(../img/rettangolo-aperture-natale.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 15px 0;
    margin-bottom: 20px;
}

#modalDicembre .modal-content .content {
    font-size: 25px;
    width: 433px;
    margin: 0 auto;
}

#modalDicembre .modal-content .giorni {
    float: left;
    width: 44%;
    text-align: left;
    margin-bottom: 10px;
}

#modalDicembre .modal-content .orari {
    float: left;
    width: 28%;
    text-align: right;
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    #modalDicembre.modal {
        text-align: center;
        padding: 0 !important;
    }

    #modalDicembre.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    #modalDicembre .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    #modalDicembre .hidden-xs {
        display: none;
    }

    #modalDicembre .modal-dialog {
        width: auto;
    }

    #modalDicembre .modal-content {
        width: 100%;
    }

    #modalDicembre .modal-body {
        padding-bottom: 50px;
    }

    #modalDicembre .modal-content .titolo {
        font-size: 75px;
    }

    #modalDicembre .modal-content .giorni {
        float: none;
        width: 100%;
    }

    #modalDicembre .modal-content .orari {
        width: 30%;
        text-align: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 374px) {
    #modalDicembre .modal-content .titolo {
        font-size: 60px;
    }
}

#modalDicembre .modal-backdrop.in {
    opacity: .8;
}

/* =======================================   MODALE HALLOWEEN ===================== */

#halloween .modal-dialog {
    width: 700px;
}

#halloween .modal-content {
    font-family: 'Raleway', sans-serif;
    background-image: url(../img/bg-modal-halloween.png);
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
    text-align: center;
    background-color: #000;
    color: #fff;
    line-height: normal;
    width: 700px;
    font-weight: 700;
}

#halloween .modal-body {
    min-height: 270px;
    border-radius: 20px;
}

#halloween .modal-body .close {
    font-size: 45px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
    margin-top: -15px;
}

#halloween .modal-content .testo-halloween .titolo {
    font-size: 22px;
}

#halloween .modal-content .testo-halloween .testo {
    font-size: 28px;
}

@media (min-width: 768px) {
    #halloween .modal-content .zucca-halloween {
        float: left;
        width: 250px;
    }

    #halloween .modal-content .testo-halloween {
        float: right;
        width: 415px;
    }
}

#halloween .modal-content .testo-halloween .titolo {
    text-transform: uppercase;
}

#halloween .modal-content .testo-halloween .testo {
    color: #c74915;
}

#halloween .modal-backdrop.in {
    opacity: .8;
}

@media (min-width: 768px) {
    #halloween .modal-content .testo-halloween .testo {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }

    #halloween .modal-dialog {
        width: auto;
    }

    #halloween .modal-content {
        width: 100%;
    }

    #halloween .modal-content .testo-halloween {
        padding-top: 30px;
        background-image: url(../img/zucca-small.png);
        background-repeat: no-repeat;
        background-position: top left;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    #halloween .modal-content .testo-halloween .titolo {
        margin-top: 20px;
    }
}

/* Footer sempre in fondo */

body,
html {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -125px;
}

.pushfooter {
    height: 125px;
    clear: both;
}

/* pagina recensioni */

.m-top50 {
    margin-top: 50px;
}

.pagina-recensioni .rating {
    display: block;
}

.box-testimonial {
    padding: 20px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    background-color: #e9e9e9;
    color: #000;
    font-weight: 400;
}

.home .box-testimonial {
    background-color: #fff;
}

.stellina-small {
    background: url('../img/stella-piena.svg') no-repeat;
    background-size: 21px 20px;
    width: 21px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
}

.stellina-small.vuota {
    background-image: url('../img/stella-vuota.svg');
}

.m-40 {
    margin: 40px 0;
}

.font25 {
    font-size: 25px;
}

.m-top25 {
    margin-top: 25px;
}

.pagina-recensioni .btn-default:focus,
.pagina-recensioni .btn-default:hover {
    background-color: #eb7104;
    border: 1px solid #eb7104;
    color: #fff;
}

.pagina-recensioni .btn-default {
    background-color: #f29400;
    border: 1px solid #f29400;
    color: #fff;
}

@media (max-width: 767px) {
    .container-venditaLibera {
        padding-left: 0;
        padding-right: 0;
    }

    .box-prodotto {
        margin-top: 0;
        padding: 35px 0;
    }

    .box-prodotto:nth-child(even) {
        background-color: #eee;
    }
}

/* modifiche per whatsapp */

@media (min-width: 768px) {
    .mr-5 {
        margin-right: 5px;
    }
}

a.logo-whatsapp {
    text-decoration: none !important;
    color: #25d366 !important;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    float: right;
    margin-right: 35px;
}

/* nuovo look */

.home .top {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    z-index: 2;
}

.carrelloTop {
    font-size: 15px;
    height: 37px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    margin-left: 20px;
    padding: 0 5px 0 15px;
    border: none;
    line-height: 35px;
    color: #000;
}

.carrelloTop img {
    margin-right: 5px;
}

.carrelloTop span {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 30px;
    background-color: #d90000;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

img.textTop {
    vertical-align: text-top;
}

h1,
h2,
h3 {
    font-family: 'Teko', sans-serif;
}

.numeriHome {
    border: 2px solid #d1d1d1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #585858;
    font-size: 33px;
    font-family: 'Teko', sans-serif;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
}

.numeriHome img {
    margin-top: -45px;
    margin-bottom: 20px;
}

.elencoStelline p {
    font-size: 18px;
    padding-left: 35px;
    background-image: url(../img/stellina-blu.svg);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 20px;
}

.home .fascia-grigia {
    margin: 0;
}

.fascia-contatto {
    background-image: url(../img/bg-seguici.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    background-color: #1d2347;
}

.fascia-contatto a {
    display: inline-block;
    padding: 10px 50px;
    font-size: 20px;
    color: #0f217b;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    margin-left: 30px;
}

.fascia-contatto a:focus,
.fascia-contatto a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

@media (min-width: 1400px) {

    .container-fluid.eventi,
    .home .container-fluid {
        max-width: 1360px;
    }

    .box-home {
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .box-testimonial {
        padding: 25px 8%;
    }

    footer .col-sm-2.visible-lg {
        width: 10%;
    }
}

@media (max-width: 767px) {
    .slogan {
        margin-top: 150px;
    }

    .sottoslogan {
        font-size: 40px;
        line-height: 45px;
        color: #8acb0c;
        font-family: 'Teko', sans-serif;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
    }

    header {
        height: 450px;
    }

    .box-home {
        margin-bottom: 50px;
    }

    .numeriHome {
        margin-bottom: 90px;
    }

    .numeriHome.last {
        margin-bottom: 0;
    }

    .fascia-contatto {
        padding: 20px 0;
    }

    .fascia-contatto .font-40 {
        font-size: 35px !important;
        line-height: 40px !important;
        margin-bottom: 0 !important;
    }

    .fascia-contatto a {
        margin-left: 0;
        margin-top: 20px;
    }

    footer .pull-right {
        margin-top: 25px;
    }

    .bg-grey select {
        width: 160px !important;
    }

    header {
        background-image: url(../img/header-mobile2.jpg);
        background-position: top center;
    }

    .home .top {
        position: relative;
    }

    .header_interna {
        background-image: url(../img/header-mobile.jpg);
    }
}

@media (max-width: 400px) {
    .slogan {
        margin-top: 30%;
    }

    header {
        height: 350px;
    }
}

/* =======================================   MODALE PER CHIUSURA ESTIVA  =====================  */

#modalEstate .modal-dialog {
    width: 700px;
}

#modalEstate .modal-content {
    font-family: 'Teko', sans-serif;
    background-image: url(../img/banner-chiusura-estiva-2021.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    text-align: center;
    background-color: #1b2245;
    color: #fff;
    line-height: normal;
    width: 700px;
    text-transform: uppercase;
}

#modalEstate .modal-body {
    min-height: 270px;
    border-radius: 20px;
}

#modalEstate .modal-body .close {
    font-size: 45px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
    margin-top: -15px;
}

#modalEstate .modal-content .bianco {
    font-size: 40px;
    font-weight: 300;
}

#modalEstate .modal-content .giallo {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #ffed00;
}

@media (max-width: 767px) {
    #modalEstate .modal-dialog {
        width: auto;
    }

    #modalEstate .modal-content {
        width: 100%;
    }
}

/* =======================================   MODALE PER CHIUSURA ESTIVA  =====================  */

#modalHalloweenNew .modal-dialog {
    width: 700px;
}

#modalHalloweenNew .modal-body .close {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 25px;
    color: #fce9cc;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
}

#modalHalloweenNew .modal-body {
    padding: 0;
}

@media (max-width: 767px) {
    #modalHalloweenNew .modal-dialog {
        width: auto;
    }

    #modalHalloweenNew .modal-content {
        width: 100%;
    }

    #modalHalloweenNew .modal-body .close {
        right: 5px;
        top: 0;
    }
}

@media (min-width: 768px) {
    #modalHalloweenNew .modal-dialog {
        margin: 250px auto;
    }
}

/* orari capodanno */

.calendarioCapodanno {
    background-color: #14264e;
    padding: 35px 15px;
    color: #fff;
    text-align: center;
}

.calendarioCapodanno .titolo {
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
}

.calendarioCapodanno .sottotitolo {
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .calendarioCapodanno .date.visible-sm {
        display: flex !important;
        justify-content: center;
    }
}

.calendarioCapodanno .date .box {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px;
    width: 160px;
    margin-right: 30px;
    margin-bottom: 25px;
}

.calendarioCapodanno .date .box .giorno {
    font-size: 12px;
    line-height: 12px;
    color: #e6312a;
    font-weight: 300;
    text-transform: uppercase;
}

.calendarioCapodanno .date .box .numero {
    font-size: 45px;
    line-height: 45px;
    color: #e6312a;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #d0d0d0;
}

.calendarioCapodanno .date .box .orario {
    padding-top: 18px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #000;
}

.calendarioCapodanno .date .box.disabled {
    background-color: #b9b9b9;
}

.calendarioCapodanno .date .box.disabled .giorno,
.calendarioCapodanno .date .box.disabled .numero,
.calendarioCapodanno .date .box.disabled .orario {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.calendarioCapodanno .date .box .orari {
    font-size: 18px;
    color: #000;
}

.calendarioCapodanno .date .box .orari div:first-child {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .calendarioCapodanno .date .box .orari,
    .calendarioCapodanno .date .box .orario {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .calendarioCapodanno .date.visible-xs {
        display: flex !important;
        justify-content: center;
    }

    .calendarioCapodanno .date .box {
        float: left;
        margin-right: 2%;
    }

    .calendarioCapodanno .date .box:nth-child(3n+0) {
        margin-right: 0;
    }

    .calendarioCapodanno .date .box .numero {
        font-size: 35px;
        line-height: 35px;
    }

    .calendarioCapodanno .date .box .orari,
    .calendarioCapodanno .date .box .orario {
        font-size: 14px;
    }

    .calendarioCapodanno .titolo {
        font-size: 40px;
        line-height: 45px;
    }

    .calendarioCapodanno .sottotitolo {
        font-size: 30px;
        line-height: 35px;
    }
}

/* =======================================   MODALE PER PERTURE CAPODANNO  =====================  */

#modalCapodanno .modal-dialog {
    width: 700px;
}

#modalCapodanno .modal-content {
    font-family: 'Teko', sans-serif;
    background-image: url(../img/popup-capodanno-2021.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    background-color: #1b2245;
    color: #fff;
    line-height: normal;
    width: 700px;
}

#modalCapodanno .modal-body {
    min-height: 270px;
    border-radius: 20px;
}

#modalCapodanno img.img-responsive {
    display: inline-block;
}

#modalCapodanno .modal-body .close.buttonTop {
    font-size: 45px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
    margin-top: -15px;
}

#modalCapodanno .modal-content .titolo {
    font-size: 55px;
    line-height: 55px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

#modalCapodanno .modal-content .sottotitolo {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 20px;
}

#modalCapodanno .modal-body .buttonBottom {
    display: inline-block;
    font-size: 18px;
    color: #000;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 50px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #modalCapodanno .modal-dialog {
        width: auto;
    }

    #modalCapodanno .modal-content {
        width: 100%;
    }

    #modalCapodanno .modal-content .titolo {
        font-size: 45px;
        line-height: 45px;
    }
}

.riquadro-video-cookie {
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    line-height: 30px;
}

.d-mobile {
    display: none;
}

@media (max-width: 767px) {
    .d-mobile {
        display: block;
    }
}

/* =======================================   MODALE CON IMMAGINE  =====================  */

#modalImage .modal-body .close.buttonTop {
    font-size: 45px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: 300;
    margin-top: -15px;
}

#modalImage .modal-body {
    padding: 5px;
    background-color: #000;
    text-align: center;
}

#modalImage .modal-body .img-responsive {
    margin: 0 auto;
}

/* ====================== inserito prezzo da scontare ================== */

.prezzoDaScontare {
    font-size: 18px;
    color: #0689d1;
    text-decoration: line-through;
}

.box-carrello .prezzoDaScontare {
    font-size: 13px;
    color: #e2001a;
    display: block;
}

/* ===================== pagamento PayPal / Carta di Credito =================== */

#pagamentoCarrello label {
    width: 100%;
    display: table;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

#pagamentoCarrello label>input {
    display: none;
}

#pagamentoCarrello label input:checked+.radio-btns {
    border: 3px solid #1f5eaf;
}

#pagamentoCarrello label .radio-btns {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    padding: 15px 20px;
    cursor: pointer;
    border: 1px solid #9d9d9d;
}

.checkmark {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    border: 1px solid #000;
}

.checkmark:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 16px;
    background-color: #fff;
}

#pagamentoCarrello label input:checked+.radio-btns+.checkmark:after {
    background-color: #1f5eaf;
}

#datiCarta, #dataAcquisto {
    border: 1px solid #d2d2d2;
    padding: 16px;
    background-color: #f0f0f0;
    border-radius: 10px;
}

#datiCarta input, #dataAcquisto input, #dataAcquisto select {
    height: 50px;
    border-color: #9d9d9d;
}

#dataAcquistoAlert {
    color: red;
    font-size: 15px;
    font-style: italic;
}

#dataAcquisto input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

#dataAcquisto input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/* capodanno 2025 */
header.capodanno-2025 {
    background-image: url(../img/testata-capodanno-2025.webp);
}

header.capodanno-2025 .slogan {
    margin-top: 22%;
    font-size: 50px;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
}

header.capodanno-2025 .sottoslogan {
    color: #d6b62b;
    text-transform: uppercase;
}

header.capodanno-2025 .bottone a {
    display: inline-block;
    padding: 8px 20px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 500;
}

header.capodanno-2025 .bottone a:hover,
header.capodanno-2025 .bottone a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.capodanno-2025 .slogan {
        margin-top: 28%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header.capodanno-2025 .slogan {
        margin-top: 26%;
        font-size: 45px;
    }
}

@media (max-width : 767px) {
    header.capodanno-2025 .slogan {
        margin-top: 20%;
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    header.capodanno-2025 .bottone a {
        margin-top: 20px;
    }
}