// variabili sito $primary-color: #DA0413; $primary-color-hover: #707070; $background-input: #DFDFDF; $color-form: #707070; // ****************************************************** // variabili bootstrap $primary: $primary-color; $font-family-sans-serif: 'Raleway', sans-serif; $font-size-base: 19px; $grid-gutter-width: 10px; $body-color:#707070; $link-color: $body-color; $border-radius: 0; $border-radius-lg: 0; $border-radius-sm: 0; $grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px ); // bootstrap @import "bootstrap4.3.1/scss/functions"; @import "bootstrap4.3.1/scss/variables"; @import "bootstrap4.3.1/scss/mixins"; @import "bootstrap4.3.1/scss/root"; @import "bootstrap4.3.1/scss/reboot"; @import "bootstrap4.3.1/scss/type"; @import "bootstrap4.3.1/scss/images"; //@import "bootstrap4.3.1/scss/code"; @import "bootstrap4.3.1/scss/grid"; @import "bootstrap4.3.1/scss/tables"; @import "bootstrap4.3.1/scss/forms"; @import "bootstrap4.3.1/scss/buttons"; @import "bootstrap4.3.1/scss/transitions"; @import "bootstrap4.3.1/scss/dropdown"; //@import "bootstrap4.3.1/scss/button-group"; //@import "bootstrap4.3.1/scss/input-group"; //@import "bootstrap4.3.1/scss/custom-forms"; //@import "bootstrap4.3.1/scss/nav"; //@import "bootstrap4.3.1/scss/navbar"; //@import "bootstrap4.3.1/scss/card"; //@import "bootstrap4.3.1/scss/breadcrumb"; //@import "bootstrap4.3.1/scss/pagination"; //@import "bootstrap4.3.1/scss/badge"; //@import "bootstrap4.3.1/scss/jumbotron"; //@import "bootstrap4.3.1/scss/alert"; //@import "bootstrap4.3.1/scss/progress"; //@import "bootstrap4.3.1/scss/media"; //@import "bootstrap4.3.1/scss/list-group"; @import "bootstrap4.3.1/scss/close"; //@import "bootstrap4.3.1/scss/toasts"; //@import "bootstrap4.3.1/scss/modal"; //@import "bootstrap4.3.1/scss/tooltip"; //@import "bootstrap4.3.1/scss/popover"; //@import "bootstrap4.3.1/scss/carousel"; //@import "bootstrap4.3.1/scss/spinners"; @import "bootstrap4.3.1/scss/utilities"; //@import "bootstrap4.3.1/scss/print"; body { margin: 0; padding: 0; } a, a:hover, a:focus { text-decoration: none; } .colore-uno { color: $primary-color; } .colore-due { color: $primary-color-hover; } .bgk-uno { background-color: $primary-color; } .bgk-due { background-color: $primary-color-hover; color:#fff; } @font-face { font-family: 'icomoon'; src: url('/source/icomoon.eot?b52ngp'); src: url('/source/icomoon.eot?b52ngp#iefix') format('embedded-opentype'), url('/source/icomoon.ttf?b52ngp') format('truetype'), url('/source/icomoon.woff?b52ngp') format('woff'), url('/source/icomoon.svg?b52ngp#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } [class^="icon-"], [class*=" icon-"], .imagelightbox-arrow: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-facebook:before { content: "\e900"; } .icon-freccia-giu:before { content: "\e901"; } .icon-freccia-su:before { content: "\e902"; } .icon-instagram:before { content: "\e903"; } .icon-riga:before { content: "\e904"; } .icon-youtube:before { content: "\e905"; } /* 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; transition: all 400ms ease; } a, a:active, a:focus, a:link, a:visited, input[type="submit"] { transition: all 400ms ease; outline: none; text-decoration: none; } .freccia-none, .pulsante, .slick-next, .slick-prev, .tendina-lingue, .transition_400{ transition: all 400ms ease; } .transition_600 { transition: all 600ms ease; } .slick-slide { outline: none; } label { font-weight: normal; margin: 0; } input[type="checkbox"], input[type="radio"] { margin: 0; } /* ******* PLACEHOLDER ******* */ @mixin input-placeholder($color) { &::-webkit-input-placeholder{ color: $color; } &:-ms-input-placeholder{ color: $color; } &::placeholder { color: $color; } } /* ***************************** */ .table-box { display: table; table-layout: fixed; width: 100%; @include media-breakpoint-down(md) { display:block; } } .table-cell { display: table-cell; vertical-align: middle; float: none; @include media-breakpoint-down(md) { display:block; } } .flex { @include media-breakpoint-up(md) { display: flex; align-items: center; align-content: center; justify-content: center; } } .big-font{ font-size: 23px; } p, address { margin: 0; line-height:inherit; } .height-no-flex{align-self: flex-start;} .align-center{ @include media-breakpoint-up(md) { align-items: center; } } p { margin: 0; } ul { margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } .no-pad { padding: 0; } .pad_5 { padding: 0 5px; } .pad_10 { padding: 0 10px; } .pad_20 { padding: 0 20px; } .blk { max-width: 1920px; margin: 0 auto; width: 100%; padding:0 15px; @include media-breakpoint-up(lg) { padding: 0; } } .container, .container-fluid { max-width: 100%; transition: all 600ms ease; } .container-fluid { max-width: 100%; &:before { display: block; } } h1, h2.grande { font-size: 42px; line-height: 130%; padding: 0 10px; @include media-breakpoint-down(lg) { font-size: 30px; line-height: 32px; } @include media-breakpoint-down(md) {} @include media-breakpoint-down(sm) { font-size: 22px; line-height: 24px; padding: 0; } } h2 { font-size: 40px; line-height: 44px; margin-bottom: 30px; @include media-breakpoint-down(sm) { font-size: 25px; line-height: 27px; } } .divisore { padding-bottom: 40px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } } h3 { font-size: 45px; line-height: 150%; @include media-breakpoint-down(md) { font-size: 29px; } @include media-breakpoint-down(sm) { font-size: 26px; } &.titolo-realizz{ line-height: 110%; } &.titolo-pag{ color:$primary-color-hover; font-size:80px; font-weight:600; @include media-breakpoint-down(md) {margin-top:90px;font-size:55px;} @include media-breakpoint-down(sm) {margin-top:90px;font-size:35px;} &.home{ font-size:150px; @include media-breakpoint-down(md) {font-size:95px;} @include media-breakpoint-down(sm) {font-size:70px;} } &.no-margin{ @include media-breakpoint-down(md) { margin-top:0; } } } &.mini-h3{ font-size: 35px; line-height: 150%; @include media-breakpoint-down(md) { font-size: 29px; } @include media-breakpoint-down(sm) { font-size: 26px; } } } .thin{ font-weight:300; } .bold{ font-weight: 600; } .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 5px; } } .testo-sx { padding-right: 30px; @include media-breakpoint-down(md) { padding-right:15px; } @include media-breakpoint-down(sm) { padding-right:5px; } } .testo-dx { padding-left: 30px; @include media-breakpoint-down(md) { padding-left:15px; } @include media-breakpoint-down(sm) { padding-left:5px; } } .pad-left{ @include media-breakpoint-down(md) { padding-left:15px; } } .pad-right{ @include media-breakpoint-down(md) { padding-right:15px; } } .bkg-uno{ background:$body-color; } /* colonna negativa */ .col-3-negativa { margin-left: -25%; @include media-breakpoint-down(md) { margin-left:-16.66666%; } } .colonna-negativa { margin-left: -8.3333333%; @include media-breakpoint-down(md) { margin-left:0; } } /*********************/ /* filtro grigio */ .greyscale { filter: gray; filter: grayscale(100%); transition: .3s ease-in-out; &:hover { filter: grayscale(0%); } } /**********************/ /* 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 #ContContatti2, #ContContatti { color: $color-form; input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .form-group { margin: 3px 0; } .bottone_alt{ padding: 12px 30px; background: $primary-color; border-radius: 0; font-weight: normal; font-size: 18px; line-height: 20px; text-align: center; color: #fff; max-width: 230px; display: inline-block !important; margin-top: 20px; margin-bottom: 20px; } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited{ color:#444 !important; } .modulo_alt { height: 45px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color: $background-input; margin: 5px 0; color: $color-form; border: none; border-radius: 2px; text-indent: 10px; option { color: $color-form; } &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: $color-form; } &::-moz-placeholder { /* Firefox 19+ */ color: $color-form; } &:-ms-input-placeholder { /* IE 10+ */ color: $color-form; } &:-moz-placeholder { /* Firefox 18- */ color: $color-form; } } .modulo_alt[readonly], .modulo_file { background-image: url('/ATScripts/form/img/attach.png'); background-repeat: no-repeat; background-position: 5px center; cursor: pointer; text-indent: 25px; background-color: $background-input; } .bottone_alt { @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: 12px !Important; color: $color-form; font-weight: normal; } #ContContatti input.datepicker, #ContContatti input[name="arrivo"], #ContContatti input[name="partenza"], #data_arrivo_lastminute, #data_partenza_lastminute { background-color: $background-input; background-image: url("/source/calendario.svg") !important; background-repeat: no-repeat; background-position: 98% 50% !important; cursor: pointer; color: $color-form; background-size:20px; } #ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] { cursor: pointer; color: #214744; background-color: #fff; padding: 0 10px; height: 50px; width: 100%; line-height: 45px; -webkit-appearance: none; float: right; margin: 0; margin-top: 15px; outline: none; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; max-width: 330px; border: 1px solid #D2CBC4; border-radius: 2px; @include media-breakpoint-down(sm) { float: none; margin: 15px auto; margin-bottom: 0; } &:hover { background-color: #214744; color: #fff; } } #pgall .wrapper_form_cont .privacy_check div { display: inline-block; } /* FORM my reply */ .form-myreply { color: $color-form; padding: 0 10px; } .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control { font-size: 15px; height: 40px; text-indent: 4px; width: 100%; border: none; background-color: $background-input; color: $color-form; -webkit-appearance: none; max-width: 100%; } .form-myreply { .modal-dialog { color: $color-form; } } .form-myreply #myreply_form .container-fluid { padding: 0 !important; } .form-myreply .myReplyForm .text-success, #myreply_form_offerta .text-success { color: $color-form; } .form-myreply .myReplyForm label, #myreply_form_offerta label { font-size: 15px; color: $color-form; padding: 4px 0; margin-top: 1px; } .form-myreply .myReplyForm .element_container, .form-myreply .alpaca-control label, #myreply_form_offerta .alpaca-control label, #myreply_form_offerta .element_container { font-size: 13px; } .form-myreply .myReplyForm .radio label, .form-myreply .myReplyForm .checkbox label { font-size: 12px; } .form-myreply .myReplyForm a, #myreply_form_offerta a { color: $color-form; text-decoration: underline; } #myreply_form_offerta .myReplyForm .wrapper_annotations { width: 100%; } .form-myreply .myReplyForm .annotations_wrapper textarea, #myreply_form_offerta .annotations_wrapper textarea { height: 100px !Important; } .form-myreply .myReplyForm .period_wrapper input, #myreply_form_offerta .myReplyForm .period_wrapper input { background-image: url(/source/calendario.svg) !important; background-size:20px; } .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success { border: none; border-radius: 0; background-color: #fff; font-weight: 500; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 55px; line-height: 50px; width: 100%; max-width: 310px; font-size: 19px; margin-top: 10px; -webkit-appearance: none; transition: all 400ms ease; &.send_new_request { max-width: 240px; font-size: 13px; } } .form-myreply .myReplyForm .btn-success:hover, .form-myreply .myReplyForm .btn-success:focus, #myreply_form_offerta .btn-success:hover, #myreply_form_offerta .btn-success:focus { background-color: $primary-color-hover; } #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); } a:focus, a:active, a:link, img, .slick-slide { outline: none; } /* CSS Animations */ .moveDownTop { opacity: 0; animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; /* IE 10+ */ } .moveUpTop { opacity: 0; animation: wpb_btt 1.4s ease-in-out 5.5s; animation-fill-mode: forwards; /* IE 10+ */ } .moveLeftTop { opacity: 0; animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; animation-fill-mode: forwards; /* IE 10+ */ } .moveRightTop { opacity: 0; animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s; /* IE 10+ */ animation-fill-mode: forwards; } .wpb_appear { opacity: 0; animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ animation-fill-mode: forwards; transform: scale(1); } /* Top to bottom keyframes */ @keyframes wpb_ttb { 0% { transform: translate(0, -10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Bottom to top keyframes */ @keyframes wpb_btt { 0% { transform: translate(0, 10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Left to right keyframes */ @keyframes wpb_ltr { 0% { transform: translate(-10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Right to left keyframes */ @keyframes wpb_rtl { 0% { transform: translate(10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Appear from center keyframes */ @keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } } /* animation hover zoom */ @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-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; animation-fill-mode: forwards; } .bgzoom img:hover { animation: bgzoom 0.3s ease-out; animation-fill-mode: forwards; } /* animazione opacity in apertura */ @keyframes opacity { from { opacity: 0 } to { opacity: 1 } } /* ico up-down */ @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; animation-fill-mode: forwards; } .moveDown.visible { animation: moveDown 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveDown { 0% { transform: translateY(-40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveUp.visible { animation: moveUp 0.8s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveUp { 0% { transform: translateY(40px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } .moveRight.visible { animation: moveRight 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveRight { 0% { transform: translateX(40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } .moveLeft.visible { animation: moveLeft 0.6s ease-in-out 0.2s backwards; opacity: 1; } @keyframes moveLeft { 0% { transform: translateX(-40px); opacity: 0; } 100% { transform: translateX(0px); opacity: 1; } } /* ****************************** */ @keyframes roll { 0% { transform: translateX(500px) rotate(360deg); opacity: 0; } 100% { transform: translateX(0px) rotate(0deg); opacity: 1; } } .roll { animation: roll 1s ease-out both, opacity 1s ease-out both; } /* 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: 45px; color: #fff; font-size: 18px; font-weight: normal; background-color: transparent; width: 100%; max-width: 170px; margin: 0 auto; padding: 0 5px; position: relative; transition-property: color; transition-duration: 0.5s; transform: perspective(1px) translateZ(0); border:1px solid #fff; } &:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: $primary-color; transform: scaleY(0); transform-origin: 50% 100%; transition-property: transform; transition-duration: 0.5s; transition-timing-function: ease-out; } &:hover { color:#fff; border-color:$primary-color; &:before { transform: scaleY(1); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } } img { margin: 0 6px; } } .no-pad { padding: 0px; } .no-fill-height{ align-items: flex-start; align-content: flex-start; } .no-margin{margin:0;} /* newsletter */ #pgall #email_min { height: 45px; text-indent: 10px !important; color: $body-color; font-size: 16px; -webkit-appearance: none; outline: none; background-color: $background-input; &::-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: 45px; -webkit-appearance: none; background: none; background-color: $primary-color-hover; width: 100%; color:#fff; font-weight:600; font-size:15px; text-transform:uppercase; &:hover { background-color: $primary-color; } } #wrapper_email_min { margin: 0 auto; margin-left: 0; max-width: 630px; width: 100%; margin-top: 25px; @include media-breakpoint-down(md) { margin-left:auto; } .field_email_min { width: 60%; @include media-breakpoint-down(sm) { width: 100%; } } .field_button_min { width: 40%; @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; @include media-breakpoint-down(md) { line-height:70px; } } .click { width: 30px; height: 14px; position: relative; margin: 0px auto; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; margin-top:16px; @include media-breakpoint-down(md) {margin-top:0;} span { display: block; position: absolute; height: 1px; width: 100%; background: $body-color; border-radius: 0px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; &:nth-of-type(1) { top: 0px; } &:nth-of-type(2), &:nth-of-type(3) { top:6px; } &:nth-of-type(4) { top: 12px; } } } .click.open span { &:nth-of-type(1) { top: 18px; width: 0%; left: 50%; } &:nth-of-type(2) { transform: rotate(45deg); } &:nth-of-type(3) { transform: rotate(-45deg); } &:nth-of-type(4) { top: 18px; width: 0%; left: 50%; } } /* *************************************************** */ /************ 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); 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); -webkit-transform: scale(1) translate3d(0,0,0); -ms-transform: scale(1) translate3d(0,0,0); transform: scale(1) translate3d(0,0,0); .fascia-menu-2{ opacity:1; pointer-events:auto; } } ul.level1 ul.level2.submenu.slide-menu{ /* modifica menu mobile performance */ opacity: 1; max-height:500px; transition: max-height 0.75s ease-in; visibility:visible; transform:none; } .sf-sub-indicator { display: none; } ul.level1 { @include media-breakpoint-down(md) { width:100%; padding:0px !important; } @include media-breakpoint-up(lg) { margin:0 auto !important; width: 100%; line-height:normal; } @include media-breakpoint-up(xl) { } li { @include media-breakpoint-up(lg) { float:none !important; display:block !important; position:relative; } @include media-breakpoint-down(md) { width:100%; padding:0 30px; } &.cmsCurrentPageContainerLevel_1{ a{ color:#fff !important } } &.submenu-container:hover > a, &.sfHover>a, &.cmsCurrentPageContainerLevel_1 > a,a:not([href]):not([tabindex]):hover, a:hover,a.cmsCurrentPage{ cursor: pointer; &:before{ width:100%; } } &.submenu-container{ &:hover{ ul.level2{ pointer-events:auto; } } } a, a:not([href]):not([tabindex]) { position: relative; z-index: 5; font-size: 30px; line-height:1.1; color:#fff; font-weight:100; padding: 10px 5px; background-repeat:no-repeat; background-position:50% 85%; letter-spacing:1px; display:inline-block !important; width:auto; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { background-position:95% 50%; text-align: left !important; padding:12px 5px; max-width:100%; font-size:30px; } @include media-breakpoint-down(sm) { font-size:22px; } .ico, .cms-icon-angle-arrow-down { height:23px; display:inline-block; vertical-align:middle; margin-left:20px; position:relative; @include media-breakpoint-down(md) { margin-left:5px; } } &:before{ position:absolute; bottom:0; left:0; background-color:#fff; height:1px; content:''; display:block; width:0; transition: all 600ms ease; } &.sf-with-ul{ @include media-breakpoint-down(md) { background-position: 95% 50%; } } } ul.level2.submenu { padding: 0; width: 100%; position: relative; max-height: 0; transition: max-height 0.55s ease-out; overflow: hidden; visibility: visible; padding-left: 25px; left: auto; @include media-breakpoint-down(sm) { padding-left:0; } li { position: relative; z-index: 9999; line-height:normal; display:block; padding: 0px 5px; margin: 0; float: none; &:last-child { a { border:none; } } @include media-breakpoint-down(md) { width: 100%; margin: 0px; border: none; padding: 0; text-align:left; } &:hover,&.sfHover, a:hover, a:active, a:focus{ outline: 0 !important; } a { font-size:16px; font-weight:500; width: auto; margin: 0px; padding-left:5px; padding-right:5px; line-height:1.3; text-align:left; display:block; border:none; @include media-breakpoint-down(md) { padding: 8px 5px; width: auto; display: block; border: none; margin-right: 0; float: none; } } &:last-child { border: none; } } } } } .menu-principale { ul.level1 { li { a { font-size:20px; } } } } .vedi-menu{ display: block; //background-color: $body-color; z-index: 90; -webkit-backface-visibility: hidden; width: 100%; max-width: 1920px; top:0px; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; -webkit-overflow-scrolling: touch; -webkit-transform: scale(1.5) translate3d(0,0,0); -ms-transform: scale(1.5) translate3d(0,0,0); transform: scale(1.5) translate3d(0,0,0); -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),visibility 0s linear 0.3s; transition: opacity 0.3s cubic-bezier(0.975,0.015,0.46,0.99),transform 0.3s cubic-bezier(0.975,0.015,0.46,0.99),visibility 0s linear 0.3s; overflow-y: scroll; opacity: 0; visibility: hidden; @include media-breakpoint-up(lg) { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ background:#fff; } &::-webkit-scrollbar { @include media-breakpoint-up(lg) { display: none; } } .foto-2{ margin-top:10vw; } .col-top-menu{ background-color:#fff; font-size: 21px; z-index: 100; padding: 0 0 0 25px; .col-up{ position: relative; z-index: 100; background:#fff; } } .box-menu{ /*min-height:calc(100vh); /*- 200px);*/ justify-content:flex-start; height: calc(100vh - 110px); @include media-breakpoint-down(md) { height: calc(100vh - 0px); padding:0px 5px; /*min-height:calc(100vh - 85px);*/ display:block; padding-top:30px; padding-bottom:30px; } } @include media-breakpoint-down(md) { right:auto; background-position: 90% 50%; padding-top:75px; } } .menu-fix{ ul.level1 { li { &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a, a:hover,a.cmsCurrentPage, &:hover a{ } a { @include media-breakpoint-down(lg) { } &.sf-with-ul{ } } } } } /************************************************************/ /* stile tab a fisarmonica */ .slider-titolo { cursor: pointer; background-color: #F3ECE0; border-radius: 6px; color: #6E2131; font-weight: bold; line-height: 65px; padding: 0 30px; background-image: url(/source/sf-slider-titolo.png); background-repeat: no-repeat; background-position: right 30px bottom 50%; margin-top: 20px; &.opened { background-color: #6E2131; background-image: url(/source/sf-slider-titolo-opened.png); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; color: #fff; } } .slider-corpo { display: none; background-color: #6E2131; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; color: #fff; padding: 10px 30px; .lista-v { list-style-image: url(/source/ico-elenco-white.png); padding-left: 0; } } /* ********* listato gallery ******* */ ul.list_fotogallery { padding: 0; .list_fotogallery_item { float: left; list-style-type: none; width: 16.6%; img { margin: 5px 0px; } a { font-weight: bold; color: #1F9ED8; &:hover { color: #FF6774 } } } } /* ******************************** */ .barra-desktop { display: none; margin: 0 auto; left: 0; top: 0; right: 0; z-index: 999; position: fixed; } .barra-mobile { width: 100%; left: 0px; top: 0px; right: 0; z-index: 800; position: fixed; } /*mesi*/ .li_mesi, .li_contenuti { color: #333 !important; } /* gallery photoswipe */ .bo_gallery_photoswipe figure { text-align: center; position: relative; cursor: pointer; width: 20%; @include media-breakpoint-down(md) { width: 33.3333333%; } @include media-breakpoint-down(sm) { width: 50%; } img { max-width: 100%; padding: 5px; } } /* ********** stile lingue ***************** */ .so_languageLinks{ .tendina-lingue { font-size: 18px; cursor: pointer; padding: 0px; line-height: 110px; text-align: center; background-image:url('/source/line.svg'); background-repeat:no-repeat; background-position:center left; width:100%; @include media-breakpoint-down(md) { text-align: right; padding-right: 40px; border:none; padding-top: 0; background:none; line-height:70px; } img { margin: 0 4px; margin-top: -3px; } .cms-icon-angle-arrow-down{font-size:8px !important;} #select_lingue { line-height: 16px; font-size: 15px; width: 50px; margin: 0 auto; top: 70px; max-width: 100%; right: 10px; z-index: 9; position: absolute; left: 0; @include media-breakpoint-down(md) { top: 50px; max-width:100px; right:7px; } .item_lingue { text-align: center; a { padding: 10px 0; background-color: $primary-color-hover; color: #fff; display: block; text-transform:lowercase; &:hover { background-color: $primary-color; } } } } } } /***************************/ /* css elenco offerte */ .elenco-offerte { float:none; max-width:1430px; margin:0 auto; @include media-breakpoint-down(md) { text-align:left; max-width:615px; } .table-cell{ @include media-breakpoint-down(md) { display:block; width:100%; } } .table-box{ @include media-breakpoint-down(md) { display:block; width:100%; } } .sezione-offerta{ background-color:$primary-color; color:#fff; font-size:14px; line-height:30px; margin:0 auto; margin-bottom:25px; max-width:175px; text-align:center; text-transform:uppercase; font-weight:bold; letter-spacing:2px; display:block; position:absolute; top:0; right:0; left:0; } .condizioni { font-size: 15px; } .prezzo{ font-size: 30px; line-height: 35px; display:block; } .pulsante{ margin: 5px auto; line-height: 40px; border-color:$primary-color; color:#fff; margin-left:0; margin-top:25px; &:hover{ color:#fff; } @include media-breakpoint-down(lg) { margin-top:20px; } @include media-breakpoint-down(md) { margin: 15px auto; } } h2{ font-size: 20px; line-height: 23px; min-height: 40px; margin-bottom:10px; text-align: left; span{ text-decoration:none !important; } @include media-breakpoint-down(md) { text-align:center; } @include media-breakpoint-down(sm) { min-height:1px; font-size: 19px; line-height: 21px; } a { color: $body-color; &:hover{ color: $primary-color-hover; } } } .blk-offerte { color: $body-color; margin:25px 0; font-size: 16px; border:10px solid $primary-color-hover; .img-off{ } @include media-breakpoint-down(md) { text-align:center; } .sezione{ line-height:40px; background-color:$primary-color; color:#fff; position:absolute; top:0; right:0; text-transform:uppercase; max-width:170px; z-index:3; font-size:14px; width:100%; font-weight:bold; } } .cont{ padding: 15px; padding-left:25px; @include media-breakpoint-down(md) { padding:20px 10px; padding-right:10px; padding-left:10px; } } .validita { margin: 5px 0; } .sottotitolo { padding-bottom: 10px; font-size:18px; } } /* css dettaglio offerte/eventi */ .dett_offerte { max-width:1430px; margin:0 auto; margin-bottom:25px; #ContContatti{ padding:25px 15px; BACKGROUND-COLOR:#E9EAEB; } h1{ font-size: 30px; line-height: 32px; padding:0 10px; font-weight:bold; padding-left:0; margin-bottom:15px; &:after{ display:none; } @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { font-size: 26px; line-height: 28px; } @include media-breakpoint-down(sm) { font-size: 21px; line-height: 23px; } img{ margin-right:15px; margin-top:-2px; @include media-breakpoint-down(sm) { margin-right:6px; } } } .sottotitolo { line-height: 24px; font-size: 22px; padding: 10px 0; padding-bottom: 25px; @include media-breakpoint-down(md) { line-height: 21px; font-size: 20px; } } .etichetta-prezzo { font-size: 15px; } .pulsante{ color:#fff !important; margin-top:25px; } .social_bar { margin-top: 20px; } .testo-off{ @include media-breakpoint-down(md) { padding-top:20px; } } } /* 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; } } } } } } /**********************************/ /* dettaglio super offerte */ .offer_detail.offer-component { .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; &.slick-prev { background-image: url('/source/arr-prev-brown.png'); } &.slick-next { background-image: url('/source/arr-next-brown.png'); } } } } .col-sx { @include media-breakpoint-down(md) { padding-right:5px; } h1 { margin-top: 0; font-size: 24px; line-height: 26px; padding-left: 0; font-weight: 500; @include media-breakpoint-down(lg) { font-size:22px; line-height: 24px; } @include media-breakpoint-down(sm) { font-size: 20px; line-height: 22px; } } .offer_header { .validity { font-weight: 500; } } .offer-primary-color { color: $body-color; } .periods { .item_value, .item_title { font-weight: 500; font-size: 15px; } .item.featured { border-color: $primary-color!important; } .period_foot { .btn { font-weight: 500; background-color: $primary-color-hover; color: #FFF!important; transition: all 400ms ease; border-radius: 0 !important; outline: none !important; border: none !important; &:hover { background: $primary-color!important; } } } } .offer-background-primary-color { background-color: $body-color; } h3 { font-weight: bold; } .offer-border-color { border-color: #D7D7D7!important; } .offer-label { background: #F07C00!important; color: #FFF!important; } .offer-label:after { border-top-color: #C66A00!important; } .soldout_message { border: 1px solid $body-color; background-color: $primary-color; margin: 5px 0; .message_title { font-weight: normal; } .message_text { color: inherit; } } .whats_included:after { background: transparent !important; } #bt_require_offer_target { @include media-breakpoint-down(sm) { margin-top:30px; } } } } /*******************************************************/ /* SLICK SLIDER */ .slick-slider { position: relative; display: block; box-sizing: border-box; user-select: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent; margin-bottom: 0; .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; &:focus { outline: none; } &.dragging { cursor: pointer; cursor: hand; } transform: translate3d(0, 0, 0); .slick-track { position: relative; left: 0; top: 0; display: block; margin: 0 auto; zoom: 1; transform: translate3d(0, 0, 0); &:before, &:after { content: ""; display: table; } &:after { clear: both; } .slick-slide { float: left; height: 100%; min-height: 1px; transform: translate3d(0, 0, 0); img { display: block; } &.slick-loading img { display: none; } &.dragging img { pointer-events: none; } } } } .slick-loading .slick-list { /*background: white url("https://admin.abc.sm/cms/js_lib/jquery/effects/slick-slider/img/ajax-loader.gif") center center no-repeat;*/ .slick-loading .slick-track { visibility: hidden; .slick-loading .slick-slide { visibility: hidden; } } } .slick-initialized .slick-slide { display: block; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } /* Icons */ /*$font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 15px; width: 40px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -7px; padding: 0; border: none; outline: none; background-repeat: no-repeat; background-position: center; &: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-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { background-image: url('/source/arr-prev.png'); left: 0; &:before { content: ''; } } .slick-next { right: 0; background-image: url('/source/arr-next.png'); &:before { content: ''; } } /* 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 { .bordered { margin: 0 5px; .cont-offerta { font-size: 15px; color: #4B433F; padding: 40px 25px; @include media-breakpoint-down(lg) {} @include media-breakpoint-down(md) { padding:25px 10px; } @include media-breakpoint-down(sm) { text-align: center; margin-top: 0; padding-bottom: 0; } h3 { &.titolo { font-size: 20px; line-height: 21px; min-height: 60px; margin: 0 auto; margin-bottom: 0px; font-weight: normal; @include media-breakpoint-down(lg) { font-size:19px; line-height: 20px; } @include media-breakpoint-down(md) { min-height: 1px; } @include media-breakpoint-down(sm) { font-size: 18px; line-height: 19px; } a { color: $primary-color; &:hover { color: $primary-color-hover; } } } } .sottotitolo { font-size: 17px; line-height: 18px; color: #4B433F; margin: 10px auto; min-height: 40px; @include media-breakpoint-down(md) {} } hr { border-top: 1px solid #CABEB5; margin: 20px auto; } .condizioni { color: #4B433F; font-size: 15px; padding: 0; @include media-breakpoint-down(lg) {} @include media-breakpoint-down(md) {} @include media-breakpoint-down(sm) {} .prezzo { font-size:30px; line-height: 35px; } .link { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; } } } .cont-img { img { transform: none; } } } } /* ***** Commenti ********* */ .elenco-commenti { .flt_left { @include media-breakpoint-down(sm) { float:none; } } .logo { @include media-breakpoint-down(sm) { float:none; text-align: center; } img { margin-right: 8px; } } .commenti { margin: 10px 0; padding: 35px 10px; border-bottom: #B9338A 1px solid; @include media-breakpoint-down(sm) { padding:20px 10px; } a { display: inline-block; @include media-breakpoint-down(md) { text-align:center; } } .dati { color: #000; font-size: 16px; padding-left: 5px; @include media-breakpoint-down(sm) { text-align:center; } } .tit-commento { font-size: 25px; line-height: 27px; padding-top: 6px; @include media-breakpoint-down(md) { text-align:center; } } .data { @include media-breakpoint-down(sm) { text-align:center; margin-top: 15px; } } .txt { margin-top: 15px; @include media-breakpoint-down(sm) { text-align:center; } } } } /* 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; 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 { display:block; @include media-breakpoint-up(lg) { opacity: 0; } } /************ CSS PER LISTINI LITE *************/ .listino { font-size: 15px !important; margin-bottom: 35px; .header { background-color: #234944 !important; color: #FFFFFF !important; } tr { &.row_products_even { background-color: #577A6D !important; color: #FFFFFF !important; select { color: #333 !important; } } } .wrapper_select_date { background-color: #f8f8f8 !important; border-color: #f8f8f8 !important; input[type="text"] { line-height: 33px !important; padding: 0 15px 0 0 !important; min-width: 200px !important; text-indent: 8px !important; background: none !important; background-color: #FFFFFF !important; border-radius: 4px !important; border: 1px solid #234944 !important; font-size: 15px !important; } } td { font-size: 15px !important; } input[type=button] { background: none !important; background-color: #577A6D !important; line-height: 33px !important; font-size: 15px !important; } .label_data { line-height: 33px !important; } .select_num { min-width: 75px; } .wrapper_preventivo { width: 100% !important; clear: both; } table.preventivo_header td.label { color: #333; } .title_preventivo { color: #577A6D; } @include media-breakpoint-down(sm) { .wrapper_preventivo, .preventivo, .form_contatti_richiesta_preventivo { width: 100% !important; clear: both; } } } /* css slider listato img */ .slider-img { a { display: block; img { padding: 5px; } } } .freccia-none { opacity: 0; pointer-events: none; } /*******************/ /* VIDEO YOUTUBE RESPONSIVE */ .wrapper-video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .wrapper-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #pgall { .cont-tabs { padding: 25px 5px; text-align: center; color: #fff; &:after { content: ''; display: block; clear: both; } input[type=radio] { display: none; } label { display: inline-block; color: #fff; font-size: 18px; font-weight: bold; padding: 5px 8px; margin: 0 8px; text-align: center; cursor: pointer; -webkit-transition: all 0.5s; transition: all 0.5s; border-radius: 70px; position: relative; &:hover { color: $primary-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; -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; transform: translate3d(0, 0, 0); } } .image { /* position: absolute; top: 0; left: 0; width: 100%; height: 100%;*/ background-position: center; background-repeat: no-repeat; z-index: 1; background-size: cover; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; transform: translate3d(-20px, 0, 0); -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; } } /* GUIDE POPUP */ .modal-guide { .modal-header { border-bottom: 0 none; .close { margin-top: -10px; margin-right: -10px; border-radius: 50%; border: 2px solid #000; width: 30px; height: 30px; line-height: 0px; transition: all 400ms ease; } } .modal-content { background-color: #eee; text-align: left; font-size: 18px; line-height: 25px; } .modal-body { padding: 20px; } .title { font-size: 32px; line-height: 35px; font-weight: bold; } } .fancybox-wrap { overflow: initial !Important; } @include media-breakpoint-down(md) { .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 1 !important; } } //lista-custom utilizza l'immagine nel before .lista-custom { list-style-type: none; padding: 25px 0px; li { position: relative; padding: 3px 0px 3px 20px; list-style-position: inside; &:before { content: ''; position: absolute; left: 0; top: 10px; margin: auto; height: 11px; width: 15px; background-image: url(/source/ico-elenco.png); background-repeat: no-repeat; } } } .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;} #imagelightbox-caption{display:none;} .pad-centrale{ padding:60px 0; @include media-breakpoint-down(lg) { padding:50px 0; } @include media-breakpoint-down(md) { padding:40px 0; } @include media-breakpoint-down(sm) { padding:30px 0; } } .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{ 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; } } } /**************************************************/ .sf-fix{ transition: all 400ms ease; line-height:110px; padding:0 25px; padding-right:0; font-size:21px; z-index:95; position:relative; @include media-breakpoint-down(md) { position:fixed; padding:0; line-height:70px; background-color:#fff; top:0; right:0; left:0; } .nascosto{ opacity:0; pointer-events:none; position:absolute; top:0; left:0; @include media-breakpoint-down(md) { right:0; margin:auto; } } &.open{ @include media-breakpoint-up(lg) { .no-to-menu{ opacity:0; display: none; } } /* color:#fff; .nascosto{ opacity:1; pointer-events:auto; } .logo.ufficiale{ opacity:0; pointer-events:none; } a{ color:#fff !important; } */ @include media-breakpoint-down(md) { //background-color:transparent; } .hamburger{ background-color: transparent; } .click { span{ @include media-breakpoint-up(lg) { background-color:#fff; } } } } } .logo{ img{ height:77px; } } .hamburger{ position:fixed; left:25px; top:50vh; margin-top:-22px; z-index:91; background-color:rgba(255,255,255,.5); height:45px; width:55px; text-align:center; line-height:normal; @include media-breakpoint-down(md) { text-align: left; margin-left: 40px; position:relative; left:auto; top:auto; background-color:transparent; height:auto; width:auto; margin-top:0; } } .box-social{ z-index:85; position:absolute; left:30px; bottom:45px; text-align:center; @include media-breakpoint-down(md) { position:relative; left:auto; bottom:auto; text-align:left; padding-left:25px; margin-top:50px; } .social{ font-size:19px; margin:8px 0; display:block; color:#B9B8B8; @include media-breakpoint-down(md) { margin-right:30px; } &:hover{ color:#fff; } } .contenitore-social{ @include media-breakpoint-down(md) { display:inline-block; } } } .sf-footer{ position:relative; .box-social{ position:relative; left:auto; bottom:auto; margin-top:0px; margin-bottom:80px; z-index:1; @include media-breakpoint-down(md) { text-align: center; padding-left: 0px; margin-bottom:30px; } } .contenitore-social{ text-align:center; display:inline-block; .social{ margin-right:15px; margin-left:15px; } } &:before{ content:''; width:1px; height:150px; position:absolute; background-color:$primary-color; margin:0 auto; right:0; left:0; margin-top:-75px; @include media-breakpoint-down(sm) { height:80px; margin-top:-40px; } } } /* #Cursor ================================================== */ .cursor, .cursor2, .cursor3{ position: fixed; border-radius: 50%; transform: translateX(-50%) translateY(-50%); pointer-events: none; left: -100px; top: 50%; -webkit-transition: all 300ms linear; transition: all 300ms linear; } .cursor{ z-index: 99999; height: 0; width: 0; } .cursor2,.cursor3{ height: 15px; width: 15px; z-index:99998; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; background-color: rgba(218,4,19,.9); } .cursor2.hover, .cursor3.hover{ -webkit-transform:scale(1.4) translateX(-35%) translateY(-35%); transform:scale(1.4) translateX(-35%) translateY(-35%); border:none } .cursor2{ } .cursor2.hover{ background: rgba(255,255,255,0.1); } .cursor2.hover .progress-wrap { box-shadow: inset 0 0 0 2px rgba(255,255,255,0); } .cursor2.hover .progress-wrap svg.progress-circle path { opacity: 0.4; } /******************************************************/ .email-footer{ text-align:center; color:#fff; font-size:30px; margin:80px 0; @include media-breakpoint-down(md) { margin:30px 0; } @include media-breakpoint-down(sm) { font-size:22px; } a{ color:#fff; } } .dati-dw{ //color:#fff; font-size:17px; a{ //color:#fff; } } .img-top{ text-align:center; img{ @include media-breakpoint-up(lg) { max-width:83.33333% !important; transition: all 600ms ease; } &.big{ max-width:100% !important; } } } /*************************************************** * Generated by SVG Artista on 4/12/2022, 4:28:07 PM * MIT license (https://opensource.org/licenses/MIT) * W. https://svgartista.net **************************************************/ .line{ text-align:center; @include media-breakpoint-down(lg) { max-height: 90px; overflow: hidden; } transform: rotate(180deg); } /* .line svg .svg-elem-1 { stroke-dashoffset: 265.4683837890625px; stroke-dasharray: 265.4683837890625px; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s; } .line svg.active .svg-elem-1 { stroke-dashoffset: 530.936767578125px; } .line svg .svg-elem-2 { stroke-dashoffset: 12.9000244140625px; stroke-dasharray: 12.9000244140625px; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s; } .line.visible svg .svg-elem-2 { stroke-dashoffset: 25.800048828125px; } */ .line svg .svg-elem-1 { stroke-dashoffset: 265.4683837890625px; stroke-dasharray: 265.4683837890625px; -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s; transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s; } .line.visible svg .svg-elem-1 { stroke-dashoffset: 0; } .line svg .svg-elem-2 { stroke-dashoffset: 12.9000244140625px; stroke-dasharray: 12.9000244140625px; -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s; transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s; } .line.visible svg .svg-elem-2 { stroke-dashoffset: 0; } .wurth{ margin:50px auto; display:block; } /*************************************************** * Generated by SVG Artista on 1/31/2022, 9:35:12 AM * MIT license (https://opensource.org/licenses/MIT) * W. https://svgartista.net **************************************************/ .logo svg .svg-elem-1 { stroke-dashoffset: 922.0659790039062px; stroke-dasharray: 922.0659790039062px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s; } .logo.visible svg .svg-elem-1 { stroke-dashoffset: 0; fill: rgb(218, 4, 19); } .logo svg .svg-elem-2 { stroke-dashoffset: 241.73362731933594px; stroke-dasharray: 241.73362731933594px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s; } .logo.visible svg .svg-elem-2 { stroke-dashoffset: 0; fill: rgb(255, 255, 255); } .logo svg .svg-elem-3 { stroke-dashoffset: 95.38800048828125px; stroke-dasharray: 95.38800048828125px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s; } .logo.visible svg .svg-elem-3 { stroke-dashoffset: 0; fill: rgb(255, 255, 255); } .logo svg .svg-elem-4 { stroke-dashoffset: 206.2592010498047px; stroke-dasharray: 206.2592010498047px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s; } .logo.visible svg .svg-elem-4 { stroke-dashoffset: 0; fill: rgb(255, 255, 255); } .logo svg .svg-elem-5 { stroke-dashoffset: 248.93214416503906px; stroke-dasharray: 248.93214416503906px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s; } .logo.visible svg .svg-elem-5 { stroke-dashoffset: 0; fill: rgb(255, 255, 255); } .logo svg .svg-elem-6 { stroke-dashoffset: 248.9343719482422px; stroke-dasharray: 248.9343719482422px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s; } .logo.visible svg .svg-elem-6 { stroke-dashoffset: 0; fill: rgb(255, 255, 255); } .logo svg .svg-elem-7 { stroke-dashoffset: 95.38800048828125px; stroke-dasharray: 95.38800048828125px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s; } .logo.visible svg .svg-elem-7 { stroke-dashoffset: 0; fill: rgb(255, 255, 255); } .logo svg .svg-elem-8 { stroke-dashoffset: 248.935791015625px; stroke-dasharray: 248.935791015625px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s; } .logo.visible svg .svg-elem-8 { stroke-dashoffset: 0; fill: rgb(255, 255, 255); } .logo svg .svg-elem-9 { stroke-dashoffset: 95.3759994506836px; stroke-dasharray: 95.3759994506836px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s; } .logo.visible svg .svg-elem-9 { stroke-dashoffset: 0; fill: rgb(255, 255, 255); } .logo svg .svg-elem-10 { stroke-dashoffset: 206.2460174560547px; stroke-dasharray: 206.2460174560547px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s; } .logo.visible svg .svg-elem-10 { stroke-dashoffset: 0; fill: rgb(112, 112, 112); } .logo svg .svg-elem-11 { stroke-dashoffset: 238.4120330810547px; stroke-dasharray: 238.4120330810547px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s; } .logo.visible svg .svg-elem-11 { stroke-dashoffset: 0; fill: rgb(112, 112, 112); } .logo svg .svg-elem-12 { stroke-dashoffset: 238.39732360839844px; stroke-dasharray: 238.39732360839844px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s; } .logo.visible svg .svg-elem-12 { stroke-dashoffset: 0; fill: rgb(112, 112, 112); } .logo svg .svg-elem-13 { stroke-dashoffset: 223.60601806640625px; stroke-dasharray: 223.60601806640625px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s; } .logo.visible svg .svg-elem-13 { stroke-dashoffset: 0; fill: rgb(112, 112, 112); } .logo svg .svg-elem-14 { stroke-dashoffset: 236.88877868652344px; stroke-dasharray: 236.88877868652344px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s; } .logo.visible svg .svg-elem-14 { stroke-dashoffset: 0; fill: rgb(112, 112, 112); } .logo svg .svg-elem-15 { stroke-dashoffset: 206.25198364257812px; stroke-dasharray: 206.25198364257812px; fill: transparent; -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s; transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s; } .logo.visible svg .svg-elem-15 { stroke-dashoffset: 0; fill: rgb(112, 112, 112); } @keyframes opacity-inverse { 0% { opacity: 1; transform: translateY(0); } 80% { transform: translateY(100vh); opacity:1; } 100% { transform: translateY(100vh); opacity: 0; } } .inner-load{ position:fixed; top:0; bottom:0; left:0; right:0; z-index:999; animation: opacity-inverse 0.5s ease-in-out 1s; animation-fill-mode: forwards; display: flex; align-items: center; align-content: center; justify-content: center; background-color:#F1F1F1; } .loading{ position:fixed; top:0; bottom:0; left:0; right:0; z-index:999; animation: opacity-inverse 1s ease-in-out 5s; animation-fill-mode: forwards; display: flex; align-items: center; align-content: center; justify-content: center; background-color:#F1F1F1; .logo{ display:block; margin:0 auto; svg{ max-height:180px; @include media-breakpoint-down(md) {max-width:80% !important;} } } } .logo-barra-bloccata{ position:fixed; left:25px; top:25px; z-index:85; opacity:0; pointer-events:none; transition: all 400ms ease; img{max-width:55px !important;} &.fix{ opacity:1; pointer-events:auto; } } .video-page{ video{ display:block; object-fit:cover; width:100%; height:465px; @include media-breakpoint-down(sm) { object-fit:contain; height:auto; } } } .video-home{ video{ display:block; object-fit:cover; width:100%; height:530px; @include media-breakpoint-down(sm) { object-fit:cover; height:240px; } } } .link{ position: relative; color:$body-color; font-weight:600; &::before, &::after { position: absolute; content: ""; left: 0; bottom: -0.1rem; display: block; width: 100%; height: 1px; background: $body-color; } &.big-link{ font-size: 20px; } &::before { transform: scaleX(0); transform-origin: left; } &::after { transform-origin: right; transition-delay: 0.25s; } &:hover { &::before { transform: scaleX(1); transition-delay: 0.25s; } &::after { transform: scaleX(0); transition-delay: 0s; } } } .box-home{ max-width:470px; .img-1{ margin:100px 0; @include media-breakpoint-down(sm) { margin:50px 0; } } } .img-2{ margin:150px 0 30px; } .img-3{ margin:150px 0 0px; @include media-breakpoint-down(sm) { margin:50px 0; } } .delay{ animation-delay:.6s !important; } .delay-2{ animation-delay:1s !important; } .delay-top{ animation-delay:7s !important; } .negativo-home{ margin-top:-13vw; } .negativo-home-little{ margin-top:-6.5vw; @include media-breakpoint-down(sm) { margin-top:0; } } .sf-centrale-home{ &:before{ content:''; width:1px; background-color:$primary-color; display:block; height:0; position:absolute; top:0; bottom:0; right:0; left:0; margin:0 auto; transition: height 5000ms ease; @include media-breakpoint-down(sm) {display:none;} } &.visible{ &:before{ height:100%; } } } .progetto{ display:block; position:relative; padding:20px 0px; &:hover{ font-weight:normal; } } .blocco-img{ overflow: hidden; pointer-events: none; position:absolute; right:-26vw; top:0; bottom:0; margin:auto; @include media-breakpoint-down(lg) {right:-32vw} .interno{ width: 25vw; height: 0; transition: all 1200ms ease; opacity:0; 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; &.hover{ height:17.5vw; opacity:1; margin-top:0; } } } .colonna-sx-home{ @include media-breakpoint-down(md) { padding-right:25px; } @include media-breakpoint-down(sm) { padding-right:5px; } } .colonna-dx-home{ @include media-breakpoint-down(md) { padding-left:25px; } @include media-breakpoint-down(sm) { padding-left:5px; } } /***margini negativi blkocchihome*/ .mt-neg{ @include media-breakpoint-up(md) { margin-top: -10%; } } /**/ .since-top-mobi{ @include media-breakpoint-down(md) { margin-top: 90px; margin-bottom: -80px; } } .linea-rossa-mobi{ height:150px; background-color:$primary-color; width:1px; margin:35px auto; } /********/ .blk-storia{ &:before{ content:''; width:1px; background-color:$primary-color; display:block; height:0; position:absolute; top:0; bottom:0; right: 100%; left: -20%; margin:0 auto; transition: height 5000ms ease; @include media-breakpoint-down(sm) {display:none;} } @include media-breakpoint-down(md) { padding: 30px 5px 30px 30px; border-left: 1px solid $primary-color; margin-bottom: 30px; } &.visible{ &:before{ height:100%; } } } .sticky-position .txt-sticky { margin: 0 auto; position: -webkit-sticky; position: sticky; top: 0vw; width: 100%; .abs-title{ position: absolute; top: 48%; left: 0; right: 0; text-align:center; font-weight: 600; font-size: 80px; line-height: 50px; } } .blk-txt{ padding-bottom: 105px; @include media-breakpoint-down(md) {padding-bottom: 45px;} .titolo-storia{ font-weight: 600; font-size: 30px; line-height: 20px; text-align: left; color: #fff; margin-bottom: 25px; @include media-breakpoint-down(md) { position: relative; &:before{ content:""; display: block; top: 5px; left: -30px; width: 10px; height: 1px; background: $primary-color; position: absolute; } } } } /***partner*/ .loghi-partner{ img{ @include media-breakpoint-down(md) { max-width: 210px !important; } @include media-breakpoint-down(sm) { max-width: 150px !important; } } } /**pag contatti*/ .contatti-dati{ @include media-breakpoint-down(md) { font-size: 30px !important; line-height: 130%; } } /*realizzazioni*/ .elenco-realizzazioni{ .bgzoom{ overflow: hidden; max-width: 100%; display: inline-block; } } .no-reference{ display: none; } /*modali sovrascritte*/ .wrp_somodal .somodal, #soModal, .somodal{ background-color: rgba(255,255,255,0.99) !important; } .somodal .close{ opacity: .8 !important; } .somodal-header{ border: 0 !important; } .somodal-content{ border: 0 !important; box-shadow: none !important; background: transparent !important; }