// variabili sito $primary-color: #76c1d0; $primary-color-hover: #fdc82f; $grigio: #edefee; $preventivo: #fede82; $verde-scuro: #0f9393; $celeste-chiaro: #acdae3; $background-input: #edefee; $color-form: #000; // ****************************************************** // variabili bootstrap $primary: $primary-color; $primary-hover: $primary-color-hover; $font-family-sans-serif: "Josefin Sans", sans-serif; $font-size-base: 1.063rem; $grid-gutter-width: 10px; $body-color: #000; $link-color: $body-color; $border-radius: 0; $border-radius-lg: 0; $border-radius-sm: 0; $grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, ); // bootstrap @import "bootstrap4.3.1/scss/functions"; @import "bootstrap4.3.1/scss/variables"; @import "bootstrap4.3.1/scss/mixins"; @import "bootstrap4.3.1/scss/root"; @import "bootstrap4.3.1/scss/reboot"; @import "bootstrap4.3.1/scss/type"; @import "bootstrap4.3.1/scss/images"; //@import "bootstrap4.3.1/scss/code"; @import "bootstrap4.3.1/scss/grid"; @import "bootstrap4.3.1/scss/tables"; @import "bootstrap4.3.1/scss/forms"; @import "bootstrap4.3.1/scss/buttons"; @import "bootstrap4.3.1/scss/transitions"; @import "bootstrap4.3.1/scss/dropdown"; //@import "bootstrap4.3.1/scss/button-group"; //@import "bootstrap4.3.1/scss/input-group"; //@import "bootstrap4.3.1/scss/custom-forms"; //@import "bootstrap4.3.1/scss/nav"; //@import "bootstrap4.3.1/scss/navbar"; //@import "bootstrap4.3.1/scss/card"; //@import "bootstrap4.3.1/scss/breadcrumb"; //@import "bootstrap4.3.1/scss/pagination"; //@import "bootstrap4.3.1/scss/badge"; //@import "bootstrap4.3.1/scss/jumbotron"; //@import "bootstrap4.3.1/scss/alert"; //@import "bootstrap4.3.1/scss/progress"; @import "bootstrap4.3.1/scss/media"; @import "bootstrap4.3.1/scss/list-group"; @import "bootstrap4.3.1/scss/close"; //@import "bootstrap4.3.1/scss/toasts"; //@import "bootstrap4.3.1/scss/modal"; //@import "bootstrap4.3.1/scss/tooltip"; //@import "bootstrap4.3.1/scss/popover"; //@import "bootstrap4.3.1/scss/carousel"; //@import "bootstrap4.3.1/scss/spinners"; @import "bootstrap4.3.1/scss/utilities"; //@import "bootstrap4.3.1/scss/print"; body { margin: 0; padding: 0; } a, a:hover, a:focus { text-decoration: none; } .colore-uno { color: $primary; } .colore-due { color: $primary-hover; } .bgk-uno { background-color: $primary; color: #fff; } .bgk-due { background-color: $primary-hover; } .bgk-grigio { background-color: $grigio; @include media-breakpoint-down(md) { &.cavalluccio { background-image: none !important; } &.gocce { background-image: none !important; } } @include media-breakpoint-up(lg) { &.cavalluccio { background-repeat: no-repeat; background-position: 104% 60px; } &.gocce { background-repeat: no-repeat; background-position: right top; background-size: contain; } } } .bgk-celeste-chiaro { background-color: $celeste-chiaro; } .bgk-preventivo { background-color: $preventivo; } .grigio { color: $grigio; } .verde-scuro { color: $verde-scuro; } .colore-giallo{ color:$primary-color-hover; } .preventivo { color: $preventivo; } .bgk-bambini { padding: 50px 50px; margin: auto auto; &.azzurro { background-color: $primary; color: #fff; } @include media-breakpoint-down(md) { padding: 30px 30px; } } #lista-spazio { line-height: 40px; } /* BUTTON */ input[type="email"], input[type="image"], input[type="number"], input[type="password"], input[type="text"], select, textarea { width: 100%; margin: 0; -webkit-appearance: none; -moz-appearance: none; border: none; border-radius: 0; display: block; text-indent: 5px; } #pgall input[type="button"], #pgall input[type="submit"] { width: 100%; text-align: center; cursor: pointer; display: block; -webkit-appearance: none; -moz-appearance: none; border: none; border-radius: 0; transition: all 400ms ease; } a, a:active, a:focus, a:link, a:visited, input[type="submit"] { outline: none; text-decoration: none; } .freccia-none, .pulsante, .slick-next, .slick-prev, .tendina-lingue, .transition_400 { transition: all 400ms ease; } .transition_600 { transition: all 600ms ease; } .slick-slide { outline: none; } label { font-weight: normal; margin: 0; } input[type="checkbox"], input[type="radio"] { margin: 0; } /* ******* PLACEHOLDER ******* */ @mixin input-placeholder($color) { &::-webkit-input-placeholder { color: $color; } &:-ms-input-placeholder { color: $color; } &::placeholder { color: $color; } } /* ***************************** */ .table-box { display: table; table-layout: fixed; width: 100%; @include media-breakpoint-down(md) { display: block; } } .table-cell { display: table-cell; vertical-align: middle; float: none; @include media-breakpoint-down(md) { display: block; } } .flex { @include media-breakpoint-up(md) { display: flex; align-items: center; align-content: center; justify-content: center; } } p, address { margin: 0; line-height: inherit; } .height-no-flex { align-self: flex-start; } .align-center { @include media-breakpoint-up(md) { align-items: center; } } p { margin: 0; } ul { margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } .no-pad { padding: 0; } .pad_5 { padding: 0 5px; } .pad_10 { padding: 0 10px; } .pad_20 { padding: 0 20px; } .blk { max-width: 1920px; margin: 0 auto; width: 100%; padding: 0 15px; @include media-breakpoint-up(xl) { padding: 0 8.33333%; } } .blk-lg { max-width: 1920px; margin: 0 auto; width: 100%; padding: 0; @include media-breakpoint-up(lg) { padding: 0 15px; } @include media-breakpoint-up(xl) { padding: 0 8.33333%; } &.cavalluccio { background-repeat: no-repeat; background-position: -4% bottom; } } .container, .container-fluid { max-width: 100%; transition: all 600ms ease; } .container-fluid { max-width: 1920px; margin: 0 auto; &:before { display: block; } } .divisore { padding-bottom: 40px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } &.little { padding-bottom: 20px; @include media-breakpoint-down(sm) { padding-bottom: 12px; } } } h3, h1 { font-size: 30px; line-height: 1; font-weight: bold; @include media-breakpoint-down(sm) { font-size: 25px; } &.titolo-pag { position: absolute; bottom: 90px; right: 0; left: 0; margin: 0 auto; color: #fff; text-align: center; text-transform: uppercase; letter-spacing: 1px; @include media-breakpoint-down(lg) { bottom: 40px; } @include media-breakpoint-down(sm) { bottom: 20px; } @include media-breakpoint-down(sm) { font-size: 23px; } } } h2.titolo-pag { position: absolute; bottom: 90px; right: 0; left: 0; margin: 0 auto; color: $white; text-align: center; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; @include media-breakpoint-down(lg) { bottom: 40px; } @include media-breakpoint-down(sm) { bottom: 20px; } @include media-breakpoint-down(sm) { font-size: 23px; } } .titolo-home { position: absolute; bottom: 90px; right: 0; left: 0; margin: 0 auto; @include media-breakpoint-down(lg) { bottom: 40px; } @include media-breakpoint-down(sm) { bottom: 35px; } .slogan-home { color: $white; text-align: center; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 35px; font-size: 29px; padding: 0; font-weight: bold; @include media-breakpoint-down(sm) { font-size: 28px; margin-bottom: 20px; } } .icona-bounce { text-align: center; line-height: 1; a { color: $white; font-size: 25px; .ico { transform: rotate(90deg); } } } } .slogan-all-inclusive{ position: absolute; bottom: 0; right: 0; left: 0; top: 0; margin: auto; z-index: 3; color: $white; text-align: center; line-height: 1; display: flex; justify-content: center; align-items: center; flex-direction:column; .slogan { color: $white; text-align: center; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 35px; font-size: 45px; padding: 0; font-weight: bold; @include media-breakpoint-down(sm) { font-size: 28px; margin-bottom: 20px; } } .icona-bounce { text-align: center; line-height: 1; a { color: $white; font-size: 25px; .ico { transform: rotate(90deg); } } } } h1.titolo, h2.titolo { font-size: 23px; line-height: 1; font-weight: bold; @include media-breakpoint-down(sm) { font-size: 28px; } } h2.titolo { font-size: 29px; line-height: 1; font-weight: bold; } h4.titolino { font-size: 24px; line-height: 1.3; } h2.titolino { margin-top: 1.3rem; font-size: 24px; line-height: 1.3; } .testo { padding: 40px 10px; word-wrap: break-word; @include media-breakpoint-down(lg) { padding: 30px 10px; } @include media-breakpoint-down(md) { padding: 30px 5px; } @include media-breakpoint-down(sm) { padding: 20px 5px; } } .testo-sx { padding-right: 30px; @include media-breakpoint-down(md) { padding-right: 15px; } @include media-breakpoint-down(sm) { padding-right: 5px; } } .testo-dx { padding-left: 30px; @include media-breakpoint-down(md) { padding-left: 15px; } @include media-breakpoint-down(sm) { padding-left: 5px; } } .pad-left { @include media-breakpoint-down(md) { padding-left: 15px; } } .pad-right { @include media-breakpoint-down(md) { padding-right: 15px; } } /* colonna negativa */ .col-3-negativa { margin-left: -25%; @include media-breakpoint-down(md) { margin-left: -16.66666%; } } .colonna-negativa { margin-left: -8.3333333%; @include media-breakpoint-down(md) { margin-left: 0; } } /*********************/ /* filtro grigio */ .greyscale { filter: gray; filter: grayscale(100%); transition: 0.3s ease-in-out; &:hover { filter: grayscale(0%); background-color: #f8f5ef; } } /**********************/ /* close modal */ .close { opacity: 1; outline: none; &:hover, &:focus { color: #4a4a4a; opacity: 1; } } .modal { padding: 0 !important; } .modal-open { padding: 0 !important; overflow: auto; } body { padding: 0 !important; } /*************************/ /* ico mobile */ .link-mobi { color: $body-color !important; font-size: 10px; padding-top: 9px; line-height: normal; padding-bottom: 1px; height: 100%; text-transform: uppercase; display: block; font-weight: bold; span[class^="icon-"] { margin: 6px auto; display: block; font-size: 27px; margin-bottom: 12px; } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { color: $body-color !important; } } /**********************/ /* testo invio newsletter */ .result_inscr_newsl_min { color: #fff; } /***************************/ // FORM CONTATTI #ContContatti { color: $color-form; input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .form-group { margin: 3px 0; } .modulo_alt { height: 45px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color: $background-input; margin: 5px 0; color: $color-form; border: none; border-radius: 2px; text-indent: 10px; option { color: $color-form; } &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: $color-form; } &::-moz-placeholder { /* Firefox 19+ */ color: $color-form; } &:-ms-input-placeholder { /* IE 10+ */ color: $color-form; } &:-moz-placeholder { /* Firefox 18- */ color: $color-form; } } .modulo_alt[readonly], .modulo_file { background-image: url("/ATScripts/form/img/attach.png"); background-repeat: no-repeat; background-position: 5px center; cursor: pointer; text-indent: 25px; background-color: $background-input; } .bottone_alt { @include media-breakpoint-down(md) { float: none; margin: 10px auto; } } .privacy-form { text-align: right; } .privacy-form label { margin: 0; display: inline; } label { display: block; margin: 5px 0; font-size: 16px; color: $color-form; } .sep { padding-bottom: 10px; } textarea { min-height: 291px; @include media-breakpoint-down(md) { min-height: 100px; } } .separatore { margin-bottom: 10px; } select.modulo_alt { background-image: url(/source/arr_down.svg); background-repeat: no-repeat; background-position: 97.5% 50%; background-size: 8px; } .privacy-form { @include media-breakpoint-down(sm) { margin-top: 10px; } label { padding: 0; } } } #testo_privacy, .txtred_alt { font-size: 12px !important; color: $color-form; font-weight: normal; } #ContContatti input.datepicker, #ContContatti input[name="arrivo"], #ContContatti input[name="partenza"], #data_arrivo_lastminute, #data_partenza_lastminute { background-color: $background-input; background-image: url("/source/calendario.svg") !important; background-repeat: no-repeat; background-position: 98% 50% !important; cursor: pointer; color: $color-form; background-size: 20px; } #ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] { cursor: pointer; color: #214744; background-color: #fff; padding: 0 10px; height: 50px; width: 100%; line-height: 45px; -webkit-appearance: none; float: right; margin: 0; margin-top: 15px; outline: none; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; max-width: 330px; border: 1px solid #d2cbc4; border-radius: 2px; @include media-breakpoint-down(sm) { float: none; margin: 15px auto; margin-bottom: 0; } &:hover { background-color: #214744; color: #fff; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } /* FORM my reply */ .form-myreply { color: $color-form; padding: 0 10px; } .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control { font-size: 15px; height: 40px; text-indent: 4px; width: 100%; border: none; background-color: $background-input; color: $color-form; -webkit-appearance: none; max-width: 100%; } .form-myreply { .modal-dialog { color: $color-form; } } .form-myreply #myreply_form .container-fluid { padding: 0 !important; } .form-myreply .myReplyForm .text-success, #myreply_form_offerta .text-success { color: $color-form; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 15px; color: $color-form; padding: 4px 0; margin-top: 1px; font-weight: regular !important; white-space: normal; } .form-myreply .myReplyForm .element_container, .form-myreply .alpaca-control label, #myreply_form_offerta .alpaca-control label, #myreply_form_offerta .element_container { font-size: 13px; } .form-myreply .myReplyForm .radio label, .form-myreply .myReplyForm .checkbox label { font-size: 12px; } .form-myreply .myReplyForm a, #myreply_form_offerta a { color: $color-form; text-decoration: underline; } #myreply_form_offerta .myReplyForm .wrapper_annotations { width: 100%; } .form-myreply .myReplyForm .annotations_wrapper textarea, #myreply_form_offerta .annotations_wrapper textarea { height: 100px !important; } .form-myreply .myReplyForm .period_wrapper input, #myreply_form_offerta .myReplyForm .period_wrapper input { background-image: url(/source/calendario.svg) !important; background-size: 20px; } .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success { border: none; border-radius: 0; background-color: $primary-hover; text-transform: uppercase; font-weight: bold; cursor: pointer; color: $body-color; width: auto; padding: 0px 10px; height: 45px; line-height: 40px; width: 100%; max-width: 310px; font-size: 19px; margin-top: 10px; -webkit-appearance: none; transition: all 400ms ease; &.send_new_request { max-width: 240px; font-size: 13px; } } .form-myreply .myReplyForm .btn-success:hover, .form-myreply .myReplyForm .btn-success:focus, #myreply_form_offerta .btn-success:hover, #myreply_form_offerta .btn-success:focus { background-color: rgba(253, 200, 47, 0.5); color: $body-color; } #myreply_form_offerta { padding: 25px 10px; margin-top: 25px; clear: both; } //less preso dal vecchio file css .flt_left { float: left; } .flt_right { float: right; } img { height: auto; } .fullWidth img { max-width: 100%; text-align: center; } .rel { position: relative; } .col_5 { width: 20%; float: left; @include media-breakpoint-down(md) { width: 33.333%; } @include media-breakpoint-down(sm) { width: 100%; } } .center { margin: 0 auto; } .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after, .clearfix:before, .container_12:after, .container_12:before, .container_16:after, .container_16:before { content: "."; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0; } .clearfix:after { clear: both; } ::selection { background: $primary; color: #fff; } ::-moz-selection { background: $primary; color: #fff; } /* BUTTON */ .cb { display: none; } .transition { transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1); } a:focus, a:active, a:link, img, .slick-slide { outline: none; } /* CSS Animations */ .bounceTop.visible { opacity: 1; animation: bounce-in-top 1.1s both; } @keyframes bounce-in-top { 0% { transform: translateY(-500px); animation-timing-function: ease-in; opacity: 0; } 38% { transform: translateY(0); animation-timing-function: ease-out; opacity: 1; } 55% { transform: translateY(-65px); animation-timing-function: ease-in; } 72% { transform: translateY(0); animation-timing-function: ease-out; } 81% { transform: translateY(-28px); animation-timing-function: ease-in; } 90% { transform: translateY(0); animation-timing-function: ease-out; } 95% { transform: translateY(-8px); animation-timing-function: ease-in; } 100% { transform: translateY(0); animation-timing-function: ease-out; opacity: 1; } } .moveDownTop { opacity: 0; animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; animation-fill-mode: forwards; } .moveUpTop { opacity: 0; animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; animation-fill-mode: forwards; } .moveLeftTop { opacity: 0; animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; animation-fill-mode: forwards; } .moveRightTop { opacity: 0; animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; /* IE 10+ */ animation-fill-mode: forwards; } .wpb_appear { opacity: 0; animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ animation-fill-mode: forwards; transform: scale(1); } @keyframes wpb_ttb { 0% { transform: translate(0, -10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } @keyframes wpb_btt { 0% { transform: translate(0, 10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } @keyframes wpb_ltr { 0% { transform: translate(-10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } @keyframes wpb_rtl { 0% { transform: translate(10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } @keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } } @keyframes bgzoom { from { transform: scale(1, 1); } to { transform: scale(1.02, 1.02); } } @keyframes bgzoom-reverse { from { transform: scale(1.02, 1.02); } to { transform: scale(1, 1); } } .bgzoom { overflow: hidden; } .bgzoom img { animation: bgzoom-reverse 0.3s ease-out; animation-fill-mode: forwards; } .bgzoom img:hover { animation: bgzoom 0.3s ease-out; animation-fill-mode: forwards; } @keyframes opacity { from { opacity: 0; } to { opacity: 1; } } @keyframes bounceArrow { 0% { transform: translateY(0); } 100% { transform: translateY(7px); } } .bounce { animation: bounceArrow 0.55s ease 0s alternate infinite; } @keyframes bounceArrowlateral { 0% { transform: translateX(0); } 100% { transform: translateX(7px); } } .bounceAlternate { animation: bounceArrowlateral 0.55s ease 0s alternate infinite; } /* animazioni blocchi */ .opacity-animation { opacity: 0; animation: opacity 0.8s ease-out 1.5s; animation-fill-mode: forwards; } .moveDown.visible { animation: moveDown 1s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveDown { 0% { transform: translateY(-40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveUp.visible { animation: moveUp 1s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveUp { 0% { transform: translateY(40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveRight.visible { animation: moveRight 1s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveRight { 0% { transform: translateX(40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } .moveLeft.visible { animation: moveLeft 1s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveLeft { 0% { transform: translateX(-40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } @keyframes roll { 0% { transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { transform: translateX(0px) rotate(0deg); opacity: 1; } } .roll { animation: roll 1s ease-out both, opacity 1s ease-out both; } #pgall select { background-image: url(/source/arr_down.svg); background-repeat: no-repeat; background-position: 97.5% 50%; background-size: 8px; } .lista-blu { list-style: none; padding: 0; li { padding: 3px 0px 20px 35px; position: relative; &:before { content: "\e906"; font-family: "icomoon"; position: absolute; left: 0; top: 0; font-size: 20px; color: $primary; margin: auto; } } &.lista-verde{ li{ &:before{ color:$verde-scuro; } } } &.lista-gialla{ li{ &:before{ color:$primary-color-hover; } } } &.smal { li { padding: 3px 0px 20px 27px; &:before { font-size: 16px; } } } } .lista-v { list-style-image: url(/source/ico-elenco.png); padding: 20px; padding-left: 35px; li { padding: 3px 0px 3px 0px; list-style-position: inside; } } .lista-custom { list-style-type: none; padding: 25px 0px; li { position: relative; padding: 3px 0px 3px 20px; list-style-position: inside; &:before { content: ""; position: absolute; left: 0; top: 10px; margin: auto; height: 11px; width: 15px; background-image: url(/source/ico-elenco.png); background-repeat: no-repeat; } } } .pulsante { text-align: center; display: block; line-height: 40px; color: $body-color; font-size: 15px; font-weight: bold; background-color: $primary-hover; width: max-content; text-transform: uppercase; margin: 0 auto; padding: 0 15px; position: relative; overflow: hidden; z-index: 2; &:before { background: #fff; content: ""; height: 155px; left: -75px; opacity: 0.35; position: absolute; top: -50px; transform: rotate(35deg); transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); width: 50px; z-index: -1; } &:hover { &:before { left: 120%; transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); } } .ico { font-size: 15px; margin-left: 10px; margin-top: -4px; } &.azzurro { background-color: $primary; color: $white; } &.verde { color: #fff; background-color: $verde-scuro; } span { z-index: 5; } @include media-breakpoint-down(md) { font-size: 13px; } } .no-pad { padding: 0px; } .no-fill-height { align-items: flex-start; align-content: flex-start; } .no-margin { margin: 0; } #pgall #email_min { height: 40px; text-indent: 10px !important; color: $body-color; font-size: 18px; -webkit-appearance: none; outline: none; background-color: #fff; &::-webkit-input-placeholder { color: $body-color; } &::-moz-placeholder { color: $body-color; } &:-ms-input-placeholder { color: $body-color; } &:-moz-placeholder { color: $body-color; } } #pgall #button_email_min { border: none; height: 40px; -webkit-appearance: none; background: none; background-color: $primary-hover; width: 100%; color: $body-color; font-weight: bold; font-size: 15px; text-transform: uppercase; &:hover { background-color: rgba(253, 200, 47, 0.5); } } #wrapper_email_min { margin: 0 auto; max-width: 100%; width: 100%; margin-top: 30px; @include media-breakpoint-down(md) { margin-left: auto; } .field_email_min { width: 68%; @include media-breakpoint-down(lg) { width: 55%; } @include media-breakpoint-down(sm) { width: 100%; } } .field_button_min { width: 32%; @include media-breakpoint-down(lg) { width: 45%; } @include media-breakpoint-down(sm) { width: 100%; margin-top: 10px; } } .link_email { font-size: 13px; color: #fff !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: #fff !important; a { color: #fff !important; } @include media-breakpoint-down(sm) { margin-top: 25px; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: #428bca !important; } .op_block { cursor: pointer; border: 1px solid #fff; max-width: 100px; font-size: 10px; text-transform: uppercase; text-align: center; padding: 25px 10px; &:hover { background-color: rgba(118, 193, 208, 0.5); } @include media-breakpoint-down(md) { border: none; padding: 0; max-width: 100%; } } .click { width: 35px; height: 22px; position: relative; margin: 0px auto; margin-bottom: 15px; transform: rotate(0deg); transition: 0.5s ease-in-out; cursor: pointer; span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 80px; opacity: 1; left: 0; transform: rotate(0deg); transition: 0.25s ease-in-out; @include media-breakpoint-down(md) { background-color: $body-color; } &:nth-of-type(1) { top: 0px; } &:nth-of-type(2), &:nth-of-type(3) { top: 10px; } &:nth-of-type(4) { top: 20px; } } } .click.open span { &:nth-of-type(1) { top: 18px; width: 0%; left: 50%; } &:nth-of-type(2) { transform: rotate(45deg); } &:nth-of-type(3) { transform: rotate(-45deg); } &:nth-of-type(4) { top: 18px; width: 0%; left: 50%; } } .vedi-menu.slide-menu, ul.level1 ul.level2.slide-menu { opacity: 1 !important; visibility: visible !important; transition: opacity 0.3s cubic-bezier(0.975, 0.015, 0.46, 0.99), transform 0.3s cubic-bezier(0.975, 0.015, 0.46, 0.99); transform: scale(1) translate3d(0, 0, 0); .fascia-menu-2 { opacity: 1; pointer-events: auto; } } ul.level1 ul.level2.submenu.slide-menu { /* modifica menu mobile performance */ opacity: 1; max-height: 500px; transition: max-height 0.75s ease-in; visibility: visible; transform: none; } .sf-sub-indicator { display: none; } ul.level1 { @include media-breakpoint-down(md) { width: 100%; padding: 0px !important; } @include media-breakpoint-up(lg) { margin: 0 auto !important; width: 100%; line-height: normal; } @include media-breakpoint-up(xl) { } li { @include media-breakpoint-up(lg) { float: none !important; display: block !important; } @include media-breakpoint-down(md) { width: 100%; } &.submenu-container:hover > a, &.sfHover > a, &.cmsCurrentPageContainerLevel_1 > a, a:not([href]):not([tabindex]):hover, a:hover, a.cmsCurrentPage { color: $verde-scuro; cursor: pointer; img.icon { opacity: 1; z-index: 2; } &:after { opacity: 1; } } a.cmsCurrentPage { img.icon { z-index: -1; } } &.submenu-container { &:hover { ul.level2 { pointer-events: auto; } } } a, a:not([href]):not([tabindex]) { position: static; z-index: 5; font-size: 22px; line-height: 1.2; color: $primary; padding: 10px; background-repeat: no-repeat; background-position: 50% 85%; letter-spacing: 1px; display: inline-block !important; font-weight: bold; width: auto; text-transform: uppercase; transition: all 400ms ease; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { background-position: 95% 50%; text-align: left !important; padding: 10px 30px; max-width: 100%; } @include media-breakpoint-down(sm) { padding: 6px 30px; } &:after { content: ""; height: 1px; background-color: $verde-scuro; opacity: 0; display: block; width: 100%; } img.icon { position: absolute; top: 0; bottom: 0; margin: auto; left: 40%; max-width: 60%; opacity: 0; pointer-events: none; -webkit-transition: opacity 500ms; transition: opacity 500ms; padding: 0 50px; @include media-breakpoint-down(md) { display: none; } } &.sf-with-ul { @include media-breakpoint-down(md) { background-position: 95% 50%; } } } ul.level2.submenu { padding: 0; width: 100%; position: relative; max-height: 0; transition: max-height 0.55s ease-out; overflow: hidden; visibility: visible; padding-left: 25px; left: auto; @include media-breakpoint-down(sm) { padding-left: 0; } li { position: relative; z-index: 9999; line-height: normal; display: block; padding: 0px 5px; text-align: center; margin: 0; float: none; &:last-child { a { border: none; } } @include media-breakpoint-down(md) { width: 100%; margin: 0px; border: none; padding: 0; text-align: left; } &:hover, &.sfHover, a:hover, a:active, a:focus { outline: 0 !important; } a { font-size: 20px; width: 100%; margin: 0px; padding-left: 20px; text-align: left; display: block; border: none; @include media-breakpoint-down(md) { padding: 5px 25px; font-size: 18px; width: 100%; display: block; width: 100%; border: none; margin-right: 0; margin-left: 0; float: none; } } &:last-child { border: none; } } } } } .vedi-menu { display: block; background-color: $grigio; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 90; -webkit-backface-visibility: hidden; width: 100%; max-width: 1920px; top: 100px; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; -webkit-overflow-scrolling: touch; transform: scale(1.5) translate3d(0, 0, 0); transition: opacity 0.3s cubic-bezier(0.975, 0.015, 0.46, 0.99), transform 0.3s cubic-bezier(0.975, 0.015, 0.46, 0.99), visibility 0s linear 0.3s; overflow-y: scroll; opacity: 0; visibility: hidden; @include media-breakpoint-up(lg) { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } &::-webkit-scrollbar { @include media-breakpoint-up(lg) { display: none; } } .box-menu { position: static; min-height: calc(100vh - 100px); @include media-breakpoint-down(md) { padding: 0; min-height: 1px; } } @include media-breakpoint-down(md) { top: 80px; width: 60%; right: auto; z-index: 800; padding-top: 25px; } @include media-breakpoint-down(sm) { width: 100%; padding-bottom: 30px; } } .menu-fix { ul.level1 { li { &.sfHover > a, &.cmsCurrentPageContainerLevel_1 > a, a:hover, a.cmsCurrentPage, &:hover a { } a { @include media-breakpoint-down(lg) { } &.sf-with-ul { } } } } } /************************************************************/ /* stile tab a fisarmonica */ .slider-titolo { cursor: pointer; background-color: #f3ece0; border-radius: 6px; color: #6e2131; font-weight: bold; line-height: 65px; padding: 0 30px; background-image: url(/source/sf-slider-titolo.png); background-repeat: no-repeat; background-position: right 30px bottom 50%; margin-top: 20px; &.opened { background-color: #6e2131; background-image: url(/source/sf-slider-titolo-opened.png); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; color: #fff; } } .slider-corpo { display: none; background-color: #6e2131; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; color: #fff; padding: 10px 30px; .lista-v { list-style-image: url(/source/ico-elenco-white.png); padding-left: 0; } } /* ********* listato gallery ******* */ ul.list_fotogallery { padding: 0; .list_fotogallery_item { float: left; list-style-type: none; width: 16.6%; img { margin: 5px 0px; } a { font-weight: bold; color: #1f9ed8; &:hover { color: #ff6774; } } } } /* ******************************** */ .barra-desktop { display: none; margin: 0 auto; left: 0; top: 0; right: 0; z-index: 999; position: fixed; } .barra-mobile { width: 100%; left: 0px; top: 0px; right: 0; z-index: 800; position: fixed; } /*mesi*/ .li_mesi, .li_contenuti { color: #333 !important; } /* gallery photoswipe */ .bo_gallery_photoswipe figure { text-align: center; position: relative; cursor: pointer; width: 20%; @include media-breakpoint-down(md) { width: 33.3333333%; } @include media-breakpoint-down(sm) { width: 50%; } img { max-width: 100%; padding: 5px; } } /* ********** stile lingue ***************** */ .so_languageLinks { @include media-breakpoint-down(md) { padding: 0 30px; } .tendina-lingue { color: #fff; font-size: 14px; cursor: pointer; padding: 0px 5px; line-height: 100px; text-align: center; width: 100%; text-transform: uppercase; @include media-breakpoint-down(md) { border: none; padding-top: 0; text-align: left; color: $body-color; line-height: 50px; border-top: #8fbac2 1px solid; margin-top: 30px; } img { margin: 0 4px; margin-top: -3px; } .cms-icon-angle-arrow-down { font-size: 8px !important; } #select_lingue { line-height: 16px; font-size: 15px; width: 100%; margin: 0 auto; top: 50px; width: 100%; max-width: 100%; right: 0; z-index: 9; position: absolute; left: 0; @include media-breakpoint-down(md) { max-width: 100px; right: auto; } .item_lingue { text-align: center; a { padding: 5px 0; background-color: $primary; color: #fff; display: block; text-transform: lowercase; &:hover { background-color: $primary-hover; } } } } } } /***************************/ .elenco-offerte { margin: 20px 0; .offer-background-primary-color { background-color: $white; } .offer_list { .offer { margin-bottom: 35px; @include media-breakpoint-up(xl) { padding: 0 15px; } @include media-breakpoint-down(sm) { margin-bottom: 20px; } .testi_container { background-color: $white !important; font-size: 16px; .testi_container_inner { padding: 0 15px 15px 25px; } @include media-breakpoint-down(sm) { padding-left: 20px !important; .testi_container_inner { padding: 0 10px 10px 15px; } } } a.title { color: $body-color; font-size: 16px; line-height: 1.2; font-weight: 600; margin-top: 15px; @include media-breakpoint-down(sm) { font-size: 22px; line-height: 24px; } &:hover { color: $primary; } } .subtitle { font-size: 15px; line-height: 18px; font-weight: 500; @include media-breakpoint-down(sm) { line-height: 18px; } } .validity { font-size: 14px; line-height: 16px; } .list_price { border: none; color: $body-color; letter-spacing: 1px; } .pulsante { background-color: $primary-hover; color: #000; border: 1px solid $primary-hover; margin: 0 0 0 auto; max-width: 150px; .ico { font-size: 14px; } &:hover { background-color: $white; color: $primary-hover; } } &.blocchetto_prezzo .offerta-prezzo-cont { font-size: 13px; text-transform: none; .offerta-prezzo-condizione, .offerta-prezzo-a-partire-da { font-size: 13px; } .offerta-prezzo { font-size: 24px; line-height: 26px; font-weight: 600; &.offerta-prezzo-barrato { color: $primary-hover; font-size: 13px; font-weight: normal; text-decoration: line-through; } } } } } } .offer-component { .offer-label { background: $primary !important; color: #fff !important; font-weight: 500 !important; } .offer-label:after { border-top-color: #8e7c6e !important; } } .offer_detail.offer-component { .content { text-align: left; } .mrpreno { background-color: $white !important; padding: 20px; } .slick-arrow { &:before { text-shadow: none; } } .strengths { padding: 0 10px; ul li { font-size: 15px; //prima era tutto giallo color: #000; border-color: #000; .cms-icon:before { color: #000; } } } .reviews { .baloon { font-size: 16px; background-color: $primary-hover; color: $white; } } #mobile-gallery { @include media-breakpoint-down(sm) { margin-bottom: 25px !important; } img { margin: 0 auto !important; } } .col-dx { @include media-breakpoint-down(md) { padding-left: 5px; margin-top: 15px; } .sharer { font-weight: 500; line-height: 40px; .cms-icon { vertical-align: middle; } } #image_gallery { .slick-arrow { padding: 20px; } } } .col-sx { @include media-breakpoint-down(md) { padding-right: 5px; } .sharer { display: none; } h1 { margin-top: 0; padding-left: 0; // color: $primary-hover !important; color: $primary !important; position: relative; font-size: 45px; line-height: 1.2; padding: 20px; padding-left: 0 !important; padding-bottom: 0; background-color: $grigio; margin-bottom: 0; @include media-breakpoint-down(sm) { font-size: 23px; line-height: 25px; } } .subtitle { margin: 15px 0; margin-top: 0; //color: $primary-hover; color: $primary; font-weight: bold; font-size: 18px; line-height: 22px; padding: 20px; padding-left: 0 !important; text-transform: none; background-color: $grigio; } .offer_header { font-weight: 600; .price { color: $body-color; } } .offer-primary-color { color: #fff; &.offerta-prezzo { font-weight: bold; color: $body-color; } } .periods { .period_body { border-width: 1px; border-left: 1px solid #bbb; border-right: 1px solid #bbb; } .period_head { background-color: #fff; color: $body-color; .price.offer-background-primary-color { color: #fff; .item_value, .item_title { color: #fff; } .offerta-prezzo { color: #fff; } } } .item_value, .item_title { font-size: 15px; font-weight: 600; color: $body-color; } .item.featured { border-color: $primary !important; } .period_foot { .btn { background-color: $primary; color: #fff !important; font-weight: bold; transition: all 400ms ease; border-radius: 0 !important; outline: none !important; border: none !important; @include media-breakpoint-down(sm) { font-size: 13px; } &:hover { background: $grigio !important; color: $body-color !important; .cms-icon { &:before { color: $body-color; } } } .cms-icon { &:before { color: #fff; } } } } //versione 2 interfaccia dettaglio offerte &.tpl_v2 { .period { .item { .item_inner { // background-color:#F5F5F5; } } .item.important-element { border: none !important; padding: 0; width: 100%; .item_inner { background-color: $primary-hover; color: #fff; .item_title { color: #fff; } .item_value { color: #fff; } } } .period_body { padding: 5px; .whats_included { background-color: #fff; padding: 20px 10px; } } .period_foot { .price.btn.bt_require_offer, .btn.bt_require_offer.offer-button { color: #fff !important; .offerta-prezzo-cont { color: #fff !important; } &:hover { background-color: $verde-scuro !important; } } } } } } .offer-background-primary-color { background-color: $primary-hover; } h3 { font-weight: bold; } .offer-border-color { font-size: 20px; letter-spacing: 2px; .offerta-prezzo-a-partire-da, .offerta-prezzo-condizione { font-size: 20px; font-weight: 600 !important; } } .soldout_message { border: 1px solid $body-color; margin: 5px 0; .message_title { font-weight: normal; } .message_text { color: inherit; } } .whats_included:after { background: transparent !important; } #bt_require_offer_target { @include media-breakpoint-down(sm) { margin-top: 30px; } } } } .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; margin-bottom: 0; .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; &:focus { outline: none; } &.dragging { cursor: pointer; cursor: hand; } transform: translate3d(0, 0, 0); .slick-track { position: relative; left: 0; top: 0; display: block; margin: 0 auto; zoom: 1; transform: translate3d(0, 0, 0); &:before, &:after { content: ""; display: table; } &:after { clear: both; } .slick-slide { float: left; height: 100%; min-height: 1px; transform: translate3d(0, 0, 0); img { display: block; } &.slick-loading img { display: none; } &.dragging img { pointer-events: none; } } } } .slick-loading .slick-list { /*background: white url("https://admin.abc.sm/cms/js_lib/jquery/effects/slick-slider/img/ajax-loader.gif") center center no-repeat;*/ .slick-loading .slick-track { visibility: hidden; .slick-loading .slick-slide { visibility: hidden; } } } .slick-initialized .slick-slide { display: block; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } /* Icons */ /*$font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 71px; width: 103px; line-height: 71px; font-size: 0; cursor: pointer; background: $white; color: transparent; top: auto; margin-top: auto; bottom: 0; padding: 0; border: none; outline: none; background-repeat: no-repeat; background-position: center; z-index: 11; &:hover, &:focus { outline: none; } &:hover:before, &:focus:before, &:hover:before, &:focus:before { opacity: 1; color: $primary-hover; } &.slick-disabled:before, &.slick-disabled:before { opacity: 0.25; } &:before, &:before { font-size: 40px; line-height: 1; color: $primary; transition: color 500ms ease-in-out; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { left: 50%; margin-left: -103px; &:before { content: "\e91c"; transform: rotate(180deg); } } .slick-next { right: 50%; margin-right: -103px; &:before { content: "\e91c"; } } /* Dots */ .slick-dots { position: relative; list-style: none; display: block; text-align: center; padding: 0; width: 100%; z-index: 10; margin-top: 25px; @include media-breakpoint-down(sm) { } li { position: relative; display: inline-block; height: 10px !important; margin: 0 5px; padding: 0; cursor: pointer; button { border: 0; background-color: #72b0cf; display: block; height: 10px !important; width: 6px !important; padding: 0; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer; &:hover, &:focus { outline: none; background-color: #fff; } &:after, &:before { display: none; } } &.slick-active button { outline: none; background-color: #fff; } &:after, &:before { display: none; } } } [dir="rtl"] .slick-next { right: auto; left: -25px; &:before { content: " "; } } [dir="rtl"] .slick-prev { right: -25px; left: auto; &:before { content: " "; } } [dir="rtl"] .slick-slide { float: right; } } .freccia-none { opacity: 0; pointer-events: none; } /* contenuti dinamici scorrevoli */ .offerte-scorrevoli { .layout-1.righe { .offer { margin-bottom: 0; display: block; .bordered { margin: 0 15px; background-color: #fff; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { margin: 0 15px; } .max-wdt { position: relative; @include media-breakpoint-down(sm) { max-width: 595px; margin: 0 auto; } .img_container { height: auto !important; padding: 0px; padding-bottom: 0; @include media-breakpoint-down(sm) { width: 100%; } img { min-height: 1px !important; max-width: 100% !important; z-index: 2; position: relative; } .sezione { width: 100%; line-height: 25px; text-align: center; background-color: #ddc8a2; color: #fff; letter-spacing: 1px; z-index: 3; text-align: center; text-transform: uppercase; font-size: 13px; font-weight: bold; margin: 0 auto; padding: 0 12px; } } .cont-pulsante { .pulsante { margin-top: 15px; letter-spacing: 1px; text-transform: none; float: right; @include media-breakpoint-down(md) { right: 10px; } } } .cont-offerta { font-size: 16px; padding: 25px 30px; padding-bottom: 0; position: relative; color: $body-color; @include media-breakpoint-down(md) { padding-bottom: 15px; } @include media-breakpoint-down(sm) { padding: 25px 15px; padding-bottom: 35px; } h3 { &.titolo { font-size: 18px; line-height: 20px; min-height: 35px; margin: 0 auto; margin-bottom: 10px; font-weight: bold; @include media-breakpoint-down(md) { min-height: 1px; } a { color: $body-color; &:hover { color: $primary; } } } } .sottotitolo { margin: 10px auto; min-height: 40px; margin-bottom: 30px; font-size: 16px; } .condizioni { @include media-breakpoint-down(md) { padding-right: 15px; text-align: right; } .offerta-prezzo { font-size: 20px; line-height: 22px; display: block; font-weight: bold; color: $primary; } .offerta-prezzo-barrato { font-size: 14px; line-height: 15px; font-weight: normal; text-decoration: line-through; } } } } } } } .slick-prev, .slick-next { bottom: -115px; top: auto; margin-top: 0; z-index: 5; @include media-breakpoint-down(sm) { bottom: -30px; } } .slick-prev { left: 50%; margin-left: -40px; } .slick-next { left: auto; right: 50%; margin-right: -40px; } } .elenco-commenti { .flt_left { @include media-breakpoint-down(sm) { float: none; } } .logo { margin-right: 10px; @include media-breakpoint-down(sm) { float: none; margin-right: 0; } img { margin-right: 8px; @include media-breakpoint-down(sm) { margin-right: 0; margin-bottom: 10px; } } } .commenti { margin: 10px 0; padding: 40px 35px; background-color: $grigio; @include media-breakpoint-down(md) { padding: 35px 20px; } @include media-breakpoint-down(sm) { padding: 20px 15px; } a { display: inline-block; } .dati { font-weight: bold; } .tit-commento { font-size: 18px; line-height: 20px; padding-top: 6px; font-weight: bold; text-transform: uppercase; color: $primary; } .dati-commento { font-size: 14px; @include media-breakpoint-down(sm) { text-align: left; margin-top: 15px; } } hr { border-top: 1px solid #ccc; margin: 20px 0; } .txt { margin-bottom: 20px; } } } .slider-commenti { .slick-prev, .slick-next { position: absolute; top: auto; margin: 0; bottom: 0; width: 36px; height: 55px; z-index: 10; background: none; &:before { font-size: 13px; color: $primary; content: "\e90c"; } } .slick-prev { right: 44px; margin: 0; left: auto; &:before { transform: rotate(90deg); } } .slick-next { right: 0; margin: 0; &:before { transform: rotate(-90deg); } } .slide-commento { padding: 0 5px; .contain { position: relative; .int { h4.titolo { margin-bottom: 1.3rem; .link-tit { color: $primary; font-size: 22px; font-weight: 700; } } .txt { margin-bottom: 1.3rem; a { color: $primary-hover; } } .cli { color: $primary; font-weight: normal; font-size: 18px; margin-bottom: 1.3rem; display: flex; justify-content: space-between; align-items: center; } .img { max-height: 45px; } } } } } .somodal-content { .modal-title.titolo-commenti { font-size: 26px; line-height: 27px; font-weight: bold; margin-bottom: 25px; } .dati-commento { img { max-height: 50px; } } } .hideme, .moveUp, .moveDown, .moveRight, .moveLeft { @include media-breakpoint-up(lg) { opacity: 0; } } /************ CSS PER LISTINI LITE *************/ .listino { font-size: 15px !important; margin-bottom: 35px; .header { background-color: #234944 !important; color: #ffffff !important; } tr { &.row_products_even { background-color: #577a6d !important; color: #ffffff !important; select { color: #333 !important; } } } .wrapper_select_date { background-color: #f8f8f8 !important; border-color: #f8f8f8 !important; input[type="text"] { line-height: 33px !important; padding: 0 15px 0 0 !important; min-width: 200px !important; text-indent: 8px !important; background: none !important; background-color: #ffffff !important; border-radius: 4px !important; border: 1px solid #234944 !important; font-size: 15px !important; } } td { font-size: 15px !important; } input[type="button"] { background: none !important; background-color: #577a6d !important; line-height: 33px !important; font-size: 15px !important; } .label_data { line-height: 33px !important; } .select_num { min-width: 75px; } .wrapper_preventivo { width: 100% !important; clear: both; } table.preventivo_header td.label { color: #333; } .title_preventivo { color: #577a6d; } @include media-breakpoint-down(sm) { .wrapper_preventivo, .preventivo, .form_contatti_richiesta_preventivo { width: 100% !important; clear: both; } } } /* css slider listato img */ .slider-img { a { display: block; img { padding: 5px; } } } .freccia-none { opacity: 0; pointer-events: none; } /*******************/ .video-pagine { video { max-width: 100%; } } /* VIDEO YOUTUBE RESPONSIVE */ .wrapper-video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .wrapper-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #pgall { .cont-tabs { padding: 25px 5px; text-align: center; color: #fff; &:after { content: ""; display: block; clear: both; } input[type="radio"] { display: none; } label { display: inline-block; color: #fff; font-size: 18px; font-weight: bold; padding: 5px 8px; margin: 0 8px; text-align: center; cursor: pointer; -webkit-transition: all 0.5s; transition: all 0.5s; border-radius: 70px; position: relative; &:hover { color: $primary; background-color: #fff; &:before { opacity: 1; } } &:before { content: ""; display: block; width: 0; height: 0; border-top: 6px solid #fff; border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; bottom: -12px; right: 0; left: 0; margin: auto; opacity: 0; } img { display: block; margin: 5px auto; } } [id^="tab"]:checked + label { color: $primary; background-color: #fff; border: none; box-shadow: none; &:before { opacity: 1; } } } } .tab-content { display: none; margin: 20px auto; box-sizing: border-box; font-size: 18px; width: 100%; max-width: 650px; @include media-breakpoint-down(sm) { margin: 10px auto; } &.ico-landing { font-size: 15px; line-height: 17px; color: #bababa; img { display: block; margin: 0 auto; margin-bottom: 15px; } a { width: 16.6666667%; float: left; color: #bababa; font-weight: bold; margin: 10px 0; @include media-breakpoint-down(sm) { width: 33.33333333%; } &:hover { color: $primary; } b { display: block; min-height: 40px; } } } h3 { text-align: left; font-size: 25px; margin-bottom: 15px; } } .tab-content * { animation: scale 0.7s ease-in-out; } @keyframes scale { 0% { transform: scale(0.9); opacity: 0; } 50% { transform: scale(1.01); opacity: 0.5; } 100% { transform: scale(1); opacity: 1; } } .tab1 { display: block; } @include media-breakpoint-up(lg) { .image-container { overflow: hidden; position: relative; .mask { margin: 0 -10px 0 0; position: absolute; top: 0; right: 100%; bottom: 100%; left: 0; background: #000; z-index: 3; transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; } &.visible { .mask { margin-right: 0; right: 0px; bottom: 0; left: 100%; } .image { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; transform: translate3d(0, 0, 0); } } .image { /* position: absolute; top: 0; left: 0; width: 100%; height: 100%;*/ background-position: center; background-repeat: no-repeat; z-index: 1; background-size: cover; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transform: translate3d(-20px, 0, 0); transition: opacity 0s linear 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; } } } /*THANK YOU*/ .blocco-uno-guida { background-color: $primary; color: #fff; margin-top: 50px; font-size: 21px; padding: 60px 10px; h1 { color: #ffffff; } .grande { font-size: 35px; line-height: 38px; } @include media-breakpoint-down(lg) { padding: 35px 10px; } @include media-breakpoint-down(md) { margin-top: 0; padding: 30px 10px; } } .blocco-txt-guida { color: #fff; background-color: $primary-hover; padding: 40px 10px; font-size: 48px; line-height: 53px; @include media-breakpoint-down(lg) { padding: 25px 10px; font-size: 38px; line-height: 40px; } } .blocco-due-guida { padding: 40px 10px; padding-left: 25px; font-size: 21px; color: #333; padding-top: 120px; @include media-breakpoint-down(lg) { padding: 25px 10px; } } .blocco-fb { display: block; margin-top: 50px; background-color: #f1eee9; color: #333; padding: 80px 10px; line-height: 47px; font-size: 45px; @include media-breakpoint-down(lg) { margin-top: 30px; padding: 50px 10px; line-height: 37px; font-size: 35px; } @include media-breakpoint-down(md) { padding: 40px 10px; margin-top: 25px; margin-bottom: 25px; font-size: 40px; line-height: 42px; } &:hover { color: $primary !important; } } /* GUIDE POPUP */ .modal-guide { .modal-header { border-bottom: 0 none; .close { margin-top: -10px; margin-right: -10px; border-radius: 50%; border: 2px solid #000; width: 30px; height: 30px; line-height: 0px; transition: all 400ms ease; } } .modal-content { background-color: #eee; text-align: left; font-size: 18px; line-height: 25px; } .modal-body { padding: 20px; } .title { font-size: 32px; line-height: 35px; font-weight: bold; } } .fancybox-wrap { overflow: initial !important; } @include media-breakpoint-down(md) { .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 1 !important; } } .popup-nascosto { .summary, button.btn { display: none; } .modal-header { border: none; .close { margin-top: -15px; font-size: 35px; } } .modal-content { background-color: $primary; color: #fff; } .modal-header { border-bottom: none; .close { text-shadow: none; margin-top: -7px; &:hover, &:focus { opacity: 1; filter: none; } } } .modal-body { padding: 25px 20px; } } .flex-light { /* affiancare contenuti per avere pari altezze */ display: flex; flex-flow: column; @include media-breakpoint-down(md) { display: block; } } .inline { display: inline-block; vertical-align: middle; } #imagelightbox-caption { display: none; } .pad-centrale { padding: 60px 0; @include media-breakpoint-down(lg) { padding: 50px 0; } @include media-breakpoint-down(md) { padding: 40px 0; } @include media-breakpoint-down(sm) { padding: 30px 0; } &.big { padding: 90px 0; @include media-breakpoint-down(lg) { padding: 60px 0; } @include media-breakpoint-down(md) { padding: 40px 0; } @include media-breakpoint-down(sm) { padding: 30px 0; } } &.no-top { padding-top: 0; } &.no-bottom { padding-bottom: 0; } } .so_socialFollow { .socialFollow { .icon { height: auto !important; .cms-icon { line-height: 25px; display: inline-block; vertical-align: middle; } } } } .imagelightbox-arrow { background: none; border: none; height: 40px; width: 40px; top: 0; bottom: 0; margin: auto; &:hover, &:focus { background-color: transparent; border: none; outline: none; &:before { color: $primary-hover; } } &:before { content: "\e91c"; color: $primary; border: none; font-size: 25px; display: block; margin-right: 0; margin: 0 auto; width: auto; height: auto; } &.imagelightbox-arrow-left { &:before { transform: rotate(180deg); } } } .mrprenoForm { .wrp_guide_button { margin-top: 10px; padding-right: 15px; display: block; text-align: right; width: 100%; img { max-width: 100%; } } } .so_newsletterForm { .wrp_guide_button { margin-top: 25px; display: block; text-align: right; } } .cnt_text_popup { display: none; text-align: center; } .somodal { .cnt_text_popup { display: block; text-align: center; img { max-width: 100%; } } } .forzatura-bo-32 { .row { display: block; .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { flex: none; float: left; } } } /**************************************************/ .sf-fix { position: fixed; top: 0; left: 0; right: 0; z-index: 99; color: #fff; font-size: 15px; transition: all 400ms ease; line-height: normal; @include media-breakpoint-down(md) { margin-top: 90px; position: absolute; } &.fix, &.open { background-color: #fff; .logo { font-size: 75px; color: $primary; line-height: 100px; transition: font-size 500ms ease-in-out; /*span { transition: all 500ms ease-in-out; }*/ } .op_block { border-color: $celeste-chiaro; background-color: $celeste-chiaro; color: $body-color; .click { span { background-color: $body-color; } } } .blocco-preventivo { background-color: $preventivo; border-color: $preventivo; .ico-top, .ico-top a { color: $body-color; &:hover { color: $body-color; } } } .tendina-lingue { color: $primary; } .ico-top { color: $primary; a { color: $primary; } &:hover { color: $primary-hover; a { color: $primary-hover; } } } } .logo { height: max-content; font-size: 105px; color: #fff; transition: font-size 500ms ease-in-out; padding-top: 16px; [class^="icon-"], [class*=" icon-"] { display: block; } @include media-breakpoint-down(sm) { font-size: 90px; } } .blocco-preventivo { float: right; border: 1px solid #fff; display: inline-block; width: 100%; max-width: 100px; transition: all 400ms ease; .ico-top { min-height: 98px; } &:hover { background-color: rgba(253, 200, 47, 0.5); .ico-top { color: #fff; a { color: #fff; } } } } .ico-top { color: #fff; font-size: 11px; text-transform: uppercase; text-align: center; display: block; margin: 0 auto; padding-top: 25px; letter-spacing: 1px; transition: all 400ms ease; font-weight: 500; &:hover { color: rgba(255, 255, 255, 0.5); a { color: rgba(255, 255, 255, 0.5); } } a { color: #fff; display: block; } .ico { font-size: 25px; display: block; margin: 0 auto; margin-bottom: 20px; } } } .blk-plus { .plus { font-size: 17px; position: relative; padding: 12px 0; .inline { vertical-align: middle; width: 72%; @include media-breakpoint-down(lg) { width: 65%; } } .ico { vertical-align: middle; font-size: 22px; margin-right: 15px; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background-color: $primary; color: #fff; span { text-align: center; margin-top: -4px; } } } } .social { line-height: 55px; width: 55px; display: block; color: $primary; font-size: 28px; margin: 0 5px; border-radius: 50%; background-color: #fff; text-align: center; &:hover { background-color: $primary; color: #fff; } } .dati-dw { .wtsp { color: $primary; font-size: 22px; margin-top: 25px; .ico { margin-right: 10px; font-size: 25px; } a { color: $primary; } } } .img-top { position: relative; @include media-breakpoint-down(md) { margin-top: 80px; } &:before { content: ""; // background-color: rgba(0,0,0,.5); background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgba(136, 136, 136, 0) 46%, rgba(83, 83, 83, 0.39537821964723385) 70%, rgba(33, 33, 33, 0.8771709367340687) 100% ); position: absolute; top: 0; bottom: 0; left: 0; right: 0; } &.home { height: auto; @include media-breakpoint-up(lg) { height: 100vh; } @include media-breakpoint-down(md) { height: 480px; } @include media-breakpoint-down(sm) { height: 350px; } .video-index { height: 100vh; width: 100%; overflow: hidden; video { object-fit: cover; width: 100%; height: 100%; } @include media-breakpoint-down(md) { height: 480px; } @include media-breakpoint-down(sm) { height: 350px; } } } } .freccia-plus { @include media-breakpoint-down(md) { transform: rotate(-90deg); margin: 35px auto; } } .blocco-soggiorno { background-color: $white; padding: 40px; .blocco-titolo { border-bottom: 1px solid #edefee; min-height: 90px; margin-bottom: 50px; position: relative; &:before { position: absolute; right: 0; top: 0; font-family: "icomoon"; font-size: 50px; color: $primary; } h3 { padding-top: 20px; color: $primary; font-size: 24px; max-width: 75%; } &.primo { &:before { content: "\e91f"; } } &.secondo { &:before { content: "\e916"; } } &.terzo { &:before { content: "\e910"; } } &.quarto { &:before { content: "\e904"; } } } } .mb-10 { margin-bottom: 10px; } .box-con-ico { position: relative; .ico-maurino { position: absolute; left: 40px; top: 40px; img { max-width: 73px; } } .ico-gocce { position: absolute; left: 40px; top: 40px; img { max-width: 9vw; @media (max-width: 1400px) { max-width: 7vw; } } } } .blocco-sticky-right { padding: 0; margin: 0 0 35px; img { display: block; } .txt { background-color: $grigio; padding: 65px 90px; border-left: 8px solid $primary; margin-bottom: 35px; .testx { margin-bottom: 50px; } .pulsante { margin: 0; color: $white; background-color: $primary; width: max-content; max-width: 109%; padding: 0 15px; .ico { margin-left: 10px; transition: transform 500ms ease-in-out; margin-top: -4px; } &:hover { .ico { transform: translateX(5px); } } } &.giallo { border-left: 8px solid $primary-hover; .pulsante { color: #000; background-color: $primary-hover; } } &.verde { border-left: 8px solid $verde-scuro; .pulsante { color: $white; background-color: $verde-scuro; } } } @include media-breakpoint-down(sm) { padding: 0 20px; .txt { padding: 35px 21px; } } } .blocco-bordo { border-left: 8px solid $primary; } .bold { font-weight: bold; } .blocco-sticky { text-align: center; transition: all 400ms ease; display: flex; align-items: center; justify-content: center; background: #fff; width: 100%; @include media-breakpoint-down(md) { padding-bottom: 30px; } @include media-breakpoint-up(lg) { height: calc(100vh - 100px); // height: calc(100vh - 100px); position: sticky; top: 100px; opacity: 0; visibility: hidden; &:nth-of-type(1) { z-index: 1; } &:nth-of-type(2) { z-index: 2; } &:nth-of-type(3) { z-index: 3; } &.visible-title { visibility: visible; opacity: 1; } } .ico { font-size: 45px; } h3 { font-size: 50px; font-weight: bold; line-height: 1.3; margin: 31px 0; text-transform: uppercase; @include media-breakpoint-down(sm) { font-size: 35px; } } .num { color: $body-color; font-size: 17px; font-weight: bold; border: 1px solid #edefee; border-radius: 50%; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; margin: 0 auto; } &.blocco-primary { .ico { color: $primary; } h3 { color: $primary; } } &.blocco-giallo { .ico { color: $primary-hover; } h3 { color: $primary-hover; } } &.blocco-verde { .ico { color: $verde-scuro; } h3 { color: $verde-scuro; } } } .pad-mobi { @include media-breakpoint-down(sm) { padding-left: 20px; padding-right: 20px; } } .blocco-servizi { padding: 0; margin: 0; img { display: block; } .txt { background-color: $grigio; padding: 70px 62px; border-left: 8px solid $primary; margin-bottom: 35px; position: relative; .icona { background-color: $white; display: flex; align-items: center; justify-content: center; width: 86px; height: 86px; position: absolute; top: -65px; right: 28px; .ico { font-size: 40px; color: $primary; } } h3 { color: $primary; font-size: 28px; margin-bottom: 22px; font-weight: bold; } .testx { margin-bottom: 50px; } .pulsante { margin: 0; color: $white; background-color: $primary; width: max-content; max-width: 109%; padding: 0 15px; .ico { margin-left: 10px; transition: transform 500ms ease-in-out; margin-top: -4px; } &:hover { .ico { transform: translateX(5px); } } } } @include media-breakpoint-down(sm) { padding: 0 10px; .txt { padding: 35px 21px; } } } .blocco-dove { position: relative; background-repeat: no-repeat; background-position: left center; background-size: cover; min-height: 400px; @include media-breakpoint-up(md) { min-height: 550px; } @include media-breakpoint-up(lg) { min-height: 790px; background-position: left top; } &:before { background-color: rgba(0, 0, 0, 0.5); content: ""; position: absolute; left: 0; width: 100%; top: 0; height: 100%; z-index: 1; } .block-testo { position: relative; z-index: 2; padding: 50px 40px 90px; .ico { color: $white; font-size: 7px; margin-bottom: 35px; } .tit { color: $primary; font-size: 28px; margin-bottom: 22px; font-weight: bold; } .txt { color: $white; } } .pulsante-dove { z-index: 2; display: block; height: 64px; line-height: 64px; color: $white; padding: 0 34px 0 55px; position: absolute; bottom: 0; right: 0; left: 0; width: 100%; background-color: $primary; /*@include media-breakpoint-down(md) { padding-right: 0; padding-left: 35px; } @include media-breakpoint-down(sm) { padding-right: 0; padding-left: 5px; }*/ &:before { content: "\e919"; position: absolute; color: $white; left: 34px; top: -5px; font-size: 20px; font-family: "icomoon"; } @media (max-width: 767px) { padding-right: 0; padding-left: 35px; &:before { left: 10px; } } .ico { font-size: 15px; margin-left: 10px; margin-top: -4px; } } } .blocco-commenti { background-color: $white; .cont { padding: 40px 40px 0; position: relative; display: flex; flex-direction: column; justify-content: space-between; height: 100%; .blocco-titolo { border-bottom: 1px solid #edefee; min-height: 90px; //margin-bottom: 50px; position: relative; &:before { position: absolute; right: 0; top: 0; font-family: "icomoon"; font-size: 50px; color: $primary; content: "\e91b"; } h3 { padding-top: 20px; color: $primary; font-size: 24px; max-width: 75%; } } .blocco-frecce { border-top: 1px solid #edefee; min-height: 90px; display: flex; justify-content: flex-end; align-items: center; position: relative; .ico { width: 20px; height: 20px; z-index: 10; background: none; position: absolute; display: block; cursor: pointer; &:before { font-size: 13px; color: $primary; content: "\e90c"; } } .prev-commenti { right: 30px; margin: 0; left: auto; transform: rotate(90deg); } .next-commenti { right: 0; margin: 0; transform: rotate(-90deg); } } } } @keyframes revInLeft { from { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); } to { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } } .revInLeft { animation-name: none; visibility: hidden; display: block; @include media-breakpoint-down(md) { visibility: visible; } } .revInLeft.visible { animation-duration: 1s; animation-fill-mode: both; animation-name: revInLeft; animation-delay: 0.1s; visibility: visible; } .ico-footer-prenota { display: block; color: $primary; font-size: 22px; margin-top: 15px; text-transform: uppercase; .ico { margin-right: 10px; font-size: 25px; } } html[lang="de"] { #pgall #button_email_min { font-size: 9px; } } html[lang="en"], html[lang="fr"] { } .blocco-dw.visible { background-image: url("/source/sf-dw.jpg"); } .blocco-dove.visible { background-image: url("/source/index-4.jpg"); } .box-num{ font-size: 35px; font-weight: bold; width: 70px; height: 70px; border-radius: 50%; vertical-align: middle; line-height: 70px; text-align: center; &.uno{ color:$primary; border:2px solid $primary; } &.verde-scuro{ color:$verde-scuro; border:2px solid $verde-scuro; } &.giallo{ color:$primary-color-hover; border:2px solid $primary-color-hover; } } .fascia-numeri{ .col-num{ margin:20px auto; .num{ font-size:45px; color:$white; } .txt{ font-size:20px; font-weight:bold; } } } .onda{ position:absolute; bottom:0; left:0; right:0; z-index:2; overflow:hidden; @include media-breakpoint-down(md) { bottom:-10px; } svg{ @include media-breakpoint-down(md) { width:150%; } } } .pad-onda{ padding-bottom:15vw; } .abs-img{ position: absolute; top: 0; width: max-content; right: 3vw; @include media-breakpoint-down(md) { display:none; } } .freccia{ position: absolute; z-index: 3; left: 0; right: 0; width: 100%; text-align: center; bottom: 3vh; .ico{ font-size:100px; } &.inverso{ .ico{ transform: scaleX(-1); } } } .col-box-background{ .box-colorato{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; max-width: 650px; border-radius: 15px; z-index: 1; transform: rotate(4deg); &.video{ max-width:100%; } &.verde{ background:$verde-scuro; } } .img{ img{ position:relative; z-index:2; border-radius:15px; } } .video-pagine{ text-align:center; video{ position:relative; z-index:2; max-width:100%; margin:0 auto; border-radius:15px; } } }