// variabili sito $primary-color: #138FFF; $primary-color-hover: #D9D9EA; $background-input: #E5F1F3; $color-form: #444444; $grey: rgba(219,219,234,0.8); // ****************************************************** // variabili bootstrap $primary: $primary-color; $font-family-sans-serif: 'Open Sans', sans-serif; $font-size-base: 1rem; $grid-gutter-width: 10px; $body-bg:#fff; $body-color:#444444; $link-color: $body-color; $giallo:#FFD013; $corsivo:'Caveat', cursive; $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; } .corsivo{ font-family:$corsivo; font-weight: bold; } .giallo{ color:$giallo } .bg-uno { background-color: $primary-color; } .bg-due { background-color: $primary-color-hover; } .bg-water{ background-image: url('/source/sf-water.jpg'); background-repeat: no-repeat; background-position: center; background-size: 100%; background-color: #fff; @include media-breakpoint-down(md) { background-image: none; } } .bg-water-big{ background-image: url('/source/sf-water-big.jpg'); background-repeat: no-repeat; background-position: center; background-size: 100%; background-color: #fff; @include media-breakpoint-down(md) { background-image: none; } } .white{ color:#fff; } .text-underline{ text-decoration: underline; } .light{ font-weight:300; } .regular{ font-weight:400; } .medium{ font-weight:500; } .semi{ font-weight:600; } .bold{ font-weight:700; } .black{ font-weight:900; } .italic{ font-style:italic; } .water-blu{ color:#004C66; } .h1grande{ font-size: 86px; line-height: 90%; font-weight: bold; position: relative; z-index: 3; margin-bottom: -5px; @include media-breakpoint-down(md) { font-size: 60px; margin-bottom:0; } } @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-"], .slick-prev:before, .slick-next: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-baby-head-with-a-small-heart-outline:before { content: "\e900"; } .icon-instagram:before { content: "\e901"; } .icon-sailing-boat:before { content: "\e902"; } .icon-waiter:before { content: "\e903"; } .icon-car:before { content: "\e904"; } .icon-kayak:before { content: "\e905"; } .icon-beach:before { content: "\e906"; } .icon-bike:before { content: "\e907"; } .icon-smartphone:before { content: "\e908"; } .icon-snorkel:before { content: "\e909"; } .icon-mail:before { content: "\e90a"; } .icon-placeholder:before { content: "\e90b"; } .icon-spa:before { content: "\e90c"; } .icon-phone:before { content: "\e90d"; } .icon-sea:before { content: "\e90e"; } .icon-cocktail:before { content: "\e90f"; } .icon-map:before { content: "\e910"; } .icon-facebook:before { content: "\e911"; } .icon-calendar:before { content: "\e912"; } .icon-freccia:before { content: "\e913"; } .icon-freccia-dx:before { content: "\e914"; } .icon-freccia-sx:before { content: "\e915"; } /* 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{ -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; } } .flex-mobi { @include media-breakpoint-down(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; } } .flex-content { @include media-breakpoint-up(lg) { 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; } &.md { @include media-breakpoint-down(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; letter-spacing: 0px; } .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-down(md) { padding: 0 10px; } @include media-breakpoint-up(lg) { padding: 0 10px; } @include media-breakpoint-up(xl) { padding: 0 30px; } } .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 { max-width: 1860px; &.max-fluid{ max-width:100%; } &:before { display: block; } } h1, h2.grande { font-size: 30px; line-height: 32px; &.titolo-pag{ padding:245px 0 245px 8%; @include media-breakpoint-down(md) { padding: 30px 20px 100px 20px; text-align: center; } } } h2 { font-size: 70px; line-height: 72px; @include media-breakpoint-down(md) { font-size: 50px; line-height: 52px; } @include media-breakpoint-down(sm) { font-size: 40px; line-height: 42px; &.colore-due{ margin-bottom: 10px; } } } .divisore { padding-bottom: 40px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } } h3 { font-size: 30px; line-height: 33px; @include media-breakpoint-down(md) { } @include media-breakpoint-down(sm) { font-size: 23px; line-height: 25px; } } h4 { font-size: 20px; line-height: 22px; @include media-breakpoint-down(sm) { font-size: 18px; line-height: 20px; } } .txt-grey{ color: #444444; } .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; letter-spacing: 1px; line-height: 140%; font-size: 17px; @include media-breakpoint-down(md) { padding:20px 10px; } @include media-breakpoint-down(sm) { } } .testo-dx { padding-left: 30px; letter-spacing: 1px; font-size: 17px; line-height: 140%; @include media-breakpoint-down(md) { padding:20px 10px; } @include media-breakpoint-down(sm) { } } .pad-bottom-titolo{ padding-bottom:30px; } .pad-bottom-titoletto{ padding-bottom:15px; } /* colonna negativa */ .col-3-negativa { margin-left: -25%; @include media-breakpoint-down(md) { margin-left:-16.66666%; } } .colonna-negativa { margin-left: -8.3333333%; @include media-breakpoint-down(md) { margin-left:0; } } /*********************/ /* filtro grigio */ .greyscale { -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; @include media-breakpoint-up(md) { padding-bottom: 50px !important; } } /*************************/ /* ico mobile */ .blk-mobi{ width:20%; float:left; } .link-mobi { color: $primary-color !important; font-size: 12px; letter-spacing: 1px; padding-top: 8px; line-height: normal; padding-bottom: 1px; height: 100%; text-transform: uppercase; display: block; font-weight:700; span[class^="icon-"] { margin: 8px auto; display: block; font-size: 20px; } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { color: $primary-color !important; } } /**********************/ /* testo invio newsletter */ .result_inscr_newsl_min { color: #fff; } /***************************/ // FORM CONTATTI #ContContatti { color: $color-form; letter-spacing: 0; input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .form-group { margin: 3px 0; } .modulo_alt { height: 40px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 13px; background-color: $background-input; margin: 5px 0; color: $color-form; border: none; border-radius: 2px; text-indent: 10px; //border:#AAA 1px solid; 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: 5px; background-color: $background-input; width:100%; } .bottone_alt { @include media-breakpoint-down(md) { float: none; margin: 10px auto; } } .privacy-form { text-align: right; } .privacy-form label { margin: 0; display: inline; } label { display: block; margin: 5px 0; font-size: 12px; color: $color-form; } .sep { padding-bottom: 10px; } textarea { 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: #fff; background-color: $primary-color; padding: 25px 15px; height: auto; width: 100%; line-height: 120%; -webkit-appearance: none; float: right; margin: 0; margin-top: 15px; outline: none; font-size: 12px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; max-width:220px; border-radius: 2px; @include media-breakpoint-down(sm) { float: none; margin: 15px auto; margin-bottom: 0; } &:hover { background-color: $giallo; 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; -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 { 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; } .fullWidth img { max-width: 100%; text-align: center; } img{height:auto;} .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); } @include media-breakpoint-up(lg) { .fadeIn{ opacity:0; &.visible{ opacity:1; } } .fade-01{ -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s; -webkit-transition: all ease 0.8s; -moz-transition: all ease 0.8s; transition: all ease 0.8s; } .fade-02{ -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; -o-animation-delay: 1.5s; animation-delay: 1.5s; -webkit-transition: all ease 1.5s; -moz-transition: all ease 1.5s; transition: all ease 1.5s; } .fade-03{ -webkit-animation-delay: 2.2s; -moz-animation-delay: 2.2s; -o-animation-delay: 2.2s; animation-delay: 2.2s; -webkit-transition: all ease 2.2s; -moz-transition: all ease 2.2s; transition: all ease 2.2s; } } /* 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; picture{ transition: all ease 1.9s; img{ opacity:1; transition: all ease 1.9s; } } } @-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; picture{ transition: all ease 1.9s; img{ opacity:1; transition: all ease 1.9s; } } } @-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; picture{ transition: all ease 1.9s; img{ opacity:1; transition: all ease 1.9s; } } } @-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; picture{ transition: all ease 1.9s; img{ opacity:1; transition: all ease 1.9s; } } } @-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: 45px; color:#fff; font-size: 15px; font-weight:700; background:$primary-color; width: 100%; max-width: 205px; margin: 0 auto; padding: 0 5px; letter-spacing:1px; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; font-weight: bold; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); } &:after { width: 0%; height: 100%; top: 0; left: 0; background: #F0B500; content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } &:hover { color:#fff; &:after { width: 100%; } } img, span { margin-right:7px; font-size: 16px; margin-top: -3px; } &.outline{ background-color: #fff; color: #444444; border-bottom:1px solid #DBDBEA; border-top:1px solid transparent; display: inline-block; width: auto; max-width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; [class^="icon-"]{ font-size: 12px; } &:hover{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border-top:1px solid $primary-color; border-bottom:1px solid $primary-color; } &:after{ background:#fff; } } &.pulsante-giallo{ background:$giallo; color:#fff; &:after{ background:#F49900; } &:hover{ color:#fff; } } } .no-pad { padding: 0px; } .no-fill-height{ align-items: flex-start; align-content: flex-start; } .no-margin{margin:0;} /* newsletter */ #pgall #email_min { height: 47px; text-indent: 10px !important; color: $body-color; font-size: 14px; -webkit-appearance: none; outline: none; background-color:#fff; border:1px solid #C8C8C8; &::-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: 47px; -webkit-appearance: none; background: none; background-color: #fff; width: 100%; color:$primary-color; font-size:14px; text-transform:uppercase; margin:0 auto; border:1px solid #C8C8C8; font-weight:700; @include media-breakpoint-up(lg) { border-left:none; } @include media-breakpoint-down(sm) { max-width:150px; } &:hover { background-color: $primary-color-hover; } } #wrapper_email_min { margin: 0 auto; max-width: 635px; width: 100%; @include media-breakpoint-down(sm) { margin-left:auto; } .field_email_min { width: 75%; @include media-breakpoint-down(sm) { width: 100%; } } .field_button_min { width: 25%; @include media-breakpoint-down(sm) { width: 100%; margin-top:20px; } } .link_email { font-size: 12px; color: #7E7E7E !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: #7E7E7E !important; a { color: #7E7E7E !important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: $body-color !important; } /* menu */ /* animazione icon menu */ .op_block { cursor: pointer; } .click { width: 25px; height: 20px; 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; span { display: block; position: absolute; height: 3px; width: 100%; background: #004C66; 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:8px; } &:nth-of-type(4) { top: 16px; } } } .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.submenu.slide-menu { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -ms-transform: translate3d(0px, 0, 0); -o-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); -webkit-transition-duration: 1s; -o-transition-duration: 1s; -ms-transition-duration: 1s; -moz-transition-duration: 1s; transition-duration: 1s; //opacity: 1; } .sf-sub-indicator { display: none; } ul.level1 { @include media-breakpoint-up(lg) { width:auto !important; float:none !important; text-align:center; line-height:65px; } li { @include media-breakpoint-up(xl) { padding:0 8px; } @include media-breakpoint-up(lg) { &.button_6168235f61e4_container{ display:none!important; } display:inline-block; } @include media-breakpoint-down(lg) { padding:0 7px; } @include media-breakpoint-down(md) { width:100%; margin:0 auto; display:block; float:none !important; &.button_262527392b3f_container{ display:none; } } @include media-breakpoint-down(sm) { padding:0; } &.sfHover>a, &.cmsCurrentPageContainerLevel_1>a, a:hover,a.cmsCurrentPage, &:hover > a{ color:$primary-color-hover; @include media-breakpoint-down(md) { background: #fff; color:$primary-color-hover; border-bottom:none; } } &.submenu-container { a { .cms-icon-angle-arrow-down{ font-size:5px; display:inline-block; vertical-align:middle; margin-left:3px; margin-top:-2px; } @include media-breakpoint-down(md) { background-position: 95% 50%; background-repeat:no-repeat; } } } &:last-child { position:relative; ul.level2{ right:0; } } a { position: relative; z-index: 5; font-size: 14px; color:#004C66; font-weight:700; line-height:1.5; @include media-breakpoint-down(lg) { font-size:12px; } @include media-breakpoint-down(md) { width: 100%; font-size: 19px; background-position:95% 50%; padding-left:30px; display: block; width: auto; padding: 8px 10px !important; text-align: left; border-bottom:none; color:$body-color; line-height:1; } @include media-breakpoint-down(sm) { padding-left:30px; font-size:16px; display: block; width: 100%; padding: 15px 10px !important; text-align: left; } } ul.level2.submenu { position: absolute; z-index: 999; margin: 0px; padding: 0; background-color: #fff ; min-width:1px; @include media-breakpoint-up(lg) { margin-left: -15px; border-bottom: 1px solid $primary-color-hover; } @media (min-width: @screen-md-min) { width:525px; background-color:$primary-color-hover; height: 210px; padding-top: 70px; background-image:url('/source/sottomenu-app.jpg'); background-repeat:no-repeat; background-position:15px 15px; } @include media-breakpoint-down(md) { top:0; padding:0; width:100%; background-color: $primary-color-hover; } li { position: relative; z-index: 9999; line-height:normal; display:block; padding: 0px; text-align: left; margin: 0; float: none; @include media-breakpoint-up(lg) { width: 100%; margin-left: 0%; } @include media-breakpoint-down(md) { width: 100%; margin: 0px auto; border: none; padding: 0; text-align:left; } &:hover,&.sfHover, a:hover, a:active, a:focus { outline: 0 !important; } a { color: #004c66; width: 100%; padding: 15px; width:100%; margin: 0px; display:block; line-height:normal; border:none; font-weight: bold; font-size: 14px; min-width: 140px; &:after { display:none; } &:before { top:5px; } &.cmsCurrentPage, &:hover { color:$primary-color-hover; background: transparent; } @include media-breakpoint-down(md) { padding: 10px 5px; padding-left:30px; width: 100%; display: block; width: 100%; border: none; margin-right: 0; margin-left: 0; float: none; font-size:16px; &.cmsCurrentPage, &:hover { color:$primary-color; background: transparent; } } } &:first-child { display: none; @include media-breakpoint-down(md) { display:block; a{ text-align: left; background: none; padding: 10px 5px; padding-left:15px; background:$primary-color-hover; color:#fff; span{ font-size:14px; } } } } &:last-child { border: none; } } } } } .vedi-menu, ul.level1 ul.level2.submenu{ @include media-breakpoint-down(md) { display: block !important; visibility: visible !important; width: 60%; padding: 0; margin-top: 0px !important; background-color: #fff; z-index: 9999; -webkit-backface-visibility: hidden; top: 70px; bottom: 0; position: fixed !important; box-sizing: content-box; -webkit-overflow-scrolling: touch; -webkit-transform: translate3d(-101%, 0, 0); -moz-transform: translate3d(-101%, 0, 0); -ms-transform: translate3d(-101%, 0, 0); -o-transform: translate3d(-101%, 0, 0); transform: translate3d(-101%, 0, 0); -webkit-transition: 1s; left: 0; overflow-y: auto; } @include media-breakpoint-down(sm) { width: 100%; } } .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 { @include media-breakpoint-up(lg) { margin: 0 auto; left: 0; top: 0; right: 0; z-index: 999; position: fixed; background:#fff; } @include media-breakpoint-down(md) { margin-top:70px; } } .barra-mobile { width: 100%; left: 0px; top:0; right: 0; z-index: 800; position: fixed; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } /*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: 15px; cursor: pointer; padding: 0px 5px; line-height: 1.5; text-align: center; width: 65px; height: 50px; border: 1px solid #DBDBEA; margin: 0 auto; padding-top: 8px; @include media-breakpoint-down(md) { margin: 25px 0 0 15px; } img { display:block; margin:0 auto; } .cms-icon-angle-arrow-down{font-size:8px !important;} #select_lingue { line-height: 16px; font-size: 15px; width: 100%; margin: 0 auto; top: 70px; width: 100%; max-width: 100%; right: 0; z-index: 9; position: absolute; left: 0; @include media-breakpoint-down(md) { max-width:100px; right:auto; } .item_lingue { text-align: center; a { padding: 5px 0; background-color: $primary-color; color: #fff; display: block; text-transform:lowercase; &:hover { background-color: $primary-color-hover; } } } } } } /***************************/ /* css elenco offerte */ .frase-no-off{ display: none; } .elenco-offerte{ .blk-offerte{ margin-bottom: 20px; font-size: 17px; } .bg-grey{ background:#E6E3DD; } .tit-offerta-elenco{ line-height: 120%; } .cont{ padding: 20px 30px; } .pulsante-off{ padding: 30px 20px; border: 1px solid #fff; max-width: auto; font-size: 12px; margin: 10px auto 20px; display: inline-block; &:hover{ color:$primary-color; border: 1px solid $primary-color; } } } /* 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; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; 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; -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: 6px; width: 45px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -3px; 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-size: 6px; line-height: 1; color: $primary-color-hover; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { left: 0; &:before { content: "\e90d"; } } .slick-next { right: 0; &:before { content: "\e90e"; } } /* 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, .offerte-elenco { .blk-offerte{ margin:0 auto; } .table-box{ background:#E6E3DD; } .cont-offerta { font-size: 17px; padding: 20px; color:#004C66; h3 { &.titolo { font-size: 28px; line-height: 110%; margin: 0 auto; @include media-breakpoint-down(xl) { font-size: 23px; } @include media-breakpoint-down(lg) { font-size: 20px; } a { color:#004C66; &:hover { color: $primary-color; } } } } .sottotitolo { padding:22px 0; @include media-breakpoint-down(xl) { font-size: 15px; padding: 10px 0; } @include media-breakpoint-down(lg) { font-size: 13px; padding: 10px 0; } } .condizioni{ padding:10px 0; @include media-breakpoint-down(lg) { font-size: 13px; padding: 5px 0; } .prezzo{ color:#004C66; font-size:28px; font-weight:300; } } .link-offer{ border:2px solid #FFFFFF; height:68px; width:68px; background:transparent; color:#fff; display: block; text-align: center; font-size: 12px; line-height: 68px; margin-top:10px; &:hover{ border:2px solid $primary-color; color:$primary-color; } } } .img-off { 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: 20px auto; padding: 30px; background:#D6E8EF; @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 { border-left: 1px solid #5A596B; padding: 7px; margin-top: 12px; margin-left: 10px; font-size:22px; @include media-breakpoint-down(md) { text-align:center; margin:10px auto; } } .data { @include media-breakpoint-down(sm) { text-align:center; margin-top: 15px; } } .txt { margin-top: 15px; margin-bottom: 25px; border-bottom: 1px solid #5A596B; padding: 20px 0; @include media-breakpoint-down(sm) { text-align:center; } } } } /* slider commenti */ .slider-commenti{ .slick-prev,.slick-next{ position:absolute; top:auto; margin-top:0; bottom:0px; left:0; } .slick-prev{ } .slick-next{ right:auto; left:60px; } .slide-commenti { .cont-commenti { padding: 30px 0px; font-size:18px; @include media-breakpoint-down(lg) {font-size:16px;padding:20px 0;} @include media-breakpoint-down(md) { } .box-dati{ margin-top:20px; font-size: 14px; color:$primary-color-hover; .logo{max-height:20px;display:inline-block !important;} } .titolo-commenti, #modalComments.modal-title { font-size: 18px; line-height: 20px; margin-bottom: 20px; font-weight: bold; @include media-breakpoint-down(md) { min-height: 1px; } @include media-breakpoint-down(sm) {} a { color: $primary-color-hover; &: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:30px;}} } /* 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; picture{ background: $grey; display: block; img{ 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; } } @include media-breakpoint-down(md) {padding:0 15px;} } .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; -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; } } /* 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: 15px 0px 15px 75px; list-style-position: inside; font-size: 17px; letter-spacing: 1px; line-height: 140%; &:before { font-family: 'icomoon' !important; content: "\e914"; position: absolute; left: 0; top: 15px; margin: auto; height: 5px; width: 50px; color:$primary-color; font-size: 14px; } } } .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; } } .flex-page{ @include media-breakpoint-up(lg) { display:flex; } } .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; } &.big-pad{ padding:100px 0; @include media-breakpoint-down(lg) { padding:70px 0; } @include media-breakpoint-down(md) { padding:40px 0; } @include media-breakpoint-down(sm) { padding:30px 0; } } &.no-top-pad{ padding-top:0!important; } &.no-bottom-pad{ padding-bottom:0!important; } } .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:100px; top:0; bottom:0; margin:auto; &:hover, &:focus{background-color:transparent;border:none;outline:none; &:before{color:#59596B;} } &:before{ content: "\e915"; color:#59596B; border:none; font-size:20px; line-height: 110%; display:block; margin-right:0; margin:0 auto; width:auto; height:auto; font-family: 'icomoon'; } &.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; } } } /**************************************************/ .img-top{ position:relative; margin-top:115px; @include media-breakpoint-down(md) { margin-top:70px; } } .link-social{ color:$primary-color; font-size:22px; margin:0 10px; display:block; &:hover{ color:$primary-color-hover; } } .baffo-title{ position:relative; display:inline-block; &:before{ content: ''; background-image: url(/source/onda-richiedi.png); width: 60px; height: 50px; position: absolute; left: -29px; z-index: -1; top: 11px; @include media-breakpoint-down(md) { display:none; } } } .link-top{ a{ height: 78px; line-height: 140%; font-size: 11px; color: #fff; font-weight: 700; padding-top: 6px; -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); background:$primary-color; display:block; position:relative; text-align:center; width:93%; margin:0 0 auto auto; &:after { width: 0%; height: 100%; top: 0; left: 0; background: #DBDBEA; content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } &:hover { color:$primary-color; &:after { width: 100%; } } &.link-book{ background:#004C66; width:90%; margin:0 auto auto 0; &:after{ background:#DBDBEA; } &:hover{ color:#004C66; } } } .svg-top{ font-size: 30px; margin-bottom: 5px; display: block; } } .dati-top{ border-bottom:1px solid #DBDBEA; font-size:12px; padding:15px 0; text-align:center; .svg-dati-top{ color:$primary-color; font-size:30px; margin-bottom:10px; display:block; } } .frase-top-blk{ padding: 60px 0 80px; width: 100%; position: absolute; z-index:1; right:0; left:0; bottom:0; background: rgb(0,0,0); background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); @include media-breakpoint-down(md) { padding: 80px 10px 30px 10px; } &.home-abs{ z-index: 2; @include media-breakpoint-up(md) { background:transparent !Important; } } } .video-home{ position: relative; max-height: calc(100vh - 120px); /*altezza finestra meno top*/ overflow: hidden; vertical-align: bottom; video:after{ height: 33%; width: 100%; position: absolute; z-index:1; content:""; display: block; right:0; left:0; bottom:0px; background: rgb(0,0,0); background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); } } .frase-top{ font-size: 60px; @include media-breakpoint-down(md) { font-size: 35px; } } .slider-interno{ .slick-slider{ padding-bottom: 50px; margin-bottom: 30px; } .slick-arrow{ bottom: 0; top: auto; width: 50px; height: 15px; vertical-align: middle; text-align: center; &:before{ display: inline-block; font-size: 12px; } &.slick-prev{ right: 90px; left:auto; &:before{ color: $primary-color; content: "\e915"; } } &.slick-next{ right: 0; &:before{ color: $primary-color; content: "\e914"; } } } } .ico-onda{ margin-bottom: -40px; @include media-breakpoint-down(md) { margin-bottom:0; } } .bg-fixed{ background-size: 100%; background-position: center; background-attachment:fixed ; min-height:600px; margin: 30px auto; height: 600px; background-repeat: no-repeat; @include media-breakpoint-down(md) { min-height: 300px; height: 300px; background-size: cover; background-attachment:inherit ; } } .ico-circle{ border: 1px solid #DBDBEA; border-radius: 50%; padding: 10px; display: inline-block; width: 70px; line-height: initial; text-align: center; vertical-align: middle; height: 70px; font-size: 30px; color: $primary-color; } .testo-serv{ padding: 5px 20px 15px; @include media-breakpoint-down(md) { padding: 0 10px 10px; } h4{ font-size: 18px; min-height: 72px; @include media-breakpoint-down(md) { font-size: 17px; } } } .icona-servizi{ color:#DBDBEA; font-size: 60px; margin-top: 20px; } .frase-abs{ padding-top: 200px; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s; position: absolute; top: auto; bottom: 0; right: 0; left: 0; text-shadow: 0 5px 10px rgba(0,0,0,0.8); padding: 100px 20px 20px 30px; background: rgb(0,0,0); background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); } .link-apt{ margin-bottom: 0px; position: relative; @include media-breakpoint-down(md) { margin-bottom: 10px; } &:hover{ -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s; .frase-abs{ padding-top: 200px; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s; } } } .badge{ border-radius: 4px; overflow: hidden; } .fascia-booking{ position:fixed; bottom:0; left:0; right:0; z-index:99; width:100%; background:$primary-color; box-shadow: 3px 0px 10px #33333352; .form-booking{ max-width:1200px; margin:0 auto; .modulo_alt,.input_preventivo{ height:55px; font-size:15px; &:focus{ outline: none; } } .btn_preventivo{ line-height:55px; margin:0; background-color:$primary-color; color:#fff; transition: all 0.3s; font-weight:700; &:hover{ background: #DBDBEA; color:$primary-color; } } .etichetta{ display:flex; justify-content:center; align-items:center; padding-left:20px; &.bordo{ border-right: 1px solid #dbdbea; } .modulo_alt{ margin-left:10px; background-color:transparent; color:#fff; } .ico{ font-size:20px; color:#fff; } select{ background-image: url(/source/arr_down_white.svg) !important; background-size: 8px; background-repeat: no-repeat; background-position: 97.5% 50%; background-color:transparent; color:#fff; option{ color:$body-color; } } } } } //traduzioni html[lang="de"] { @media screen and (max-width: 767px){ } @media screen and (max-width: 991px) and (min-width: 768px){ } @media screen and (max-width: 1199px) and (min-width: 992px){ .link-top a{ font-size: 8px !important; } .h1grande{ font-size: 65px; } #pgall #button_email_min { font-size: 12px; } } @media screen and (min-width: 1200px){ .link-top a{ font-size: 10px !important; } .h1grande{ font-size: 75px; } } }