// variabili sito $primary-color: #1A4531; $primary-color-hover: #112A1E; $rosso:#942200; $rosso-scuro:#701C03; $beige:#EEE9E3; $marrone:#4B3905; $marrone-scuro:#98694C; $background-input: #fff; $color-form: #212121; // ****************************************************** // variabili bootstrap $primary: $primary-color; $font-family-sans-serif: 'Work Sans', sans-serif; $corsivo: 'Cormorant Garamond', serif; $font-size-base: 1.125 rem; $grid-gutter-width: 10px; $body-color:#212121; $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"; html{overflow-x:hidden;} body { margin: 0; padding: 0; } a, a:hover, a:focus { text-decoration: none; } .corsivo{ font-family:$corsivo; } .colore-uno { color: $primary-color; } .colore-due { color: $primary-color-hover; } .marrone { color: $marrone; } .marrone-scuro { color: $marrone-scuro; } .beige { color: $beige; } .bgk-uno { background-color: $primary-color; color:#fff; a{color:#fff;} } .bgk-due { background-color: $primary-color-hover; } .rosso { color: $rosso; } .rosso-scuro { color: $rosso-scuro; } .bgk-rosso { background-color: $rosso; } .bgk-rosso-scuro { background-color: $rosso-scuro; } .bgk-marrone-scuro { background-color: $marrone-scuro; } .bgk-beige { background-color: $beige; } @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, .slick-prev:before, .slick-next:before,.fa { /* 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-calendar:before { content: "\e900"; } .icon-email:before { content: "\e901"; } .icon-freccia-sx:before, .fa-chevron-left:before { content: "\e902" !important; } .icon-hotel-bell:before { content: "\e903"; } .icon-left-right:before, .fa-chevron-right:before { content: "\e904" !important; } .icon-line:before { content: "\e905"; } .icon-pin:before { content: "\e906"; } /* 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; } } p, address { margin: 0; line-height:inherit; } .height-no-flex{align-self: flex-start;} .align-center{ @include media-breakpoint-up(md) { align-items: center; } } p { margin: 0; } ul { margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } .no-pad { padding: 0; } .pad_5 { padding: 0 5px; } .pad_10 { padding: 0 10px; } .pad_20 { padding: 0 20px; } .blk { max-width: 1920px; margin: 0 auto; width: 100%; padding:0 15px; @include media-breakpoint-up(xl) { padding: 0 8%; } } .container, .container-fluid { max-width: 100%; transition: all 600ms ease; } .container-fluid { max-width: 100%; &:before { display: block; } } .divisore { padding-bottom: 40px; @include media-breakpoint-down(sm) { padding-bottom: 25px; } } h3, h1 { font-size: 45px; line-height:1.2; @include media-breakpoint-down(md) { font-size: 32px; } @include media-breakpoint-down(sm) { font-size: 26px; } &.big{ font-size:85px; line-height:1; @include media-breakpoint-down(lg) { font-size:75px; } @include media-breakpoint-down(md) { font-size:60px; } @include media-breakpoint-down(sm) { font-size:35px; } } } h1.big{ @include media-breakpoint-up(lg) { font-size:65px; } } .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; } &.no-top{padding-top:0;} &.no-bottom{padding-bottom:0;} } .testo-sx { padding-right: 30px; @include media-breakpoint-down(md) { padding-right:15px; } @include media-breakpoint-down(sm) { padding-right:5px; } } .testo-dx { padding-left: 30px; @include media-breakpoint-down(md) { padding-left:15px; } @include media-breakpoint-down(sm) { padding-left:5px; } } .pad-left{ @include media-breakpoint-down(md) { padding-left:15px; } } .pad-right{ @include media-breakpoint-down(md) { padding-right:15px; } } /* colonna negativa */ .col-3-negativa { margin-left: -25%; @include media-breakpoint-down(md) { margin-left:-16.66666%; } } .colonna-negativa { margin-left: -8.3333333%; @include media-breakpoint-down(md) { margin-left:0; } } /*********************/ /* filtro grigio */ .greyscale { filter: gray; filter: grayscale(100%); transition: .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: $body-color !important; font-size: 10px; letter-spacing: 1px; padding-top: 8px; line-height: normal; padding-bottom: 1px; height: 100%; text-transform: uppercase; display: block; span[class^="icon-"] { margin: 6px auto; display: block; font-size: 15px; } img { margin: 0 auto; margin-bottom: 11px; display: block; } a { color: $body-color !important; } } /**********************/ /* testo invio newsletter */ .result_inscr_newsl_min { color: #fff; } /***************************/ // FORM CONTATTI #ContContatti { color: $color-form; input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 4px; margin-top: 2px; } .form-group { margin: 3px 0; } .modulo_alt { height: 45px; background-repeat: no-repeat; box-shadow: none; padding: 0; font-size: 16px; background-color: $background-input; margin: 5px 0; color: $color-form; border: none; border-radius: 2px; text-indent: 10px; option { color: $color-form; } &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: $color-form; } &::-moz-placeholder { /* Firefox 19+ */ color: $color-form; } &:-ms-input-placeholder { /* IE 10+ */ color: $color-form; } &:-moz-placeholder { /* Firefox 18- */ color: $color-form; } } .modulo_alt[readonly], .modulo_file { background-image: url('/ATScripts/form/img/attach.png'); background-repeat: no-repeat; background-position: 5px center; cursor: pointer; text-indent: 25px; background-color: $background-input; } .bottone_alt { // @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: 50px; text-indent: 4px; width: 100%; border: none; background-color: $background-input; color: $color-form; -webkit-appearance: none; max-width: 100%; border:1px solid #707070; } .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: $primary-color; cursor: pointer; color: #fff; width: auto; padding: 0px 10px; height: 60px; line-height: 55px; width: 100%; max-width: 240px; font-size: 15px; margin-top: 10px; -webkit-appearance: none; transition: all 400ms ease; text-transform:uppercase; &.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 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) .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.8s 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.8s 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.8s 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: 75px; color: #fff; font-size: 15px; background-color: $primary-color; width: 100%; max-width: 220px; text-transform: uppercase; margin: 0 auto; padding: 0 5px; position: relative; transition: all 600ms ease; } &:hover { background-color: $primary-color-hover; } .ico{ margin-right:8px; margin-top:-2px; } &.h-normal{ line-height:50px; } } .no-pad { padding: 0px; } .no-fill-height{ align-items: flex-start; align-content: flex-start; } .no-margin{margin:0;} /* newsletter */ #pgall #email_min { height: 60px; text-indent: 10px !important; color: $body-color; font-size: 16px; -webkit-appearance: none; outline: none; background-color: $background-input; text-transform:uppercase; border:1px solid #BBB; @include media-breakpoint-down(sm) {text-align:center;text-indent: 0px !important;} &::-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: 60px; -webkit-appearance: none; background: none; background-color: $beige; width: 100%; color:$primary-color; font-size:15px; border:1px solid $beige; text-transform:uppercase; &:hover { background-color: $primary-color; color:#fff; } } #wrapper_email_min { margin: 0 auto; margin-left: 0; width: 100%; margin-top: 45px; @include media-breakpoint-down(md) { margin-left:auto; } .field_email_min { width: 70%; @include media-breakpoint-down(sm) { width: 100%; } } .field_button_min { width: 30%; @include media-breakpoint-down(sm) { width: 100%; margin-top:10px; } } .link_email { font-size: 13px; color: #fff !important; } .newsletter_min_cont_privacy { margin-top: 10px; color: #fff !important; a { color: #fff !important; } } } #testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited { color: #428bca !important; } /* menu */ /* animazione icon menu */ .op_block { cursor: pointer; } .click { width: 20px; height: 14px; position: relative; margin: 0px auto; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; @include media-breakpoint-down(md) { width:24px; } 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; transition: opacity 0.3s cubic-bezier(0.975,0.015,0.46,0.99),transform 0.3s cubic-bezier(0.975,0.015,0.46,0.99); transform: scale(1) translate3d(0,0,0); } 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 { font-family:$corsivo; @include media-breakpoint-down(md) { width:100%; padding:0px !important; } @include media-breakpoint-up(lg) { margin:0 auto !important; width: 100%; line-height:normal; } li { @include media-breakpoint-up(lg) { float:none !important; display:block !important; position:relative; text-align:center; } @include media-breakpoint-down(md) { width:100%; padding:0 15px; } &.submenu-container:hover > a, &.sfHover>a, &.cmsCurrentPageContainerLevel_1 > a,a:not([href]):not([tabindex]):hover, a:hover,a.cmsCurrentPage{ &:before{ opacity:1; } } &.submenu-container{ &:hover{ ul.level2{ pointer-events:auto; } } } a, a:not([href]):not([tabindex]) { position: relative; z-index: 5; font-size: 35px; line-height:1.1; color:$marrone; padding: 5px 20px; background-repeat:no-repeat; background-position:50% 85%; letter-spacing:1px; display:inline-block !important; text-transform:uppercase; width:auto; text-align:center; @include media-breakpoint-down(md) { background-position: 95% 50%; text-align: left !important; padding: 12px 15px; max-width: 100%; font-size: 30px; } @include media-breakpoint-down(sm) { font-size: 22px; padding: 6px 15px; } .cms-icon-angle-arrow-down { height: 18px; font-size: 11px; display: inline-block; vertical-align: middle; margin-left: 20px; position: relative; @include media-breakpoint-down(md) { margin-left: 5px; } } &:before { position: absolute; border-radius:50%; background-color:$rosso; height:8px; width:8px; bottom: 0; top:0; margin:auto; left: 0; content: ''; display: block; transition: all 600ms ease; opacity:0; } &.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; 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:20px; 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; } } } } } .vedi-menu { display: block; background-color: $beige; z-index: 90; -webkit-backface-visibility: hidden; width: 100%; max-width: 1920px; top: 0; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; -webkit-overflow-scrolling: touch; transform: scale(1.5) translate3d(0,0,0); transition: opacity 0.3s cubic-bezier(0.975,0.015,0.46,0.99),transform 0.3s cubic-bezier(0.975,0.015,0.46,0.99),visibility 0s linear 0.3s; overflow-y: scroll; opacity: 0; visibility: hidden; @include media-breakpoint-up(lg) { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } &::-webkit-scrollbar { @include media-breakpoint-up(lg) { display: none; } } .box-menu { display: flex; align-items: center; min-height: calc(100vh); justify-content: flex-start; @include media-breakpoint-down(md) { display: block; padding-top: 30px; min-height:1px; } } @include media-breakpoint-down(md) { right: auto; background-position: 90% 50%; padding-top: 0; margin-top: 55px; } } .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; -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,.25); box-shadow: 0px 5px 10px -5px rgba(0,0,0,.25); &.dw{ top:auto; bottom:0; .link-mobi{ line-height:50px; padding-top:0; padding-bottom:0; color:#fff; a{color:#fff !important;} span[class^="icon-"] { display:inline-block; padding-top:0; padding-bottom:0; margin-right:5px; font-size:18px; } } } } /*mesi*/ .li_mesi, .li_contenuti { color: #333 !important; } /* gallery photoswipe */ .bo_gallery_photoswipe figure { text-align: center; position: relative; cursor: pointer; width: 20%; @include media-breakpoint-down(md) { width: 33.3333333%; } @include media-breakpoint-down(sm) { width: 50%; } img { max-width: 100%; padding: 5px; } } /* ********** stile lingue ***************** */ .so_languageLinks{ @include media-breakpoint-down(md) { padding:0 30px; } .tendina-lingue { font-size: 13px; cursor: pointer; padding: 0px 5px; line-height: 75px; text-align: center; width:100%; @include media-breakpoint-down(md) { border:none; padding-top: 0; text-align:left; line-height:50px; border-top:1px solid rgba(255,255,255,.4); margin-top:30px; } img { margin: 0 4px; margin-top: -3px; } .cms-icon-angle-arrow-down{font-size:8px !important;} #select_lingue { line-height: 16px; font-size: 15px; width: 120px; margin: 0 auto; top: 50px; //max-width: 160px; right: 0; z-index: 9; position: absolute; left: 0; @include media-breakpoint-down(md) { right:auto; } .item_lingue { text-align:left; a { padding: 5px 10px; background-color: $primary-color; color: #fff; display: block; text-transform:lowercase; &:hover { background-color: $primary-color-hover; } } } } } } /***************************/ /* css elenco news */ .elenco-news{ .bordered{ overflow:hidden; margin:20px 0; background-color:$beige; @include media-breakpoint-down(sm) { background:none; } .img-off{ } .cont{ padding:25px; @include media-breakpoint-down(md) { padding:20px 15px; } .titolo{ display:block; min-height:35px; margin-bottom:10px; font-size:18px; line-height:1.2; font-weight:bold; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(sm) { } &:hover{ color:$rosso; } } .link{margin-top:25px;margin-left:0; @include media-breakpoint-down(md) {margin-top:15px;} @include media-breakpoint-down(sm) { float:none; } } } } &.elenco-offerte{ .bordered{ background-color:$marrone-scuro; color:#fff; .titolo{ color:#fff; &:hover{ color:rgba(255,255,255,.6); } } .sottotitolo{ padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.4); line-height:1.1; margin-bottom:20px; } .condizioni{ font-size:13px; } .prezzo{ font-size:22px; font-weight:normal; } .pulsante{ margin-top:25px; background-color:$beige; color:$body-color; border:1px solid $beige; margin-left:0; &:hover{ background-color:transparent; color:#fff; } } } } } .no-offer{display:none;} /***** dettaglio offerte *****/ .dettaglio-offerte { margin:0 auto; .prezzo{font-size:22px;font-weight:bold; b{font-size:22px;} } h1{ font-size: 38px; line-height: 42px; padding:0; margin-bottom:15px; @include media-breakpoint-down(lg) { font-size: 30px; line-height: 33px; } @include media-breakpoint-down(sm) { font-size: 25px; line-height: 29px; } } .sottotitolo { line-height: 22px; font-size: 20px; padding: 10px 0; font-weight:bold; padding-bottom: 25px; @include media-breakpoint-down(md) { line-height: 21px; font-size: 20px; } } .descrizione{margin-top:25px;} .pulsante{ color:#fff !important; margin-top:25px; } .social_bar { margin-top: 20px; } .testo-off{ padding-left:25px; @include media-breakpoint-down(md) { padding-left:5px; padding-top:20px; } } #ContContatti2{ .row_label{ font-size:15px; white-space:inherit; } } } /*******************************/ /* 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: 18px; width: 70px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -9px; 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 { line-height: 1; color: $body-color; font-size:18px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } .slick-prev { left: 0; &:before { content: "\e902"; } } .slick-next { right: 0; &:before { content: "\e904"; } } /* 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; background-color:$marrone-scuro; .cont-offerta { font-size: 18px; color:#fff; padding: 25px 30px; @include media-breakpoint-down(lg) {} @include media-breakpoint-down(md) { padding:25px 20px; } @include media-breakpoint-down(sm) { text-align: center; margin-top: 0; padding-bottom: 0; } h3 { &.titolo { font-size: 18px; line-height: 20px; min-height: 30px; margin: 0 auto; margin-bottom: 10px; font-weight: bold; @include media-breakpoint-down(lg) { } @include media-breakpoint-down(md) { min-height: 1px; } @include media-breakpoint-down(sm) { } a { color: #fff; &:hover { color: rgba(255,255,255,.5); } } } } .sottotitolo{ padding-bottom:25px; border-bottom:1px solid rgba(255,255,255,.4); margin-bottom:25px; line-height:20px; @include media-breakpoint-down(lg) { padding-bottom:20px; margin-bottom:20px; } } .pulsante{ margin-top:25px; background-color:$beige; color:$body-color; border:1px solid $beige; margin-left:0; &:hover{ background-color:transparent; color:#fff; } } .condizioni { font-size:13px; .prezzo { font-size:20px; line-height: 25px; } } } .cont-img { border-right:10px solid #fff; img { transform: none; } } } .slick-prev, .slick-next{ bottom:-60px; top:auto; margin-top:0; z-index:5; @include media-breakpoint-down(sm) {bottom:-30px;} } .slick-prev{ left:5px; @include media-breakpoint-down(sm) { left:50%; margin-left:-90px; } } .slick-next{ left:105px; right:auto; @include media-breakpoint-down(sm) { left:auto; right:50%; margin-right:-90px; } } } /* ***** 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:-20px; } .slick-prev{ left:50%; margin-left:-90px; } .slick-next{ right:50%; margin-right:-90px; } .slide-commenti { .cont-commenti { padding: 30px 20px; font-size: 18px; @include media-breakpoint-down(md) { text-align:center; padding: 25px 15px; } @include media-breakpoint-down(sm) { padding: 25px 0px; } .cliente{font-size:16px;} .box-dati{ margin-top:50px; .logo{max-height:60px;display:inline-block !important;} } .titolo-commenti, #modalComments.modal-title { margin-bottom: 30px; min-height:50px; text-transform:uppercase; @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: 8px 0px 8px 50px; list-style-position: inside; text-transform:uppercase; font-size:16px; &:before { content: ''; position: absolute; left: 0; top: 22px; margin: auto; height: 1px; width: 34px; background-color:$primary-color; } } } .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:80px 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; } &.no-bottom{ padding-bottom:0; } } .so_socialFollow{ .socialFollow{ .icon{height:auto !important; .cms-icon{ line-height:25px; display:inline-block; vertical-align:middle; } } } } .imagelightbox-arrow{ background:none; border:none; height:40px; width:40px; top:0; bottom:0; margin:auto; &:hover, &:focus{background-color:transparent;border:none;outline:none; &:before{color:$primary-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 { position: fixed; top: 0; left: 0; right: 0; z-index: 99; transition: all 400ms ease; line-height: 70px; background-color:#fff; @include media-breakpoint-down(md) { position: absolute; top: 55px; } &.open { background-color:$beige; } .dati-top { font-size: 13px; padding-left:25px; line-height:normal; padding-top:20px; & > a { color: #fff; } .ico { position:absolute; left:0; top:0; bottom:0; margin:auto; font-size:18px; height:18px; } } } .barra-top{ background: $beige; position: fixed; right: 0; left: 0; width: 100%; bottom: 0px; z-index: 89; height: 89px; transition: transform 1.8s cubic-bezier(.215,.61,.355,1); transform:translateY(0); //vuole che si veda sempre //&.barra-hidden{ // transform:translateY(100%); // } .booking{ line-height: 1.5; color:$body-color; height:100%; .campo{ padding:14px 10px; @include media-breakpoint-down(lg) { padding:14px 5px; } } .bgk-booking, .age-first{background-color:$beige;} input[type="text"]{ background-image:url('/source/calendario-booking.svg'); background-repeat:no-repeat; background-position:95% 50%; &.sconto{ background:none; } } input[type="text"], select{ background-color:#fff; color:$body-color; height:40px; text-indent:10px; font-size:15px; outline:none; max-width:100%; option{color:$body-color;} } .camera, .age, .age-first{ margin:8px 0; } select{ width:100%; background-image:url('/source/arr_down-booking.svg') !important; background-repeat:no-repeat; background-position:93% 50% !important; } label{ text-transform:uppercase; font-size:15px; letter-spacing:1px; display:block; margin-bottom:3px; @include media-breakpoint-down(lg) { font-size:12px; } } #label-modcancreservation{font-size:14px;text-decoration:underline; @include media-breakpoint-down(lg) { font-size:10px; } } .pulsante-booking{ position:relative; .ico{ z-index:3; color:#fff; font-size:20px; position:absolute; left:50%; top:25px; margin-left:-95px; display:block; } } input[type="button"]{ background-color:$rosso; color:#fff; font-size:15px; letter-spacing:1px; text-transform:uppercase; height:70px; &:hover{ background-color:$rosso-scuro; } } } } .link{ cursor:pointer; position:relative; padding:8px 15px; background:transparent; font-size:18px; font-weight:500; transition:all 1s; color:$body-color; display:inline-block; text-transform:uppercase; @include media-breakpoint-down(sm) { font-size:16px; } &:after,&:before{ content:" "; width:15px; height:15px; position:absolute; border :0px solid #fff; transition:all 1s; } &:after{ top:0px; left:0px; border-top:1px solid $body-color; border-left:1px solid $body-color; } &:before{ bottom:0px; right:0px; border-bottom:1px solid $body-color; border-right:1px solid $body-color; } &:hover{ color:$body-color; border-top-right-radius:0px; border-bottom-left-radius:0px; &:before,&:after{ width:100%; height:100%; } } &.white{ color:#fff; &:after{ border-top:1px solid #fff; border-left:1px solid #fff; } &:before{ border-bottom:1px solid #fff; border-right:1px solid #fff; } &:hover{ color:#fff; } } } .sf-form{ position:relative; &:before{ content:''; position:absolute; top:0; bottom:0; left:0; right:0; background-image:url('/source/ombra-dw.png'); background-repeat:repeat-y; background-position:top left; @include media-breakpoint-down(sm) { background:none; background: linear-gradient(0deg, rgba(250,250,250,0) 0%, rgba(0,0,0,0.5186449579831933) 100%); } } &:after{ background-color:#fff; content:''; position:absolute; left:0; right:0; bottom:0; height:20vw; z-index:3; } .box-form{ padding:45px 70px; @include media-breakpoint-down(lg) {padding:35px 40px;} @include media-breakpoint-down(sm) { padding:30px 15px; } .titolo-form{ @include media-breakpoint-down(sm) { text-align:center; } &:before{ content:''; width:35px; height:1px; background-color:$body-color; display:inline-block; vertical-align:middle; margin-right:15px; margin-top:-3px; @include media-breakpoint-down(sm) { display:none; } } } } } .box-newsletter{ padding:45px 70px; @include media-breakpoint-down(lg) {padding:35px 40px;} @include media-breakpoint-down(sm) { padding:30px 15px; } } .dati-dw{ .titolo{ font-size:18px; font-weight:500; text-transform:uppercase; b{font-weight:500;} } } .social{ text-transform:uppercase; &:hover{ color:$primary-color; } } .img-top{ position:relative; margin-top:75px; @include media-breakpoint-down(md) { margin-top:55px; } .logo-top{ img{ position:absolute; top:0; bottom:0; right:0; left:0; margin:auto; height:250px; @include media-breakpoint-down(md) { height:130px; } @include media-breakpoint-down(sm) { height:110px; } } } } .titolo-paragrafo{ font-size:16px; text-transform:uppercase; margin:25px 0; letter-spacing:1px; &:before{ content:''; width:35px; height:1px; background-color:$body-color; display:inline-block; vertical-align:middle; margin-right:15px; margin-top:-3px; } &.no-trattino{ &:before{ display:none; } } } .fascia-uno{ margin-top:-4vw; @include media-breakpoint-down(lg) { margin-top:0; } .no-top{ @include media-breakpoint-down(lg) { padding-top:50px; } @include media-breakpoint-down(md) { padding-top:40px; } @include media-breakpoint-down(sm) { padding-top:30px; } } } .fascia-due{ position:relative; .img-fascia-due{ margin-top:-160px; @include media-breakpoint-down(md) { margin-top:35px; } } &.home{ position:relative; &:before{ content:''; position:absolute; top:0; left:0; right:0; background-color:#fff; height:30vw; } } } .bottom-line{align-items:end;} .no-top{padding-top:0;} .delay{animation-delay:.5s !important;} .delay-2{animation-delay:1s !important;} .fascia-slider{ position:relative; z-index:3; .img-sx{ padding-right:40px; @include media-breakpoint-down(md) { padding-right:15px; } } .img-centrale{ padding-right:40px; padding-left:40px; padding-top:7vw; @include media-breakpoint-down(md) { padding-right:15px; padding-left:15px; } @include media-breakpoint-down(sm) {padding-top:0;} } .img-dx{ padding-left:40px; @include media-breakpoint-down(md) { padding-left:15px; } } &:after{ content:''; position:absolute; bottom:0; right:0; left:0; background-color:#fff; height:50%; pointer-events:none; z-index:-1; } &.up{ &:after{ top:0; bottom:auto; } } } .blk-offerte-scorrevoli{ @include media-breakpoint-down(sm) {background-color:$beige;} } .servizio{ padding-bottom:30px; @include media-breakpoint-down(md) {padding-bottom:15px;} } .box-experience{ @include media-breakpoint-down(md) { margin-bottom:20px; } .box-img{ position:relative; margin-bottom:40px; .titolo-paragrafo{ background-color:rgba(0,0,0,.28); position:absolute; top:0; left:0; right:0; z-index:2; padding:10px; font-family:$corsivo; margin:0; color:#fff; &:before{ background-color:#fff; } } } .txt{ padding-right:15px; } &.home{ margin-top:25px; margin-bottom:25px; position:relative; z-index:3; .titolo-paragrafo{ @include media-breakpoint-down(sm) { display:none; } } &.bici{ margin-top:8vw; @include media-breakpoint-down(md) { margin-top:25px; } @include media-breakpoint-down(sm) { margin-top:40px; } } } } .fascia-elenco-experience{ position:relative; &:before{ content:''; position:absolute; top:0; left:0; right:0; background-color:#fff; height:16vw; } } .fascia-gallery{ margin:25px 0; h3{ padding-left:5px; } } .gallery-video{ .videogroup_item{ display:inline-block; width:25% !important; float:none !important; height:auto !important; vertical-align:top; padding:15px 5px; @include media-breakpoint-down(md) {width:50% !important;} @include media-breakpoint-down(sm) {width:100% !important;padding:5px 0;} h4{ margin-top:25px; font-size:20px; } .video_thumb{height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative; display:block !important; .inner{ svg{ width:50px; position:absolute; top:0; bottom:0; margin:auto; left:0; right:0; } } } } } .pg-home{ .img-top{ img{ height:calc(100vh - 75px); object-fit:cover; @include media-breakpoint-down(md) { height:500px; } @include media-breakpoint-down(sm) { height:380px; } } .img-home-mobi{ position:relative; .imagegroup_item{ @include media-breakpoint-down(sm) { width:100% !important; float:none !important; } } &:before{ position:absolute; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,.3); content:''; } } } .frase-home{ position:absolute; right:0; left:0; bottom:160px; color:#fff; text-align:center; font-size:16px; @include media-breakpoint-down(sm) { bottom:30px; padding:0 20px; } img{ max-height:120px; @include media-breakpoint-down(sm) { max-height:85px; } } h3{ margin:15px 0; } } .fascia-slider{ .img-sx,.img-dx, .img-centrale{ margin-top:-70px; @include media-breakpoint-down(md) { margin-top:-40px; } @include media-breakpoint-down(sm) { margin-top:30px; } } } } .video-home{ video{ object-fit:contain; display:block; max-width:100%; } } .didascalia-home{ position:absolute; top:0; bottom:0; left:0; right:0; background-image:url('/source/ombra-dw.png'); background-repeat:repeat-y; background-position:top left; flex-flow:column; display: flex; align-items: center; align-content: center; align-items: flex-start; justify-content: center; color:#fff; padding:0 80px; @include media-breakpoint-down(lg) { background-size:contain; padding:0 60px; } @include media-breakpoint-down(md) { background-size:cover; padding:0 25px; } @include media-breakpoint-down(sm) { padding:0 15px; } h3{ text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); margin:30px 0; text-transform:uppercase; } .titolo-paragrafo{ margin-bottom:0; &:before{background-color:#fff;} } } .sticky-txt{ text-align: center; position: sticky; top: 90px; padding:60px 0; @include media-breakpoint-down(md) { position:relative; top:auto; padding:30px 0; } @include media-breakpoint-down(sm) { padding:10px 0; } } .booking-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9; #slope-bl { background-color: $primary-color-hover; #slope-widget { font-family: inherit; max-width: fit-content; width:100%; margin: auto; padding: 10px 0; //box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.3); position:relative; &:before{ content:''; background-image:url(/source/logo-stemma-bianco.svg); background-repeat: no-repeat; background-size: contain; position: absolute; top: 0; bottom: 0; left: -5%; width: 100%; height: 50px; margin: auto; z-index:auto; } form { position:relative; z-index:1; #slope-search-wrapper { display: flex; align-content: center; justify-content: center; .slp-block { padding-right: 1.5rem; padding-left: 1.5rem; } label { color: #fff; padding: 0; margin: 0; font-size: 80%; } select, input { background: none; border: none; outline: none; color: #fff; padding: 0; margin: 0; width: 100%; max-width: 120px; height: 30px; font-size: 18px; } select option { color: #000; } button#reservation_next { background-color: $primary-color; color: #fff; border-radius: 5px; line-height: 50px; margin: 0; padding: 0 25px; font-size: 18px; height: auto; width: 100%; max-width: 320px; transition: all 400ms ease; &:hover { color: #000; background-color: #fff; } } } } } } } //modifiche calendari SLope .daterangepicker.dropdown-menu{ top:inherit !important; bottom:70px !important; position:fixed !important; &:before,&:after{ top:inherit !important; bottom:-7px; border-bottom:0; border-top:7px solid #fff !important; } .next,.prev{ .fa{ font-size: 10px; padding: 5px; } } } /* modifiche in lingua - EN */ html[lang="en"]{ .popup-auiti-stato{display:none;} h3.big, h1.big{ font-size:28px; @include media-breakpoint-up(md) { font-size:45px; } @include media-breakpoint-up(lg) { font-size:65px; } @include media-breakpoint-up(xl) { font-size:75px; } } } /* modifiche in lingua - DE */ html[lang="de"]{ div.text_e87ed1c47c58_container{font-size:13px;} .popup-auiti-stato{display:none;} h3.big, h1.big{ @include media-breakpoint-down(sm) { font-size:30px; } } .link-mobi{ font-size:8px; } } /* modifiche in lingua - FR */ html[lang="fr"]{ .popup-auiti-stato{display:none;} h3.big, h1.big{ @include media-breakpoint-down(md) { font-size:55px; } } h3.big, h1.big{ @include media-breakpoint-down(sm) { font-size:30px; } } }