// variabili sito $primary-color: #637D96; $primary-color-hover: #fff; $celeste-chiaro:#A9B8C7; $ocra:#DBD3C7; $ocra-chiaro:#F8F4F0; $background-input: transparent; // ****************************************************** // variabili bootstrap $primary: $primary-color; $font-family-sans-serif: 'Gilda Display', serif; //$font-size-base: 22px; $font-size-base: 1.375rem; $grid-gutter-width: 10px; $body-color:#51463F; $body-bg:#F8F4F0; $link-color: $body-color; $color-form: $body-color; $nunito:'Nunito Sans', sans-serif; $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; line-height:1.6; } a, a:hover, a:focus { text-decoration: none; } .colore-uno { color: $primary-color; } .colore-due { color: $primary-color-hover; } .ocra { color: $ocra; } .ocra-chiaro { color: $ocra-chiaro; } .celeste { color: $celeste-chiaro; } .bgk-uno { background-color: $primary-color; color:#fff; } .bgk-due { background-color: $primary-color-hover; } .bgk-ocra { background-color: $ocra; } .bgk-ocra-chiaro { background-color: $ocra-chiaro; } .bgk-celeste { background-color: $celeste-chiaro; } .nunito{font-family:$nunito;} .bold { font-weight: 700; } @font-face { font-family: 'icomoon'; src: url('/source/icomoon.eot?jk9cnx'); src: url('/source/icomoon.eot?jk9cnx#iefix') format('embedded-opentype'), url('/source/icomoon.ttf?jk9cnx') format('truetype'), url('/source/icomoon.woff?jk9cnx') format('woff'), url('/source/icomoon.svg?jk9cnx#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } [class^="icon-"], [class*=" icon-"], .slick-next:before, .slick-prev:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; vertical-align:middle; display:inline-block; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-whatsapp-logo:before { content: "\e909"; } .icon-B:before { content: "\e907"; } .icon-V:before { content: "\e908"; } .icon-chiama:before { content: "\e905"; } .icon-dove:before { content: "\e906"; } .icon-logo-nero-footer:before { content: "\e904"; } .icon-freccia-dx:before { content: "\e902"; } .icon-freccia-sx:before { content: "\e903"; } .icon-logo:before { content: "\e900"; } .icon-logo-mobi:before { content: "\e901"; } .icon-campi-sportivi:before { content: "\e911"; } .icon-insurance:before { content: "\e914"; } .icon-interface:before { content: "\e90e"; } .icon-parco-acquatico:before { content: "\e910"; } .icon-people:before { content: "\e90f"; } .icon-question:before { content: "\e915"; } .icon-ristorante-bar:before { content: "\e912"; } .icon-security:before { content: "\e913"; } .icon-spiaggia:before { content: "\e936"; } .icon-supermercato:before { content: "\e947"; } .icon-washing:before { content: "\e948"; } .icon-washing-hands:before { content: "\e949"; } .icon-hotel:before { content: "\e94a"; } .icon-freccia-dx-offerte:before { content: "\e924"; } .icon-link:before { content: "\e9cb"; } .icon-arrow-down:before { content: "\ea36"; } /* 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; -webkit-border-radius: 0; 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; -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } a, a:active, a:focus, a:link, a:visited, input[type="submit"] { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; outline: none; text-decoration: none; } .freccia-none, .pulsante, .slick-next, .slick-prev, .tendina-lingue, .transition_400, span { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .transition_600 { -webkit-transition: all 600ms ease; -moz-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease; 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: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-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%; @include media-breakpoint-up(lg) { padding: 0 10px; } @include media-breakpoint-up(xl) { padding: 0 30px; } &.large{ @include media-breakpoint-up(xl) { padding:0 8%; } } } .container, .container-fluid { max-width: 100%; -webkit-transition: all 600ms ease; -moz-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease; transition: all 600ms ease; } .container-fluid { &:before { display: block; } } h1, h2.grande { font-size: 12px; line-height: 14px; text-transform:uppercase; margin-bottom:35px; letter-spacing:2px; display:none; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) {} @include media-breakpoint-down(sm) { } &.no-margin{ margin-bottom:10px; } } h2 { font-size: 38px; line-height: 40px; margin-bottom: 30px; @include media-breakpoint-down(sm) { font-size: 25px; line-height: 27px; text-align: center; } } .divisore { padding-bottom: 60px; @include media-breakpoint-down(md) {padding-bottom:40px;} @include media-breakpoint-down(sm) { padding-bottom: 25px; } &.mobi{ padding-bottom:0; @include media-breakpoint-down(md) {padding-bottom:40px;} @include media-breakpoint-down(sm) { padding-bottom: 25px; } } } h3 { font-size: 44px; line-height: 1.3; @include media-breakpoint-down(lg) { font-size: 35px; line-height: 38px; } @include media-breakpoint-down(md) { font-size: 29px; line-height: 33px; } @include media-breakpoint-down(sm) { } &.little{ font-size:35px; line-height:37px; @include media-breakpoint-down(md) { font-size: 24px; line-height: 26px; } @include media-breakpoint-down(sm) { font-size: 20px; line-height: 22px; } } &.margine-top{ margin-top:20px; } } h4{ font-size:22px; } .testo { padding: 40px 10px; word-wrap: break-word; @include media-breakpoint-down(lg) { padding:30px 10px; } @include media-breakpoint-down(md) {padding:30px 15px;} @include media-breakpoint-down(sm) { padding: 20px 15px; } } .testo-sx { padding-right: 30px; @include media-breakpoint-down(md) { padding-right:15px; } @include media-breakpoint-down(sm) { } } .testo-dx { padding-left: 30px; @include media-breakpoint-down(md) { padding-left:15px; } @include media-breakpoint-down(sm) { } } /* 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 { -webkit-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: gray; filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; &:hover { -webkit-filter: grayscale(0%); -ms-filter: grayscale(0%); 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: #fff !important; font-size: 10px; letter-spacing: 1px; padding-top: 9px; line-height: normal; padding-bottom: 1px; height: 100%; text-transform: uppercase; display: block; span[class^="icon-"] { margin: 6px auto; display: block; font-size: 30px; } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { color: #fff !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 { font-size: 15px; height: 40px; text-indent: 4px; width: 100%; border: 1px solid #645954; background-color: transparent; color: $body-color; -webkit-appearance: none; max-width: 100%; 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 { /* @extend(.btn all); .button-variant(#fff; #000; #000); @extend(.btn-block all); */ @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: 14px !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: 1px solid #645954; 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; } .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,#ContContatti input[type="button"].bottone_alt , #myreply_form_offerta .btn-success { border: none; border-radius: 0; background-color: $primary-color; text-transform:uppercase; font-weight: normal; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 55px; line-height: 50px; width: 100%; max-width: 240px; font-size: 15px; letter-spacing:2px; margin-top: 10px; -webkit-appearance: none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; 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, #ContContatti input[type="button"].bottone_alt:hover, #ContContatti input[type="button"].bottone_alt:focus{ background-color: $celeste-chiaro; } #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(lg) {} @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; color: #fff; } ::-moz-selection { background: $primary-color; color: #fff; } /* BUTTON */ .cb { display: none; } .transition { transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -webkit-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -o-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -ms-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); -moz-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000); } a:focus, a:active, a:link, img, .slick-slide { outline: none; } /* CSS Animations */ .moveDownTop { opacity: 0; -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Safari 4+ */ -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Fx 5+ */ -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Opera 12+ */ animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; /* IE 10+ */ } .moveUpTop { opacity: 0; -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Safari 4+ */ -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Fx 5+ */ -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Opera 12+ */ animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; /* IE 10+ */ } .moveLeftTop { opacity: 0; -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Safari 4+ */ -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Fx 5+ */ -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Opera 12+ */ animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; /* IE 10+ */ } .moveRightTop { opacity: 0; -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Safari 4+ */ -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Fx 5+ */ -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* Opera 12+ */ animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* IE 10+ */ animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } .wpb_appear { opacity: 0; -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */ -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Fx 5+ */ -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Opera 12+ */ animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } /* Top to bottom keyframes */ @-webkit-keyframes wpb_ttb { 0% { -webkit-transform: translate(0, -10%); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_ttb { 0% { -moz-transform: translate(0, -10%); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_ttb { 0% { -o-transform: translate(0, -10%); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_ttb { 0% { transform: translate(0, -10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Bottom to top keyframes */ @-webkit-keyframes wpb_btt { 0% { -webkit-transform: translate(0, 10%); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_btt { 0% { -moz-transform: translate(0, 10%); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_btt { 0% { -o-transform: translate(0, 10%); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_btt { 0% { transform: translate(0, 10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Left to right keyframes */ @-webkit-keyframes wpb_ltr { 0% { -webkit-transform: translate(-10%, 0); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_ltr { 0% { -moz-transform: translate(-10%, 0); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_ltr { 0% { -o-transform: translate(-10%, 0); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_ltr { 0% { transform: translate(-10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Right to left keyframes */ @-webkit-keyframes wpb_rtl { 0% { -webkit-transform: translate(10%, 0); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_rtl { 0% { -moz-transform: translate(10%, 0); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_rtl { 0% { -o-transform: translate(10%, 0); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_rtl { 0% { transform: translate(10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Appear from center keyframes */ @-webkit-keyframes wpb_appear { 0% { -webkit-transform: scale(0.5); opacity: 0.1; } 100% { -webkit-transform: scale(1); opacity: 1; } } @-moz-keyframes wpb_appear { 0% { -moz-transform: scale(0.5); opacity: 0.1; } 100% { -moz-transform: scale(1); opacity: 1; } } @-o-keyframes wpb_appear { 0% { -o-transform: scale(0.5); opacity: 0.1; } 100% { -o-transform: scale(1); opacity: 1; } } @keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } } /* animation hover zoom */ @-webkit-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-moz-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-o-keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @keyframes bgzoom { from { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); o-transform: scale(1, 1); transform: scale(1, 1) } to { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } } @-webkit-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.021, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @-moz-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @-o-keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } @keyframes bgzoom-reverse { from { -webkit-transform: scale(1.02, 1.02); -moz-transform: scale(1.02, 1.02); o-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } to { -webkit-transform: scale(1.00, 1.00); -moz-transform: scale(1.00, 1.00); o-transform: scale(1.02, 1.02); transform: scale(1.00, 1.00) } } .bgzoom { overflow: hidden; } .bgzoom img { animation: bgzoom-reverse 0.3s ease-out; -moz-animation: bgzoom-reverse 0.3s ease-out; -o-animation: bgzoom-reverse 0.3s ease-out; -webkit-animation: bgzoom-reverse 0.3s ease-out; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } .bgzoom img:hover { animation: bgzoom 0.3s ease-out; -moz-animation: bgzoom 0.3s ease-out; -o-animation: bgzoom 0.3s ease-out; -webkit-animation: bgzoom 0.3s ease-out; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } /* animazione opacity in apertura */ @-webkit-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @-moz-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @-o-keyframes opacity { from { opacity: 0 } to { opacity: 1 } } @keyframes opacity { from { opacity: 0 } to { opacity: 1 } } /* ico up-down */ @-webkit-keyframes bounceArrow { 0% { -webkit-transform: translateY(0) } 100% { -webkit-transform: translateY(7px) } } @-moz-keyframes bounceArrow { 0% { -moz-transform: translateY(0) } 100% { -moz-transform: translateY(7px) } } @-o-keyframes bounceArrow { 0% { -o-transform: translateY(0) } 100% { -o-transform: translateY(7px) } } @keyframes bounceArrow { 0% { -webkit-transform: translateY(0); transform: translateY(0) } 100% { -webkit-transform: translateY(7px); transform: translateY(7px) } } .bounce { animation: bounceArrow .55s ease 0s alternate infinite; } /* animazioni blocchi */ .opacity-animation { opacity: 0; animation: opacity 0.8s ease-out 1.5s; -moz-animation: opacity 0.8s ease-out 1.5s; -o-animation: opacity 0.8s ease-out 1.5s; -webkit-animation: opacity 0.8s ease-out 1.5s; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } .moveDown.visible { -webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards; -moz-animation: moveDown 0.6s ease-in-out 0.2s backwards; -o-animation: moveDown 0.6s ease-in-out 0.2s backwards; -ms-animation: moveDown 0.6s ease-in-out 0.2s backwards; animation: moveDown 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveDown { 0% { -webkit-transform: translateY(-40px); opacity: 0; } 100% { -webkit-transform: translateY(0px); opacity: 1; } } @-moz-keyframes moveDown { 0% { -moz-transform: translateY(-40px); opacity: 0; } 100% { -moz-transform: translateY(0px); opacity: 1; } } @-o-keyframes moveDown { 0% { -o-transform: translateY(-40px); opacity: 0; } 100% { -o-transform: translateY(0px); opacity: 1; } } @-ms-keyframes moveDown { 0% { -ms-transform: translateY(-40px); opacity: 0; } 100% { -ms-transform: translateY(0px); opacity: 1; } } @keyframes moveDown { 0% { transform: translateY(-40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveUp.visible { -webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards; -moz-animation: moveUp 0.6s ease-in-out 0.2s backwards; -o-animation: moveUp 0.6s ease-in-out 0.2s backwards; -ms-animation: moveUp 0.6s ease-in-out 0.2s backwards; animation: moveUp 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveUp { 0% { -webkit-transform: translateY(40px); opacity: 0; } 100% { -webkit-transform: translateY(0px); opacity: 1; } } @-moz-keyframes moveUp { 0% { -moz-transform: translateY(40px); opacity: 0; } 100% { -moz-transform: translateY(0px); opacity: 1; } } @-o-keyframes moveUp { 0% { -o-transform: translateY(40px); opacity: 0; } 100% { -o-transform: translateY(0px); opacity: 1; } } @-ms-keyframes moveUp { 0% { -ms-transform: translateY(40px); opacity: 0; } 100% { -ms-transform: translateY(0px); opacity: 1; } } @keyframes moveUp { 0% { transform: translateY(40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveRight.visible { -webkit-animation: moveRight 0.6s ease-in-out 0.2s backwards; -moz-animation: moveRight 0.6s ease-in-out 0.2s backwards; -o-animation: moveRight 0.6s ease-in-out 0.2s backwards; -ms-animation: moveRight 0.6s ease-in-out 0.2s backwards; animation: moveRight 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveRight { 0% { -webkit-transform: translateX(40px); opacity: 0; } 100% { -webkit-transform: translateX(0px); opacity: 1; } } @-moz-keyframes moveRight { 0% { -moz-transform: translateX(40px); opacity: 0; } 100% { -moz-transform: translateX(0px); opacity: 1; } } @-o-keyframes moveRight { 0% { -o-transform: translateX(40px); opacity: 0; } 100% { -o-transform: translateX(0px); opacity: 1; } } @-ms-keyframes moveRight { 0% { -ms-transform: translateX(40px); opacity: 0; } 100% { -ms-transform: translateX(0px); opacity: 1; } } @keyframes moveRight { 0% { transform: translateX(40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } .moveLeft.visible { -webkit-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -moz-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -o-animation: moveLeft 0.6s ease-in-out 0.2s backwards; -ms-animation: moveLeft 0.6s ease-in-out 0.2s backwards; animation: moveLeft 0.6s ease-in-out 0.2s backwards; opacity: 1; } @-webkit-keyframes moveLeft { 0% { -webkit-transform: translateX(-40px); opacity: 0; } 100% { -webkit-transform: translateX(0px); opacity: 1; } } @-moz-keyframes moveLeft { 0% { -moz-transform: translateX(-40px); opacity: 0; } 100% { -moz-transform: translateX(0px); opacity: 1; } } @-o-keyframes moveLeft { 0% { -o-transform: translateX(-40px); opacity: 0; } 100% { -o-transform: translateX(0px); opacity: 1; } } @-ms-keyframes moveLeft { 0% { -ms-transform: translateX(-40px); opacity: 0; } 100% { -ms-transform: translateX(0px); opacity: 1; } } @keyframes moveLeft { 0% { transform: translateX(-40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } /* ****************************** */ @-webkit-keyframes roll { 0% { -webkit-transform: translateX(500px) rotate(360deg); } 100% { -webkit-transform: translateX(0px) rotate(0deg); } } @-moz-keyframes roll { 0% { -moz-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -moz-transform: translateX(0px) rotate(0deg); opacity: 1; } } @-o-keyframes roll { 0% { -o-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -o-transform: translateX(0px) rotate(0deg); opacity: 1; } } @-ms-keyframes roll { 0% { -ms-transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { -ms-transform: translateX(0px) rotate(0deg); opacity: 1; } } @keyframes roll { 0% { transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { transform: translateX(0px) rotate(0deg); opacity: 1; } } .roll { -webkit-animation: roll 1s ease-out both, opacity 1s ease-out both; -moz-animation: roll 1s ease-out both, opacity 1s ease-out both; -o-animation: roll 1s ease-out both, opacity 1s ease-out both; -ms-animation: roll 1s ease-out both, opacity 1s ease-out both; animation: roll 1s ease-out both, opacity 1s ease-out both; } /* impostazioni select */ #pgall select { background-image: url(/source/arr_down.svg); background-repeat: no-repeat; background-position: 97.5% 50%; background-size:8px; } /**********************************/ /* elenchi puntati */ .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; } } /*****************************************/ .pulsante{ &:link, &:active, &:visited, &:focus { text-align: center; display: block; line-height: 40px; color: #fff; font-size: 15px; letter-spacing:1px; border:1px solid #fff; background-color: transparent; width: 100%; max-width: 120px; text-transform: uppercase; margin: 0 auto; padding: 0 5px; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); } &:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: $celeste-chiaro; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } &:hover { color: #FFF; &:before { -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } } img { margin: 0 6px; } &.inverso{ border:1px solid $celeste-chiaro; color:$celeste-chiaro; max-width:200px; &:hover{ color:#fff; } } &.primary-button{ border: 1px solid $primary-color; color:$primary-color; max-width: 200px; &:hover { color:#fff; &:before { background:$primary-color; color:#fff; } } } &.grande{ max-width: 300px; } } .no-pad { padding: 0px; } .no-fill-height{ align-items: flex-start; align-content: flex-start; } .no-margin{margin:0;} /* newsletter */ #pgall #email_min { height: 55px; text-indent: 10px !important; color: $body-color; font-size: 15px; -webkit-appearance: none; outline: none; background-color: $background-input; border-bottom:1px solid rgba(81,70,65,.3); &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: $body-color; } &::-moz-placeholder { /* Firefox 19+ */ color: $body-color; } &:-ms-input-placeholder { /* IE 10+ */ color: $body-color; } &:-moz-placeholder { /* Firefox 18- */ color: $body-color; } } #pgall #button_email_min { border: none; height: 55px; -webkit-appearance: none; background: none; background-color: $primary-color; width: 100%; color:#fff; font-size:15px; letter-spacing:1px; text-transform:uppercase; &:hover { background-color: $primary-color-hover; color:$primary-color; } } #wrapper_email_min { margin: 0 auto; margin-left: 0; width: 100%; margin-top: 35px; font-family:$nunito; @include media-breakpoint-down(md) { margin-left:auto; } .field_email_min { width: 69%; margin-right:1%; @include media-breakpoint-down(sm) { width: 100%; } } .field_button_min { width: 30%; @include media-breakpoint-down(sm) { width: 100%; margin-top:10px; } } .link_email { font-size: 13px; color: $body-color !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: $body-color !important; a { color: $body-color !important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: #428bca !important; } /* menu */ /* animazione icon menu */ .op_block { cursor: pointer; } .menu-ico{ &.flex{ justify-content:flex-start; } } .click { width: 25px; height: 18px; position: relative; //margin: 0px auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; @include media-breakpoint-down(md) { margin: 0px auto; } span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 0px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; &:nth-of-type(1) { top: 0px; } &:nth-of-type(2), &:nth-of-type(3) { top:7px; } &:nth-of-type(4) { top: 14px; } } } .click.open span { &:nth-of-type(1) { top: 18px; width: 0%; left: 50%; } &:nth-of-type(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } &:nth-of-type(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } &:nth-of-type(4) { top: 18px; width: 0%; left: 50%; } } /* *************************************************** */ /************ MENU SITO *****************/ .vedi-menu.slide-menu, ul.level1 ul.level2.slide-menu { //opacity:1 !important; /*visibility:visible !important; -webkit-transition: opacity 0.3s cubic-bezier(0.975,0.015,0.46,0.99),-webkit-transform 0.3s cubic-bezier(0.975,0.015,0.46,0.99), top 400ms ease; 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), top 400ms ease; -webkit-transform: scale(1) translate3d(0,0,0); -ms-transform: scale(1) translate3d(0,0,0); transform: scale(1) translate3d(0,0,0);*/ width:100%; .fascia-menu-2{ opacity:1; pointer-events:auto; } } .sf-sub-indicator { display: none; } ul.level1 { @include media-breakpoint-down(md) { } @include media-breakpoint-up(lg) { margin:0 auto; width: 100%; line-height:normal; } width:100%; li { position:relative; &.submenu-container{ &:hover{ ul.level2{ visibility: hidden; opacity: 0; } } } @include media-breakpoint-up(lg) { float:none !important; display:block !important; ul.level2{ } } @include media-breakpoint-down(md) { width:100%; line-height:normal; } &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a, a:hover,a.cmsCurrentPage{ color:rgba(255,255,255,1) !important; } &:last-child { } a,a:not([href]):not([tabindex]) { z-index: 5; font-size: 45px; color:rgba(255,255,255,.8); // padding: 18px 5px; // padding-left:0; // line-height:28px; letter-spacing:1px; cursor:pointer; width:100%; max-width:fit-content; line-height:1; padding-left:0; padding:10px 5px; @include media-breakpoint-down(lg) { font-size: 35px; line-height:24px; max-width:100%; } @include media-breakpoint-down(md) { width: 100%; background-position:95% 50%; text-align: left !important; padding:12px 0; font-size:30px; } @include media-breakpoint-down(sm) { padding: 10px 0; font-size:22px; line-height:26px; } span{ font-size:18px; display:block; margin-top:5px; @include media-breakpoint-down(md) { font-size:16px; } @include media-breakpoint-down(sm) { font-size:14px; line-height:17px; } } .cms-icon-angle-arrow-down{ vertical-align:middle; font-family:inherit !important; position:absolute; top:0; bottom:0; right:0px; font-size:15px; height:15px; margin:auto; display:none; &:before{ content:'+'; } } &.sf-with-ul{ @include media-breakpoint-down(md) { background-position: 95% 50%; } } } ul.level2.submenu { z-index: 999; margin: 0px; padding: 0; width:100%; position:relative; max-height: 0; transition: max-height 0.55s ease-out; overflow: hidden; visibility:visible; border-bottom:1px solid transparent; max-width:470px; &.slide-menu{ /* modifica menu mobile performance */ opacity: 1; max-height:500px; transition: max-height 0.75s ease-in; visibility:visible; border-bottom:1px solid #fff; } li { position: relative; z-index: 9999; line-height:normal; display:block; padding: 0px 5px; text-align: center; margin: 0; float: none; &:last-child{ } @include media-breakpoint-down(md) { width: 100%; margin: 0px; border: none; padding: 0; text-align:left; max-width:100%; } &:hover,&.sfHover, a:hover, a:active, a:focus{ outline: 0 !important; } a{ font-size:20px; line-height:23px; width: 100%; margin: 0px; padding:5px 10px; padding-left:30px; text-align:left; font-weight:normal; display:block; border:none; color:#fff; &.cmsCurrentPage, &:hover{ @include media-breakpoint-down(md) {color:$primary-color;} } @include media-breakpoint-down(md) { font-size:18px; line-height:23px; width: 100%; display: block; width: 100%; margin-right: 0; margin-left: 0; float: none; } @include media-breakpoint-down(sm) { padding-left:15px; } } &:last-child { } } } } } //modifica menù 2022 //test-form //.related_1652956707{ //modifica pubblicata il 19/10/2022 @include media-breakpoint-up(lg) { .vedi-menu{ .box-menu{ ul.level1{ li{ a{ opacity:0; transition: all 500ms linear; } } } } &.slide-menu{ z-index:89; padding-top: 4vw; .box-menu{ padding:0; ul.level1{ width:41.6666666667%; max-width:41.6666666667%; padding-left: 8.33333%; &:before{ content:''; position:absolute; top:0; right:0; bottom:0; background-size:cover; background-repeat:no-repeat; background-position:center center; position:fixed; z-index:0; height:100vh; max-height:100vh; width:58.3333333333%; max-width:58.3333333333%; display:flex; flex-direction:column; justify-content:center; padding: 0 5vw; background-image:url(/source/sf-menu-default.jpg); } li{ a{ opacity:1; } &:last-child{ a{ } } } li.submenu-container{ a{ border-bottom:1px solid transparent; &.link-active{ border-bottom:1px solid #fff; color:#fff; } } &.cmsCurrentPageContainerLevel_1{ & > a{ border-bottom:1px solid #fff; color:#fff; } } ul.level2{ position:fixed; right:0; top:0; bottom:0; z-index:1; height:100vh; max-height:100vh; width:58.3333333333%; max-width:58.3333333333%; display:flex; flex-direction:column; justify-content:center; padding: 0 5vw; opacity:0; visibility:hidden; transition: all 400ms ease; li{ a{ padding:10px 10px; color:rgba(255, 255, 255, .8); &:hover, &.cmsCurrentPage{ color:#fff; } } } &:after{ content:''; background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0.4822129535407913) 0%, rgba(0,0,0,0.3841737378545168) 6%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0) 100%); position:absolute; top:0; right:0; bottom:0; left:0; z-index:0; } &:before{ content:''; position:absolute; top:0; right:0; bottom:0; left:0; z-index:-1; background-size:cover; background-repeat:no-repeat; background-position:center center; } //hotel &.menu_8641a83823c7_container:before { background-image:url(/source/sf-menu-hotel.jpg); } //spa &.menu_7683854b0e54_container:before { background-image:url(/source/sf-menu-spa.jpg); } //gusto &.menu_350be8216889_container:before { background-image:url(/source/sf-menu-gusto.jpg); } //camere &.menu_fa0a01485cf5_container:before { background-image:url(/source/sf-menu-camere.jpg); } //passione &.menu_4d38ba07dc2b_container:before { background-image:url(/source/sf-menu-servizi.jpg); } //con te &.menu_8675ebf6c5b3_container:before { background-image:url(/source/sf-menu-proposte.jpg); } } ul.level2.slide-menu, ul.level2.slide-menu-hover { opacity:1; visibility:visible; } } } } } }//&.slide-menu } //}//related //per il menu da tablet a mobile .vedi-menu{ display:block; background-size:cover; background-position:center; background-repeat:no-repeat; background-image:url('/source/sf-menu.jpg'); z-index:90; -webkit-backface-visibility: hidden; width:0; max-width:1920px; top: 95px; left:0; bottom:0; margin:0 auto; position: fixed; box-sizing: content-box; transition: 0.5s; overflow-x: hidden; overflow-y:scroll; padding-top:25px; @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;} } @include media-breakpoint-down(md) { top:62px; //background:none; right:auto; padding-bottom:50px; } @include media-breakpoint-down(sm) { } &.fix{ @include media-breakpoint-down(md) { } } .box-menu{ padding:0 8.33333%; } .fascia-menu-2{ position:fixed; bottom:0; right:0; left:0; z-index:5; opacity:0; pointer-events:none; ul.level1{ li{ display:inline-block !important; width:auto; a{ text-transform:uppercase; font-size:15px; padding:0 20px; line-height:50px; color:$body-color; @include media-breakpoint-down(sm) {padding:0 7px;font-size:12px;line-height:40px;} &:hover, &.cmsCurrentPage{color:$primary-color !important;} } } } } } .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: 80; position: fixed; &.dw{ top:auto; bottom:0; background-color:$ocra-chiaro; line-height:55px; font-size:25px; text-align:center; border-top:#DCD6D1 1px solid; a{ display:block; color:$primary-color; line-height: 1; padding-top:10px; .txt{ display: block; font-size: 16px; line-height: 1; padding-bottom: 10px; padding-top: 5px; text-transform: capitalize; } } } } /*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) {border-top:1px solid #DCD6D1;} .link-lingua{ text-transform:uppercase; letter-spacing:1px; display:inline-block; margin:0 15px; color:rgba(81,70,65,.5); line-height:50px; @include media-breakpoint-down(sm) { line-height:40px; margin:0 7px; font-size:15px; } &:hover, &.cmsCurrentPage{ color:$body-color; } } &.lingue-top{ display: flex; align-content: center; justify-content: flex-start; .link-lingua{ margin:0 7px; line-height:50px; &:hover, &.cmsCurrentPage{ color:$primary-color-hover; //border-bottom:1px solid $primary-color-hover; position:relative; &:before{ content:''; height:1px; width:100%; background:$primary-color-hover; position:absolute; bottom:10px; left:0; right:0; } } } } } /***************************/ /* css elenco offerte */ .elenco-offerte { margin:20px 0; .offer-background-primary-color{ background-color:#fff; } .offer_list{ .offer-section{ text-transform:uppercase; font-weight:500; font-size:15px; padding-left:0; padding:0; background-color:transparent; padding-right:0; margin-top:30px; @include media-breakpoint-down(sm) { margin-top:15px; font-size:14px; } } .offer{ margin-bottom:35px; @include media-breakpoint-up(xl) { padding:0 15px; } @include media-breakpoint-down(sm) { margin-bottom:20px; } .img_container{ .offer-label{ padding: 8px 6px; right:0; &:after{ display:none; } } } .testi_container{ background-color:#fff !important; font-size:18px; .testi_container_inner{ padding:0 15px 15px 25px; @include media-breakpoint-down(sm) { padding:0 10px 10px 15px; } } } a.title{ color:$body-color; font-size:22px; line-height:26px; font-weight:normal; margin-top:15px; @include media-breakpoint-down(sm) {font-size:22px;line-height:24px;} &:hover{ color:$primary-color; } } .subtitle{ font-size:15px; line-height:18px; font-weight:500; @include media-breakpoint-down(sm) { line-height:18px; } } .validity{ color:rgba(81,70,63,.5); font-size:18px; line-height:20px; } .list_price{ border:none; color:$body-color; letter-spacing:1px; } .offer-button{ background-color:$ocra-chiaro; color:$body-color; .cms-icon{ font-size:14px; } &:hover{ background-color:$primary-color; color:#fff; } } &.blocchetto_prezzo .offerta-prezzo-cont{ font-size:12px; text-transform:none; .offerta-prezzo-condizione, .offerta-prezzo-a-partire-da{font-size:12px;} .offerta-prezzo{ font-size:22px; line-height:24px; font-weight:bold; &.offerta-prezzo-barrato{ color:$body-color; font-size:12px; font-weight:normal; text-decoration:line-through; } } } } } } /*********************************/ /* dettaglio super offerte */ .offer_detail.offer-component { .content { text-align: left; padding-top:25px; border-top:1px solid #bbb; } .slick-arrow{ &:before{ text-shadow:none; } } .strengths ul li { font-size: 15px; color: $primary-color !important; border-color: $primary-color; .cms-icon:before { color:$primary-color; } } .reviews { .baloon { font-size:16px; } } #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; } .pulsante{ border-color: $body-color; color: $body-color; max-width: fit-content; margin-left: 0; padding: 0 10px; &:before{ background:$body-color; } &:hover{ color: #fff; border-color: $body-color; &:before{ } } } h1 { margin-top: 0; margin-bottom:0; padding-left: 0; color:$body-color !important; position:relative; font-size:40px; line-height:43px; padding:20px 0; padding-bottom:0; text-transform:none; display:block; @include media-breakpoint-down(sm) { font-size:23px; line-height:25px; } } .subtitle { margin: 15px 0; margin-top: 0; color: $body-color; font-weight: bold; font-size: 18px; line-height: 22px; padding: 20px 0; text-transform: none; } .offer_header { .price { color:$body-color; } } .offer-primary-color { color: $primary-color; &.offerta-prezzo{ font-weight:bold; color:$primary-color; } } .periods { .period_body { border-width: 1px; border-left: 1px solid #bbb; border-right: 1px solid #bbb; } .period_head { background-color:#FFF; .price.offer-background-primary-color{ color:$body-color; .offerta-prezzo { color:$primary-color; } } } .item_value, .item_title { color:$body-color; font-size: 15px; } .item.featured { border-color: $primary-color!important; } .period_foot { .btn { background-color: $primary-color; color: #fff !important; font-weight:bold; text-transform:uppercase; transition: all 400ms ease; border-radius: 0 !important; outline: none !important; border: none !important; background-color:$primary-color; @include media-breakpoint-down(sm) {font-size:13px;} &:hover { background: $primary-color-hover !important; color:$primary-color !important; .cms-icon{ &:before{color:$primary-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-color; 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{ // background-color:@primary-color; // color:#fff; &:hover{ // background-color:@primary-color-hover; } } } } } } .offer-background-primary-color { background-color: $primary-color-hover; } h3 { font-weight: bold; } .offer-border-color { font-size:20px; letter-spacing:2px; padding-bottom:0; border-bottom:none; .offerta-prezzo-a-partire-da, .offerta-prezzo-condizione{font-size:20px;} } .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; } } } } .offer-component { .offer-label { background: $primary-color!important; color: #FFF !important; font-size:15px; letter-spacing:2px; } .offer-label:after { display:none; } } .offer_list { .offer { .box-offerta { background-color: $body-color; color: #fff; font-size: 13px; line-height: 15px; margin: 10px 0; .img_container { padding-right: 0; img { @include media-breakpoint-down(sm) { min-height:1px; max-width: 100%; } } } .cont-img { .offer-label { font-weight: 500; font-size: 16px; &:after { display: none; } } } .testi_container { padding: 15px 10px; @include media-breakpoint-down(lg) { padding:10px 5px; } .title { color: #fff; font-size: 15px; line-height: 17px; min-height: 50px; display: block; font-weight: 500; padding-top: 0; &:hover { color: $primary-color-hover; } } .sottotitolo { margin: 10px 0; } .condizioni { text-transform: uppercase; font-size: 11px; @include media-breakpoint-down(sm) { margin-top:10px; } .prezzo, .offerta-prezzo { font-size: 15px; line-height: 17px; } } .ico-sezione { margin-top: 5px; span { font-size: 23px; } } .pulsante { background-color: $primary-color; font-size: 14px; max-width: 100px; margin-top: 10px; margin-left: 0; line-height: 30px; font-size: 13px; @include media-breakpoint-down(lg) { letter-spacing:1px; font-size: 12px; } &:before { background-color: $primary-color-hover; } } .soldout_message { border: 1px solid $primary-color; background-color: transparent; .message_title { font-weight: normal; } .message_text { color: inherit; } } } } } } /* stile generale super offerte */ .offer-component { .offer-label { background: $primary-color!important; color: #FFF !important; } .offer-label:after { border-top-color: $primary-color-hover!important; } } /* css listato super offerte */ .offer_list { .offer { .box-offerta { background-color: $body-color; color: #fff; font-size: 13px; line-height: 15px; margin: 10px 0; .img_container { padding-right: 0; img { @include media-breakpoint-down(sm) { min-height:1px; max-width: 100%; } } } .cont-img { .offer-label { font-weight: 500; font-size: 16px; &:after { display: none; } } } .testi_container { padding: 15px 10px; @include media-breakpoint-down(lg) { padding:10px 5px; } .title { color: #fff; font-size: 15px; line-height: 17px; min-height: 50px; display: block; font-weight: 500; padding-top: 0; &:hover { color: $primary-color-hover; } } .sottotitolo { margin: 10px 0; } .condizioni { text-transform: uppercase; font-size: 11px; @include media-breakpoint-down(sm) { margin-top:10px; } .prezzo, .offerta-prezzo { font-size: 15px; line-height: 17px; } } .ico-sezione { margin-top: 5px; span { font-size: 23px; } } .pulsante { background-color: $primary-color; font-size: 14px; max-width: 100px; margin-top: 10px; margin-left: 0; line-height: 30px; font-size: 13px; @include media-breakpoint-down(lg) { letter-spacing:1px; font-size: 12px; } &:before { background-color: $primary-color-hover; } } .soldout_message { border: 1px solid $primary-color; background-color: transparent; .message_title { font-weight: normal; } .message_text { color: inherit; } } } } } } /**********************************/ /* SLICK SLIDER */ .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; } -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); .slick-track { position: relative; left: 0; top: 0; display: block; margin: 0 auto; zoom: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); &:before, &:after { content: ""; display: table; } &:after { clear: both; } .slick-slide { float: left; height: 100%; min-height: 1px; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); 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: 10px; width: 28px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -5px; padding: 0; border: none; outline: none; background-repeat: no-repeat; background-position: center; z-index:3; &:hover, &:focus { outline: none; } &:hover:before, &:focus:before, &:hover:before, &:focus:before { opacity: 1; } &.slick-disabled:before, &.slick-disabled:before { opacity: 0.25; } &:before, &:before { font-size: 10px; line-height: 1; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { left: 0; &:before { content: '\e903'; } } .slick-next { right: 0; &:before { content: '\e902'; } } /* 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{ background-color:$primary-color; @include media-breakpoint-down(lg) {} @include media-breakpoint-down(sm) { } .max-wdt{ max-width:100%; 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; display:inline-block; } } .cont-pulsante{ @include media-breakpoint-down(md) {position:initial !important;} .pulsante{ margin-top:20px; max-width:180px; .ico{ font-size:14px; margin-left:10px; } @include media-breakpoint-down(md) { height:65px; line-height:65px; font-size:0; max-width:36px; position:absolute; right:20px; bottom:0; top:0; margin:auto; @include media-breakpoint-down(sm) {right:10px;} .ico{ font-size:15px; } } } } .cont-offerta{font-size:12px;padding:15px 40px;padding-bottom:0;position:relative;color:#fff; @include media-breakpoint-down(lg) { padding:15px 20px; } @include media-breakpoint-down(md) { padding-bottom:15px; } @include media-breakpoint-down(sm) { padding:25px 20px; } .tag{ text-transform:uppercase; margin-bottom:25px; } h3{ &.titolo{ font-size:35px; line-height:1.3; min-height:35px; margin:0 auto; margin-bottom:10px; @include media-breakpoint-down(lg) { font-size:25px; line-height:27px; } @include media-breakpoint-down(md) { min-height:1px; } @include media-breakpoint-down(sm) { font-size:23px; line-height:25px; } a{ color:#fff; &:hover{ color:$primary-color-hover; } } } } .link-line{ color:#fff; &:after, &:before{ background-color:rgba(255,255,255,.25); } } .sottotitolo{ margin:10px auto; min-height:40px; margin-top:25px; margin-bottom:30px; line-height:24px; font-size:22px; @include media-breakpoint-down(md) { } } .cont-arrows{ line-height:40px; .prev,.next{ font-size:10px; display:inline-block; margin:0 5px; cursor:pointer; } .prev{margin-left:0;} } } } } } } .slick-prev, .slick-next{ height:15px; width:40px; line-height:40px; bottom:-35px; right:0px; left:auto; top:auto; margin-top:0; @include media-breakpoint-down(md) { } @include media-breakpoint-down(sm) { } } .slick-prev{ right:50px; @include media-breakpoint-down(sm) { } } } /* ***** Commenti ********* */ .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 5px; padding: 30px 35px; @include media-breakpoint-down(md) { padding:30px 20px; } @include media-breakpoint-down(sm) { padding:20px 15px; } a { display: inline-block; @include media-breakpoint-down(md) { } } .dati { font-weight:bold; } .tit-commento { font-size: 18px; line-height: 20px; padding-top: 6px; font-weight:bold; text-transform:uppercase; } .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 */ .slider-commenti{ .slick-prev,.slick-next{ position:absolute; top:auto; margin-top:0; bottom:-30px; } .slick-prev{ left:50%; margin-left:-40px; } .slick-next{ right:50%; margin-right:-40px; } .slide-commenti { padding:0 25px; .cont-commenti { padding: 30px 20px; font-size: 18px; border:1px solid $body-color; @include media-breakpoint-down(md) { text-align:center; padding: 25px 15px; } .box-dati{ font-size:14px; .logo{max-height:50px;display:inline-block !important;margin-right:10px;} } .titolo-commenti, #modalComments.modal-title { font-size: 20px; line-height: 22px; margin-bottom: 20px; font-weight: bold; min-height:50px; @include media-breakpoint-down(md) { min-height: 1px; } @include media-breakpoint-down(sm) {} a { color: $body-color; &:hover { color: $primary-color; } } } } } } .somodal-content{ .modal-title.titolo-commenti{ font-size: 26px; line-height: 27px; font-weight: bold; margin-bottom:25px; } .dati-commento{img{max-height:50px;}} } /* calendari booking */ #ui-datepicker-div { border: none; background-color: $primary-color; padding: 20px; color: #fff; font-size: 18px; -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2); z-index: 2 !important; } .ui-datepicker-calendar tbody tr td a.ui-state-hover, .ui-datepicker-calendar .dp-highlight .ui-state-default { background: $primary-color-hover; } .ui-widget-content { background: $primary-color !important; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: $primary-color !important; font-weight: lighter !important; color: #fff !important; border: none !important; text-align: center !important; } .TitankaCommonObjects .ui-widget-content, .TitankaCommonObjects .ui-widget-header { color: #fff !important; } .TitankaCommonObjects .ui-datepicker-multi .ui-datepicker-group { border-right: none; } .ui-datepicker-calendar thead tr th, .TitankaCommonObjects .ui-datepicker-calendar thead tr th { border-top: 1px solid #fff; border-bottom: 1px solid #fff; } .ui-widget-header { background: none !important; border: none !important; } .ui-datepicker-group-first { border-right: #fff 1px solid; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .2 !important; } .ui-widget-header .ui-icon { background-image: url(/source/ui-icons_b7985b_256x240.png) !important; cursor: pointer; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: none !important; background: none !important; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 2px !important; } .ui-datepicker .ui-datepicker-prev-hover { left: 2px !important; } .ui-datepicker .ui-datepicker-next-hover { right: 2px !important; } .dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-active { background-color: $primary-color-hover !important; } /*****************************/ .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,.slider-img-home { position:relative; &.home{ .slick-prev, .slick-next{ display:none !important; } } &:before{ position:absolute; top:0; bottom:0; right:0; left:0; z-index:2; //background-color:rgba(0,0,0,.4); content:''; display:block; pointer-events:none; } a { display: block; img { padding: 5px; } } .slick-prev, .slick-next{ bottom:75px; top:auto; margin-top:0; @include media-breakpoint-down(lg) { bottom:40px; } } .slick-next{ right:145px; @include media-breakpoint-down(lg) { right:80px; } @include media-breakpoint-down(sm) { right:40px; } } .slick-prev{ right:190px; left:auto; @include media-breakpoint-down(lg) { right:125px; } @include media-breakpoint-down(sm) { right:85px; } } } .slider-img-home{ &:before{ position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; background: rgba(0, 0, 0, 0.25); //background: rgba(85, 85, 85, 0.35); // background: linear-gradient(180deg, rgba(85, 85, 85, 0.7) 0%, rgba(85, 85, 85, 0) 50%); } } .freccia-none { opacity: 0; pointer-events: none; } /*******************/ /* VIDEO YOUTUBE RESPONSIVE */ .wrapper-video, .wrapper-iframe { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .wrapper-video iframe, .wrapper-iframe 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-color; 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-color; 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-color; } b { display: block; min-height: 40px; } } } h3 { text-align: left; font-size: 25px; margin-bottom: 15px } } .tab-content * { -webkit-animation: scale 0.7s ease-in-out; -moz-animation: scale 0.7s ease-in-out; 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; -moz-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; -o-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; -webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.4s cubic-bezier(0.77, 0, 0.175, 1), margin 0.4s cubic-bezier(0.77, 0, 0.175, 1), left 0.4s cubic-bezier(0.77, 0, 0.175, 1); -webkit-transition-delay: 0s, 0.3s, 0.3s, 0.6s; 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; -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); 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; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transform: translate3d(-20px, 0, 0); -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); -moz-transition: opacity 0s linear 0.6s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; -o-transition: opacity 0s linear 0.6s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transition-delay: 0.6s, 0.6s; 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; 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-color-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-color !important; } img{ margin-bottom:25px; } } /* 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; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; 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; } } //lista-custom utilizza l'immagine nel before .lista-custom { list-style-type: none; padding: 25px 0px; li { position: relative; padding: 3px 0px 3px 20px; line-height:1.2; list-style-position: inside; &:before { content: '/'; position: absolute; left: 0; top: 6px; margin: auto; height: 18px; font-size: 18px; } } } .popup-nascosto { .summary, button.btn { display: none; } .modal-header { border: none; .close { margin-top: -15px; font-size: 35px; } } .modal-content { background-color: $primary-color; 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; &.middle{ vertical-align:middle; } } #imagelightbox-caption{display:none;} .pad-centrale{ padding:60px 0; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { padding:40px 0; } @include media-breakpoint-down(sm) { padding:30px 0; } &.big{ padding:120px 0; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { padding:40px 0; } @include media-breakpoint-down(sm) { padding:30px 0; } } } .no-top{ padding-top: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-color-hover;} } &:before{ content: "\e917"; color:$primary-color; border:none; font-size:25px; display:block; margin-right:0; margin:0 auto; width:auto; height:auto; } &.imagelightbox-arrow-right{ &:before{ -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } } } /*************** Centralizzazzione guide PERFORMANCE ******************/ .mrprenoForm{ /*classe della guida wrp_guide_button*/ .wrp_guide_button{ margin-top: 25px; padding-right:15px; display: block; text-align: right; width:100%; img{ max-width: 100%; } } } .so_newsletterForm{ /*classe della guida wrp_guide_button*/ .wrp_guide_button{ margin-top: 25px; display: block; text-align: right; img{ } } } /*classe assegnata all oggetto comune delle guide, non lo rendo visibile altrimenti sarebbe esploso fuori*/ .cnt_text_popup{ display:none; text-align: center; } /*rendo visibile il contenuto del popup dentro il modal*/ .somodal{ .cnt_text_popup{ display:block; text-align: center; img{ max-width: 100%;} } } /*****************************************************************/ /* forzatura b.o. 3.2 per div ad incastro */ .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; &.flt_right{ float:right; } } } } /**************************************************/ .top-sito{ /*position:absolute; top:0; bottom:0; left:0; right:0; background-color:rgba(85,85,85,.25);*/ color:#fff; font-size:15px; .dati-top{ letter-spacing:1px; a{color:#fff;} } .fascia-top{ position:fixed; top:0px; right:0; left:0; padding:0 30px; height:95px; z-index:90; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; @include media-breakpoint-down(md) { height:auto; } .box-link-top{ .flt_right{ @include media-breakpoint-up(lg) { width:50%; } @include media-breakpoint-down(md) { // width:50%; .pulsante, .link-line{ font-size:11px; line-height:30px; } .link-line{margin-right:10px;color:#fff; &:after,&:before{ background-color:rgba(255,255,255,.25); } } } } } .logo-blu{ opacity:0; pointer-events:none; position:absolute; top:0; left:0; right:0; margin:auto; } .link-line{ @include media-breakpoint-up(lg) { //opacity:0; //pointer-events:none; color:#fff; &:after, &:before{background-color:#fff;} } } &.fix,&.open{ background-color:$ocra-chiaro; color:$body-color; .dati-top{ a{color:$body-color;} } .logo-bianco{ opacity:0; pointer-events:none; @include media-breakpoint-down(lg) { height:0; } } .logo-blu, .link-line{ opacity:1; pointer-events:auto; @include media-breakpoint-down(lg) { height:auto; } } .logo-mobi{color:$primary-color;} .box-link-top .flt_right{ .link-line{ color:$body-color; &:after, &:before{ background: rgba(81,70,65,.25); } } } .pulsante{ border-color:$primary-color; color:$primary-color; &:hover{color:#fff;} } .click{ span{ background-color:$body-color; } } .lingue-top{ .link-lingua{ &:hover, &.cmsCurrentPage{ &:before{ background:$primary-color; } } } } } .logo{ line-height:90px; } @include media-breakpoint-down(lg) { padding:0 10px; } @include media-breakpoint-down(md) { padding:0 5px; } } } /*pag standby */ .related_1647258150{ .fascia-top{ background-color:$ocra-chiaro; color:$body-color; .dati-top{ a{color:$body-color;} } .logo-bianco{ opacity:0; pointer-events:none; } .logo-blu, .link-line{ opacity:1; pointer-events:auto; } .logo-mobi{color:$primary-color;} .box-link-top .flt_right{ .link-line{ color:$body-color; &:after, &:before{ background: rgba(81,70,65,.25); } } } .pulsante{ border-color:$primary-color; color:$primary-color; &:hover{color:#fff;} } .click{ span{ background-color:$body-color; } } } } .link-line{ max-width: 100px; position: relative; display: block; line-height: 40px; outline: none; color: $body-color; font-size: 15px; margin: 0 auto; text-transform:uppercase; letter-spacing:2px; text-align:center; &:after, &:before{ position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: rgba(81,70,65,.25); content: ''; -webkit-transition: -webkit-transform .3s; -moz-transition: -moz-transform .3s; transition: transform .3s; } &:after{ opacity: 1; top: calc(100% - 4px); -webkit-transition: top .3s,opacity .3s,-webkit-transform .3s; -moz-transition: top .3s,opacity .3s,-moz-transform .3s; transition: top .3s,opacity .3s,transform .3s; } &:hover{ &:before, &:after{ } &:after{ top:0; } } &.blu{ color:$primary-color; &:after, &:before{background-color:$primary-color;} } } .link-line2{ max-width: 150px; position: relative; display: block; line-height: 40px; outline: none; color: $primary-color-hover; font-size: 15px; margin: 0 auto; text-transform:uppercase; letter-spacing:2px; text-align:center; &:after, &:before{ position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: $primary-color-hover; content: ''; -webkit-transition: -webkit-transform .3s; -moz-transition: -moz-transform .3s; transition: transform .3s; } &:after{ opacity: 1; top: calc(100% - 4px); -webkit-transition: top .3s,opacity .3s,-webkit-transform .3s; -moz-transition: top .3s,opacity .3s,-moz-transform .3s; transition: top .3s,opacity .3s,transform .3s; } &:hover{ &:before, &:after{ } &:after{ top:0; } } &.blu{ color:$primary-color-hover; &:after, &:before{background-color:$primary-color-hover;} } } .logo-mobi{ color:#fff; font-size:30px; .icon-logo-mobi{display:block;} } .link-offerte{ a.link-line{ color:#fff; width:auto; max-width:inherit; margin:0 10px; font-size:14px; &:after,&:before{ background-color:rgba(255,255,255,.25); } } } ul.plus{ list-style-type: none; padding: 0; padding-top: 25px; li{ padding: 10px 5px; } } .dw{ font-size: 16px; .dati-dw { a{ color:$primary-color; } span[class^="icon-"] { //margin: 6px auto; //display: block; font-size: 20px; } } } .loghi-dw{ padding-bottom:20px; margin-bottom:15px; .imagegroup_item{ float:none !important; display:inline-block; padding:0 3%; @include media-breakpoint-down(sm) { display:block; padding:10px; } } img{ max-width:155px !important; @include media-breakpoint-down(lg) { max-width:120px !important; } } } .privacy-credits{ font-size:12px; color:#645953; a{color:#645953;} } .nascosto-mobi{ @include media-breakpoint-down(sm) { display:none; } } .continua{ margin-top:15px; text-transform:uppercase; letter-spacing:1px; font-size:15px; display:block; &:hover{color:$body-color;} span{display:none} em{font-style:normal;} img{ height:3px; margin-left:6px; margin-top:-2px; } &.aperto{ span{display:inline-block} em{display:none;} img{ -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } } } /* LOCOMOTIVE SCROLL */ /*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */ /* body::-webkit-scrollbar{ @include media-breakpoint-up(lg) { display:none; } } html.has-scroll-smooth { overflow: hidden; //prova risoluzione problema scroll chrome //backface-visibility: hidden; // transform: translateZ(0); } //prova risoluzione problema scroll chrome [data-load-container] { @include media-breakpoint-up(xl) { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100vw; } } html.has-scroll-dragging { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .has-scroll-smooth body { overflow: hidden; } .has-scroll-smooth [data-scroll-container] { min-height: 100vh; } [data-scroll-direction="horizontal"] [data-scroll-container] { height: 100vh; display: inline-block; white-space: nowrap; } [data-scroll-direction="horizontal"] [data-scroll-section] { display: inline-block; vertical-align: top; white-space: nowrap; height: 100%; } .c-scrollbar { position: absolute; right: 0; top: 0; width: 11px; height: 100%; transform-origin: center right; transition: transform 0.3s, opacity 0.3s; opacity: 0; } .c-scrollbar:hover { transform: scaleX(1.45); } .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar { opacity: 1; } [data-scroll-direction="horizontal"] .c-scrollbar { width: 100%; height: 10px; top: auto; bottom: 0; transform: scaleY(1); } [data-scroll-direction="horizontal"] .c-scrollbar:hover { transform: scaleY(1.3); } .c-scrollbar_thumb { position: absolute; top: 0; right: 0; background-color: black; opacity: 0.5; width: 7px; border-radius: 10px; margin: 2px; cursor: -webkit-grab; cursor: grab; } .has-scroll-dragging .c-scrollbar_thumb { cursor: -webkit-grabbing; cursor: grabbing; } [data-scroll-direction="horizontal"] .c-scrollbar_thumb { right: auto; bottom: 0; } */ /**************************************************************************/ .img-top{ height:100vh; position:relative; @include media-breakpoint-down(md) { height:500px; } @include media-breakpoint-down(sm) { height:100vh; } .so_imageGroup, .so_backofficeContentDetail,.so_backofficeContentDetail .so_content_int,.so_backofficeContentDetail .so_content_int .TitankaCommonObjects,.so_backofficeContentDetail .so_content_int .TitankaCommonObjects .lastminute_wrapper, .so_backofficeContentDetail .so_content_int .TitankaCommonObjects .lastminute_wrapper > div{ height:100%; .sfondo-top{ background-repeat:no-repeat; background-size:cover; background-position:center; height:100%; &:before{ position:absolute; content:''; top:0; bottom:0; left:0; right:0; z-index:2; background: rgb(85,85,85, .35); background: linear-gradient(180deg, rgba(85,85,85,.7) 0%, rgba(85,85,85,0) 50%); @include media-breakpoint-down(md) { background-color:rgba(85,85,85,.55); } } } } .titolo-pag{ color:#fff; position:absolute; z-index:3; left:8.33333%; bottom:20%; @include media-breakpoint-down(md) { bottom:auto; left:0; right:0; margin:auto; text-align:center; top:350px; } } .logo-mobi{ position:absolute; top:200px; right:0; left:0; margin:auto; z-index:3; @include media-breakpoint-up(md) {top:130px;} img{height:85px;} } } //clone .img-top2{ height:100vh; position:relative; @include media-breakpoint-down(md) { height:500px; } @include media-breakpoint-down(sm) { height:500px; } .so_imageGroup, .so_backofficeContentDetail,.so_backofficeContentDetail .so_content_int,.so_backofficeContentDetail .so_content_int .TitankaCommonObjects,.so_backofficeContentDetail .so_content_int .TitankaCommonObjects .lastminute_wrapper, .so_backofficeContentDetail .so_content_int .TitankaCommonObjects .lastminute_wrapper > div{ height:100%; .sfondo-top{ background-repeat:no-repeat; background-size:cover; background-position:center; height:100vh; @include media-breakpoint-down(md) { height:500px; } @include media-breakpoint-down(sm) { height:500px; } &:before{ position:absolute; content:''; top:0; bottom:0; left:0; right:0; z-index:2; background: rgb(85,85,85, .35); background: linear-gradient(180deg, rgba(85,85,85,.7) 0%, rgba(85,85,85,0) 50%); @include media-breakpoint-down(md) { background-color:rgba(85,85,85,.55); } } } } .titolo-pag{ color:#fff; position:absolute; z-index:3; left:8.33333%; bottom:20%; @include media-breakpoint-down(md) { bottom:auto; left:0; right:0; margin:auto; text-align:center; top:280px; } } .logo-mobi{ position:absolute; top:200px; right:0; left:0; margin:auto; z-index:3; @include media-breakpoint-up(md) {top:130px;} img{height:85px;} } } .related_1629722607{ /* pag vitaliter */ .img-top{ &:before{ position:absolute; content:''; top:0; bottom:0; left:0; right:0; z-index:2; background: rgb(85,85,85, .35); background: linear-gradient(180deg, rgba(85,85,85,.7) 0%, rgba(85,85,85,0) 50%); @include media-breakpoint-down(md) { background-color:rgba(85,85,85,.55); } } } } .sf-line{ background-repeat:no-repeat; background-position:top right; background-image:url('/source/sf-line-dx.jpg'); @include media-breakpoint-down(sm) { background-size:contain; } &.blu{ background-position:bottom right; background-image:url('/source/sf-line-dx-blu.jpg'); @include media-breakpoint-down(md) { background-size:350px; } @include media-breakpoint-down(sm) { background:none; background-color:$primary-color; } } &.ocra{ color:$body-color; background-image:url('/source/sf-line-sx-ocra.jpg'); background-position:bottom left; } &.sx{ background-position:top left; background-image:url('/source/sf-line-sx.jpg'); @include media-breakpoint-down(md) { background-size:contain; } } &.san-valentino-1{ background-repeat:no-repeat; background-position:top right; background-image:url('/source/line-sezione-1.jpg'); @include media-breakpoint-down(sm) { background-size:contain; } } &.san-valentino-2{ background-repeat:no-repeat; background-position:top right; background-image:url('/source/line-sezione-2.jpg'); @include media-breakpoint-down(sm) { background-size:contain; } } &.san-valentino-3{ background-repeat:no-repeat; background-position:top right; background-image:url('/source/line-sezione-3.jpg'); @include media-breakpoint-down(sm) { background-size:contain; } } &.san-valentino-4{ background-repeat:no-repeat; background-position:top right; background-image:url('/source/line-sezione-4.jpg'); @include media-breakpoint-down(sm) { background-size:contain; } } } .no-overflow{ overflow:hidden; } .margine-top{ margin-top:8vw; } .pad-left-big{ padding-left:65px; @include media-breakpoint-down(lg) { padding-left:40px; } @include media-breakpoint-down(sm) { padding-left:15px; } } .pad-right-big{ padding-right:65px; @include media-breakpoint-down(lg) { padding-right:40px; } @include media-breakpoint-down(sm) { padding-right:15px; } } .pad-left{ @include media-breakpoint-down(md) { padding-left:15px; } } .pad-right{ @include media-breakpoint-down(md) { padding-right:15px; } } .lettere{ position:absolute; top:0; bottom:0; right:0; left:0; z-index:2; font-size:35vw; height:35vw; margin:auto; text-align:center; color:rgba(255,255,255,.5); display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; } .scacchiera-m-top{ margin-top:70px; } .logo-bv-scacchiera{ .icon-logo-nero-footer{ font-size:80px; height:80px; text-align:center; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; pointer-events:none; } } .box-trattamento{ .link-line{ font-family:$nunito; max-width:225px; margin-left:0; margin-top:25px; } span[class^="icon-"] { margin-bottom: 3px; margin-left: 5px; font-size: 16px; color:$primary-color; } a { font-weight: bold; } } .box-chi-siamo{ @include media-breakpoint-down(sm) { margin:10px 0; } &:before{ position:absolute; top:0; bottom:0; right:0; left:0; background-color:rgba(0,0,0,.5); z-index:2; pointer-events:none; content:''; } .didascalia{ color:#fff; font-size:22px; position:absolute; right:0; left:0; bottom:90px; text-align:center; z-index:2; padding:0 25px; @include media-breakpoint-down(lg) { bottom:50px; } @include media-breakpoint-down(md) { bottom:30px; font-size:18px; } &.up{ bottom:auto; top:90px; @include media-breakpoint-down(lg) { top:50px; } @include media-breakpoint-down(md) { top:30px; } } } } .box-link-camere{ .link-line{ width:auto; max-width:100%; margin:0 15px; @include media-breakpoint-down(md) { margin:0 6px; font-size:13px; } @include media-breakpoint-down(sm) { font-size:15px; } &.cmsCurrentPage{ pointer-events:none; } } } .mixitup-control { text-align: center; margin-bottom:40px; width:100%; button { display: inline-block; background-color: $primary-color-hover; color: $body-color; line-height: 35px; text-align: center; border: 0 none; margin: 0 3px; transition: background 400ms ease; padding: 0 15px; text-transform:uppercase; font-size:18px; &.hidden{ display:none !important; visibility:hidden !important; } @include media-breakpoint-down(sm) { padding:0 5px; font-size:15px; margin:8px 2px; } &.mixitup-control-active, &:hover, &:focus { background-color: $primary-color; outline: none; color: #fff; } } } .video-home{ video{ display:block; height:100vh; object-fit:cover; width:100%; @include media-breakpoint-down(md) { height:500px; } @include media-breakpoint-down(sm) { height:100vh; } } } .line-home{ position:absolute; top:0; right:0; left:0; pointer-events:none; text-align:center; margin-left:-8%; @include media-breakpoint-down(sm) { margin-left:-125%; img{ max-width:250% !important; } } &.gusto{ top:auto; right:auto; left:0; margin-left:0; text-align:left; bottom:0; } } .fascia-tendina{ .tenda, .tenda-due{ background-color:$primary-color; display:block; height:100%; position:absolute; width:0; left:0; z-index:2; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .height-tenda{ height:300vh; } .box-tenda{ /*position:absolute; top:0; left:0; right:0; height:100vh;*/ //@include media-breakpoint-down(lg) { padding:150px 15px; height:auto; position:relative; left:auto; right:auto; top:auto; //} @include media-breakpoint-down(md) { padding:75px 15px; } h3{ width:100%; max-width:975px; margin:0 auto; text-align:center; position:relative; z-index:3; mix-blend-mode: luminosity; line-height:1.3; } } } .fascia-camere-home{ padding-right:45px; color:#fff; @include media-breakpoint-down(md) { padding-right:15px; padding-left:15px; } .box-descrizione-camere-home{ flex-flow:column; align-items: center; -webkit-align-items: flex-start; padding:0 4%; @include media-breakpoint-down(md) { padding:35px 25px; } h3{ margin-bottom:25px; } .forzatura-bo-32{width:100%;} .link-line{ color:#fff; &:after,&:before{ background-color:#fff; } } .arrows-home{ line-height:40px; .prev,.next{ font-size:10px; display:inline-block; margin:0 5px; cursor:pointer; color:#fff; } .prev{margin-left:0;} } background-repeat:no-repeat; background-position:top left; background-image:url('/source/line-camere.jpg'); } } .slider-spa-home, .slider-spa-home-clone{ @include media-breakpoint-down(lg) { //margin-top:50px; } @include media-breakpoint-down(sm) { margin-top:0px; } .box-slide{ position:relative; @include media-breakpoint-down(sm) { margin:10px 0; } .didascalia{ position:absolute; color:#fff; top:0; bottom:0; right:0; left:0; background-image:url('/source/ombra-bottom-spa-home.png'),url('/source/ombra-top-spa-home.png'); background-repeat:repeat-x; background-position:bottom left, top left; flex-flow:column; display: -ms-flexbox; display: -webkit-flex; display: flex; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; align-items: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; padding:0 120px; @include media-breakpoint-down(lg) {padding:0 60px;} @include media-breakpoint-down(sm) {padding:0 25px;} .link-line{ max-width:100%; display:inline-block; margin-top:20px; color:#fff; @include media-breakpoint-down(sm) { line-height:normal; padding:15px 0; text-align:left; } &:after,&:before{ background-color:rgba(255,255,255,.25); } } } } } .slider-spa-home-clone{ .didascalia{ position:absolute; color:#fff; top:0; bottom:0; right:0; left:0; background-image:url('/source/ombra-bottom-spa-home.png'),url('/source/ombra-top-spa-home.png'); background-repeat:repeat-x; background-position:bottom left, top left; flex-flow:column; display: -ms-flexbox; display: -webkit-flex; display: flex; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; align-items: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; padding:0 120px; background: rgba(0, 0, 0, 0.25); @include media-breakpoint-down(lg) {padding:0 60px;} @include media-breakpoint-down(sm) {padding:0 25px;} .link-line{ max-width:100%; display:inline-block; margin-top:20px; color:#fff; @include media-breakpoint-down(sm) { line-height:normal; padding:15px 0; text-align:left; } &:after,&:before{ background-color:rgba(255,255,255,.25); } } } } .box-link-spa{ position:absolute; bottom:0; right:0; left:0; margin:auto; .inline{ width:33.333333%; } a{ text-transform:uppercase; color:#fff; font-size:12px; letter-spacing:2px; margin-bottom:30px; display:block; text-align:center; @include media-breakpoint-down(md) {font-size:10px;} &:hover{ color:rgba(255,255,255,.6); } } } .didascalia-gusto{ padding-top:6%; .link-line{ max-width:190px; color:#fff; &:after, &:before{ background-color:rgba(255,255,255,.25); } } } .box-footer-home{ .didascalia{ position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; //background-color:rgba(0,0,0,.4); background: rgba(0, 0, 0, 0.25); color:#fff; text-align:center; z-index:2; flex-flow:column; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; align-content: center; justify-content: center; -webkit-justify-content: center; -webkit-align-content: center; h3{ max-width:380px; margin:0 auto; color:rgba(248,242,240,.8); @include media-breakpoint-down(sm) { padding:0 15px; } } .link-line{ margin-top:70px; display:inline-block; max-width:100%; color:#fff; @include media-breakpoint-down(sm) { margin-top:30px; } &:after, &:before{ background-color:rgba(255,255,255,.25); } } } } .c-scrollbar{display:none;} /* nascondo barra di scorrimento */ .piccolo{font-size:16px;margin-top:15px;} .cont-servizi{ padding-bottom:0; .txt-servizi{ padding:25px 5px; h4{ font-weight:bold; margin-bottom:25px; } } } .wrapper-video{ lite-youtube{background-image:url('/source/cura-poster.jpg') !important;background-repeat:no-repeat;background-size:cover; &:before{display:none;} } } .pianta-circolare{ position:absolute; right:50px; bottom:-100px; @include media-breakpoint-down(sm) { bottom:-50px; right:20px; max-width:50%; } img{ @include media-breakpoint-down(md) {max-height:250px;} } } .list-news{ display: flex; flex-wrap: wrap; .blk-news{ display:flex; margin-bottom:35px; padding: 0 15px; .cont{ background:$primary-color-hover; padding:25px; h2{ margin-bottom:0; margin-top:15px; font-size: 22px; line-height: 26px; a{ font-size: 22px; line-height: 26px; font-weight: normal; margin-top: 15px; } } .sottotitolo{ font-size: 15px; line-height: 18px; font-weight: 500; padding-top: 10px } .foot{ margin-top:30px; display:flex; align-items: center; justify-content:flex-end; .pulsante{ color:$primary-color; max-width:200px; margin-right: 0; &:hover{ color:$primary-color-hover; } } } } } } .dettaglio-news{ h1{ display:block; font-size: 44px; line-height: 1.3; } .pulsante{ border-color: $body-color; color: $body-color; max-width: fit-content; margin-left: 0; padding: 0 10px; &:before{ background:$body-color; } &:hover{ color: #fff; border-color: $body-color; } } } //pagina dettaglio-offerte .related_1629801392[data-load-container],#pgall[data-load-container]{ position:static; width: 100%; } //pagina dettaglio-offerte - no img top .related_1629801392, .related_1655477350, .related_1663843425{ .top-sito{ .fascia-top{ background-color: $ocra-chiaro; color: $body-color; .pulsante{ border-color: $primary-color; color: $primary-color; &:hover{ color:$primary-color-hover; } } .box-link-top{ .flt_right{ .link-line{ color:$body-color; &:after, &:before{ background: rgba(81, 70, 65, .25); } } } } .click{ span{ background-color:$body-color; } } .logo-bianco{ opacity:0; } .logo-blu{ opacity:1; } } } .img-top{ display:none; } .dettaglio-offerte{ margin-top:100px; @include media-breakpoint-down(md) { margin-top:50px; } #ContContatti{ display:none; } .day-spa{ #ContContatti{ display:block; } } } .large{ padding-top:70px; } } //stile personalizzato per barra menu pagina qr-menu .related_1655477350 { .logo-qr-menu{ img{ max-height:100px; max-width:100%; @include media-breakpoint-down(md) { max-height:80px; } } } .fascia-top{ height:130px; @include media-breakpoint-down(md) { height:80px; } &.fix{ .logo-qr-menu{ img{ max-height:80px; max-width:100%; @include media-breakpoint-down(md) { max-height:50px; } } } } } } html[lang="en-gb"]{ } .pulsante-offerta{ display:block; border: none; border-radius: 0; background-color: $primary-color; text-transform:uppercase; font-weight: normal; cursor: pointer; color: #fff !important; width: auto !important; padding: 0px 10px; height: 50px; line-height: 50px; width: 100%; max-width: 240px; font-size: 15px; letter-spacing:2px; margin-top: 10px; -webkit-appearance: none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; text-align:center; &:hover{ background: $celeste-chiaro; } } .box-offerte-sanvalentino{ background-color:$primary-color; color:#fff; padding:50px; @include media-breakpoint-down(md) { padding:25px; } h3{ font-size:35px; } } .freccia-txt{ .ico{ transform: rotate(270deg); } } .lingue-top{ } .cnt-whatsapp-btn{ position:fixed; right:25px; bottom: 25px; z-index:1; a{ background-color: #25D366; padding: 10px; border-radius: 50%; color:#fff; display:block; .icon-whatsapp-logo:before { font-size:40px; } } @include media-breakpoint-down(md) { right:15px; bottom:75px; } }